Skip to content

Commit d6eacf6

Browse files
committed
v3.2.0 (internal-1198)
1 parent cb3622b commit d6eacf6

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
## 3.2.0-beta.1
1+
## 3.2.0
22

33
### Features and improvements ✨
44

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.
1011

1112
### Bug fixes 🐞
1213

1314
- Fix an issue where `map.flyTo` with `padding` option was setting and overriding map's padding.
1415
- Issue a warning instead of a validation error if `url` or `tiles` is missing from source, i.e. in MapTiler source.
1516
- 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)
1718
- 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+
2023

2124
## 3.1.2
2225

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "3.2.0-beta.1",
4+
"version": "3.2.0",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"license": "SEE LICENSE IN LICENSE.txt",

src/style-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
33
"description": "a specification for mapbox gl styles",
4-
"version": "14.2.0-beta.1",
4+
"version": "14.2.0",
55
"author": "Mapbox",
66
"keywords": [
77
"mapbox",

0 commit comments

Comments
 (0)