forked from jquense/react-big-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge latest from original repo #1
Merged
Merged
Conversation
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
slotPropGetter - Allow to style cells
Prevent popup growing up outside of calendar
Prevent popup growing up outside of calendar
Add undocumented messages keys for localization.
Update Calendar.js - Add undocumented messages for localization
Fix timeGutterFormat propTypes
This PR adds support for touch events when "selectable" is enabled. The selection box appears after the user presses and holds on the screen for 250ms as to not interfere with scrolling.
Add support for "selectable" calendar on mobile
Option to show multi-day events with specific start and end times in time-slots
Use event prop getter in agenda view
fix broken day view layout
* adds day as a prop to TimeComponent * remove swap
- Add `rbc-off-range-bg` className to days which are off range from current month displayed in MonthView. - Update off range date and bg colors
…-now class is correctly added to the current date when the 'now' prop isn't supplied to the Calendar. (#451)
fixed #537
#1201) * Added continuesPrior and continuesAfter props to Event component * Added slot metrics to custom Events & EventWrappers
same fix as already done for day and week views
* Upgrade react-overlays The new version is much smaller. Nice job! The placement=bottom seems does not work. Dunno how to fix this. * Reuse style passed from overlay * Update size snapshot
Ref #1259 While dragging nextSlot should be selecting for bigger date.
Fix slot selection
A few points - more performant - smaller without iife - esm support without hacky conversion to commonjs with module wrapper Refs https://unpkg.com/classnames@2.2.6/index.js, https://twitter.com/MaterialUI/status/1092928715804299264
Replace classnames with clsx
Ref https://github.com/react-bootstrap/dom-helpers/blob/master/CHANGELOG.md Looks like this upgrade saved ~6kb in minified bundle. Will see how more overlays upgrade will save.
Fix end slot selection
Upgrade dom-helpers
* Rearrangement Algorithm Implementation * day layout algorithm as strategy pattern * day layout algorithm css customizable & move Event class into overlap algorithm * restore yarn.lock
* make scrollToTime=00:00 working * check _scrollRatio is not null
Make the examples more clear in the readme file that the height is required in order for things to render correctly.
Maintainers of `warning` refuses evaluation saying it's a 1:1 fork of fbjs version. I tend to replace it with just console statements warpped in NODE_ENV check. Looks much simpler to me, does not require additional tools like babel plugin and does not require commonjs module.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.