Version Packages (app-defaults) - #4442
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4442 +/- ##
=======================================
Coverage 61.82% 61.82%
=======================================
Files 2590 2590
Lines 103412 103412
Branches 28984 28987 +3
=======================================
Hits 63935 63935
Misses 38888 38888
Partials 589 589
*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:
|
christoph-jerolimov
left a comment
There was a problem hiding this comment.
/hold
Hold this back for a moment. Do we want rly release 1.0.0 already now @rohitkrai03 @gashcrumb ?
010c1fb to
d8d305b
Compare
d8d305b to
8b0c0ae
Compare
|
|
PR #4482 needs a published app-react with the configSchema fix before CI can pass. |



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.