aramissennyeydd
62fc2de58a
add changeset
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-11-09 18:55:10 -05:00
aramissennyeydd
30136d4787
fix: explicitly mark instance metadata as a root service
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-11-09 18:54:23 -05:00
aramissennyeydd
11c61f2e8d
add changeset
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-11-09 09:37:11 -05:00
aramissennyeydd
3903ad694b
fix: api reference build should allow navigation
...
Signed-off-by: aramissennyeydd <aramis.sennyey@doordash.com >
2025-11-09 09:36:00 -05:00
renovate[bot]
30ce25e8da
chore(deps): update opensearchproject/opensearch docker tag to v2.19.4
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 05:15:03 +00:00
backstage-goalie[bot]
39591f4c27
Merge pull request #31686 from backstage/renovate/electric-sql-pglite-0.x-lockfile
...
chore(deps): update dependency @electric-sql/pglite to v0.3.14
2025-11-09 05:06:54 +00:00
renovate[bot]
58cf9758b3
chore(deps): update dependency @electric-sql/pglite to v0.3.14
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-09 04:30:31 +00:00
Patrik Oldsberg
8b84f39946
frontend-plugin-api: runtime attachTo by reference
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-08 19:01:10 +01:00
Patrik Oldsberg
7c6a66dd9f
frontend-plugin-api: add support for relative attachments
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-08 11:26:08 +01:00
Stephen Glass
a2d7ae7b5a
fix(catalog-graph): improve height handling in catalog graph entity card
...
Signed-off-by: Stephen Glass <stephen@stephen.glass >
2025-11-07 17:16:13 -05:00
Johan Persson
01476f00de
refactor(ui): adopt flexbox positioning pattern for input components
...
Refactored PasswordField, SearchField, and MenuAutocomplete to use a
consistent flexbox positioning approach, improving maintainability and
visual consistency.
Key changes:
- Replaced absolute positioning with flexbox layouts
- Moved border and background styling from input to wrapper
- Used grid-centered containers for icons and buttons
- Added component-specific CSS variables for item height
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-07 17:42:08 +01:00
Peter Macdonald
30fe9aac29
Merge pull request #30628 from Ayushmore1214/patch-2
...
Update backend plugin tutorial to refer to /todos endpoint instead of…
2025-11-07 15:53:22 +01:00
Johan Persson
6d35a6bfe1
chore(ui): remove Base UI Components dependency
...
All components have been migrated to React Aria Components, making
the @base-ui-components/react dependency obsolete.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-07 14:07:59 +01:00
Johan Persson
816af0fa39
feat(ui): add searchable and multiple selection support to Select component
...
Enhanced the Select component with search filtering and multi-selection capabilities through new searchable, selectionMode, and searchPlaceholder props.
Breaking changes:
- The SelectProps interface now accepts a generic type parameter for selection mode
Implementation details:
- Created SelectTrigger, SelectContent, and SelectListBox components for modular composition
- Integrated react-aria's Autocomplete and SearchField for search functionality
- Added support for multiple selection mode
- Added "No results found" empty state when search returns no matches
- Improved CSS organization and updated visual styling for better consistency
- Exported Option type as public API for type safety
- Updated API reports and added comprehensive Storybook stories
- Added documentation with examples for searchable and multiple selection modes
Migration guide:
If using SelectProps type directly, update the type parameter:
```diff
- SelectProps
+ SelectProps<'single' | 'multiple'>
```
Component usage remains backward compatible - existing Select implementations require no changes.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-07 14:06:16 +01:00
Johan Persson
a00fb88bd7
fix(ui): enable Table Row href to open in new tabs
...
The Table Row component's href prop was being destructured but not
passed to the underlying ReactAriaRow component, preventing rows from
rendering as <a> elements. This blocked native browser link behaviors
like right-click "Open in new tab" and Cmd+Click.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-07 12:11:54 +01:00
Ayush More
be76b403d8
Json fixxxxx
...
Signed-off-by: Ayush More <ayushmore42595@gmail.com >
2025-11-07 10:16:50 +00:00
Ben Lambert
d1ad1379a6
Merge pull request #31661 from SonilPro/line-numbers-should-not-be-selectable
...
Line numbers should not be selectable
2025-11-07 10:20:52 +01:00
Ayush More
f0c4ad7292
Update backend plugin tutorial to refer to /todos endpoint instead of /health
...
This PR updates the backend plugin tutorial documentation to match the current plugin template.
Previously, the tutorial referenced a /health endpoint, which does not exist in the generated backend plugin.
Signed-off-by: Ayush More <ayushmore42595@gmail.com >
2025-11-07 09:18:24 +00:00
Eswaraiahsapram
ee6a988ce0
api report fix
...
Signed-off-by: Eswaraiahsapram <esapram@redhat.com >
2025-11-07 13:35:01 +05:30
Eswaraiahsapram
f62a9324ca
api report fix
...
Signed-off-by: Eswaraiahsapram <esapram@redhat.com >
2025-11-07 12:21:49 +05:30
Eswaraiahsapram
ef8864571e
api report fix
...
Signed-off-by: Eswaraiahsapram <esapram@redhat.com >
2025-11-07 12:21:48 +05:30
Eswaraiahsapram
36d7582687
fix: add missing i18n support for catalog react plugin
...
Signed-off-by: Eswaraiahsapram <esapram@redhat.com >
2025-11-07 12:21:48 +05:30
milliehartnt123
54a11b99c1
Cropped two graphics for clarity
...
Cropped the "enter-url-of-component" and "review-select-import" graphics
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 11:51:24 -05:00
milliehartnt123
bcd7d35454
Fix image filename in create-a-component.md
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 11:38:57 -05:00
milliehartnt123
dab743f97c
Fix image paths in create-a-component documentation
...
Updated image paths for creating a component guide. Changed getting-started to uiguide in path to graphic.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 11:36:56 -05:00
milliehartnt123
235110578c
Added graphics for create new component
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 11:33:13 -05:00
milliehartnt123
1920ef0f28
Add graphics for register a component
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 11:26:54 -05:00
milliehartnt123
4a5bad0752
Create review-select-import.png
...
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 11:25:45 -05:00
milliehartnt123
c632d93e97
Revise component registration guide for clarity
...
Updated the guide to register a component, including changes to the structure and wording for clarity. Updated graphics. Rewrote into task-based steps.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 10:55:29 -05:00
milliehartnt123
4f37d6c9c0
Update documentation for creating a component
...
Clarified the description of the Example Node.js Template and corrected the step numbering in the instructions.
Signed-off-by: milliehartnt123 <108491788+milliehartnt123@users.noreply.github.com >
2025-11-06 10:34:23 -05:00
Henrik Edegård
a5c2fa22da
fix for adding origins only if channel is enabled.
...
Signed-off-by: Henrik Edegård <henrik.edegard@fortnox.se >
2025-11-06 13:55:11 +00:00
Johan Persson
836b0c7552
fix(ui): improve dialog backdrop appearance in dark mode
...
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-06 11:35:51 +01:00
Patrik Oldsberg
f3c0d96813
Merge pull request #31671 from backstage/rugvip/cleanup
...
backend-app-api: remove debug logging
2025-11-06 10:05:06 +01:00
Patrik Oldsberg
f0ece16206
backend-app-api: remove debug logging
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-06 09:50:45 +01:00
Patrik Oldsberg
d77fdc3608
app-visualizer: icon type fix
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-06 09:46:25 +01:00
Benjamin Janssens
6db9e7e9d8
style(org): improve responsiveness of GroupProfileCard
...
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com >
2025-11-06 08:39:34 +01:00
backstage-goalie[bot]
a6e7572ac4
Merge pull request #31666 from backstage/renovate/zod-3.x-lockfile
...
chore(deps): update dependency zod to v3.25.76
2025-11-06 01:39:26 +00:00
renovate[bot]
cddcb8c03b
chore(deps): update dependency zod to v3.25.76
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-06 00:42:58 +00:00
backstage-goalie[bot]
3adce92ee7
Merge pull request #31665 from backstage/renovate/typedoc-0.x-lockfile
...
chore(deps): update dependency typedoc to v0.28.14
2025-11-06 00:34:49 +00:00
backstage-goalie[bot]
825cefe978
Merge pull request #31664 from backstage/renovate/supertest-7.x-lockfile
...
chore(deps): update dependency supertest to v7.1.4
2025-11-06 00:34:45 +00:00
renovate[bot]
f75fd2df8d
chore(deps): update dependency typedoc to v0.28.14
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 23:32:57 +00:00
renovate[bot]
6edccd4979
chore(deps): update dependency supertest to v7.1.4
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 23:32:19 +00:00
backstage-goalie[bot]
ab818562d2
Merge pull request #31663 from backstage/renovate/strip-ansi-7.x-lockfile
...
chore(deps): update dependency strip-ansi to v7.1.2
2025-11-05 21:40:19 +00:00
backstage-goalie[bot]
c51b757ab7
Merge pull request #31662 from backstage/renovate/semver-7.x-lockfile
...
chore(deps): update dependency semver to v7.7.3
2025-11-05 21:40:15 +00:00
renovate[bot]
4ef7cd2a62
chore(deps): update dependency strip-ansi to v7.1.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 21:06:46 +00:00
renovate[bot]
d47fac067b
chore(deps): update dependency semver to v7.7.3
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-05 21:06:13 +00:00
backstage-goalie[bot]
686742db64
Merge pull request #31660 from backstage/renovate/react-resizable-panels-3.x-lockfile
...
chore(deps): update dependency react-resizable-panels to v3.0.6
2025-11-05 20:55:12 +00:00
backstage-goalie[bot]
479a67e7d4
Merge pull request #31659 from backstage/renovate/rate-limit-redis-4.x-lockfile
...
chore(deps): update dependency rate-limit-redis to v4.2.3
2025-11-05 20:40:16 +00:00
Antonio Ereiz
96ad6745dd
changeset
...
Signed-off-by: Antonio Ereiz <antonio.ereiz@gmail.com >
2025-11-05 21:31:09 +01:00
Antonio Ereiz
f313ab5cd7
set userSelect to none
...
Signed-off-by: Antonio Ereiz <antonio.ereiz@gmail.com >
2025-11-05 21:18:35 +01:00