Skip to content

Commit

Permalink
[release-danube] style spec (#9706)
Browse files Browse the repository at this point in the history
* Style spec v13.15.0

Co-authored-by: Chloe Krawczyk <[email protected]>

Co-authored-by: Chloe Krawczyk <[email protected]>
  • Loading branch information
karimnaaji and chloekraw authored May 20, 2020
1 parent cccd858 commit 383239d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/style-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 13.15.0

### ✨ Features and improvements
* Add `distance` expression to `style-spec`. This expression returns the shortest distance between a feature and an input geometry ([#9655](https://github.com/mapbox/mapbox-gl-js/pull/9655))

## 13.14.0

### ✨ Features and improvements
* Add `index-of` and `slice` expressions to search arrays and strings for the first occurrence of a specified value and return a section of the original array or string ([#9450](https://github.com/mapbox/mapbox-gl-js/pull/9450)) (h/t [lbutler](https://github.com/lbutler))

## 13.13.1

### ✨ Features and improvements
Expand Down
2 changes: 1 addition & 1 deletion src/style-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mapbox/mapbox-gl-style-spec",
"description": "a specification for mapbox gl styles",
"version": "13.14.0",
"version": "13.15.0",
"author": "Mapbox",
"keywords": [
"mapbox",
Expand Down

0 comments on commit 383239d

Please sign in to comment.