You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20
Original file line number
Diff line number
Diff 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)
0 commit comments