Skip to content

Releases: davidtran/react-google-flight-datepicker

Fix bug change startDate leads to inifinite loop

02 Aug 11:25
Compare
Choose a tag to compare

0.1.8

04 Apr 03:29
Compare
Choose a tag to compare
  • Support changing dates programmatically
  • Add highlight today props
  • Use codesandbox for demo

Reduce bundle size and fix bug on mobile

20 Mar 04:33
Compare
Choose a tag to compare

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

15 Mar 15:57
Compare
Choose a tag to compare

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!