github-actions[bot]
68db890456
Version Packages (next)
2026-05-26 15:26:38 +00:00
dependabot[bot]
e0889a3f8e
chore(deps): bump qs from 6.15.1 to 6.15.2
...
Bumps [qs](https://github.com/ljharb/qs ) from 6.15.1 to 6.15.2.
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.15.1...v6.15.2 )
---
updated-dependencies:
- dependency-name: qs
dependency-version: 6.15.2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-23 12:27:32 +00:00
github-actions[bot]
b97fcb0a93
Version Packages
2026-05-19 18:28:24 +00:00
Patrik Oldsberg
10e5d6f8aa
Remove NavItemBlueprint in favor of page-based nav discovery
...
Drop the deprecated NavItemBlueprint from the public API and migrate core
plugins to set title and icon on PageBlueprint instead. AppNav keeps
backward compatibility for legacy nav-item extensions via an internal
core.nav-item.target data ref.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-05-19 11:00:46 +02:00
github-actions[bot]
1cc86bee1c
Version Packages (next)
2026-04-21 15:07:43 +00:00
Patrik Oldsberg
085133fde0
Bump zod dependency to v4 for packages using configSchema
...
These packages use `configSchema` with `zod/v4` imports and require the
full Zod v4 package for JSON Schema support. The dependency range is
narrowed from `^3.25.76 || ^4.0.0` to `^4.0.0`.
Also adds a `.patches` entry for the patch release.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-04-16 18:44:51 +02:00
Fredrik Adelöw
8e7f7249e7
chore: regenerate knip reports
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
Made-with: Cursor
2026-04-16 12:14:47 +02:00
Hellgren Heikki
cad156e797
fix: replace old config schemas for extensions and blueprints
...
to overcome a lot of warnings given during for example testing where
these extensions are used.
Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi >
2026-04-15 12:55:27 +03:00
github-actions[bot]
93e643d142
Version Packages
2026-04-14 14:57:31 +00:00
Patrik Oldsberg
9ce7471550
plugin-search: delete orphaned UrlUpdater.tsx
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-04-13 13:04:18 +02:00
github-actions[bot]
6c10d88c13
Version Packages (next)
2026-04-07 15:30:58 +00:00
github-actions[bot]
a2cb332e25
Version Packages (next)
2026-03-31 15:30:51 +00:00
Patrik Oldsberg
7d942709fa
Merge pull request #31406 from fcamgz/search-modal-overflow-fix
...
Fixed SearchModal not cleaning up body overflow
2026-03-28 09:58:09 +01:00
github-actions[bot]
c1b510cabb
Version Packages (next)
2026-03-24 14:54:00 +00:00
github-actions[bot]
5725b5fcfa
Version Packages
2026-03-17 21:39:07 +00:00
Patrik Oldsberg
6a565f6880
Merge pull request #33389 from backstage/rugvip/nfs-header-page-migration
...
plugins: migrate NFS pages to HeaderPage
2026-03-17 22:16:12 +01:00
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
Patrik Oldsberg
f6a5144861
update NFS header migration scope
...
Roll back the TechDocs, catalog graph, and catalog import migrations for now while keeping the shared sub-page routing fix and the page-level header cleanup for search, notifications, and catalog entity pages.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 16:52:45 +01:00
Patrik Oldsberg
aa29b508d1
Migrate NFS pages to HeaderPage
...
Always render the plugin header for page blueprints and move page-level actions into the Backstage UI header pattern for affected NFS pages.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-17 15:05:38 +01:00
Patrik Oldsberg
ed8d9ce67c
further NFS icon migration and alignment
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-03-16 21:39:40 +01:00
github-actions[bot]
ed7c4e3bef
Version Packages (next)
2026-03-10 17:34:12 +00:00
Patrik Oldsberg
d0206c499a
Remove deprecated defaultPath migration helper from PageBlueprint
...
The `defaultPath` param was a compile-time migration artifact typed to
produce an error, guiding users to use `path` instead. The migration
period is over, so this removes it from the public API surface.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-03-05 09:53:22 +01:00
github-actions[bot]
db0d171511
Version Packages (next)
2026-03-03 14:16:49 +00:00
github-actions[bot]
4bd6a3a1af
Version Packages (next)
2026-02-24 19:24:06 +00:00
John Philip
5cefb88bb2
perform search on first navigate
...
Signed-off-by: John Philip <jphilip@spotify.com >
2026-02-23 16:30:33 -05:00
github-actions[bot]
e6df5d52ce
Version Packages
2026-02-17 16:06:18 +00:00
Patrik Oldsberg
b7ae1243e0
frontend-plugin-api: make header actions a element[]
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 12:35:20 +01:00
Patrik Oldsberg
018ca876d0
add plugin title and icons
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:34 +01:00
Patrik Oldsberg
4d2b2642c0
frontend-plugin-api: added noHeader param for page blueprint
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:28 +01:00
Patrik Oldsberg
d2705be180
frontend-plugin-api: add support for sub page icons
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:28 +01:00
Patrik Oldsberg
abd0a5ad52
frontend-plugin-api: migration to IconElement + API reports
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:23 +01:00
Patrik Oldsberg
e1f22f2d15
plugin icons and titles
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-02-17 11:55:22 +01:00
github-actions[bot]
7c41134684
Version Packages (next)
2026-02-10 16:14:59 +00:00
Paul Schultz
a7e0d506a2
feat: enable react router feature flags for v7
...
Signed-off-by: Paul Schultz <pschultz@pobox.com >
2026-02-03 09:37:11 -06:00
github-actions[bot]
1ea737c1e2
Version Packages (next)
2026-02-03 14:24:29 +00:00
Andre Wanlin
daa474a751
Merge pull request #31935 from binary-baum/feature/set-default-type-filter-for-search
...
[NFS] set the default search type to all instead of software-catalog
2026-01-29 10:00:50 -06:00
github-actions[bot]
d4b85dddee
Version Packages (next)
2026-01-27 15:51:11 +00:00
Alexander Vödisch
539f03ed3e
Merge branch 'backstage:master' into feature/set-default-type-filter-for-search
2026-01-26 11:21:00 +01:00
Vödisch, Alexander
1da4e0eca2
feat(search): add configurable default search type via app-config.yaml
...
Signed-off-by: Vödisch, Alexander <A72749@eon.com >
2026-01-26 11:18:58 +01:00
binary.baum
feef8d91c7
set the default search type to all instead of software-catalog in the search page
...
Signed-off-by: binary.baum <binary.baum@gmail.com >
Signed-off-by: Vödisch, Alexander <A72749@eon.com >
2026-01-26 11:18:58 +01:00
Patrik Oldsberg
7edb810248
frontend-plugin-api: add new internal option for extension inputs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2026-01-23 11:41:15 +01:00
github-actions[bot]
2e902e7b43
Version Packages
2026-01-20 16:40:05 +00:00
Fredrik Adelöw
5d71ad009e
Merge pull request #32180 from backstage/storybook-mcp
...
Add Storybook MCP
2026-01-07 18:13:47 +01:00
github-actions[bot]
e237d65cdc
Version Packages (next)
2026-01-05 22:23:51 +00:00
Fredrik Adelöw
5c49a00bbd
fix tests
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-01-05 10:29:07 +01:00
Backstage Service Account
9f1ee3e667
Version Packages (next) ( #32222 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-12-30 16:06:20 +01:00
Charles de Dreuille
147364b4a8
Add Storybook manifest
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-12-19 10:30:38 +00:00
github-actions[bot]
c24788d5bb
Version Packages
2025-12-16 14:08:20 +00:00
Fredrik Adelöw
b404647c64
Merge pull request #32080 from backstage/freben/search-first
2025-12-15 19:44:09 +01:00