Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions workspaces/theme/.changeset/bui-customization.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/theme/.changeset/bump-theme-backstage-1.54.6.md

This file was deleted.

5 changes: 0 additions & 5 deletions workspaces/theme/.changeset/quiet-harbor-nudge.md

This file was deleted.

11 changes: 11 additions & 0 deletions workspaces/theme/plugins/bui-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @red-hat-developer-hub/backstage-plugin-bui-test

## 0.5.1

### Patch Changes

- e8c4cd7: feat: allow customers to customize BUI components via app-config (RHIDP-14510)

Adds two new `app.branding` configuration options:

- `customCSS`: raw CSS string injected as global styles (use at your own risk)
- `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/theme/plugins/bui-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-bui-test",
"version": "0.5.0",
"version": "0.5.1",
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
16 changes: 16 additions & 0 deletions workspaces/theme/plugins/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @red-hat-developer-hub/backstage-plugin-theme

## 1.2.0

### Minor Changes

- e8c4cd7: feat: allow customers to customize BUI components via app-config (RHIDP-14510)

Adds two new `app.branding` configuration options:

- `customCSS`: raw CSS string injected as global styles (use at your own risk)
- `theme.{light|dark}.bui.tokens`: per-theme structured token overrides mapping to BUI CSS custom properties (`--bui-*`), allowing different values for light and dark themes

### Patch Changes

- a8731b1: Update theme workspace dependencies to Backstage 1.54.6.
- 1a55424: Offset Backstage UI dialogs such as Inspect Entity below the global header so their title and close control stay visible.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion workspaces/theme/plugins/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@red-hat-developer-hub/backstage-plugin-theme",
"version": "1.1.0",
"version": "1.2.0",
"description": "Red Hat Developer Hub Theme",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading