Skip to content

Commit be50cec

Browse files
committed
v3.4.0-beta.1 (internal-1390)
1 parent b41e295 commit be50cec

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 3.4.0-beta.1
2+
3+
### Features and improvements ✨
4+
- Add `icon-color-saturation`, `icon-color-contrast`, `icon-color-brightness-min` and `icon-color-brightness-max` to control symbol layer appearance.
5+
- Introduce a new `line-join` mode: `none` to improve line pattern distortions around joins.
6+
- Extend `model-id` property to support URIs (in addition to style-defined model references).
7+
8+
### Bug fixes 🐞
9+
- Respect padding in `cameraForBounds` on globe view. (h/t [@jonasnoki](https://github.com/jonasnoki)) [#13126](https://github.com/mapbox/mapbox-gl-js/pull/13126)
10+
- Fix `preloadOnly` not preloading tiles from style imports.
11+
- Fix `queryRenderedFeatures` for non-integer ID in non-tiled model sources
12+
- Fix `model-scale` property for large number of 3D models.
13+
- Fix flickering of `raster-particle` layer on globe view.
14+
- Improve rendering of low-resolution `raster-array` data.
15+
116
## 3.3.0
217

318
### Features and improvements ✨

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

0 commit comments

Comments
 (0)