Skip to content

@blueprintjs/[email protected]

Compare
Choose a tag to compare
@adidahiya adidahiya released this 06 Dec 23:33
· 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.
  • #1853 Added option to TruncatedFormat for truncation by approximated text size
  • #1827 Prevent DOM reflow by optimizing popover pt-dark ancestor checks