Skip to content

Commit 4568501

Browse files
committed
v3.2.0-beta.1 (internal-1141)
1 parent 77b5fc5 commit 4568501

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

323
### Bug fixes 🐞

0 commit comments

Comments
 (0)