@janiscommerce/ui-web 1.0.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 +6 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- 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,12 @@ 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
|
+
|
|
10
16
|
## [1.0.0] - 2025-10-07
|
|
11
17
|
|
|
12
18
|
### Added
|
package/dist/index.esm.js
CHANGED
|
@@ -16118,7 +16118,7 @@ var Marker = function Marker(_ref) {
|
|
|
16118
16118
|
className: "google-map-component__info-window",
|
|
16119
16119
|
data: position,
|
|
16120
16120
|
infoWindowHandles: infoWindowHandles
|
|
16121
|
-
}, infoWindowContent()));
|
|
16121
|
+
}, infoWindowContent(markerData)));
|
|
16122
16122
|
};
|
|
16123
16123
|
|
|
16124
16124
|
var Marker$1 = /*#__PURE__*/React__default.memo(Marker, function (prev, next) {
|