@janiscommerce/ui-web 1.2.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 +19 -0
- package/dist/index.esm.js +283 -124
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +264 -105
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +2 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,25 @@ 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
|
+
|
|
23
|
+
## [1.3.0] - 2025-10-29
|
|
24
|
+
|
|
25
|
+
### Added
|
|
26
|
+
|
|
27
|
+
- Map/InfoWindow: support `markerOptions.infoWindowOptions.position { x, y }` to set pixelOffset
|
|
28
|
+
|
|
10
29
|
## [1.2.0] - 2025-10-16
|
|
11
30
|
|
|
12
31
|
### Changed
|