3.0.0 #23
Closed
ansulagrawal
announced in
Announcements
3.0.0
#23
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features:
Removed usage of
UNSAFE_componentWillReceiveProps
.Fixed event span for day
viewType
.Added generics to Scheduler and
SchedulerProps
to extend theEventItem
type.Added option to hide resource view.
Added option to change event item popover placement.
Fixed custom view event span.
Fixed scheduler header span for day view.
Improved locale support.
Added options to place the event item popover at the mouse position using
eventItemPopoverPlacement
:topLeftMousePosition
,bottomLeftMousePosition
,topRightMousePosition
,bottomRightMousePosition
.Shifted from moment to dayjs library.
Breaking Changes:
Removed usage of
UNSAFE_componentWillReceiveProps
. Update your code to use alternative lifecycle methods or hooks as necessary.Event span for day
viewType
has been fixed. Review your code if you were relying on the previous behaviour.If you were extending the
Scheduler
component or usingSchedulerProps
, update your code to include generics forEventItem
type.If you were relying on the previous behaviour of resource view visibility, update your code to use the new option to hide it.
If you were customizing the event item popover placement, update your code to use the new option to change the placement.
Custom view event span and scheduler header span for day view have been fixed. Check your code if you were affected by these issues.
If you were relying on the previous behaviour of the
moment
library, note that the shift todayjs
may require adjustments to your code.Thanks to @hbatalhaStch for suggesting improvements.
Full Changelog: ansulagrawal/react-big-schedule@2.0.0...3.0.0
This discussion was created from the release 3.0.0.
Beta Was this translation helpful? Give feedback.
All reactions