# MapLibre GL JS v6.0.0-20 - Product: MapLibre GL JS (https://whatsnew.fyi/product/maplibre-gl-js) - Vendor: MapLibre - Date: 2026-07-05 - Version: v6.0.0-20 - Original notes: https://github.com/maplibre/maplibre-gl-js/releases/tag/v6.0.0-20 - Permalink: https://whatsnew.fyi/product/maplibre-gl-js/releases/v6.0.0-20 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Map now composes a Camera instead of extending it, with Map extending Evented directly and forwarding the camera API - **removed** — Remove internal map.transform property in favor of map's public API - **removed** — Remove internal transform.getMatrixForModel helper - **fixed** — Fix line-layer-opacity and fill-layer-opacity clipping away a subsequent layer that shares the same source - **fixed** — Fix camera jump in flyTo when minZoom is set ###### ✨ 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](https://github.com/maplibre/maplibre-gl-js/pull/7800)) (by [@HarelM](https://github.com/HarelM)) ###### 🐞 Bug fixes - Fix `line-layer-opacity`/`fill-layer-opacity` clipping away a subsequent layer that shares the same source ([#7867](https://github.com/maplibre/maplibre-gl-js/pull/7867)) (by [@CommanderStorm](https://github.com/CommanderStorm)) - Fix camera jump in flyTo when minZoom is set ([#7743](https://github.com/maplibre/maplibre-gl-js/pull/7743)) (by [@YuChunTsao](https://github.com/YuChunTsao))