Skip to content

Commit e1980af

Browse files
authored
Bump to v2.1.7 (#1045)
1 parent d0dde0b commit e1980af

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,16 @@
66

77
### 🐞 Bug fixes
88

9+
- *...Add new stuff here...*
10+
11+
## 2.1.7
12+
13+
### 🐞 Bug fixes
14+
915
- Add adjustment for glyph rendering, CJK fonts are mainly affected (#1002).
1016
- Improve typings to fix Angular strict mode failure (#790, #970, #934)
1117
- Fix `SourceCache.loaded()` always returning `true` following a load error (#1025)
1218
- Added back csp and dev builds to npm package (#1042)
13-
- *...Add new stuff here...*
1419

1520
## 2.1.6
1621

package-lock.json

Lines changed: 2 additions & 2 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": "maplibre-gl",
33
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
4-
"version": "2.1.6",
4+
"version": "2.1.7",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)