forked from jquense/react-big-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Dayjs localizer (jquense#2264)
* docs: fixed instructions to run examples locally * fix: luxon story now uses luxon instead of moment * fix(moment localizer): removed comments about 'day' and 'date' in the call to isSame() * feat: created dayjs localizer * fix(dayjs localizer): min() & max() now both behave correctly when a default timezone is applied * docs(localizer guide): edited last two paragraphs to include the new localizer * fix(dayjs localizer): dayjs plugins are now loaded by the localizer * docs: updated README.md & exampleCode to reflect dayjs plugins being loaded by the localizer * docs(localizer props): added dayjs example & sorted examples alphabetically * docs(exampleCode dayjs): use dayjs to construct date based props * test: added commented out dayjs configuration * revert(README.md): remove note on node 16 storybook requirement * fix(dayjs localizer): dayjs plugins are now loaded by the dayjsLocalizer * docs(dayjs localizer): mention dayjs plugins being loaded by the dayjsLocalizer * docs(timezones): mention the dayjsLocalizer's ability to handle timezones too Big thanks to @marnixhoh for the effort and patience jquense#2264
- Loading branch information
Showing
15 changed files
with
582 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.