@janiscommerce/ui-web 1.3.0 → 1.4.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,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.4.0] - 2025-11-12
11
+
12
+ ### Added
13
+
14
+ - Collapser component and associated styles and stories
15
+ - react-collapsed dependency
16
+ - isFunction utility exported from utils
17
+
18
+ ### Changed
19
+
20
+ - Storybook config updated to support .mjs files
21
+ - components index updated to export Collapser
22
+
10
23
  ## [1.3.0] - 2025-10-29
11
24
 
12
25
  ### Added