Skip to content

Commit d882740

Browse files
stepankuzminmourner
andcommitted
v3.1.0 (internal-1054)
* v3.1.0 --------- Co-authored-by: Volodymyr Agafonkin <[email protected]>
1 parent 412793e commit d882740

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3.1.0-beta.1
1+
## 3.1.0
22

33
### Features and improvements ✨
44

@@ -8,6 +8,9 @@
88
- Add `Map` `getConfigProperty` method for getting current style config values.
99
- Add `config` support in terrain options.
1010
- Improve performance for pitched views with many fill extrusions on higher zoom levels.
11+
- Allow turning off the terrain that is defined in the imports on the root-level Style by setting it to `null`.
12+
- Allow the partial terrain exaggeration update without specifying the source.
13+
- Respect style schema restrictions (`minValue`, `maxValue`, `stepValue`, `values`, `type`) when evaluating config options.
1114

1215
### Bug fixes 🐞
1316

@@ -24,6 +27,11 @@
2427
- Fix an issue with tiles sometimes missing in terrain mode on views from a hill down on a valley.
2528
- Fix compact attribution style when using global CSS that sets `box-sizing: border-box`. (h/t [@simondriesen](https://github.com/simondriesen)) [#12982](https://github.com/mapbox/mapbox-gl-js/pull/12982)
2629
- Remove redundant `aria-label` attribute in attribution control that fails accessibility conformance. (h/t [@maggiewachs](https://github.com/maggiewachs)) [#12981](https://github.com/mapbox/mapbox-gl-js/pull/12981)
30+
- Disable terrain and hillshade when browser fingerprinting protection (e.g. in private browsing mode) prevents it from rendering correctly.
31+
- Fix layer rendering when import requests are failing.
32+
- Fix map `load` event not firing for the sources whose tiles are 404s.
33+
- Require either `url` or `tiles` for tiled sources during validation.
34+
- Validate for empty layer and source IDs in runtime.
2735

2836
## 3.0.1
2937

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.1.0-beta.1",
4+
"version": "3.1.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.1.0-beta.1",
4+
"version": "14.1.0",
55
"author": "Mapbox",
66
"keywords": [
77
"mapbox",

0 commit comments

Comments
 (0)