- #1815 All packages now include ES modules in their distribution. These are automatically picked up by webpack 3+ via the
"module"
entry field inpackage.json
. ES modules support static analysis of imports and exports, which allows bundle optimizations such as tree shaking and scope hoisting. - #1828 Support custom
style
on inputs - #1824 Add
reverseMonthAndYearMenus
prop to all relevant components - #1822
DateInput
andDateRangeInput
now applies customclassName
to itspt-popover-target
(along with `popoverProps.className) - #1851 Add a
format
prop for custom display formatting inDateInput
andDateRangeInput