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 inpackage.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
onInputGroup
- #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
todisplay: block
so it stops erroneously responding totext-align
rules applied to parents