Releases: wix/react-native-calendars
Releases · wix/react-native-calendars
1.1283.0
What's Changed
- AgendaList - fix for 'setDisabled' not updating by @Inbal-Tish in #1865
- Update CalendarList.md by @KristianRykkje in #1869
New Contributors
- @KristianRykkje made their first contribution in #1869
Full Changelog: v1.1282.0...v1.1283.0
1.1282.0
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: v1.1281.0...v1.1282.0
1.1281.0
What's Changed
- CalendarProvider - fix 'todayButtonMargins' updates and initial button position by @Inbal-Tish in #1835
- Agenda - fix 'onDayPress' triggering additional day reset by @Inbal-Tish in #1847
- TimelineListProps - fix types export by @yairopro in #1845
- ExpandableCalendar - move to function by @Inbal-Tish in #1839
- ExpandableCalendar - fix scrolling open calendar by @Inbal-Tish in #1856
New Contributors
Full Changelog: v1.1280.0...v1.1281.0
1.1280.0
What's Changed
- Agenda - fix for 'selected' as undefined by @Inbal-Tish in #1818
- Timeline - Support 'unavailableHours' prop by @ethanshar in #1812
- Migrate to functional components - PeriosDay and Calendar by @Inbal-Tish in #1811
- WeekDaysNames private component by @Inbal-Tish in #1825
- Add StandWithUkraine banner by @denysdovhan in #1831
- Day - fix date prop's return type for 'dayComponent' by @Inbal-Tish in #1834
New Contributors
- @denysdovhan made their first contribution in #1831
Full Changelog: v1.1279.0...v1.1280.0
1.1279.0
What's Changed
- Agenda - fix
keyExtractor
for reservation list by @Inbal-Tish in #1795 - Fix import path of calendar provider by @bluedaniel in #1651
- Fix issue with syncing timelines offset by @ethanshar in #1806
- Constants cleanup by @Inbal-Tish in #1807
- Improve infinite list by @ethanshar in #1810
- Migrate to functional components - 1 by @Inbal-Tish in #1800
- Adding missing dependencies to callbacks by @Inbal-Tish in #1814
New Contributors
- @bluedaniel made their first contribution in #1651
Full Changelog: v1.1278.0...v1.1279.0
1.1278.0
What's Changed
- Remove comments from old PropTypes by @Inbal-Tish in #1772
- Replace app icon by @Inbal-Tish in #1776
- Docs site design by @Inbal-Tish in #1774
- WeekCalendar - use infinite list by @ethanshar in #1751
- Timeline - fix the event being passed
onPress
event by @ethanshar in #1783 - Timeline - support passing
rightEdgeSpacing
by @ethanshar in #1787 - ExpandableCalendar - fix calendar height not updated after day press by @Inbal-Tish in #1789
Full Changelog: v1.1277.0...v1.1278.0
1.1277.0
What's Changed
- New docs site by @Inbal-Tish in #1743
- Timeline - Support initial scroll to current time by @ethanshar in #1756
- TimelineList - Support custom
renderItem
by @ethanshar in #1770 - Timeline - Support passing right spacing for overlapping Timeline events by @ethanshar in #1765
- Upgrade to RN66 by @lidord-wix in #1759
Full Changelog: v1.1276.0...v1.1277.0
1.1276.0
Fixed
- ExpandableCalendar - Context type by @ethanshar in #1748
- ExpandableCalendar - fix Android bottom padding. by @Inbal-Tish in #1755
- Resolve export of prop types error by @jdpnielsen in #1745
- Fix type import error by @connectdotz in #1752
Changed
- HorizontalList - Convert to InfiniteList by @ethanshar in #1750
Added
- TimelineList - new component by @ethanshar in #1747
- TimelineList - Support passing
showNowIndicator
by @ethanshar in #1754
Infra
- Release script - fix git tagging command by @Inbal-Tish in #1746
New Contributors
- @jdpnielsen made their first contribution in #1745
- @connectdotz made their first contribution in #1752
Full Changelog: 1.1274.0...v1.1276.0
1.1275.0
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
Fixed
- Release script
- Release tags
- Component’s display name.
- ExpandableCalendar, Provider, AgendaList - change XDate type to string.