Skip to content

Commit

Permalink
Bump to v2.1.7 (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Mar 4, 2022
1 parent d0dde0b commit e1980af
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@

### 🐞 Bug fixes

- *...Add new stuff here...*

## 2.1.7

### 🐞 Bug fixes

- Add adjustment for glyph rendering, CJK fonts are mainly affected (#1002).
- Improve typings to fix Angular strict mode failure (#790, #970, #934)
- Fix `SourceCache.loaded()` always returning `true` following a load error (#1025)
- Added back csp and dev builds to npm package (#1042)
- *...Add new stuff here...*

## 2.1.6

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maplibre-gl",
"description": "BSD licensed community fork of mapbox-gl, a WebGL interactive maps library",
"version": "2.1.6",
"version": "2.1.7",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit e1980af

Please sign in to comment.