bi003731
b3a055de27
Update API Report for changes
...
Signed-off-by: Joao Pedro Goulart <joaopedromgoulart@gmail.com >
Signed-off-by: bi003731 <bi003731@inter.co >
2025-12-01 21:33:15 -03:00
bi003731
f2d034b0ef
Add auto commitAction to pushRepo action
...
Signed-off-by: Joao Pedro Goulart <joaopedromgoulart@gmail.com >
Signed-off-by: bi003731 <bi003731@inter.co >
2025-12-01 21:33:15 -03:00
Colt McKissick
3513cdd4f7
docs: update readme example to reflect config changes
...
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com >
2025-12-01 11:15:26 -05:00
Ben Lambert
fe7dd15bdd
Merge pull request #31898 from meganide/meganide/warning-panel-word-break
...
fix: add word break style to markdown content to prevent overflow
2025-12-01 10:34:08 +01:00
Charles de Dreuille
33653878c1
Merge pull request #31917 from backstage/bui-table-cell
...
Bui table cell
2025-12-01 08:42:34 +00:00
Patrik Oldsberg
e750be29b5
cli: remove redundant util
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:44:37 +01:00
Patrik Oldsberg
6359995329
cli-common: cleanup and polish waitForExit
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:44:36 +01:00
Patrik Oldsberg
788ed91649
cli-common: cover run utils with tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:41:06 +01:00
Patrik Oldsberg
688f070676
codemods,repo-tools: update to use new run utils from cli-common
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:41:06 +01:00
Patrik Oldsberg
ab13a89744
cli-common: polish API surface for run
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:41:06 +01:00
Patrik Oldsberg
7fbac5cfac
cli: update to use new run utils from cli-common
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:41:05 +01:00
Patrik Oldsberg
4e8c7261e9
cli-node: update to use new run utils from cli-common
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:22:59 +01:00
Patrik Oldsberg
43629b128d
techdocs-cli: update to use new run utils from cli-common
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:22:59 +01:00
Patrik Oldsberg
ecb44ccdf1
e2e-test: update to use new run utils from cli-common
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:22:59 +01:00
Patrik Oldsberg
5cfb2a4ea8
cli-common: add unified run utils
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-30 10:22:58 +01:00
Charles de Dreuille
16543fa272
Improve report & changeset
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-11-30 09:11:46 +00:00
Charles de Dreuille
4505de77fc
Update Link.tsx
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-11-30 09:05:42 +00:00
Charles de Dreuille
0334faab1f
Cell -> CellText
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-11-30 09:01:47 +00:00
Charles de Dreuille
8bd2335b95
Improve Link component to add title
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2025-11-30 09:01:03 +00:00
renovate[bot]
f89a074d86
chore(deps): update dependency @pmmmwh/react-refresh-webpack-plugin to ^0.6.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-29 03:01:58 +00:00
Johan Persson
c353de0b9b
docs(docs-ui): add v0.9.0 changelog with component attributions
...
Added changelog entries for @backstage/ui v0.9.0 release with component
attributions to enable filtering by affected components.
Includes breaking changes, fixes, and new features for: Avatar, Checkbox,
Select, Accordion, Menu, Header, Tabs, Table, Button, and other components.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-28 14:07:17 +01:00
Peter Macdonald
a60afced3e
Merge pull request #30850 from Ayushmore1214/fix-cncf-logo
...
Fix CNCF logo visibility for light/dark modes
2025-11-28 13:27:52 +01:00
Fredrik Adelöw
ffe0e9a1c1
Merge pull request #31909 from backstage/freben/generate-patch
...
Properly create workspace in OS tmpdir for generate-patch command
2025-11-27 16:34:10 +01:00
Fredrik Adelöw
d1e38a7a51
Properly create workspace in OS tmpdir for generate-patch command
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2025-11-27 15:12:18 +01:00
Elaine Mattos
65e412350b
Update .changeset/early-carpets-rush.md
...
Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com >
Signed-off-by: Elaine Mattos <elaine.mattos@gmail.com >
2025-11-27 14:42:54 +01:00
Johan Persson
a20d317255
feat(ui): add Table row selection support with visual states and documentation
...
- Add row state styling for hover, selected, pressed, and disabled states
- Fix checkbox rendering to only appear for multi-select toggle mode
- Add fixed 40px width for selection column header and cells
- Fix Column component to properly merge className prop
- Switch from React Aria headless Checkbox to styled Backstage UI Checkbox
- Add 12 selection Storybook stories covering all mode/behavior combinations
- Add interactive playground stories for selection mode and behavior
- Document row selection in docs-ui with examples
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-27 12:20:05 +01:00
Johan Persson
61161c98fe
refactor(ui): Remove broken drag-and-drop rendering from TableHeader
...
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-27 12:20:05 +01:00
Caitlin
4c00303f3d
feat: Add tooltipClasses prop to OverflowTooltip component
...
Signed-off-by: Caitlin Cooling <ccooling97@gmail.com >
2025-11-27 10:54:53 +00:00
benjdlambert
d1c7973084
chore: small refactor
...
Signed-off-by: benjdlambert <ben@blam.sh >
2025-11-27 11:43:11 +01:00
Patrik Oldsberg
21474477bf
Merge pull request #31905 from backstage/rugvip/cleanup
...
patches: remove published patches
2025-11-27 11:15:22 +01:00
Patrik Oldsberg
55e0141a97
patches: remove published patches
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2025-11-27 10:58:59 +01:00
Johan Persson
5465f05cdd
chore: Add .patches file to include PR 31904 checkbox fix in next patch.
...
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-27 09:38:51 +01:00
Johan Persson
50b7927b49
fix(ui): hide checkbox indicator color when unchecked
...
The checkbox indicator was incorrectly displaying the checkmark color
in its unchecked state. Changed the base color to transparent and only
apply `--bui-fg-solid` when the checkbox is selected.
Also refactored state selectors to use nested parent references for
better encapsulation within the indicator block.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-27 09:38:51 +01:00
Johan Persson
5bacf55cd7
fix(ui): apply className only to root element in ButtonIcon
...
Remove duplicate className application from inner elements (content and spinner).
The className prop should only be applied to the root button element, matching
the behavior of the Button component.
Signed-off-by: Johan Persson <johanopersson@gmail.com >
2025-11-27 08:47:52 +01:00
dependabot[bot]
82879a3876
build(deps): bump node-forge from 1.3.1 to 1.3.2 in /microsite
...
Bumps [node-forge](https://github.com/digitalbazaar/forge ) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md )
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2 )
---
updated-dependencies:
- dependency-name: node-forge
dependency-version: 1.3.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-26 23:29:09 +00:00
backstage-goalie[bot]
2744cbaad7
Merge pull request #31903 from backstage/renovate/npm-node-forge-vulnerability
...
chore(deps): update dependency node-forge to v1.3.2 [security]
2025-11-26 23:27:23 +00:00
renovate[bot]
db7612ae58
chore(deps): update dependency node-forge to v1.3.2 [security]
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 22:46:16 +00:00
Colt McKissick
7b65adeaaa
fix: Update email processor ses options to match v2
...
Signed-off-by: Colt McKissick <colt.mckissick.ycbp@statefarm.com >
2025-11-26 11:58:17 -05:00
Ben Lambert
c786bb3a41
Merge pull request #31821 from elaine-mattos/feat/add-db-systel-adopter
2025-11-26 17:45:53 +01:00
meganide
207c3c88b0
chore: add changeset
...
Signed-off-by: meganide <renashassan@hotmail.com >
2025-11-26 14:42:15 +01:00
meganide
1733209b0d
fix: add word break style to markdown content to prevent overflow
...
Signed-off-by: meganide <renashassan@hotmail.com >
2025-11-26 14:26:31 +01:00
ElaineDeMattosSilvaB
35002fb261
fix: add react-router-dom to peer deps
...
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com >
2025-11-26 13:15:09 +01:00
renovate[bot]
d629aa1021
chore(deps): update dependency isomorphic-git to v1.35.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 11:51:38 +00:00
ElaineDeMattosSilvaB
fdfe7e5d4f
fix: add correct name
...
Signed-off-by: ElaineDeMattosSilvaB <elaine.de-mattos-silva-bezerra@deutschebahn.com >
2025-11-26 11:53:38 +01:00
Fredrik Adelöw
9c64ee9776
Merge pull request #31732 from christoph-jerolimov/core-components/i18n-logviewer
...
fix(core-components): Add i18n support for LogViewer search control
2025-11-26 10:49:00 +01:00
backstage-goalie[bot]
364b5c1d8c
Merge pull request #31894 from backstage/renovate/humanize-duration-3.x-lockfile
...
chore(deps): update dependency humanize-duration to v3.33.1
2025-11-26 09:44:54 +00:00
backstage-goalie[bot]
daee989042
Merge pull request #31893 from backstage/renovate/helmet-6.x-lockfile
...
chore(deps): update dependency helmet to v6.2.0
2025-11-26 09:44:51 +00:00
Vincenzo Scamporlino
e85bd02aeb
Merge pull request #31866 from backstage/techdocs-optional-config
...
Techdocs: optional config
2025-11-26 10:22:54 +01:00
Ben Lambert
c030519199
Merge pull request #31875 from awanlin/topic/atl-blog-post
...
Backstage in Atlanta: Highlights from BackstageCon and KubeCon + CloudNativeCon North America 2025
2025-11-26 10:08:10 +01:00
renovate[bot]
4d47d68a36
chore(deps): update dependency humanize-duration to v3.33.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-26 09:05:40 +00:00