Releases: alex3165/react-mapbox-gl
Releases · alex3165/react-mapbox-gl
v4.4.0
v4.3.2
Updates to mapbox-gl v0.54.0
v4.3.0
v4.2.4
Mapbox GL 0.53.1 dependency update
Bumped up the mapbox-gl-js version.
Bug fix
Small improvements
- Loosened peer dependency version requirements
- Test data and documentation fixes
Images improvements
- Adding
<Image>
component - Fixing error in the
images
prop of<Layer>
when changing map styles
Small improvements
-
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
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.