Skip to content

Commit fa70264

Browse files
committed
v3.8.0-beta.1 (internal-1939)
1 parent 5ab0e67 commit fa70264

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 3.8.0-beta.1
2+
3+
### Features and improvements ✨
4+
5+
- Minor optimizations to reduce load time.
6+
7+
### Bug fixes 🐞
8+
- Fix raster array rendering on some Android devices.
9+
- Fix an issue where fill-extrusion buildings would disappear when zooming out.
10+
- Fix line joins for thick semi-transparent or blurred lines.
11+
- Improve appearance of line corners with densely placed vertices.
12+
- Fix anti-alising aftifacts on blurred lines.
13+
- Fix call stack overflow caused by repeated `addImport` calls.
14+
- Fix failures when handling non-renderable characters.
15+
- Fix the Osage script rendering.
16+
117
## v3.7.0
218

319
### Features and improvements ✨

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.7.0",
4+
"version": "3.8.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mapbox-gl-style-spec",
3-
"version": "14.7.1",
3+
"version": "14.8.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)