Releases: adamscybot/react-leaflet-component-marker
Releases · adamscybot/react-leaflet-component-marker
Release list
v2.0.3
2.0.3 (2025-03-10)
Bug Fixes
- upgrade react-reverse-portal to resolve React 19 peer dependency warnings (#14, thanks @peteruithoven) (67d95bd)
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2024-07-11)
Features
- Added new warnings for common misconfigurations, and options to turn them off. (47ccffc)
- Added new props to control propagation of pan/click events. (47ccffc)
- Improved component API to properly delimit and contain options from this library from other props. Added typings to catch common misconfig. (47ccffc)
Fixes
- Removed throwing error when target portal DOM element can not be found, to fix common SSR scenarios. (47ccffc)
- Corrected vertical positioning in
fit-contentmode. (47ccffc) - Changes to the
divIconopts (now viarootDivOpts) no longer cause component to lose state. (47ccffc)
BREAKING CHANGES
- Structure of
componentIconOptshas changed signifcantly. See docs.