Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 9997825

Browse files
authored
release: prepare v2.8.0 (#652)
1 parent 4d24673 commit 9997825

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,31 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
44

55
## Unreleased
66

7+
## 2.8.0 ( June 6, 2022)
8+
9+
### Breaking Changes
10+
11+
- Support for Node.js v12.x has been dropped as that version has reached end-of-life.
12+
713
### Bugfixes
814

9-
- When `Image` component is editable, the value error will be set if there is no image available, which means the error component (default or custom) wis displayed correctly.
15+
- When `Image` component is editable, the value error will be set if there is no image available, which means the error component (default or custom) wis displayed correctly.
16+
17+
### Other Changes
18+
19+
- This release also significantly upgrades the dependencies used by this package.
1020

1121
## 2.7.0 ( January 20, 2022 )
1222

1323
### New features
1424

15-
- The `Image` component now takes an optional prop `allowDelete`, which renders a default delete button that will remove the value from the dataset. It is also possible to pass a `deleteComponent` to render a custom delete button in place of the default.
25+
- The `Image` component now takes an optional prop `allowDelete`, which renders a default delete button that will remove the value from the dataset. It is also possible to pass a `deleteComponent` to render a custom delete button in place of the default.
1626

1727
## 2.6.1
1828

1929
### New features
2030

21-
- The `Image` component now allows for a new image to be saved even if the property is not found in the dataset, by passing a `solidDataset` where the Thing should be set after updating, and a `saveLocation` where the image file should be stored.
31+
- The `Image` component now allows for a new image to be saved even if the property is not found in the dataset, by passing a `solidDataset` where the Thing should be set after updating, and a `saveLocation` where the image file should be stored.
2232

2333
### Bugfixes
2434

@@ -61,18 +71,19 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
6171
- `Link`
6272
- `Image`
6373
- `Video`
64-
- When it is not passed, the components render a default message instead.
74+
- When it is not passed, the components render a default message instead.
6575
- If `null`, the default message won't be rendered.
6676

6777
- The following components now take an optional `errorComponent` to be rendered in case of error:
6878
- `Value`
6979
- `Text`
7080
- `Link`
71-
- When it is not passed, the components render a default message instead.
81+
- When it is not passed, the components render a default message instead.
7282
- `DatasetProvider` still receives this now as `loadingComponent`.
7383
- `CombinedProvider` now receives this prop and passes it down to the `DatasetProvider`.
7484

7585
## Deprecations
86+
7687
- `loading` in `DatasetProvider` is now deprecated and replaced with `loadingComponent` to match the rest of the components. `loading` can still be used in `DatasetProvider` but may be removed in a future major release.
7788

7889
The following sections document changes that have been released already:
@@ -81,15 +92,15 @@ The following sections document changes that have been released already:
8192

8293
### Bugs fixed
8394

84-
- The `Value` component now handles the case where `datetime-local` is unsupported by the browser and renders two inputs with type `date` and `time` instead.
95+
- The `Value` component now handles the case where `datetime-local` is unsupported by the browser and renders two inputs with type `date` and `time` instead.
8596
- Updated @inrupt/solid-client-authn-browser, which was causing an issue where `SessionContext`'s `sessionRequestInProgress` property would not be set to `false` properly in some cases.
8697

8798
## 2.3.0 ( May 31, 2021 )
8899

89100
### Changed
90101

91102
- The `SessionProvider` component now accepts additional variables to enable
92-
logging back in on refresh.
103+
logging back in on refresh.
93104

94105
## 2.2.0 ( May 19, 2021 )
95106

@@ -127,7 +138,7 @@ logging back in on refresh.
127138

128139
### Changed
129140

130-
- Upgraded dependencies, especially solid-client-* to v1.0
141+
- Upgraded dependencies, especially solid-client-\* to v1.0
131142

132143
## 1.6.1 ( November 3, 2020 )
133144

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inrupt/solid-ui-react",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"description": "Set of UI libraries using @solid/core",
55
"main": "dist/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)