diff --git a/CHANGELOG.md b/CHANGELOG.md index 682d5909ede..ef6c1889faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.1.1 + +## 🐞 Bug fixes + +* Fix unbounded memory growth caused by failure to cancel requests to the cache ([#8472](https://github.com/mapbox/mapbox-gl-js/pull/8472)) +* Fix unbounded memory growth caused by failure to cancel requests in IE ([#8481](https://github.com/mapbox/mapbox-gl-js/issues/8481)) +* Fix performance of getting tiles from the cache ([#8489](https://github.com/mapbox/mapbox-gl-js/pull/8449)) + ## 1.1.0 ## ✨ Minor features and improvements diff --git a/docs/pages/example/3d-buildings.html b/docs/pages/example/3d-buildings.html index e4c3a22c000..8789429c4a7 100644 --- a/docs/pages/example/3d-buildings.html +++ b/docs/pages/example/3d-buildings.html @@ -6,7 +6,8 @@ zoom: 15.5, pitch: 45, bearing: -17.6, - container: 'map' + container: 'map', + antialias: true }); // The 'building' layer in the mapbox-streets vector source contains building-height diff --git a/docs/pages/example/3d-extrusion-floorplan.html b/docs/pages/example/3d-extrusion-floorplan.html index c148598dfe3..84e5dbeb182 100644 --- a/docs/pages/example/3d-extrusion-floorplan.html +++ b/docs/pages/example/3d-extrusion-floorplan.html @@ -6,7 +6,8 @@ center: [-87.61694, 41.86625], zoom: 15.99, pitch: 40, - bearing: 20 + bearing: 20, + antialias: true }); map.on('load', function() { diff --git a/docs/pages/example/add-3d-model.html b/docs/pages/example/add-3d-model.html index 9508fc35c51..24ec49b537a 100644 --- a/docs/pages/example/add-3d-model.html +++ b/docs/pages/example/add-3d-model.html @@ -1,5 +1,5 @@ - - + +
- + +
- + +
- + +