From c61d591233135ea6d208b7b81b7a04208fbe3606 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Thu, 6 Apr 2023 12:50:31 +0300 Subject: [PATCH] Update package version and the CHANGELOG for the 2.14.0-beta.1 release --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 829a2efc1f8..b207e1250d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -## 2.13.0-beta.1 +## 2.14.0-beta.1 + +### Features ✨ and improvements 🏁 + +* 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)) + +## Bug fixes 🐞 + +* 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)) +* Fix LngLatBounds.extend() with literal LngLat object. ([#12605](https://github.com/mapbox/mapbox-gl-js/pull/12605)) +* Add arrow characters to the map of verticalized character ([#12608](https://github.com/mapbox/mapbox-gl-js/pull/12608)) (h/t [kkokkojeong](https://github.com/kkokkojeong)) +* Disable panning inertia if `prefers-reduced-motion` is enabled ([#12631](https://github.com/mapbox/mapbox-gl-js/pull/12631)) + +## 2.13.0 ### Features ✨ and improvements 🏁 diff --git a/package.json b/package.json index 73e5e197fab..07e884c8e68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl", "description": "A WebGL interactive maps library", - "version": "2.14.0-dev", + "version": "2.14.0-beta.1", "main": "dist/mapbox-gl.js", "style": "dist/mapbox-gl.css", "license": "SEE LICENSE IN LICENSE.txt",