Minor version updates before v1.0.0 can include breaking changes, which will always be listed here.
- Pinch vertical gesture #316
- Update peer dependencies #308
- Fix overlap-ignore bug #299
- Fix ANR: Add runOnJS prop #297
- Feature: blocks-like events #267
- Expose VirtualizedList props #280
- Feature: allow scrolling 1 day at the time #266
- Support react version from 16.8 #273
- Add support for styles and disable drag/pass per event #254
- Add timesColumnWidth prop #253
- Add FlatList optimization props #250
- Support height responsiveness #229
- Add press event to edit #227
- Breaking change: add react-native-gesture-handler v2 and react-native-reanimated v2 as peer dependencies. This change helps drag&drop smoother #175
- Improve performance #210
- Add scrollToTimeScrolled callback #208
- Add scrollToTime method #205
- Support orientation changes #201
- Add beginAgendaAt and endAgendaAt props #183
- Add DayHeaderComponent prop #182
- Add gridRowStyle and gridColumnStyle props #158
- Fix dragging event issue #152
- Add precision up to seconds in onGrid callbacks #149
- Add isRefreshing and RefreshComponent props #112
- Fix events break when changing hoursInDisplay #133
- Allow to drag-drop event #143
- Support react-native above v0.59.0 only
- Fix wrong display when updating
numberOfDays
prop #126
- Add
fixedHorizontally
prop to display a fixed week #75 - Add
formatTimeLabel
prop #103 - Add
weekStartsOn
prop #120 - Add
TodayHeaderComponent
prop #113
- Fix scroll called twice #117
- Add
timeStep
prop to control the height of time slot better #98 - Add
goToNextPage
andgoToPrevPage
method to allow moving to the next/prev page outside of the widget #99
- Fix goToDate moving off-by-one when the numberOfDays is 1 #97
- Add two props
showNowLine
andnowLineColor
to support showing the current date #78
- The wrong selected date from onGridClick event #77
- Breaking change: do not use
color
from theheaderStyle
prop #65
- Optimize horizontal space for 3+ overlapped events #61
- Breaking change: use
WeekView.goToDate()
method to navigate to a date #56
- Iso weekday issue #57
- Allow events to overlap by 2 seconds #53
- Add RTL support (
rightToLeft
prop) andprependMostRecent
prop #52
- Load events with infinite horizontal scrolling #51
0.0.19 - 2020-09-27
date
argument toonGridClick
callback #48
- Use props to give styles:
hourTextStyle
,headerTextStyle
, eventContainerStyle` #48
0.0.18 - 2020-09-21
showTitle
prop #42
0.0.17 - 2020-09-05
EventComponent
prop #50
- Hide scroll indicator on header
0.0.16 - 2020-08-02
onGridClick
prop #37
0.0.15 - 2020-07-25
- More than 2 events overlapping issue #28