@janiscommerce/ui-web 1.9.0-beta.2 → 1.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -11
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,17 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [1.9.0
|
|
11
|
-
|
|
12
|
-
### Changed
|
|
13
|
-
|
|
14
|
-
- errorContent prop renamed to errorComponent
|
|
15
|
-
|
|
16
|
-
## Removed
|
|
17
|
-
|
|
18
|
-
- default value using prop types in DefaultError component
|
|
19
|
-
|
|
20
|
-
## [1.9.0-beta.1] - 2026-04-08
|
|
10
|
+
## [1.9.0] - 2026-04-14
|
|
21
11
|
|
|
22
12
|
### Added
|
|
23
13
|
|
|
@@ -26,6 +16,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
26
16
|
### Changed
|
|
27
17
|
|
|
28
18
|
- ErrorBoundary component to consolidate it and use it from outside
|
|
19
|
+
- errorContent prop renamed to errorComponent
|
|
20
|
+
|
|
21
|
+
### Removed
|
|
22
|
+
|
|
23
|
+
- default value using prop types in DefaultError component
|
|
29
24
|
|
|
30
25
|
## [1.8.0] - 2026-02-03
|
|
31
26
|
|