Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 13:34
· 12 commits to master since this release

1.0.0 (2024-08-12)

Bug Fixes

Features

Performance Improvements

BREAKING CHANGES

  • localizers: moment, luxon and globalize are no longer bundled
  • must use named exports for additional RBC imports
import {
  Calendar,
  DateLocalizer,
  momentLocalizer,
  globalizeLocalizer,
  move,
  Views,
  Navigate,
  components
} from 'react-big-calendar';
  • Less files have been replaced with Sass versions
  • Calendar wrapper components props have changed
  • react-dnd is no longer used internally with no external API