@mapbox/mapbox-gl-style-spec 13.26.0 → 13.27.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,18 @@
1
+ ## 13.27.0-beta.1
2
+
3
+ ### Bug fixes 🐞
4
+
5
+ * Fix overwriting all feature ids while setting promoteIds on other layers with an object. ([#12322](https://github.com/mapbox/mapbox-gl-js/pull/12322)) (h/t [yongjun21](https://github.com/yongjun21))
6
+
1
7
  ## 13.26.0
2
8
 
3
9
  ### Features ✨
4
10
 
5
- * Add unit option to number-format expression ([#11839](https://github.com/mapbox/mapbox-gl-js/pull/11839)) (h/t [varna](https://github.com/varna))
11
+ * Add unit option to number-format expression. ([#11839](https://github.com/mapbox/mapbox-gl-js/pull/11839)) (h/t [varna](https://github.com/varna))
12
+
13
+ ### Bug fixes 🐞
6
14
 
7
- ## Bug fixes 🐞
8
- * Fix a bug where `id` expression didn't correctly handle a value of 0 ([#12000](https://github.com/mapbox/mapbox-gl-js/pull/12000))
15
+ * Fix a bug where `id` expression didn't correctly handle a value of 0. ([#12000](https://github.com/mapbox/mapbox-gl-js/pull/12000))
9
16
 
10
17
  ## 13.25.0
11
18