Skip to content

Commit

Permalink
Bump to 2.1.8-pre.1 (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
wipfli authored Mar 15, 2022
1 parent a763e8c commit a5857b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
## main

### Features and improvements
### Features and improvements

- Add option `viewport-glyph` to `text-rotation-alignment` which places glyphs along a linestring and rotates them to the x-axis of the viewport (#716).
- *...Add new stuff here...*

### 🐞 Bug fixes

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

## 2.1.8-pre.1

### ✨ Features and improvements

- Add option `viewport-glyph` to `text-rotation-alignment` which places glyphs along a linestring and rotates them to the x-axis of the viewport (#716).

### 🐞 Bug fixes

- Change `GeoJSONFeature.id` type from `number | string | void` to `number | string | undefined` (#1093)
- Add FeatureIdentifier type to define feature parameter in setFeatureState, removeFeatureState, and getFeatureState methods. Change FeatureIdentifier.id from `id: string | number;` to `id?: string | number | undefined;` (#1095)
- Change map.on, map.off, and map.once type parameter from "type: MapEvent" to "type: MapEvent | string" (#1094)

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

## 2.1.7

### 🐞 Bug fixes
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.7",
"version": "2.1.8-pre.1",
"main": "dist/maplibre-gl.js",
"style": "dist/maplibre-gl.css",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit a5857b2

Please sign in to comment.