@marceloterreiro/flash-calendar@1.0.0
github-actions
released this
30 Jun 20:33
·
14 commits
to main
since this release
Major Changes
-
9bf22ed: Flash Calendar 1.0.0 π’ π
This release officially marks the package as production-ready (
1.0.0
).
While it's been stable since the first release, bumping to1.0.0
was something
I had in mind for a while.- New: Add
.scrollToMonth
and.scrollToDate
, increasing the options available for imperative scrolling (thanks to @danibonilha for their contribution ππ₯³)
Breaking changes
This release introduces one small change in behavior if your app uses
imperative scrolling. Previously,.scrollToDate
would scroll to the month
containing the date instead of the exact date. Now,.scrollToDate
scrolls
to the exact date as implied by the name.If you intentionally want to scroll to the month instead, a new
.scrollToMonth
method is available (same signature).I don't expect this to cause any issues, but worth mentioned
nonetheless. - New: Add