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 inpackage.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