Skip to content

@blueprintjs/select@2.0.0-rc.3

Compare
Choose a tag to compare
@adidahiya adidahiya released this 13 Mar 05:28
· 2433 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/select

  • #2135 MultiSelect correctly closes on escape key (🎩 @danielbh)
  • #2212 QueryList now passes className to renderer (🎩 @k-simons)
  • #2216 Fix support for inputRef in Suggest and MultiSelect (🎩 @alxmiron)
  • #2209 Fix ofType syntax so returned constructor supports props