Skip to content

Commit 2b6915c

Browse files
committed
v3.4.0
1 parent 71c6b78 commit 2b6915c

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
1-
## 3.4.0-beta.1
1+
## 3.4.0
22

33
### Features and improvements ✨
4+
- Add `dynamic: true` option for GeoJSON sources that enables partial update API with `source.updateData` method. Further optimizations for this mode are expected in future releases.
5+
- Add `Map` `setConfig`, `getConfig`, `setSchema` and `getSchema` methods for batch setting of style configuration options.
6+
- Add `config` option for the `Map` constructor and `setStyle` methods for conveniently setting style configuration options on map initialization.
47
- Add `icon-color-saturation`, `icon-color-contrast`, `icon-color-brightness-min` and `icon-color-brightness-max` to control symbol layer appearance.
58
- Introduce a new `line-join` mode: `none` to improve line pattern distortions around joins.
69
- Extend `model-id` property to support URIs (in addition to style-defined model references).
10+
- Expose more parameters in map `devtools` UI.
711

812
### Bug fixes 🐞
13+
- Fix an issue with `flyTo` ignoring `padding` in its options.
914
- Respect padding in `cameraForBounds` on globe view. (h/t [@jonasnoki](https://github.com/jonasnoki)) [#13126](https://github.com/mapbox/mapbox-gl-js/pull/13126)
1015
- Fix `preloadOnly` not preloading tiles from style imports.
1116
- Fix `queryRenderedFeatures` for non-integer ID in non-tiled model sources
1217
- Fix `model-scale` property for large number of 3D models.
1318
- Fix flickering of `raster-particle` layer on globe view.
1419
- Improve rendering of low-resolution `raster-array` data.
20+
- Fix an issue with GL JS bundle not building locally on Windows.
21+
- Fix multiple edge cases when using `symbol-z-elevate`.
22+
- Fix rendering issues with `raster-particle` layer on certain Android devices.
23+
- Fix shadow and lighting rendering issues in certain areas when using Mapbox Standard.
1524

1625
## 3.3.0
1726

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.4.0-beta.2",
4+
"version": "3.4.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

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

0 commit comments

Comments
 (0)