Skip to content

Release 0.2.10

Compare
Choose a tag to compare
@RichardLindhout RichardLindhout released this 29 Dec 18:13
· 691 commits to master since this release

0.2.10 (2020-12-29)

Improvements

  • Scroll automatically to specified startDate or date
  • Remove VirtualizedList and replace with ScrollView (iOS, Android) to prevent calculations on startup
  • Faster opening of modal by lazy rendering the Calendar (after layout has rendered)

Bug Fixes

  • selecting year in single date picker (#4)
  • fix time picker on Android (b444a14)
  • improve debounce web + bugfix for calendar size on bigger screens (b539191)