Skip to content

Commit 249f540

Browse files
committed
fix: snapshot and versioning
1 parent d953a6d commit 249f540

File tree

4 files changed

+6
-505
lines changed

4 files changed

+6
-505
lines changed

packages/pluggableWidgets/maps-web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Fixed
10+
11+
- We fixed an issue where GoogleMap and LeafletMap uses array index for the list item which causes issues when filtering large amounts of locations. Thanks to @jeroen-huizer-conclusion for the contribution.
12+
913
## [4.0.0] - 2024-05-02
1014

1115
### Fixed

packages/pluggableWidgets/maps-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mendix/maps-web",
33
"widgetName": "Maps",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"description": "Show locations on Maps",
66
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)