Skip to content

1.12.72.0

Compare
Choose a tag to compare
@ethanshar ethanshar released this 14 Dec 11:46
· 714 commits to master since this release
cff033b

Added

  • ExpandableCalendar - Add closeOnDayPress prop (PR #1673).
  • new theme prop - weekVerticalMargin to control week row margin (PR #1682).
  • Calendar - add 'initialDate' prop to allow reset the calendar with new date.

Fixed

  • README - 'try it out' section missing steps (PR #1624).
  • Day - fix accessibility label localization (PR #1694).
  • Agenda - renders only for the first item of the day (PR #1699).
  • ExpandableCalendar - Only hide extra days when vertical and open (PR #1705).
  • ts configuration.

Changed

  • Replacing lodash 'invoke' with optional chaining.
  • Removing JS 'Date' as a type.
  • Calendar and CalendarList - removing unused parameter doNotTriggerListeners from updateMonth().
  • input.js - renaming velocityTracker.
  • test.js - renaming testUtils and removing from a folder.