Skip to content

Releases: MarceloPrado/flash-calendar

@marceloterreiro/[email protected]

04 Dec 15:57
a6d8c03
Compare
Choose a tag to compare

Minor Changes

  • b66668c: Added support for react-native-web Pressable InteractionState to support hovered and focused alongside pressed

@marceloterreiro/[email protected]

27 Oct 10:51
fbc2341
Compare
Choose a tag to compare

Minor Changes

  • f3b9ec8: Add the ability to pass TextProps to the fields especially when supporting accessibility

@marceloterreiro/[email protected]

02 Oct 14:01
2d42ca6
Compare
Choose a tag to compare

Minor Changes

  • 863edce: Add the ability to mount more than one calendar at once

@marceloterreiro/[email protected]

30 Jun 20:33
e2554df
Compare
Choose a tag to compare

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.

@marceloterreiro/[email protected]

18 Apr 16:58
9ef657b
Compare
Choose a tag to compare

Patch Changes

  • 6d00992: - Add an optional calendarColorScheme prop that enables overriding the color scheme used by Flash Calendar.

@marceloterreiro/[email protected]

06 Mar 12:36
4dd4b4c
Compare
Choose a tag to compare

Patch Changes

  • 4fe1276: Remove borderRadius type from itemDay.container, given it gets overwritten by the base component.

@marceloterreiro/[email protected]

28 Feb 22:08
2712948
Compare
Choose a tag to compare

Patch Changes

  • ee6b4e5: Fix incorrect scroll position when using the calendarMinDateId prop

@marceloterreiro/[email protected]

28 Feb 01:16
f8df345
Compare
Choose a tag to compare

Patch Changes

  • 5363835: Fix <Calendar.List /> losing track of the active date ranges when the list is scrolled past certain amount

@marceloterreiro/[email protected]

23 Feb 13:35
Compare
Choose a tag to compare

Patch Changes

  • cbc7728: Update the registry to Github Packages

@marceloterreiro/[email protected]

23 Feb 02:11
d57a893
Compare
Choose a tag to compare

Patch Changes

  • 801bc18: Fix locale not being forwarded to Calendar component