Skip to content

Commit

Permalink
Update changelog and versions for v2.12-beta.1 (#12466)
Browse files Browse the repository at this point in the history
* Update changelog and versions for v2.12

* Update CHANGELOG.md

Co-authored-by: Aidan H <aidan.hendrickson@mapbox.com>

* Fix typo

* Update CHANGELOG.md

Co-authored-by: Aidan H <aidan.hendrickson@mapbox.com>

* Move getBounds improvement to a bugfix

* Update CHANGELOG.md

Co-authored-by: Aidan H <aidan.hendrickson@mapbox.com>

Co-authored-by: Aidan H <aidan.hendrickson@mapbox.com>
  • Loading branch information
karimnaaji and SnailBones authored Dec 15, 2022
1 parent d94a4e0 commit d21512b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 2.12.0-beta.1

## Features ✨ and improvements 🏁

* Improve performance of patterns and line dashes and improve their appearance when zooming. ([#12326](https://github.com/mapbox/mapbox-gl-js/pull/12326))
* Improve performance of text and icon placement. ([#12351](https://github.com/mapbox/mapbox-gl-js/pull/12351))
* Improve performance of loading terrain data ([#12397](https://github.com/mapbox/mapbox-gl-js/pull/12397))
* Allow zooming towards terrain at a safe distance without pitching the camera ([#12354](https://github.com/mapbox/mapbox-gl-js/pull/12354))
* Allow for pitch override in `cameraForBounds`, `fitBounds` and `fitScreenCoordinates` camera APIs. ([#12367](https://github.com/mapbox/mapbox-gl-js/pull/12367))

## Bug fixes 🐞

* Fix `getBounds` when used around the poles with a globe projection. ([#12315](https://github.com/mapbox/mapbox-gl-js/pull/12315))
* Fix incorrect transition flag in `*-pattern` and `line-dasharray` properties ([#12372](https://github.com/mapbox/mapbox-gl-js/pull/12372))
* Fix symbols filtering when using `center-to-distance` along with terrain. ([#12413](https://github.com/mapbox/mapbox-gl-js/pull/12413))
* Fix fog rendering artifact on lower resolution terrain tiles ([#12423](https://github.com/mapbox/mapbox-gl-js/pull/12423))
* Fix an issue where Geolocate control would throw an error if it's removed before determining geolocation support ([#12332](https://github.com/mapbox/mapbox-gl-js/pull/12332)) (h/t [tmcw](https://github.com/tmcw))

## 2.11.0

### Features ✨ and improvements 🏁
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mapbox-gl",
"description": "A WebGL interactive maps library",
"version": "2.12.0-dev",
"version": "2.12.0-beta.1",
"main": "dist/mapbox-gl.js",
"style": "dist/mapbox-gl.css",
"license": "SEE LICENSE IN LICENSE.txt",
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.28.0-dev",
"version": "13.28.0-beta.1",
"author": "Mapbox",
"keywords": [
"mapbox",
Expand Down

0 comments on commit d21512b

Please sign in to comment.