Skip to content

@blueprintjs/datetime@1.25.0

Compare
Choose a tag to compare
@adidahiya adidahiya released this 06 Dec 23:32
· 2671 commits to develop since this release
  • #1815 All packages now include ES modules in their distribution. These are automatically picked up by webpack 3+ via the "module" entry field in package.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 and DateRangeInput now applies custom className to its pt-popover-target (along with `popoverProps.className)
  • #1851 Add a format prop for custom display formatting in DateInput and DateRangeInput