Skip to content

Releases: adamscybot/react-leaflet-component-marker

v2.0.1

23 Aug 18:37
Compare
Choose a tag to compare

2.0.1 (2024-08-23)

Bug Fixes

  • Use nodenext module settings, and therefore enforce use of explicit extensions on imports. #2 (b9bc0a8)

v2.0.0

11 Jul 19:44
Compare
Choose a tag to compare

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-content mode. (47ccffc)
  • Changes to the divIcon opts (now via rootDivOpts) no longer cause component to lose state. (47ccffc)

BREAKING CHANGES

  • Structure of componentIconOpts has changed signifcantly. See docs.

v1.1.0

03 Feb 21:58
Compare
Choose a tag to compare

1.1.0 (2024-02-03)

Features

  • Add layout and positioning escape hatches (561ff08)

v1.0.2

03 Feb 19:34
Compare
Choose a tag to compare

1.0.2 (2024-02-03)

Bug Fixes

  • Change package to public access (b22b5eb)
  • rename package as messed up first publish (d2ece8b)

v1.0.0

03 Feb 19:10
Compare
Choose a tag to compare

1.0.0 (2024-02-03)

Features