You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,14 @@ Format basiert auf [Keep a Changelog](https://keepachangelog.com/de/1.0.0/), Ver
5
5
6
6
---
7
7
8
+
## [1.1.2] – 2026-05-11
9
+
10
+
### Gefixt
11
+
12
+
-**Performance-Regression bei 3D-Gebäuden und Kamera-Animationen (`flyTo`)** – der in 1.1.1 eingeführte `vmFixExtrusionLayers()`-Helper wurde auf jedes `styledata`-Event gehängt und bei Animationen sehr häufig ausgeführt. Die enthaltene `JSON.stringify`-Schleife über alle Layer hat den Browser stark ausgelastet und Animationen ruckeln lassen. Der Patch wird jetzt nur noch **einmal pro Style-Load** ausgeführt und bei `style.load` (z.B. nach Satellit-Toggle) sauber resettet. (#1)
0 commit comments