Skip to content

Commit a5857b2

Browse files
authored
Bump to 2.1.8-pre.1 (#1098)
1 parent a763e8c commit a5857b2

3 files changed

Lines changed: 13 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
## main
22

3-
### Features and improvements
3+
### Features and improvements
44

5-
- 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).
5+
- *...Add new stuff here...*
6+
7+
### 🐞 Bug fixes
68

79
- *...Add new stuff here...*
810

11+
## 2.1.8-pre.1
12+
13+
### ✨ Features and improvements
14+
15+
- 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).
16+
917
### 🐞 Bug fixes
1018

1119
- Change `GeoJSONFeature.id` type from `number | string | void` to `number | string | undefined` (#1093)
1220
- 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)
1321
- Change map.on, map.off, and map.once type parameter from "type: MapEvent" to "type: MapEvent | string" (#1094)
1422

15-
- *...Add new stuff here...*
16-
1723
## 2.1.7
1824

1925
### 🐞 Bug fixes

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.7",
4+
"version": "2.1.8-pre.1",
55
"main": "dist/maplibre-gl.js",
66
"style": "dist/maplibre-gl.css",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)