Releases: MarceloPrado/flash-calendar
Releases · MarceloPrado/flash-calendar
@marceloterreiro/[email protected]
Minor Changes
- b66668c: Added support for react-native-web Pressable InteractionState to support hovered and focused alongside pressed
@marceloterreiro/[email protected]
Minor Changes
- f3b9ec8: Add the ability to pass TextProps to the fields especially when supporting accessibility
@marceloterreiro/[email protected]
Minor Changes
- 863edce: Add the ability to mount more than one calendar at once
@marceloterreiro/[email protected]
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
@marceloterreiro/[email protected]
Patch Changes
- 6d00992: - Add an optional
calendarColorScheme
prop that enables overriding the color scheme used by Flash Calendar.
@marceloterreiro/[email protected]
Patch Changes
- 4fe1276: Remove
borderRadius
type fromitemDay.container
, given it gets overwritten by the base component.
@marceloterreiro/[email protected]
Patch Changes
- ee6b4e5: Fix incorrect scroll position when using the
calendarMinDateId
prop
@marceloterreiro/[email protected]
Patch Changes
- 5363835: Fix
<Calendar.List />
losing track of the active date ranges when the list is scrolled past certain amount
@marceloterreiro/[email protected]
Patch Changes
- cbc7728: Update the registry to Github Packages
@marceloterreiro/[email protected]
Patch Changes
- 801bc18: Fix locale not being forwarded to
Calendar
component