@janiscommerce/ui-web 0.45.0 → 1.1.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 +217 -167
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +198 -148
- package/dist/index.umd.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -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.1.0] - 2025-10-08
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- markerData variable passed as argument to infoWindowContent function
|
|
15
|
+
|
|
16
|
+
## [1.0.0] - 2025-10-07
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- Story data `MarkersWithInfoWindow` example in Map stories
|
|
21
|
+
- `infoWindowOpen` support in `Marker` via `markerData`
|
|
22
|
+
- `markerOptions.onInfoWindowChange` and InfoWindow mouse enter/leave handlers
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- Moved InfoWindow open/close logic from `Marker` to `Markers` with debounced hover behavior **BREAKING CHANGE** 🚨
|
|
27
|
+
- Updated `Map.stories.js` to include `WithInfoWindowTemplate` and control example
|
|
28
|
+
|
|
10
29
|
## [0.45.0] - 2025-09-30
|
|
11
30
|
|
|
12
31
|
### Added
|