Skip to content

Commit ab0553c

Browse files
Version bump 19.3.1 (#335)
* add CHANGELOG entry * add isZoomExpression to export * bump version to 19.3.1, close CHANGELOG for 19.3.1 * npm install to update package-lock.json
1 parent 594e98d commit ab0553c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 19.3.1
4+
35
* Document `raster-fade-duration` property's effect on rendering a video. [#297](https://github.com/maplibre/maplibre-style-spec/pull/297)
6+
* Add and expose `isZoomExpression`. [#267](https://github.com/maplibre/maplibre-style-spec/issues/267)
47

58
## 19.3.0
69

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": "19.3.0",
4+
"version": "19.3.1",
55
"author": "MapLibre",
66
"keywords": [
77
"mapbox",

src/style-spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ export {
170170
derefLayers,
171171
normalizePropertyExpression,
172172
isExpression,
173+
isZoomExpression,
173174
diff,
174175
supportsPropertyExpression,
175176
convertFunction,

0 commit comments

Comments
 (0)