Minor Changes
- #1807
6f8ed99Thanks @whitphx! - Fix style structure to provide an option to encapsulate the style in each mounted app
Patch Changes
- #1818
381d7d3Thanks @whitphx! - Fix Emotion cache key error by updating generateUniqueId to use only alphabetical characters. Previously, the function generated alphanumeric IDs (e.g., "st-1mk594xl") which caused Emotion to throw an error: "Emotion key must only contain lower case alphabetical characters and - but "st-1mk594xl" was passed". The function now generates IDs containing only lowercase letters (a-z) to comply with Emotion's requirements.
What's Changed
🏕 Updates
- Feature/style encapsulation by @whitphx in #1807
- Update generateUniqueId to use only alphabetical characters by @whitphx in #1818
- Version Packages by @whitphx-changesets-bot[bot] in #1816
👒 Dependencies
- Bump streetsidesoftware/cspell-action from 8.1.1 to 8.1.2 by @dependabot[bot] in #1815
Full Changelog: https://github.com/whitphx/stlite/compare/@stlite/browser@0.95.1...@stlite/react@0.2.0