Skip to content

Latest commit

 

History

History
230 lines (123 loc) · 7.8 KB

CHANGELOG.md

File metadata and controls

230 lines (123 loc) · 7.8 KB

Changelog

Minor version updates before v1.0.0 can include breaking changes, which will always be listed here.

0.28.1 - 2023-02-26

  • Fix ANR: Add runOnJS prop (#297) #297

0.28.0 - 2022-11-08

  • Feature: blocks-like events #267

0.27.0 - 2022-10-21

  • Expose VirtualizedList props #280

0.26.0 - 2022-10-14

  • Feature: allow scrolling 1 day at the time #266

0.25.1 - 2022-09-30

  • Support react version from 16.8 #273

0.25.0 - 2022-09-30

  • Fix incorrect headerTextStyle type #270
  • Add drag-config: afterLongPress #264

0.24.0 - 2022-09-24

  • Improve TS + ESLint #265
  • Add support for stacking events #255

0.23.0 - 2022-09-14

  • Add typescript support and fix some minor bugs #262
  • Fix broken goToDate #257

0.22.0 - 2022-09-02

  • Add support for styles and disable drag/pass per event #254

0.21.0 - 2022-08-30

  • Add timesColumnWidth prop #253

0.20.0 - 2022-08-09

  • Add FlatList optimization props #250

0.19.0 - 2022-08-09

  • Support height responsiveness #229

0.18.0 - 2022-07-21

  • Add press event to edit #227

0.17.0 - 2022-07-14

0.16.0 - 2022-06-04

  • Improve performance #210

0.15.0 - 2022-05-27

  • Add scrollToTimeScrolled callback #208

0.14.0 - 2022-05-24

  • Add scrollToTime method #205

0.13.0 - 2022-04-03

  • Support orientation changes #201

0.12.0 - 2022-04-03

  • Add beginAgendaAt and endAgendaAt props #183

0.11.0 - 2022-04-03

  • Add DayHeaderComponent prop #182

0.10.0 - 2022-03-27

  • Add onDayPress and onMonthPress props #176
  • Add support for React 17 #173

0.9.0 - 2022-01-18

  • Add gridRowStyle and gridColumnStyle props #158

0.8.1 - 2021-12-30

  • Fix dragging event issue #152

0.8.0 - 2021-11-29

  • Add precision up to seconds in onGrid callbacks #149

0.7.0 - 2021-11-11

  • 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

0.6.1 - 2021-08-22

Fixed

  • Fix wrong display when updating numberOfDays prop #126

0.6.0 - 2021-08-05

Changed

  • Add fixedHorizontally prop to display a fixed week #75
  • Add formatTimeLabel prop #103
  • Add weekStartsOn prop #120
  • Add TodayHeaderComponent prop #113

Fixed

  • Fix scroll called twice #117

0.5.0 - 2021-05-16

Changed

  • Add timeStep prop to control the height of time slot better #98
  • Add goToNextPage and goToPrevPage method to allow moving to the next/prev page outside of the widget #99

Fixed

  • Fix goToDate moving off-by-one when the numberOfDays is 1 #97

0.4.0 - 2021-04-23

Changed

  • Add two props showNowLine and nowLineColor to support showing the current date #78

Fixed

  • The wrong selected date from onGridClick event #77

0.3.0 - 2021-02-13

Changed

  • Breaking change: do not use color from the headerStyle prop #65

Fixed

  • Optimize horizontal space for 3+ overlapped events #61

0.2.0 - 2021-01-22

Changed

  • Breaking change: use WeekView.goToDate() method to navigate to a date #56

Fixed

  • Iso weekday issue #57

0.1.1 - 2020-10-30

Fixed

  • Allow events to overlap by 2 seconds #53

0.1.0 - 2020-10-30

Added

  • Add RTL support (rightToLeft prop) and prependMostRecent prop #52

Fixed

  • Load events with infinite horizontal scrolling #51

0.0.19 - 2020-09-27

Added

  • date argument to onGridClick callback #48

Changed

  • Use props to give styles: hourTextStyle, headerTextStyle, eventContainerStyle` #48

0.0.18 - 2020-09-21

Added

  • showTitle prop #42

0.0.17 - 2020-09-05

Added

  • EventComponent prop #50

Fixed

  • Hide scroll indicator on header

0.0.16 - 2020-08-02

Added

  • onGridClick prop #37

0.0.15 - 2020-07-25

Fixed

  • More than 2 events overlapping issue #28