CSS Custom Properties: Enjoy improved support for CSS custom properties, allowing for a more streamlined and flexible styling experience. This enhancement simplifies the cascade and ensures that custom properties are handled correctly without unnecessary pixel units.
Improvements
Website: The website build process is now fixed, ensuring that Netlify previews work seamlessly. This improvement enhances the overall user experience when accessing documentation and resources.
Component Selectors: The implementation of component selectors is reintroduced, providing a more stable and predictable way to manage styled components. This change enhances the consistency of class names across your application.
Fixes
Fix issues with the CSS prop in Babel 7, ensuring that the output is consistent and reliable. This fix addresses discrepancies between Babel 6 and 7, improving compatibility and performance.
Others
Update the stylis library and add tests for multiline declarations, enhancing the robustness of the styling engine. This update ensures better handling of complex CSS rules.
Increase the bundlesize to accommodate new features and improvements, ensuring that the library remains performant while adding valuable functionality.