Skip to content

Commit 6c5652e

Browse files
ibesoragithub-actions[bot]
authored andcommitted
v3.14.0
GitOrigin-RevId: 50f54097dfdbb69a6e4162545f387c584c581a29
1 parent 44c321a commit 6c5652e

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
## 3.14.0-beta.2
1+
## 3.14.0
22

3-
### Bug fixes 🐞
4-
- Fix rendering of multiple `raster` layers from a single `raster-array` source.
5-
- Fix restoration of maps with background patterns, heatmap, image, video, or raster sources after WebGL context loss.
6-
7-
## 3.14.0-beta.1
8-
9-
## Breaking changes ⚠️
3+
### Breaking changes ⚠️
104
- Imported styles will use the `glyphs` URL template from the root style instead of their own.
115

126
### Features and improvements ✨
@@ -18,6 +12,9 @@
1812
- Fix resources cleanup when removing a map with a terrain or/and vector icons.
1913
- Fix an issue where a single primary image was not rendered correctly with `icon-image-cross-fade`.
2014
- Fix an edge case involving the mixing of vertical and horizontal writing modes.
15+
- Fix rendering of multiple `raster` layers from a single `raster-array` source.
16+
- Fix restoration of maps with background patterns, heatmap, image, video, or raster sources after WebGL context loss.
17+
- Fix memory spike when calling `setData` on large datasets.
2118

2219
## 3.13.0
2320

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.14.0-beta.2",
4+
"version": "3.14.0",
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.14.0-beta.2",
3+
"version": "14.14.0",
44
"description": "a specification for mapbox gl styles",
55
"author": "Mapbox",
66
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)