Abhishek Bvs
ce2ad7f718
Update .changeset/tough-sloths-spend.md
...
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
Signed-off-by: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com >
2025-10-25 15:13:35 +05:30
Abhishek Bvs
68f7e2b0bc
Update .changeset/pretty-kids-allow.md
...
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com >
Signed-off-by: Abhishek Bvs <32136294+abhishekbvs@users.noreply.github.com >
2025-10-25 15:13:17 +05:30
Charles de Dreuille
1059f95fa1
Improve Link structure in BUI
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-25 08:13:01 +01:00
github-actions[bot]
2c1fe37d3b
Version Packages (next)
2025-10-24 13:22:48 +00:00
Johan Persson
5c614fff85
feat(ui): migrate Checkbox component to React Aria
...
Migrates the Checkbox component from Base UI Components to React Aria Components.
Breaking changes:
- Props renamed to React Aria conventions (checked → isSelected, disabled → isDisabled, etc.)
- Label prop removed - use children instead
- CSS class bui-CheckboxLabel removed
- Data attribute changed from data-checked to data-selected
- Use without label is no longer supported
Migration example:
Before: <Checkbox label="Accept terms" checked={agreed} onChange={setAgreed} />
After: <Checkbox isSelected={agreed} onChange={setAgreed}>Accept terms</Checkbox>
Changes include:
- Updated TypeScript types and component implementation
- Migrated CSS to use React Aria data attributes ([data-selected], [data-disabled], etc.)
- Updated Storybook stories and documentation
- Fixed CSS structure to properly separate label wrapper and checkbox indicator styles
- Updated component definitions and API reports
- Created changeset with migration guide
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-10-24 15:16:56 +02:00
Patrik Oldsberg
7cbfbe9b33
Merge pull request #31516 from backstage/rugvip/shaking
...
ui: enable tree shaking of components
2025-10-24 12:51:22 +02:00
Patrik Oldsberg
ff9f0c3bcf
ui: enable tree shaking of components
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-10-24 12:07:08 +02:00
solimant
da19cb5dd1
Fix package name plugin infix with yarn new
...
Signed-off-by: solimant <solimant@users.noreply.github.com >
2025-10-24 02:49:49 +00:00
Dharmik
8bef9af5cd
update api reports for catalog-node
...
Signed-off-by: Dharmik <dharmik.gangani17@gmail.com >
2025-10-23 19:59:22 -03:00
Dharmik
8c26af4079
update api reports for catalog-node
...
Signed-off-by: Dharmik <dharmik.gangani17@gmail.com >
2025-10-23 19:55:41 -03:00
abhishekbvs
226b1802e3
Update catalog-backend-module-github plugin report.api.md
...
Signed-off-by: abhishekbvs <bvsabhishek@gmail.com >
2025-10-24 01:05:36 +05:30
abhishekbvs
999d1c1747
Update docs and code based on review comments
...
Signed-off-by: abhishekbvs <bvsabhishek@gmail.com >
2025-10-24 00:46:45 +05:30
Fredrik Adelöw
50c9b6f4ad
Merge pull request #31468 from backstage/mui-to-bui
...
MUI to BUI migration tracker
2025-10-23 16:53:56 +02:00
Charles de Dreuille
acbaf00433
Update yarn.lock
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 15:36:51 +01:00
Charles de Dreuille
940712862f
Update mui-migration-tracker.yml
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 15:07:04 +01:00
Fredrik Adelöw
21ec131c20
Merge pull request #31470 from backstage/fix-chromatic-forks
...
Fix Chromatic preview in forks
2025-10-23 14:25:54 +02:00
Patrik Oldsberg
7785768b83
Merge pull request #31509 from backstage/fix-docs-ui-build
...
fix(docs-ui): Fix file path case issue.
2025-10-23 14:20:01 +02:00
Johan Persson
a75d277e55
fix(docs-ui): Fix file path case issue.
...
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-10-23 13:39:16 +02:00
Charles de Dreuille
53ed7cf358
Update Github flow
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 11:19:17 +01:00
Charles de Dreuille
71a5e7971c
Update verify_chromatic.yml
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 11:04:53 +01:00
Charles de Dreuille
462afa139f
Update report.api.md
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 10:41:12 +01:00
Shamil Ganiev
6807f0ad67
feat: update changeset with catalog-backend-module-ldap breaking changes
...
Signed-off-by: Shamil Ganiev <ganiev@pm.me >
2025-10-23 12:00:48 +03:00
Ganiev Shamil
ba251915dd
Update .changeset/heavy-cars-wash.md
...
Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com >
Signed-off-by: Ganiev Shamil <ganiev@pm.me >
2025-10-23 12:00:47 +03:00
Shamil Ganiev
75b7af9cef
fix: apply workaround for plain ldap connections
...
Signed-off-by: Shamil Ganiev <ganiev@pm.me >
2025-10-23 12:00:47 +03:00
Ganiev Shamil
69cf06bf1f
Update plugins/catalog-backend-module-ldap/src/ldap/client.ts
...
Co-authored-by: Jessica He <jessicahe4741@gmail.com >
Signed-off-by: Ganiev Shamil <ganiev@pm.me >
2025-10-23 12:00:47 +03:00
Ganiev Shamil
3d5a12a104
Update plugins/catalog-backend-module-ldap/src/ldap/client.ts
...
Co-authored-by: Jessica He <jessicahe4741@gmail.com >
Signed-off-by: Ganiev Shamil <ganiev@pm.me >
2025-10-23 12:00:46 +03:00
Shamil Ganiev
1377ea16f0
feat: sync yarn.lock
...
Signed-off-by: Shamil Ganiev <ganiev@pm.me >
2025-10-23 12:00:46 +03:00
Shamil Ganiev
980f240ff0
feat: move to ldapts
...
Signed-off-by: Shamil Ganiev <ganiev@pm.me >
2025-10-23 12:00:43 +03:00
Charles de Dreuille
134151f571
Create itchy-bars-smell.md
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 09:57:35 +01:00
Charles de Dreuille
ef18a4d22e
Fix SearchField styling
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-10-23 09:54:27 +01:00
Johan Persson
b78fc4541b
fix(ui): allow custom className on BUI components
...
Fixes className prop handling across BUI components to allow users to
add custom classes that augment rather than override default styles.
Changes:
- Extract className from cleanedProps before spreading
- Add className as last argument to clsx() calls
- Update type definitions to support className prop
Affected components:
- Menu and all variants (MenuListBox, MenuAutocomplete, etc.)
- Switch, Skeleton, FieldLabel
- Header, HeaderToolbar, HeaderPage
- Tabs, TabList, Tab, TabPanel
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-10-23 10:35:33 +02:00
Johan Persson
1ef3ca48d6
Backstage UI: Add VisuallyHidden component.
...
Adds a new VisuallyHidden component for hiding content visually while keeping it accessible to screen readers.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-10-23 10:35:16 +02:00
Patrik Oldsberg
8a2725b100
Merge pull request #31501 from backstage/rugvip/test
...
backend-app-api: test for module loading rule
2025-10-23 07:57:07 +02:00
aramissennyeydd
769e2b7880
rework logic to explicitly rely on the list of plugins to create the map keys
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 22:31:04 -04:00
Patrik Oldsberg
b380354ddd
backend-app-api: test for module loading rule
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-10-22 23:12:17 +02:00
aramissennyeydd
9ea2c4fb35
add missing modules
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 16:24:05 -04:00
aramissennyeydd
40104ba92a
fix test case regression caused by move to map
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 15:42:13 -04:00
Vincenzo Scamporlino
f0f006e561
signals: subscribe on error changeset
...
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com >
2025-10-22 20:48:11 +02:00
Vincenzo Scamporlino
3be5506885
signals: fix subscribing twice on error
...
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com >
2025-10-22 20:47:48 +02:00
aramissennyeydd
ef642fffbe
fix api reports
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 13:35:47 -04:00
Hope Hadfield
8f56eae0f5
repo-tools: update knip to detect dependencies in new dev pattern
...
Signed-off-by: Hope Hadfield <hhadfiel@redhat.com >
2025-10-22 13:09:00 -04:00
aramissennyeydd
5e93cfcff2
fix test issues caused by rename
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 12:38:52 -04:00
aramissennyeydd
468f2d8ca7
move alpha instance to default service factories
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 12:38:35 -04:00
aramissennyeydd
4e245210fb
add back the alpha entrypoint and update new service to Root...
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-10-22 12:26:39 -04:00
Aramis Sennyey
9f298e81ee
docs: start creating a golden path ( #30925 )
...
* docs: starting to fill out the plugin golden path
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* another bit of work
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* create-app docs
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* Apply suggestions from code review
Co-authored-by: Peter Macdonald <peterm4c@pm.me >
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com >
* address PR feedback
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* update to rspack
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* fix lint errors
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
* add flag for golden paths
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
---------
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
Signed-off-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com >
Co-authored-by: Peter Macdonald <peterm4c@pm.me >
2025-10-22 12:02:43 -04:00
Fredrik Adelöw
2a49760606
Merge pull request #31486 from itsrishub/patch-2
...
Fix grammar in GitHub webhook setup instructions
2025-10-22 16:40:37 +02:00
Ben Lambert
4e5229e3ff
Merge pull request #31491 from backstage/benjdlambert-patch-2
...
Add notice for Wellness Week vacation
2025-10-22 10:33:44 +02:00
Ben Lambert
5f6011b064
Add notice for Wellness Week vacation
...
Added notice about Wellness Week and potential delays.
Signed-off-by: Ben Lambert <ben@blam.sh >
2025-10-22 08:23:08 +02:00
Vincenzo Scamporlino
9c522d79bf
Merge pull request #31449 from backstage/vinzscam-patch-2
...
Import Backstage UI CSS styles in index.ts
2025-10-21 21:35:25 +02:00
Ben Lambert
178c7c3c0b
Merge pull request #31430 from backstage/changeset-release/master
2025-10-21 18:51:54 +02:00