Skip to content

Commit 0b3eb3f

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
v3.18.0-beta.1
GitOrigin-RevId: 430789c82c0ede9927da589c6d36aae559bf6ed5
1 parent 2314a85 commit 0b3eb3f

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
## 3.17.0
1+
## 3.18.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
* Add support for `text-rotate`, `text-size`, and `text-offset` properties in appearances.
6+
* Add `shadow-draw-before-layer` property to directional light, allowing control over shadow draw order in the layer stack.
7+
* Add `model-allow-density-reduction` property to model layers. (h/t @JoshuaJMoore)
28

9+
### Bug fixes 🐞
10+
11+
* Fix an error when querying multipolygons in `dynamic: true` mode.
12+
* Fix `AttributionControl` links sanitization.
13+
* Fix appearances with no `icon-size` using the default value instead of the layout-defined one.
14+
* Fix updates to model source via `ModelSource.setModels` while models are still loading.
15+
* Fix polygon clipping precision errors causing rendering artifacts in elevated structures.
16+
* Preserve featuresets in `map.getStyle()` output.
17+
* Expose TypeScript types from `@mapbox/mapbox-gl-style-spec` for direct imports.
18+
19+
## 3.17.0
320

421
### Features and improvements ✨
522

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.17.0",
4+
"version": "3.18.0-beta.1",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"types": "dist/mapbox-gl.d.ts",

src/style-spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.17.0",
3+
"version": "14.18.0-beta.1",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)