Skip to content

v0.2.9

Compare
Choose a tag to compare
@mathieustan mathieustan released this 12 Nov 17:26

What's new in v0.2.9

Huge refacto on components :)

πŸ› Fixes

  • Fixed allowedDates to work with date/month/quarter & year
  • Fixed controls (navigation will be locked when reach max/min dates)
  • Fixed 'quarter' type, when date is undefined.
  • FulllScreen mobile activate dynamically on resize

πŸ’₯ Breaking

  • Removed prop noInput (useless we can use custom activator)
  • Updated day slot (don't need to design it anymore)

πŸ†• News

  • mobileBreakpoint prop: Used to set when to toggle between normal datepicker & fullscreen datepicker. Used with fullscreenMobile prop
  • Allows to show month/year when init datepicker (for example a birthday picker)
  • min-date & max-date will automatically set years range.

I might have missed things, because I've rewritten so much on this version.