Skip to content

Commit 02108a9

Browse files
stepankuzmingithub-actions[bot]
authored andcommitted
v3.19.0-beta.2
GitOrigin-RevId: 6d00b2884b859b5d1ea32aa1bf60643633c482a9
1 parent 82a54ed commit 02108a9

File tree

4 files changed

+40
-5
lines changed

4 files changed

+40
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 3.19.0-beta.2
2+
3+
### Features and improvements ✨
4+
5+
- Promote elevated lines properties to stable: `line-z-offset` and `line-elevation-reference`.
6+
- Add experimental `text-size-scale-range` and `icon-size-scale-range` style properties.
7+
- Add experimental `Map#setScaleFactor`/`Map#getScaleFactor` methods for controlling symbol layer scaling.
8+
- Apply global scale factor to images within `text-field`.
9+
10+
### Bug fixes 🐞
11+
12+
- Fix `RasterArrayTileSource#reload()` not working correctly.
13+
- Add request cancellation support to the `ModelSource`.
14+
- Fix flickering of aliased thin lines.
15+
- Fix elevated line bevel join artifacts at sharp corners.
16+
117
## 3.19.0-beta.1
218

319
### Features and improvements ✨

package-lock.json

Lines changed: 22 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.19.0-beta.1",
4+
"version": "3.19.0-beta.2",
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.19.0-beta.1",
3+
"version": "14.19.0-beta.2",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)