Skip to content

@marceloterreiro/flash-calendar@1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 20:33
· 14 commits to main since this release
e2554df

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 to 1.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.