Version Packages (theme) - #3989
Open
rhdh-bot wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3989 +/- ##
=======================================
Coverage 54.47% 54.47%
=======================================
Files 2376 2376
Lines 95253 95253
Branches 26726 26726
=======================================
Hits 51891 51891
Misses 42867 42867
Partials 495 495
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
github-actions
Bot
force-pushed
the
changesets-release/theme/main
branch
from
July 27, 2026 17:08
1c8111e to
54d9703
Compare
github-actions
Bot
force-pushed
the
changesets-release/theme/main
branch
from
July 28, 2026 12:16
54d9703 to
ea16f31
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Releases
@red-hat-developer-hub/backstage-plugin-theme@1.0.0
Major Changes
1afcfdd: BREAKING: Graduated the New Frontend System (NFS) theme module to stable API.
The NFS
rhdhThemeModulehas been promoted from the./alphasubpath to the primary.entry point. The./alphasubpath has been removed. Legacy (OFS) exports (getThemes,getAllThemes,LogoFull,LogoIcon, etc.) have been moved to the new./legacysubpath.Migration for NFS consumers (previously using
./alpha):Migration for OFS consumers:
Patch Changes
10af16d: fix(theme): use MUI theme overrides for sidebar selected states instead of class name selectors
Replaced
class*=CSS selectors with properstyleOverrides.selectedonBackstageSidebarItemandBackstageSidebarSubmenuItem. The previousclass*=approach failed in production where JSS minifies class names.