Skip to content

Commit e8ba3a1

Browse files
Bump version to 23.2.0 (#1093)
* Bump version to 23.2.0 * Update CHANGELOG.md --------- Co-authored-by: HarelM <[email protected]> Co-authored-by: Harel M <[email protected]>
1 parent 2e2477f commit e8ba3a1

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
## main
22

33
### ✨ Features and improvements
4+
5+
- _...Add new stuff here..._
6+
7+
### 🐞 Bug fixes
8+
9+
- _...Add new stuff here..._
10+
11+
## 23.2.0
12+
13+
### ✨ Features and improvements
14+
415
- `glyphs` is now optional even if a symbol layer specifies `text-field`; if it is unset, `text-font` is interpreted as a fallback font list ([#1068](https://github.com/maplibre/maplibre-style-spec/pull/1068))
516
- `hillshade` layer now supports multiple methods, and the `multidirectional` method supports array values for illumination properties ([#1088](https://github.com/maplibre/maplibre-style-spec/pull/1088))
617
- Add `global-state` expression and `state` root property ([#1044](https://github.com/maplibre/maplibre-style-spec/pull/1044)).
718

819
### 🐞 Bug fixes
20+
921
- Fix RuntimeError class, make it inherited from Error ([#983](https://github.com/maplibre/maplibre-style-spec/issues/983))
1022
- Validate that `layers` array items are objects instead of throwing an error if not ([#1026](https://github.com/maplibre/maplibre-style-spec/pull/1026))
1123
- Multiple fixes related to validating and parsing of strings containing object prototype keys
@@ -16,6 +28,7 @@
1628
## 23.1.0
1729

1830
### ✨ Features and improvements
31+
1932
- Add `vertical-align` option to `format` expression ([#832](https://github.com/maplibre/maplibre-style-spec/issues/832))
2033

2134
## 23.0.0
@@ -33,12 +46,14 @@
3346
## 22.0.0
3447

3548
### ✨ Features and improvements
49+
3650
- Use named imports internally - no package entrypoints changed ([#904](https://github.com/maplibre/maplibre-style-spec/pull/904))
3751
- Add projection type expression syntax ([#888](https://github.com/maplibre/maplibre-style-spec/pull/888))
3852

3953
## 21.2.0
4054

4155
### ✨ Features and improvements
56+
4257
- Add `vertical-perspective` projection ([#890](https://github.com/maplibre/maplibre-style-spec/pull/890))
4358

4459
## 21.1.0

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/maplibre-gl-style-spec",
33
"description": "a specification for maplibre styles",
4-
"version": "23.1.0",
4+
"version": "23.2.0",
55
"author": "MapLibre",
66
"keywords": [
77
"mapbox",

0 commit comments

Comments
 (0)