Skip to content

@blueprintjs/datetime@2.0.0-rc.3

Compare
Choose a tag to compare
@adidahiya adidahiya released this 13 Mar 05:27
· 2531 commits to develop since this release

General

  • 🌟 #2200 Publish correct ES module files
    • Upgrade to TypeScript 2.7 for development and enable esModuleInterop and allowSyntheticDefaultImports compiler flags to emit valid ES import statements for modules such as classnames and moment.
    • ⚠️ bumped tslib dependency in all packages to support these new flags

@blueprintjs/datetime

  • #2197 fix alignment of caption icons
  • #2157 fix issue with focus due to react-day-picker upgrade (🎩 @mud)