Version Packages (app-defaults) - #4516
Open
rhdh-bot wants to merge 1 commit into
Open
Conversation
rhdh-bot
requested review from
a team,
christoph-jerolimov and
rohitkrai03
as code owners
September 1, 2026 13:16
|
|
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-app-auth@1.0.0
Major Changes
277f374: BREAKING: Graduate NFS exports from
/alphato the main entry point.All public APIs previously available from
./alphaare now exported from thepackage root (
.). Update imports:The
./alphasubpath has been removed fromapp-defaultsandapp-react.app-authretains./alphafor translation exports (signInTranslationRef).app-integrationsretains./alphawith reduced exports (onlymergeScmAuthFromDepsandScmAuthFactoryDeps;appIntegrationsModulemoved to the root entry).
@red-hat-developer-hub/backstage-plugin-app-react:ApplicationDrawerand
DrawerPanelvalue exports have been removed from the main entry point.They are now only available from the new
./legacysubpath. If you importthese components directly, update your imports:
The
./legacysubpath also re-exportsuseAppDrawerand associated typesfor backward compatibility with OFS consumers.
@red-hat-developer-hub/backstage-plugin-app-reactadds a new./app-drawer-modulesubpath that default-exportsappDrawerModule(
pluginId: 'app') for Scalprum / module-federation dynamic loading.All
pluginId: 'app'modules are now re-exported as the default export fromtheir respective packages.
@red-hat-developer-hub/backstage-plugin-app-defaults@1.0.0
Major Changes
277f374: BREAKING: Graduate NFS exports from
/alphato the main entry point.All public APIs previously available from
./alphaare now exported from thepackage root (
.). Update imports:The
./alphasubpath has been removed fromapp-defaultsandapp-react.app-authretains./alphafor translation exports (signInTranslationRef).app-integrationsretains./alphawith reduced exports (onlymergeScmAuthFromDepsandScmAuthFactoryDeps;appIntegrationsModulemoved to the root entry).
@red-hat-developer-hub/backstage-plugin-app-react:ApplicationDrawerand
DrawerPanelvalue exports have been removed from the main entry point.They are now only available from the new
./legacysubpath. If you importthese components directly, update your imports:
The
./legacysubpath also re-exportsuseAppDrawerand associated typesfor backward compatibility with OFS consumers.
@red-hat-developer-hub/backstage-plugin-app-reactadds a new./app-drawer-modulesubpath that default-exportsappDrawerModule(
pluginId: 'app') for Scalprum / module-federation dynamic loading.All
pluginId: 'app'modules are now re-exported as the default export fromtheir respective packages.
Minor Changes
appDefaultsModuleviaIconBundleBlueprint, so NFS apps get the same named icons as the legacy shell without wiring them inpackages/app-next.Patch Changes
@red-hat-developer-hub/backstage-plugin-app-integrations@1.0.0
Major Changes
277f374: BREAKING: Graduate NFS exports from
/alphato the main entry point.All public APIs previously available from
./alphaare now exported from thepackage root (
.). Update imports:The
./alphasubpath has been removed fromapp-defaultsandapp-react.app-authretains./alphafor translation exports (signInTranslationRef).app-integrationsretains./alphawith reduced exports (onlymergeScmAuthFromDepsandScmAuthFactoryDeps;appIntegrationsModulemoved to the root entry).
@red-hat-developer-hub/backstage-plugin-app-react:ApplicationDrawerand
DrawerPanelvalue exports have been removed from the main entry point.They are now only available from the new
./legacysubpath. If you importthese components directly, update your imports:
The
./legacysubpath also re-exportsuseAppDrawerand associated typesfor backward compatibility with OFS consumers.
@red-hat-developer-hub/backstage-plugin-app-reactadds a new./app-drawer-modulesubpath that default-exportsappDrawerModule(
pluginId: 'app') for Scalprum / module-federation dynamic loading.All
pluginId: 'app'modules are now re-exported as the default export fromtheir respective packages.
@red-hat-developer-hub/backstage-plugin-app-react@1.0.0
Major Changes
277f374: BREAKING: Graduate NFS exports from
/alphato the main entry point.All public APIs previously available from
./alphaare now exported from thepackage root (
.). Update imports:The
./alphasubpath has been removed fromapp-defaultsandapp-react.app-authretains./alphafor translation exports (signInTranslationRef).app-integrationsretains./alphawith reduced exports (onlymergeScmAuthFromDepsandScmAuthFactoryDeps;appIntegrationsModulemoved to the root entry).
@red-hat-developer-hub/backstage-plugin-app-react:ApplicationDrawerand
DrawerPanelvalue exports have been removed from the main entry point.They are now only available from the new
./legacysubpath. If you importthese components directly, update your imports:
The
./legacysubpath also re-exportsuseAppDrawerand associated typesfor backward compatibility with OFS consumers.
@red-hat-developer-hub/backstage-plugin-app-reactadds a new./app-drawer-modulesubpath that default-exportsappDrawerModule(
pluginId: 'app') for Scalprum / module-federation dynamic loading.All
pluginId: 'app'modules are now re-exported as the default export fromtheir respective packages.
Patch Changes
AppDrawerContentBlueprinttoconfigSchemafor Backstagefrontend-plugin-api@0.18.0compatibility.