Releases: Telsho/react-google-flight-datepicker
Releases · Telsho/react-google-flight-datepicker
fix SSR issues
Typescript conversion + new features
- Conversion of the code from js to typescript
- Feat: Subtext to days
- Feat: Locale support
- Feat: Expand Dialog from the right to left
Fix bug change startDate leads to inifinite loop
0.1.10 fix bug infinite loop
0.1.8
Reduce bundle size and fix bug on mobile
What we have done in this release:
- Replace react-virtualized by react-window to reduce our bundle size
- Add react-dom to peer dependencies to reduce our bundle size
- Fix bug double click to select date on mobile.
Our distribution package size is only 58 kb!
Keyboard support
Now keyboard is supported in react-google-flight-datepicker!
You can press tab button to open the calendar dialog. You can also use tab button to focus into calendar date and using arrow button to move focus in 4 directions. Press space button to select focused date!