Skip to content

Commit 65ecda8

Browse files
underootgithub-actions[bot]
authored andcommitted
v3.14.0-beta.2
GitOrigin-RevId: c22dcff5b706e795801993b90a9b5ea14e10dbec
1 parent c9c0000 commit 65ecda8

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 3.14.0-beta.2
2+
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+
17
## 3.14.0-beta.1
28

39
## 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.14.0-beta.1",
4+
"version": "3.14.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.14.0-beta.1",
3+
"version": "14.14.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)