-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Complete Documentation Rewrite #2108
Conversation
Would only run after Release is complete
This corrects an issue where resizing an event (dragging handle to the right) would add an additional day, in certain scenarios. #2012
## [0.38.6](v0.38.5...v0.38.6) (2022-01-25) ### Bug Fixes * Correct DragAndDrop event resizing in 'month' view ([e3d96e5](e3d96e5)), closes [#2012](#2012)
Should the new docs include info about the utility functions? For example, we found the I also did a quick StackOverflow / GitHub search and it appears that others are using them as well. |
@ziga-miklic With all date math now being handled directly from the localizer, it might be a good idea to write some extensive localizer documentation. Good suggestion, I'll take a look at that. |
This corrects #1617, fixing the display of the TimeGutter times as well as correcting event layouts from the momentLocalizer, while maintaining date math within the localizers.
## [0.38.7](v0.38.6...v0.38.7) (2022-02-03) ### Bug Fixes * Correct display of beginning DST ([bd8e0e9](bd8e0e9)), closes [#1617](#1617)
@cutterbl Thank you for adding the docs for the Localizer utility methods. 👏 This would give us all the info we needed for our past use case. I left a few comments of things that I noticed when reading the docs. Please take a look. I also noticed that the "Run examples locally" section in README.md may need to be updated as it's still referencing the |
@ziga-miklic Nice catches on all of those. Late night/early morning fat fingering. Good to have second set of eyes. Thanks for looking out. |
@cutterbl there is really too much for me to look at here, i'm sure it's great. this is effectively your repro now, so don't wait on me for anything 👍 |
@jquense Appreciate the vote of confidence there. As the owner though, only you can control the settings for the GitHub Pages, which is the final item in question here. |
what specifically do you need me to check or toggle? happy to do it |
@jquense just need to know what folder is setup with the 'gh-pages' branch in your Pages settings. I figure it's 'root', but need to know for sure so I don't take down the docs site. |
it is root 👍 let me know if you want it to be something else |
🎉 This PR is included in version 0.39.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@jquense New docs are live |
they look great! awesome work 👍 |
Great work people. Dates/Timezone stuff particularly useful. FYI, small typo on https://jquense.github.io/react-big-calendar/examples/index.html?path=/story/guides-understanding-dates--page
should be "regardless" |
This is an exhaustive overhaul of documentation of Big Calendar. Here's the basic highlights:
@jquense There is an issue with testing, after some of the dependency upgrades, that appear directly related to the
babel-preset-jason
preset in conjunction with Babel and Jest.Submitting this now for review/help/feedback.
Note: This does require a
yarn install
for fresh dependencies