You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Forbid class fields to fix transpilation errors with Vite/ESBuild (#12658)
* forbid class fields to fix transpilation errors with vite/esbuild
* fix flow
* v2.14.1 version bump + changelog update
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
+
## 2.14.1
2
+
3
+
### Bug fixes 🐞
4
+
5
+
* Fix a bug where certain bundling configurations involving Vite or ESBuild could produce a broken build. [#12658](https://github.com/mapbox/mapbox-gl-js/pull/12658)
6
+
1
7
## 2.14.0
2
8
3
9
### Features ✨ and improvements 🏁
4
10
5
11
* Support `referrerPolicy` option for the `transformRequest` function when using fetch ([#12590](https://github.com/mapbox/mapbox-gl-js/pull/12590)) (h/t [robertcepa](https://github.com/robertcepa))
6
12
7
-
## Bug fixes 🐞
13
+
###Bug fixes 🐞
8
14
9
15
* Enable anisotropic filtering on tiles beyond 20 degrees pitch to prevent it from compromising image crispness on flat or low-tilted maps. ([#12577](https://github.com/mapbox/mapbox-gl-js/pull/12577))
10
16
* Fix LngLatBounds.extend() with literal LngLat object. ([#12605](https://github.com/mapbox/mapbox-gl-js/pull/12605))
0 commit comments