Skip to content

Commit

Permalink
v3.2.0 (internal-1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Feb 29, 2024
1 parent cb3622b commit d6eacf6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions CHANGELOG.md
@@ -1,22 +1,25 @@
## 3.2.0-beta.1
## 3.2.0

### 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.
- Improve map loading performance.
- Add a debug UI for the development build of GL JS, enabled with `devtools: true` in `Map` options.
- Add imports support in `map.areTilesLoaded`.
- Add support of rotation of elevated raster layers.
- Add support of negative values for `fill-extrusion-flood-light-ground-radius` property.
- Improve visual cutoff behavior of buildings when using `fill-extrusion-cutoff-fade-range` property.

### 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)
- Remove 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)
- Fix `config` expression chaining through nested styles and other issues related to config scope.
- Fix a small callback-related memory leak. (h/t [@temas](https://github.com/temas)) [#13074](https://github.com/mapbox/mapbox-gl-js/pull/13074)
- Fix `config` and `format` expressions not working together.


## 3.1.2

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "3.2.0-beta.1",
"version": "3.2.0",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "SEE LICENSE IN LICENSE.txt",
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
@@ -1,7 +1,7 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"description": "a specification for mapbox gl styles",
"version": "14.2.0-beta.1",
"version": "14.2.0",
"author": "Mapbox",
"keywords": [
"mapbox",
Expand Down

0 comments on commit d6eacf6

Please sign in to comment.