# Changelog Minor version updates before v1.0.0 can include breaking changes, which will always be listed here. ## 0.30.0 - 2023-08-27 - Pinch vertical gesture [#316](https://github.com/hoangnm/react-native-week-view/pull/316) ## 0.29.0 - 2023-07-19 - Support all-day events [#306](https://github.com/hoangnm/react-native-week-view/pull/306) - Add eventTextStyle prop and event.textStyle field [#313](https://github.com/hoangnm/react-native-week-view/pull/313) ## 0.28.4 - 2023-04-17 - Fix UI bug [#305](https://github.com/hoangnm/react-native-week-view/pull/305) - Add missing props [#312](https://github.com/hoangnm/react-native-week-view/pull/312) ## 0.28.3 - 2023-04-04 - Update peer dependencies [#308](https://github.com/hoangnm/react-native-week-view/pull/308) ## 0.28.2 - 2023-03-30 - Fix overlap-ignore bug [#299](https://github.com/hoangnm/react-native-week-view/pull/299) ## 0.28.1 - 2023-02-26 - Fix ANR: Add runOnJS prop [#297](https://github.com/hoangnm/react-native-week-view/pull/297) ## 0.28.0 - 2022-11-08 - Feature: blocks-like events [#267](https://github.com/hoangnm/react-native-week-view/pull/267) ## 0.27.0 - 2022-10-21 - Expose VirtualizedList props [#280](https://github.com/hoangnm/react-native-week-view/pull/280) ## 0.26.0 - 2022-10-14 - Feature: allow scrolling 1 day at the time [#266](https://github.com/hoangnm/react-native-week-view/pull/266) ## 0.25.1 - 2022-09-30 - Support react version from 16.8 [#273](https://github.com/hoangnm/react-native-week-view/pull/273) ## 0.25.0 - 2022-09-30 - Fix incorrect headerTextStyle type [#270](https://github.com/hoangnm/react-native-week-view/pull/270) - Add drag-config: afterLongPress [#264](https://github.com/hoangnm/react-native-week-view/pull/264) ## 0.24.0 - 2022-09-24 - Improve TS + ESLint [#265](https://github.com/hoangnm/react-native-week-view/pull/265) - Add support for stacking events [#255](https://github.com/hoangnm/react-native-week-view/pull/255) ## 0.23.0 - 2022-09-14 - Add typescript support and fix some minor bugs [#262](https://github.com/hoangnm/react-native-week-view/pull/262) - Fix broken goToDate [#257](https://github.com/hoangnm/react-native-week-view/pull/257) ## 0.22.0 - 2022-09-02 - Add support for styles and disable drag/pass per event [#254](https://github.com/hoangnm/react-native-week-view/pull/254) ## 0.21.0 - 2022-08-30 - Add timesColumnWidth prop [#253](https://github.com/hoangnm/react-native-week-view/pull/253) ## 0.20.0 - 2022-08-09 - Add FlatList optimization props [#250](https://github.com/hoangnm/react-native-week-view/pull/250) ## 0.19.0 - 2022-08-09 - Support height responsiveness [#229](https://github.com/hoangnm/react-native-week-view/pull/229) ## 0.18.0 - 2022-07-21 - Add press event to edit [#227](https://github.com/hoangnm/react-native-week-view/pull/227) ## 0.17.0 - 2022-07-14 - Breaking change: add [react-native-gesture-handler](https://docs.swmansion.com/react-native-gesture-handler/docs/installation/) v2 and [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) v2 as peer dependencies. This change helps drag&drop smoother [#175](https://github.com/hoangnm/react-native-week-view/pull/175) ## 0.16.0 - 2022-06-04 - Improve performance [#210](https://github.com/hoangnm/react-native-week-view/pull/210) ## 0.15.0 - 2022-05-27 - Add scrollToTimeScrolled callback [#208](https://github.com/hoangnm/react-native-week-view/pull/208) ## 0.14.0 - 2022-05-24 - Add scrollToTime method [#205](https://github.com/hoangnm/react-native-week-view/pull/205) ## 0.13.0 - 2022-04-03 - Support orientation changes [#201](https://github.com/hoangnm/react-native-week-view/pull/201) ## 0.12.0 - 2022-04-03 - Add beginAgendaAt and endAgendaAt props [#183](https://github.com/hoangnm/react-native-week-view/pull/183) ## 0.11.0 - 2022-04-03 - Add DayHeaderComponent prop [#182](https://github.com/hoangnm/react-native-week-view/pull/182) ## 0.10.0 - 2022-03-27 - Add onDayPress and onMonthPress props [#176](https://github.com/hoangnm/react-native-week-view/pull/176) - Add support for React 17 [#173](https://github.com/hoangnm/react-native-week-view/pull/173) ## 0.9.0 - 2022-01-18 - Add gridRowStyle and gridColumnStyle props [#158](https://github.com/hoangnm/react-native-week-view/pull/158) ## 0.8.1 - 2021-12-30 - Fix dragging event issue [#152](https://github.com/hoangnm/react-native-week-view/pull/152) ## 0.8.0 - 2021-11-29 - Add precision up to seconds in onGrid callbacks [#149](https://github.com/hoangnm/react-native-week-view/pull/149) ## 0.7.0 - 2021-11-11 - Add isRefreshing and RefreshComponent props [#112](https://github.com/hoangnm/react-native-week-view/pull/112) - Fix events break when changing hoursInDisplay [#133](https://github.com/hoangnm/react-native-week-view/pull/133) - Allow to drag-drop event [#143](https://github.com/hoangnm/react-native-week-view/pull/143) - Support react-native above v0.59.0 only ## 0.6.1 - 2021-08-22 ### Fixed - Fix wrong display when updating `numberOfDays` prop [#126](https://github.com/hoangnm/react-native-week-view/pull/126) ## 0.6.0 - 2021-08-05 ### Changed - Add `fixedHorizontally` prop to display a fixed week [#75](https://github.com/hoangnm/react-native-week-view/pull/75) - Add `formatTimeLabel` prop [#103](https://github.com/hoangnm/react-native-week-view/pull/103) - Add `weekStartsOn` prop [#120](https://github.com/hoangnm/react-native-week-view/pull/120) - Add `TodayHeaderComponent` prop [#113](https://github.com/hoangnm/react-native-week-view/pull/113) ### Fixed - Fix scroll called twice [#117](https://github.com/hoangnm/react-native-week-view/pull/117) ## 0.5.0 - 2021-05-16 ### Changed - Add `timeStep` prop to control the height of time slot better [#98](https://github.com/hoangnm/react-native-week-view/pull/98) - Add `goToNextPage` and `goToPrevPage` method to allow moving to the next/prev page outside of the widget [#99](https://github.com/hoangnm/react-native-week-view/pull/99) ### Fixed - Fix goToDate moving off-by-one when the numberOfDays is 1 [#97](https://github.com/hoangnm/react-native-week-view/pull/97) ## 0.4.0 - 2021-04-23 ### Changed - Add two props `showNowLine` and `nowLineColor` to support showing the current date [#78](https://github.com/hoangnm/react-native-week-view/pull/78) ### Fixed - The wrong selected date from onGridClick event [#77](https://github.com/hoangnm/react-native-week-view/pull/77) ## 0.3.0 - 2021-02-13 ### Changed - Breaking change: do not use `color` from the `headerStyle` prop [#65](https://github.com/hoangnm/react-native-week-view/pull/65) ### Fixed - Optimize horizontal space for 3+ overlapped events [#61](https://github.com/hoangnm/react-native-week-view/pull/61) ## 0.2.0 - 2021-01-22 ### Changed - Breaking change: use `WeekView.goToDate()` method to navigate to a date [#56](https://github.com/hoangnm/react-native-week-view/pull/56) ### Fixed - Iso weekday issue [#57](https://github.com/hoangnm/react-native-week-view/pull/57) ## 0.1.1 - 2020-10-30 ### Fixed - Allow events to overlap by 2 seconds [#53](https://github.com/hoangnm/react-native-week-view/pull/53) ## 0.1.0 - 2020-10-30 ### Added - Add RTL support (`rightToLeft` prop) and `prependMostRecent` prop [#52](https://github.com/hoangnm/react-native-week-view/pull/52) ### Fixed - Load events with infinite horizontal scrolling [#51](https://github.com/hoangnm/react-native-week-view/pull/51) ## [0.0.19] - 2020-09-27 ### Added - `date` argument to `onGridClick` callback [#48](https://github.com/hoangnm/react-native-week-view/pull/48) ### Changed - Use props to give styles: `hourTextStyle`, `headerTextStyle`, eventContainerStyle` [#48](https://github.com/hoangnm/react-native-week-view/pull/48) ## [0.0.18] - 2020-09-21 ### Added - `showTitle` prop [#42](https://github.com/hoangnm/react-native-week-view/pull/42) ## [0.0.17] - 2020-09-05 ### Added - `EventComponent` prop [#50](https://github.com/hoangnm/react-native-week-view/pull/50) ### Fixed - Hide scroll indicator on header ## [0.0.16] - 2020-08-02 ### Added - `onGridClick` prop [#37](https://github.com/hoangnm/react-native-week-view/pull/37) ## [0.0.15] - 2020-07-25 ### Fixed - More than 2 events overlapping issue [#28](https://github.com/hoangnm/react-native-week-view/pull/28) [0.0.19]: https://github.com/hoangnm/react-native-week-view/releases/tag/v0.0.19 [0.0.18]: https://github.com/hoangnm/react-native-week-view/releases/tag/v0.0.18 [0.0.17]: https://github.com/hoangnm/react-native-week-view/releases/tag/v0.0.17 [0.0.16]: https://github.com/hoangnm/react-native-week-view/releases/tag/v0.0.16 [0.0.15]: https://github.com/hoangnm/react-native-week-view/releases/tag/v0.0.15