Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ different releases and which versions of PHP and MediaWiki they support, see the

## Maps 12.1.1

Released on April 5th, 2026.
TBD

* Fixed GeoJSON Point features being excluded from layer bounds, causing auto-zoom to ignore point-only GeoJSON data (#863)
* Fixed `setInterval` never cleared in VisualEditor, causing intervals to accumulate (#864)
Expand All @@ -17,6 +17,9 @@ Released on April 5th, 2026.
* Fixed GeoJSON visual editor silently swallowing API save errors (#870)
* Fixed empty map when using `cluster`, `center` and `zoom` together (#688)
* Fixed overlay layers not appearing on top of base layers (#642)
* Fixed Google Maps `removeLine`/`removePolygon` crash due to wrong property names (#883)
* Fixed editor JS module being loaded on every Leaflet map instead of only when GeoJSON is used
* Internationalized the GeoJSON editor edit summary prompt

## Maps 12.1.0

Expand Down
Loading