Releases: web-ridge/react-native-paper-dates
Releases · web-ridge/react-native-paper-dates
Release 0.2.14
08 Jan 10:44
Compare
Sorry, something went wrong.
No results found
Release 0.2.13
08 Jan 10:38
Compare
Sorry, something went wrong.
No results found
0.2.13 (2021-01-08)
Release without updated build...
Release 0.2.12
29 Dec 18:50
Compare
Sorry, something went wrong.
No results found
0.2.12 (2020-12-29)
Bug Fixes
Forgot to build code from previous versions 🥇
ci build code (958f6df )
Release 0.2.11
29 Dec 18:24
Compare
Sorry, something went wrong.
No results found
0.2.11 (2020-12-29)
Bug Fixes
remove onLayout console.log (127eb52 )
Release 0.2.10
29 Dec 18:13
Compare
Sorry, something went wrong.
No results found
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
28 Dec 21:54
Compare
Sorry, something went wrong.
No results found
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
25 Dec 21:01
Compare
Sorry, something went wrong.
No results found
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
19 Dec 15:00
Compare
Sorry, something went wrong.
No results found
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
19 Dec 14:48
Compare
Sorry, something went wrong.
No results found
No changes probably I think I forgot to build code :-O
Release 0.2.5
15 Dec 22:06
Compare
Sorry, something went wrong.
No results found
0.2.5 (2020-12-15)
Bug Fixes
remove hardcoded values in excludeInRange + improve looks (e8221b7 )