You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,31 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4
4
5
5
## Unreleased
6
6
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
+
7
13
### Bugfixes
8
14
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.
10
20
11
21
## 2.7.0 ( January 20, 2022 )
12
22
13
23
### New features
14
24
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.
16
26
17
27
## 2.6.1
18
28
19
29
### New features
20
30
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.
22
32
23
33
### Bugfixes
24
34
@@ -61,18 +71,19 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
61
71
-`Link`
62
72
-`Image`
63
73
-`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.
65
75
- If `null`, the default message won't be rendered.
66
76
67
77
- The following components now take an optional `errorComponent` to be rendered in case of error:
68
78
-`Value`
69
79
-`Text`
70
80
-`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.
72
82
-`DatasetProvider` still receives this now as `loadingComponent`.
73
83
-`CombinedProvider` now receives this prop and passes it down to the `DatasetProvider`.
74
84
75
85
## Deprecations
86
+
76
87
-`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.
77
88
78
89
The following sections document changes that have been released already:
@@ -81,15 +92,15 @@ The following sections document changes that have been released already:
81
92
82
93
### Bugs fixed
83
94
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.
85
96
- 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.
86
97
87
98
## 2.3.0 ( May 31, 2021 )
88
99
89
100
### Changed
90
101
91
102
- The `SessionProvider` component now accepts additional variables to enable
92
-
logging back in on refresh.
103
+
logging back in on refresh.
93
104
94
105
## 2.2.0 ( May 19, 2021 )
95
106
@@ -127,7 +138,7 @@ logging back in on refresh.
127
138
128
139
### Changed
129
140
130
-
- Upgraded dependencies, especially solid-client-* to v1.0
141
+
- Upgraded dependencies, especially solid-client-\* to v1.0
0 commit comments