From 383239de955f4fb8e579c502692aa0b372d6e4c1 Mon Sep 17 00:00:00 2001 From: Karim Naaji Date: Wed, 20 May 2020 09:31:26 -0700 Subject: [PATCH] [release-danube] style spec (#9706) * Style spec v13.15.0 Co-authored-by: Chloe Krawczyk Co-authored-by: Chloe Krawczyk --- src/style-spec/CHANGELOG.md | 10 ++++++++++ src/style-spec/package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/style-spec/CHANGELOG.md b/src/style-spec/CHANGELOG.md index c6588db7409..f18b6812011 100644 --- a/src/style-spec/CHANGELOG.md +++ b/src/style-spec/CHANGELOG.md @@ -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 diff --git a/src/style-spec/package.json b/src/style-spec/package.json index 5bd69ac4c63..9e3f49ce2d1 100644 --- a/src/style-spec/package.json +++ b/src/style-spec/package.json @@ -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",