Releases: web-ridge/react-native-paper-dates
Releases · web-ridge/react-native-paper-dates
Release 0.2.13
0.2.13 (2021-01-08)
Release without updated build...
Release 0.2.12
0.2.12 (2020-12-29)
Bug Fixes
- Forgot to build code from previous versions 🥇
- ci build code (958f6df)
Release 0.2.11
0.2.11 (2020-12-29)
Bug Fixes
- remove onLayout console.log (127eb52)
Release 0.2.10
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)
Release 0.2.9
0.2.9 (2020-12-28)
Improvements
- Dynamically calculate month offsets instead of calculating all offsets at startup (performance improvement) (5d1d32f)
- Remove dependency on react-window (performance and bundle size improvement) (5d1d32f)
Bug Fixes
- pick right status bar color when dark text should be used fixed #30 (5de39c9)
Release 0.2.8
0.2.8 (2020-12-25)
Bug Fixes
- remove unused dependency and readme improvements (066e8fa)
- upgrade release-it and dotenv devdependency (be653bf)
Release 0.2.7
0.2.7 (2020-12-19)
0.2.6 (2020-12-19)
Fix bug where time picker would not work good on some numbers (fixed #26)
You can now use locale to force a language if automatic detection is not good enough, fixed #12
<DatePickerModal
locale="en"
....rest
/>
<TimePickerModal
locale="en"
....rest
/>
Release 0.2.6
No changes probably I think I forgot to build code :-O
Release 0.2.5
0.2.5 (2020-12-15)
Bug Fixes
- remove hardcoded values in excludeInRange + improve looks (e8221b7)