Version Packages

This commit is contained in:
github-actions[bot]
2025-10-14 15:29:54 +00:00
parent a1e82d634b
commit d6ce2db9ca
470 changed files with 4698 additions and 1065 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/theme
## 0.7.0
### Minor Changes
- 865bce8: **BREAKING**: Removed the built-in `CssBaseline` from `UnifiedThemeProvider`. If your Backstage instance looks broken after this update, you likely forgot to add our new Backstage UI global CSS. To do that, please import `@backstage/ui/css/styles.css` in `packages/app/src/index.tsx`:
```tsx
import '@backstage/ui/css/styles.css';
```
This change also removes the `noCssBaseline` prop, which became redundant.
### Patch Changes
- d5cbdba: The `UnifiedThemeProvider` now coordinates theme attributes on the document `body` in case multiple theme providers are rendered.
## 0.6.9-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/theme",
"version": "0.6.9-next.0",
"version": "0.7.0",
"description": "material-ui theme for use with Backstage.",
"backstage": {
"role": "web-library"