react-native-calendars

React Native Calendar Components ๐Ÿ—“๏ธ ๐Ÿ“†

MIT License

Downloads
859.3K
Stars
8.9K
Committers
194

Bot releases are visible (Hide)

react-native-calendars - 1.1286.0

Published by Inbal-Tish about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1285.0...v1.1286.0

react-native-calendars - 1.1285.0

Published by Inbal-Tish over 2 years ago

What's Changed

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1284.0...v1.1285.0

react-native-calendars - 1.1284.0

Published by Inbal-Tish over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1283.0...v1.1284.0

react-native-calendars - 1.1283.0

Published by Inbal-Tish over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1282.0...v1.1283.0

react-native-calendars - 1.1282.0

Published by Inbal-Tish over 2 years ago

Fix for demo app crashes.
AgendaList - fix for section.title call on undefined.
Lock "@types/react" on "^17.0.44" to avoid new ts errors.

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1281.0...v1.1282.0

react-native-calendars - 1.1281.0

Published by Inbal-Tish over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1280.0...v1.1281.0

react-native-calendars - 1.1280.0

Published by Inbal-Tish over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1279.0...v1.1280.0

react-native-calendars - 1.1279.0

Published by Inbal-Tish over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1278.0...v1.1279.0

react-native-calendars - 1.1278.0

Published by Inbal-Tish over 2 years ago

What's Changed

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1277.0...v1.1278.0

react-native-calendars - 1.1277.0

Published by Inbal-Tish over 2 years ago

What's Changed

Full Changelog: https://github.com/wix/react-native-calendars/compare/v1.1276.0...v1.1277.0

react-native-calendars - 1.1276.0

Published by Inbal-Tish over 2 years ago

Fixed

Changed

Added

Infra

New Contributors

Full Changelog: https://github.com/wix/react-native-calendars/compare/1.1274.0...v1.1276.0

react-native-calendars - 1.1275.0

Published by Inbal-Tish almost 3 years ago

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: https://github.com/wix/react-native-calendars/compare/1.1273.0...v1.1275.0

react-native-calendars - 1.1274.0

Published by Inbal-Tish almost 3 years ago

Fixed

  • Release script
  • Release tags
  • Componentโ€™s display name.
  • ExpandableCalendar, Provider, AgendaList - change XDate type to string.
react-native-calendars - 1.1271.0

Published by Inbal-Tish almost 3 years ago

Fixed

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

Published by ethanshar almost 3 years ago

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.
react-native-calendars -

Published by tautvilas over 6 years ago

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

react-native-calendars - Refactor period marking API

Published by tautvilas almost 7 years ago

Breaking changes:

Period marking structure became more flat

react-native-calendars - Refactor interactive marking to period marking

Published by tautvilas almost 7 years ago

Breaking changes:

Interactive marking now is called 'period' marking and structure of marking has become more nested:

   markedDates={
    {'2012-05-20': {periods: [{textColor: 'green'}]},
     '2012-05-22': {periods: [{startingDay: true, color: 'green'}]},
     '2012-05-23': {periods: [{endingDay: true, color: 'green', textColor: 'gray'}]},
     '2012-05-04': {disabled: true, periods: [{startingDay: true, color: 'green'}, {endingDay: true, color: 'green'}]}
    }}
react-native-calendars -

Published by tautvilas about 7 years ago

Migrate CalendarList from ListView to FlatList

react-native-calendars -

Published by tautvilas over 7 years ago

  • Breaking change: removed arbitrary 12pt padding in agenda items. Add 12pt to your top margins of your rendered items to fix it.