Skip to content

Releases: wix/react-native-calendars

1.1279.0

07 Mar 11:45
3efd6a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1278.0...v1.1279.0

1.1278.0

15 Feb 12:34
4024190
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1277.0...v1.1278.0

1.1277.0

02 Feb 11:40
1a3437a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1276.0...v1.1277.0

1.1276.0

19 Jan 08:38
17cb7aa
Compare
Choose a tag to compare

Fixed

Changed

Added

Infra

New Contributors

Full Changelog: 1.1274.0...v1.1276.0

1.1275.0

05 Jan 07:45
3f12474
Compare
Choose a tag to compare

Fixed

  • Agenda - types fix.

Changed

  • Agenda - make the touchable area of the calendar's knob full-width.

Added

  • CalendarHeader - customHeaderTitle prop.
  • Timeline - support background press for creating new events.
  • Timeline - date prop to return in press events.
  • Timeline - support now indicator and fix UI for timeline grid.

Infra

  • Timeline - refactor.
  • Removing XDate type.
  • Expose calendar utils under CalendarUtils namespace.

New Contributors

Full Changelog: 1.1273.0...v1.1275.0

1.1274.0

14 Dec 13:50
3f12474
Compare
Choose a tag to compare

Fixed

  • Release script
  • Release tags
  • Component’s display name.
  • ExpandableCalendar, Provider, AgendaList - change XDate type to string.

1.12.72.0

14 Dec 11:46
cff033b
Compare
Choose a tag to compare

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.

1.1271.0

14 Dec 13:01
Compare
Choose a tag to compare

Fixed

  • ContextProvider - onDateChanged return type (should be a string and not Date).

v1.17.0

01 Feb 12:20
Compare
Choose a tag to compare

Breaking change: multi-dot stylesheet ID changed to stylesheet.day.multiDot

Refactor period marking API

17 Nov 07:49
Compare
Choose a tag to compare

Breaking changes:

Period marking structure became more flat