diff --git a/CHANGELOG.md b/CHANGELOG.md index cac24c86df2..53a820b8658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## 3.2.0-beta.1 + +### Features and improvements ✨ + +- Added imports support in `map.areTilesLoaded`. +- Added support of rotation of elevated raster layers. +- Added support of negative values for `fill-extrusion-flood-light-ground-radius` property. +- Config options of one imported fragment can be used in another fragments. +- Improved cutoff behavior of buildings. + +### Bug fixes 🐞 + +- Fix an issue where `map.flyTo` with `padding` option was setting and overriding map's padding. +- Issue a warning instead of a validation error if `url` or `tiles` is missing from source, i.e. in MapTiler source. +- Fix the moiré effects on patterns in tilted map views. +- Removing role attribute for non-visible alerts. (h/t [@jakubmakielkowski](https://github.com/jakubmakielkowski)) [#13051](https://github.com/mapbox/mapbox-gl-js/pull/13051) +- Fix an elevation of symbols above multiple fill extrusions, when some of them hidden or lowered. +- Fix `config` expression chaining through nested styles. +- Proper clean up of actor cancel callbacks. (h/t [@temas](https://github.com/temas)) [#13074](https://github.com/mapbox/mapbox-gl-js/pull/13074) + ## 3.1.2 ### Bug fixes 🐞