v4.20.0
✨ New Features
- New
chayns-components/split-css
entrypoint for environments that do not support CSS imports inside ofnode_modules
(Next.js). The component CSS can be imported viaimport 'chayns-components/dist/styles.css'
. - Output is now tree-shakable by default. The babel transform function still exists for backwards compatibility, but basically does nothing at this point.
- The
Icon
-component and any component that uses it can now take an array of icons to form a stacked FontAwesome-icon.
During this release the documentation has also changed and is now automatically generated from JSDoc comments in the components source.