@janiscommerce/ui-web 1.5.0-beta.8 → 1.5.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 CHANGED
@@ -7,72 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ## [1.5.0-beta.8] - 2025-11-26
11
-
12
- ### Changed
13
-
14
- - Node version reverted from 20 to 14 to maintain compatibility with projects not yet migrated
15
-
16
- ## [1.5.0-beta.7] - 2025-11-26
17
-
18
- ### Fixed
19
-
20
- - Package structure: removed duplicate package.json generation in dist folder to avoid conflicts when publishing
21
-
22
- ## [1.5.0-beta.6] - 2025-11-26
23
-
24
- ### Fixed
25
-
26
- - react-collapsed dependency: restored as regular dependency to ensure consuming projects have access to the library
27
-
28
- ## [1.5.0-beta.5] - 2025-11-20
29
-
30
- ### Changed
31
-
32
- - Node version from 14 to 20
33
-
34
- ## [1.5.0-beta.4] - 2025-11-20
35
-
36
- ### Fixed
37
-
38
- - Add mjs extension in plugins
39
-
40
- ## [1.5.0-beta.3] - 2025-11-20
41
-
42
- ### Fixed
43
-
44
- - Error optional chain with plugins
45
-
46
- ## [1.5.0-beta.2] - 2025-11-14
47
-
48
- ### Fixed
49
-
50
- - react-collapsed dependency conflict: moved from peerDependencies to dependencies and bundled to avoid version conflicts with consuming projects
51
-
52
- ### Changed
53
-
54
- - react-collapsed: now bundled within ui-web to prevent conflicts with projects using different versions (v3.x vs v4.x)
55
- - rollup config: excludes bundled dependencies (react-collapsed) from dist/package.json
56
-
57
- ## [1.5.0-beta.1] - 2025-11-14
58
-
59
- ### Fixed
60
-
61
- - Webpack 5 compatibility: added explicit `require` mapping in package.json exports field
62
- - Peer dependencies version conflicts: updated React/React-DOM to support `^16.8.0 || ^17.0.0 || ^18.0.0` (previously `>= 17.x` syntax was invalid)
63
-
64
- ### Changed
65
-
66
- - package.json: added `module` field for better tree-shaking support
67
- - package.json exports: now provides both `import` (ESM) and `require` (CommonJS) mappings
68
- - rollup config: dist/package.json now includes `module` and `exports` fields for consistency
69
- - GitHub Actions workflows: updated Node.js versions from 12.x/14.x (EOL) to 18.x/20.x (LTS)
70
- - GitHub Actions: updated all action versions from v1/v2 to v4
71
- - GitHub Actions: added yarn cache to improve CI/CD performance
72
-
73
10
  ### Added
74
11
 
75
- - npm-publish-beta workflow for pre-release tags (_-beta_, _-alpha_, _-rc_)
12
+ ## [1.5.0] - 2025-11-27
13
+
14
+ - Added `chevron_down` and `chevron_up` icons as available options for Collapse component toggle icons
76
15
 
77
16
  ## [1.4.0] - 2025-11-12
78
17