Skip to content

v3.2.1

Compare
Choose a tag to compare
@dmtrKovalenko dmtrKovalenko released this 30 Jul 20:16
· 384 commits to next since this release

Big thanks to 4 contributors that make this release possible 👍

Features

We have enabled treeshaking by moving our build system from rollup to plain babel esm export.
Treeshaking should work out of the box with webpack right now.

We are intent on moving back to rollup once everything will be right

Fixes / Ehancements

  • Fix crashing on orientation change for some old Android devices (#1207)
  • Support auto detection of orientation change for IOS Safari (#1207)
  • Add inputProps to the outputted typescript definitions (#1208)
  • Fix dispatching 2 onChange events with variant="inline" (#1209)
  • Add shorthand hook for static state managment (#1212)
  • Fix case when both clear button & showToday button (#1211)
  • [docs] Update CSS overrides example (#1201) @pschyma
  • [docs] Add redux form integration example (#1189) @igornfaustino
  • [docs] Add releases page (#1210)