Skip to content

Commit b2103ce

Browse files
underootgithub-actions[bot]
authored andcommitted
v3.14.0-beta.1
GitOrigin-RevId: 8abce33e2557ae17c69089b81ff929daa28aba56
1 parent 1269f08 commit b2103ce

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 3.14.0-beta.1
2+
3+
## Breaking changes ⚠️
4+
- Imported styles will use the `glyphs` URL template from the root style instead of their own.
5+
6+
### Features and improvements ✨
7+
- Add a `split` expression to divide a string into an array of substrings based on a specified delimiter.
8+
- Improve memory usage for GeoJSON sources.
9+
10+
### Bug fixes 🐞
11+
- Fix an issue with querying rendered features during the globe-to-Mercator transition.
12+
- Fix resources cleanup when removing a map with a terrain or/and vector icons.
13+
- Fix an issue where a single primary image was not rendered correctly with `icon-image-cross-fade`.
14+
- Fix an edge case involving the mixing of vertical and horizontal writing modes.
15+
116
## 3.13.0
217

318
### Breaking changes ⚠️

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.13.0",
4+
"version": "3.14.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.13.0",
3+
"version": "14.14.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)