Skip to content

Releases: alex3165/react-mapbox-gl

Important warning fixes and remove automatic injection of CSS

24 Oct 09:55
Compare
Choose a tag to compare

v4.8.4

20 May 17:55
Compare
Choose a tag to compare

fixed changing event handlers (issue #748, PR by @sanfilippopablo 🙇)

v4.8.2

07 Jan 14:40
Compare
Choose a tag to compare
  • fixed unsetting filters (#796)
  • upgraded vulnerable dependencies

v4.8.1

05 Dec 13:47
Compare
Choose a tag to compare

Moved @types/supercluster from dev dependencies to dependencies (fixes #791)

v4.8.0

05 Dec 13:39
Compare
Choose a tag to compare

v4.7.3

31 Oct 12:37
Compare
Choose a tag to compare
  • upgrades to react 16.11.0
  • upgrades to mapbox-gl 1.5.0

v4.6.1

07 Oct 06:50
Compare
Choose a tag to compare

Mapbox GL v1

24 Jul 20:15
Compare
Choose a tag to compare

⚠️ This release upgrades mapbox-gl to v1, the first major release.

Read about what this means from the changelog of mapbox-gl-js.

v4.5.1

14 Jul 20:22
Compare
Choose a tag to compare

Fixes unmounting images (#727) – thanks, @Hless!

v4.5.0

14 Jul 19:12
Compare
Choose a tag to compare

Addresses #725 and #733, reverts default functionality of allowing mouse events to pass through Marker and Popup that was introduced in v4.3.0.

Introduces the renderChildrenInPortal prop on the Map component. This defaults to false, in which case mouse events will work like prior to v4.3.0. If set to true, you'll be able to pan and mouse-zoom through the projected layers (Popup & Marker). Note that these will still receive mouse events, but so will the mapbox map.

Diff: 8c4c727