Skip to content

v4.0.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 16 Feb 20:00
· 792 commits to main since this release
c300499

⚠️ Breaking changes

  • Datepicker will use regular DOM order to place the menu instead of the teleport
    • teleport prop is removed
    • alt-position boolean prop is removed
  • Custom components props are removed
  • week-numbers prop is extended to support custom function and local mode, boolean value is removed (#276, #282)

🐛 Bug Fixes

  • Fixed wrong positioning issue on mobile
  • Fixed event handlers' interference with other components (#270)
  • Fixed the issue where the menu stays in its initial position when a direct parent is scrollable (#253)

🔧 Refactor

  • tooltip-[open/close] event will send full marker object (#279)