-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make sure subThemes are taken into account when generating style cache #534
Conversation
Test Execution Passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming this does the trick for Ben, looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Test Execution Passed. |
2 similar comments
Test Execution Passed. |
Test Execution Passed. |
313e2fe
to
85162ba
Compare
85162ba
to
25bf783
Compare
# [@lightningjs/ui-components-v2.23.1](https://github.com/rdkcentral/Lightning-UI-Components/compare/@lightningjs/ui-components-v2.23.0...@lightningjs/ui-components-v2.23.1) (2024-09-27) ### Bug Fixes * **Knob:** rename _updateCircleLayout to _updateLayout ([#539](#539)) ([638aabd](638aabd)) * make sure subThemes are taken into account when generating style cache ([#534](#534)) ([fbcad55](fbcad55)) * **withThemeStylesDocs:** doc missing Source section ([#540](#540)) ([59873c1](59873c1))
🎉 This PR is included in version @lightningjs/ui-components-v2.23.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
We have identified a problem where the subThemes are not functioning as expected due to improper caching. This issue is affecting the normal operation of the subThemes feature and preventing it from performing as intended.
To resolve this, we are implementing a fix to properly manage the cache related to subThemes. Once this fix is applied, the subThemes should operate correctly, restoring full functionality and ensuring that all related features work as designed.