|
1 |
| -## 3.2.0-beta.1 |
| 1 | +## 3.2.0 |
2 | 2 |
|
3 | 3 | ### Features and improvements ✨
|
4 | 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. |
| 5 | +- Improve map loading performance. |
| 6 | +- Add a debug UI for the development build of GL JS, enabled with `devtools: true` in `Map` options. |
| 7 | +- Add imports support in `map.areTilesLoaded`. |
| 8 | +- Add support of rotation of elevated raster layers. |
| 9 | +- Add support of negative values for `fill-extrusion-flood-light-ground-radius` property. |
| 10 | +- Improve visual cutoff behavior of buildings when using `fill-extrusion-cutoff-fade-range` property. |
10 | 11 |
|
11 | 12 | ### Bug fixes 🐞
|
12 | 13 |
|
13 | 14 | - Fix an issue where `map.flyTo` with `padding` option was setting and overriding map's padding.
|
14 | 15 | - Issue a warning instead of a validation error if `url` or `tiles` is missing from source, i.e. in MapTiler source.
|
15 | 16 | - 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 | +- Remove role attribute for non-visible alerts. (h/t [@jakubmakielkowski](https://github.com/jakubmakielkowski)) [#13051](https://github.com/mapbox/mapbox-gl-js/pull/13051) |
17 | 18 | - 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) |
| 19 | +- Fix `config` expression chaining through nested styles and other issues related to config scope. |
| 20 | +- Fix a small callback-related memory leak. (h/t [@temas](https://github.com/temas)) [#13074](https://github.com/mapbox/mapbox-gl-js/pull/13074) |
| 21 | +- Fix `config` and `format` expressions not working together. |
| 22 | + |
20 | 23 |
|
21 | 24 | ## 3.1.2
|
22 | 25 |
|
|
0 commit comments