Skip to content

@blueprintjs/[email protected]

Compare
Choose a tag to compare
@adidahiya adidahiya released this 06 Dec 23:32
· 2816 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.
  • #1819 Added disabled state styling to TagInput
  • #1833 Fixed TagInput dark theme placeholder color
  • #1857 Fix Popover2 null pointer exception: make sure targetElement exists before trying to call its function