Skip to content

Releases: alex3165/react-mapbox-gl

v4.4.0

13 May 08:46
Compare
Choose a tag to compare
  • Exported MapContext for use with the new React context API. This has been in place and internally in use since v4.0.0 but was previously not exported from the entrypoint. (Closed #654)
  • Documented the new context API as an alternative to using the onStyleLoad prop (Closed #668)

v4.3.2

10 May 08:46
Compare
Choose a tag to compare

v4.3.0

02 May 19:03
Compare
Choose a tag to compare
  • Fixed mouse events on Marker & Cluster elements
  • Added styleimagemissing event support
  • Added pitchWithRotate option

v4.2.4

02 May 10:44
Compare
Choose a tag to compare

Fixed a type (#666) issue that prevented users from upgrading past TypeScript 3.1

Mapbox GL 0.53.1 dependency update

22 Apr 13:47
Compare
Choose a tag to compare

Bumped up the mapbox-gl-js version.

Bug fix

18 Apr 14:35
Compare
Choose a tag to compare

Fix bug when un-mounting layer with custom image

#595

Small improvements

22 Apr 12:54
Compare
Choose a tag to compare
  • Loosened peer dependency version requirements
  • Test data and documentation fixes

Images improvements

23 Jan 11:35
Compare
Choose a tag to compare
  • Adding <Image> component
  • Fixing error in the images prop of <Layer> when changing map styles

Small improvements

08 Jan 19:15
Compare
Choose a tag to compare
  • Add mouse events to Layer component see changes

  • Update @types/react types

  • Update documentation to remove injectCSS property from map factory as it is not useful

Upgrade to TS 3.1 and React 16.5

15 Oct 20:30
Compare
Choose a tag to compare

Breaking changes:

  • injectCSS no longer inject a custom style but require mapbox-gl css file, it is now required for you to have a loader that allow you to import css file or set it to false.

  • React 6 and below is no longer supported, react-mapbox-gl is using the new context API.