Skip to content

Tags: adamscybot/react-leaflet-component-marker

Tags

v2.0.3

Toggle v2.0.3's commit message
fix: upgrade react-reverse-portal to resolve React 19 peer dependency…

… warnings (#14, thanks @peteruithoven)

v2.0.2

Toggle v2.0.2's commit message
fix: General dependency upgrades. Relaxed peer dep constraints to all…

…ow for React 19, and changed tests to run against React 19. We now declare `@react-leaflet/core` as a peer dep to support these changes.

v2.0.1

Toggle v2.0.1's commit message
build: Update dependencies

v2.0.0

Toggle v2.0.0's commit message
feat: Added new warnings for common misconfigurations, and options to…

… turn them off.

feat: Added new props to control propagation of pan/click events..
feat: Improved component API to properly delimit and contain options from this library from other props. Added typings to catch common misconfig.
fix: Removed throwing error when target portal DOM element can not be found, to fix common SSR scenarios.
fix: Corrected vertical positioning in `fit-content` mode.
fix: Changes to the `divIcon` opts (now via `rootDivOpts`) no longer cause component to lose state.
BREAKING CHANGE: Structure of `componentIconOpts` has changed signifcantly. See docs.

v1.1.0

Toggle v1.1.0's commit message
feat: Add layout and positioning escape hatches

v1.0.2

Toggle v1.0.2's commit message
fix: Change package to public access

v1.0.1

Toggle v1.0.1's commit message
fix: Forgot to run build in actions

v1.0.0

Toggle v1.0.0's commit message
feat: initial commit