Skip to content

Releases: react-scheduler/react-big-schedule

2.0.0

27 May 19:46
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • Added a configuration option to show or hide colour in the popover.
  • Made the date in the popover optional. If the eventItemPopoverDateFormat is empty, the date will be hidden.
  • Added new configuration options to set the cell size for the Week, Month, and Year views.
  • Fixed a bug that caused the hour to double when there was a time change.
  • Updated the component to allow hours to be displayed over two days if necessary.
  • Added a new feature: SWAP Event function for event swapping in the library.
  • Enhances the library's capabilities by providing greater flexibility for managing and reordering events.
  • Backward compatible with existing codebases, ensuring seamless adoption.
  • Added a wrapper function to simplify usage and provide a default export.
  • Removed the dependency on the withDndContext function.
  • Streamlined dependencies, eliminating the need for users to install both react-dnd-html5-backend and react-dnd separately.

Full Changelog: ansulagrawal/react-big-schedule@1.0.0...2.0.0

1.0.0 (2023-05-21)

21 May 16:44
Compare
Choose a tag to compare

Features

  • Updated Package Versions (a1d607d)

BREAKING CHANGES

  • Updated Node Version from 14 -> 18
  • Updated Ant Design Version 3.16.6 -> 5.0.1
  • Updated React DND Version 7.5.0 -> 14.0.5
  • Updated react-dnd-html5-backend version 7.5.0 -> 14.1.0
  • Updated React version 16 -> 18
  • Updated rrule version 2.6.0 -> 2.7.2
  • Change Configure from webpack to Vite