Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.16 KB

File metadata and controls

60 lines (32 loc) · 1.16 KB

Change Log

2.3.4(March 20, 2021)

  • Add onValueChange function for date picker

2.3.3(July 15, 2020)

  • Fix: remove "onViewableItemsChanged" method because it will cause crash on Android release

2.3.2(July 12, 2020)

  • Update: optimization

2.3.1(July 5, 2020)

  • Fix rendering for selected row on Android and improve performance for DatePicker

2.1.3(July 3, 2020)

  • Update: optimize initial load and improve performance for DatePicker

2.1.1(June 18, 2020)

  • Update README.md

2.1.0(June 18, 2020)

  • Optimize business logic
  • Fix List linkage causing imprecise selected row

2.0.4(June 17, 2020)

  • Fix bug: not change text color for the selected row sometimes

2.0.3(June 16, 2020)

  • Fix bug: offsetY<0 when scrolling to top on Android

2.0.2(June 15, 2020)

  • Update README.md
  • Fix backgroundColor parameter setting

2.0.1(June 12, 2020)

  • Delete test component in DatePicker

2.0.0(June 12, 2020)

  • Date Picker is supported

1.0.1(June 11, 2020)

  • Add minDate and maxDate Date type support
  • Update README.md

1.0.0(June 6, 2020)

  • Initial version, add CalendarList