25 Commits

Author SHA1 Message Date
Patrik Oldsberg 717bbaf075 Fix alpha entry point translation ref re-exports to use @alpha instead of @public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-17 17:50:25 +01:00
Patrik Oldsberg 0be2541b5c Promote translation refs from alpha to stable entry points
Add each plugin and package translation ref to the corresponding stable
entry point, changing the JSDoc tag from @alpha to @public. The alpha
entry points now re-export with a @deprecated annotation so existing
consumers continue to work.

Affected packages: core-components, api-docs, catalog, catalog-graph,
catalog-import, catalog-react, home, home-react, kubernetes,
kubernetes-cluster, kubernetes-react, notifications, org, scaffolder,
scaffolder-react, search, search-react, user-settings.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
2026-03-17 17:50:25 +01:00
Adam Kunicki bfa2bc55df fix(home): expose alpha widget metadata to custom grid
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 22:10:36 -08:00
Adam Kunicki 56c58877b1 refactor(home): align layout input and widget data wiring
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 20:39:10 -08:00
Adam Kunicki e4544fb773 refactor(home): rename HomepageWidgetBlueprint to HomePageWidgetBlueprint
Align naming convention with HomePageLayoutBlueprint and the catalog
plugin's consistent entity- prefix pattern. Also update the kind string
from 'home-widget' to 'home-page-widget' to match 'home-page-layout'.
Added interface-level JSDoc to HomePageWidgetBlueprintParams.
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:24 -08:00
Adam Kunicki 03fc07adb7 refactor(home): restructure extension architecture to match catalog pattern
Reorganize the home plugin's new frontend system extensions to follow
the same pattern as the catalog plugin's EntityContentLayoutBlueprint.
Key changes:
- Widgets now attach directly to page:home instead of through an
  intermediate HomepageBlueprint extension
- Add HomePageLayoutBlueprint in home-react for custom layout creation,
  with a built-in default layout as fallback
- Remove compatWrapper from HomepageWidgetBlueprint (consumer
  responsibility, reduced need with NFS support in old system)
- Remove HomepageCompositionRoot usage (old system artifact)
- Delete HomepageBlueprint (replaced by HomePageLayoutBlueprint)
- Update app-next example and dev harness to use new pattern
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:24 -08:00
Adam Kunicki e7e9fc6386 fix(home): restore CI by fixing loader and exposing widget dataRef
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:24 -08:00
Adam Kunicki aeae90c969 refactor(home): bundle widget data into single extension ref
Following FormFieldBlueprint pattern, bundle component and metadata
into a single comprehensive homePageWidgetDataRef instead of outputting
them separately. This addresses review feedback about outputting data
that nothing consumes.
- Create homePageWidgetDataRef in plugin-home-react
- Update HomepageWidgetBlueprint to output bundled data
- Update HomepageBlueprint to consume bundled data and extract component
- Remove unused widgetMetadataRef export
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:23 -08:00
Adam Kunicki 66f29d2921 Update to use coreExtensionsData.title
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:23 -08:00
Adam Kunicki 90956a61bd feat(home): add new frontend system support
Migrates home plugin to support the new frontend system architecture by
introducing extension blueprints for composable homepage functionality.
Key changes:
- Add CustomHomepageWidgetBlueprint for creating installable homepage widgets
- Add CustomHomepageBlueprint for composing pages from widget extensions
- Introduce titleExtensionDataRef for NFS title handling
This attempts to bring  the home plugin up to par with other core plugins that have migrated
to the new frontend system
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2026-02-08 19:40:23 -08:00
Fredrik Adelöw 4157d45c7e Merge pull request #30188 from backstage/freben/circ
🧹  import fixes
2025-06-13 21:31:28 +02:00
mario ma d0a40af133 fix: export translationRef from alpha
Signed-off-by: mario ma <mario.ma.node@gmail.com>
2025-06-11 14:40:47 +08:00
Fredrik Adelöw c83cd8b4cb import fixes
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2025-06-10 15:32:12 +02:00
mario ma cef60db9c0 feat: home plugin support i18n
Signed-off-by: mario ma <mario.ma.node@gmail.com>
2025-06-05 11:48:21 +08:00
Reyna Nikolayev 651b560332 rename CatalogReactComponentsNameToClassKey as suggested
Signed-off-by: Reyna Nikolayev <reyna.nikolayev@autodesk.com>
2025-05-09 15:13:53 -07:00
Reyna Nikolayev 61f2aac5e4 review suggestions
Signed-off-by: Reyna Nikolayev <reyna.nikolayev@autodesk.com>
2025-04-21 09:28:36 -07:00
Reyna Nikolayev 16eb4bf98f export contentModal and make docsLinkTitle
Signed-off-by: Reyna Nikolayev <reyna.nikolayev@autodesk.com>
2025-04-08 12:30:40 -07:00
Paul Schultz 2e26579e06 chore: update react imports
Signed-off-by: Paul Schultz <pschultz@pobox.com>
2025-04-08 07:35:24 -05:00
Adam Kunicki 2e4cb15188 Fixes previous attempt to auto-hide divider
The divider prop was only being set when title was present, and the
default value for divider is true. This unconditionally sets the divider
prop.

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2025-03-21 09:53:45 -07:00
Adam Kunicki c5a82fc819 Don't render header divider on homepage cards if no title was specified.
Some homepage cards would like to define their own header
for example, so that a title can be set dynamically.

Removing the divider with the divider prop provides a way to put
everything in the content area without an extraneous divider above.

The divider is usually not easily visible using the default theme,
however customized themes that may use a larger border-radius this
divider becomes visible and distracting.

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
2025-02-26 12:55:04 -08:00
Binishma SS 293347f938 Adds the no-top-level-material-ui-4-import ESLint rule to the home-react plugin to aid with the migration to Material UI v5.
Issue: #23467
Signed-off-by: Binishma SS <binishma_s@TVMATP567911L.ad.infosys.com>
2024-04-01 14:07:07 +05:30
ivgo bf67dce731 Make title a more optional parameter
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2023-07-18 10:48:52 +02:00
ivgo 0b89ca8ce2 Allow uiSchema to be set as part of the settings for HomePage
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2023-07-11 09:25:02 +02:00
kmarkow 3c8761d5c6 Code Review: Add depreacted.ts and remove the old duplicated code
Signed-off-by: kmarkow <kamilmarkow@gmail.com>
2023-05-19 08:29:26 -04:00
Malikah Montgomery 3f11ae24ab Create new package for plugin with react components
Signed-off-by: Malikah Montgomery <malikah.montgomery@thoughtworks.com>
2023-05-19 08:29:25 -04:00