Skip to content

@blueprintjs/[email protected]

Compare
Choose a tag to compare
@adidahiya adidahiya released this 06 Dec 23:31
· 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.
  • #1827 Prevent DOM reflow by optimizing Popover pt-dark ancestor checks
  • #1828 Support custom style on InputGroup
  • #1836 Add JS API for ButtonGroup
  • #1835 Add JS APIs for Navbar, NavbarDivider, NavbarGroup, NavbarHeading
  • #1850 Add broken heart icon
  • #1858 Render span element instead of div for KeyCombo
  • #1864 Change pt-progress-meter to display: block so it stops erroneously responding to text-align rules applied to parents