-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
chore(deps): update overlay #1301
Conversation
merge of latest head changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a reasonable change, thanks!
@jquense Thoughts? |
I fixed the merge conflict. Since the Popup get's it's |
Sorry for the back and forth. The only OS projects I regularly send updates to are my own, so reacquainting with the workflow here. Think all the bits are there now. Tests are passing, examples are rebuilt and running properly, and no console messages. |
fix: TimeGrid display on DST change days when min is after the transi…
merging latest from base project
chore: upgrade storybook (jquense#1308)
…eact-big-calendar into feature/updateOverlay * 'feature/updateOverlay' of https://github.com/cutterbl/react-big-calendar: Merge latest updates from master and rebuild examples Import change, according to maintainer feedback Add proper PropType for popperRef forgot the examples Add notes and rebuild examples Proper ref forwarding Fix ref reference for proper offset calcs unnecessary key Update react-overlays dependency and usage # Conflicts: # examples/bundle.js # examples/bundle.js.map # yarn.lock
Do you need anything else for this update? |
thanks! |
chore(deps): update overlay (jquense#1301)
🎉 This PR is included in version 0.38.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Update the react-overlay dependency and usage within the project. Necessary update to avoid conflicts with those using latest version of react-overlay (for instance, those creating Modal managers in their projects, consuming react-bootstrap).