Performance: Experience a significant boost in performance with the refactored inline rendering in create-emotion-server, improving efficiency by approximately 30 times in most scenarios.
Improvements
Styling: Enjoy enhanced auto-labeling for styles assigned to component's static properties, ensuring better organization and readability in your code.
Testing: TypeScript users can now seamlessly use jest-emotion with the newly added typings, making testing smoother and more efficient.
Fixes
Fix issues with duplicated AST nodes that were causing unexpected behavior in the Emotion Babel Macro, ensuring a cleaner and more reliable code generation process.
Resolve configuration issues in tsconfig for the emotion-theming package, improving compatibility with dtslint and enhancing overall functionality.
Others
Correct a typo in the README, ensuring clarity and professionalism in project documentation.
Fix compatibility issues with jest-emotion for preact, ensuring a smoother experience for users working with this framework.