Skip to content

2.0.0

Compare
Choose a tag to compare
@ansulagrawal ansulagrawal released this 27 May 19:46
· 161 commits to master since this release

Features

  • Add configurable colour visibility and optional date display in popover. by @ansulagrawal in #16

  • Add configurable cell size options for Week, Month, and Year views. by @ansulagrawal in #17

  • Add SWAP event function for event swapping in library by @ansulagrawal in #18

  • Enhance library with wrapper function and streamlined dependencies by @ansulagrawal in #19

  • Fix bugs and enhancement of format by @ansulagrawal in #20

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: 1.0.0...2.0.0