From bfb0cad0baff9aa5d2e5bbbeb71e1d136ea70805 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Tue, 5 Jan 2021 21:31:23 -0800 Subject: [PATCH] 6.1.0-alpha.1 --- CHANGELOG.md | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 89 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ec1cd0..150888cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,95 @@ # CHANGELOG +# Version 6.1 + +## 6.1.0-alpha.1 (Jan 5, 2021) + +- Clean up and document MapContext and useMapControl APIs (#1278) +- Fix React error when transition is triggered (#1277) +- Bump mapbox-gl (#1279) +- Refactor StaticMap and InteractiveMap into functional components (#1271) +- Resolve prettier conflict (#1274) +- Migrate to TypeScript: initial commit (#1268) +- Fix bug where Source does not render its children on first render (#1250) +- Move controls to functional component (#1242)(#1243)(#1244)(#1245) +- Elevate map to top-level MapContext (#1233) +- Replace react resizer with ResizeObserver (#1174) + +# Version 6.0 + +## Version 6.0.2 (Dec 21, 2020) + +- Add support for 'sky' layer type to Layer component (#1270) + +## Version 6.0.1 (Dec 17, 2020) + +- Drop a breaking change intended for the next minor release + +## Version 6.0.0 (Dec 16, 2020) + +- mapbox-gl@2.0.0 (#1263) +- Change `maxPitch` to `85` + # Version 5.2 +## 5.2.11 (Dec 11, 2020) + +- Safe check layer props (#1225) +- Fix dynamic position offscreen (#1253) +- Fix dynamic position tests (#1255) + +## 5.2.10 (Nov 5, 2020) + +- Use valid fill-extrusion value for layer type (#1199) +- Add capturePointerMove to NavigationControl (#1215) +- Fix user location dot offset (#1220) +- Safety check before calling cloneElement (#1219) + +## 5.2.9 (Oct 7, 2020) + +- Fix for layout and paint diffing logic (#1194) +- Add types for layer type and source-layer (#1192) +- Support updating vector source (#1196) +- Fix IE compatibility (#1195) +- Add label prop to FullscreenControl (#1197) + +## 5.2.8 (Sep 1, 2020) + +- Always rerender overlay after map initialization (#1172) + +## 5.2.7 (June 5, 2020) + +- NavigationControl: fall back to the latest UI version (#1124) +- [Geolocate] fix auto when location blocked (#1126) + +## 5.2.6 (June 4, 2020) + +- [Geolocate] Auto trigger when component loads (#1116) +- Check if map style is loaded before removing source or layer (#1123) + +## 5.2.5 (Apr 20, 2020) + +- Migrate to import * as React from 'react' (#1038) +- Fix issue where translate by partial pixels causes blurry rendering (#1039) +- Bump dev tools (#1040) +- Correct interaction state on double click (#1081) +- Fix edge case in transitionDuration:auto (#1080) + +## 5.2.3 (Feb 10, 2020) + +- Sanity check in source/layer update (#1022) + +## 5.2.2 (Feb 3, 2020) + +- Bump mjolnir.js dependency (#990) +- Re-export setRTLTextPlugin plugin (#1010) +- Fix GeolocateControl error when used with StaticMap (#1012) +- Fix issue where adding popup enables double click recognizer (#1013) + +## 5.2.1 (Jan 12, 2020) + +- Deep compare source props (#985) + ## 5.2.0 (Jan 6, 2020) - Export WebMercatorViewport (#979) diff --git a/package.json b/package.json index 1a38dea9..2e27b1b1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-map-gl", "description": "React components for Mapbox GL JS-compatible libraries", - "version": "5.2.0", + "version": "6.1.0-alpha.1", "keywords": [ "mapbox", "mapbox-gl",