Skip to content

Commit

Permalink
v3.2.0-beta.1 (internal-1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot committed Feb 15, 2024
1 parent 77b5fc5 commit 4568501
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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 🐞
Expand Down

0 comments on commit 4568501

Please sign in to comment.