Skip to content

v6.0.0-20

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 12:37
Immutable release. Only release title and notes can be modified.
6d94d74

✨ Features and improvements

  • ⚠️ Map now composes a Camera instead of extending it (Map extends Evented directly and forwards the camera API). The internal map.transform was removed — use map's public API instead or open a PR if you need something that's not exposed. Removed the internal transform.getMatrixForModel helper (#7800) (by @HarelM)

🐞 Bug fixes

  • Fix line-layer-opacity/fill-layer-opacity clipping away a subsequent layer that shares the same source (#7867) (by @CommanderStorm)
  • Fix camera jump in flyTo when minZoom is set (#7743) (by @YuChunTsao)