Skip to content

Commit 0a35e90

Browse files
committed
v2.4.1
1 parent 7122340 commit 0a35e90

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 2.4.1
2+
3+
### 🐞 Bug fixes
4+
5+
* Fix a bug where Safari didn't properly resize the map when entering full screen mode. [#10905](https://github.com/mapbox/mapbox-gl-js/pull/10905)
6+
* Remove `engines` field from `package.json` to allow installing `mapbox-gl` with Yarn on Node v12 and earlier. [#10904](https://github.com/mapbox/mapbox-gl-js/issues/10914)
7+
18
## 2.4.0
29

310
### ✨ Features and improvements

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mapbox-gl",
33
"description": "A WebGL interactive maps library",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"main": "dist/mapbox-gl.js",
66
"style": "dist/mapbox-gl.css",
77
"license": "SEE LICENSE IN LICENSE.txt",
@@ -10,9 +10,6 @@
1010
"type": "git",
1111
"url": "git://github.com/mapbox/mapbox-gl-js.git"
1212
},
13-
"engines": {
14-
"node": ">=14.15.4"
15-
},
1613
"dependencies": {
1714
"@mapbox/geojson-rewind": "^0.5.0",
1815
"@mapbox/geojson-types": "^1.0.2",

0 commit comments

Comments
 (0)