@backstage/ui 0.0.0-nightly-20250812024404 → 0.0.0-nightly-20250813024231
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250813024231
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -19,6 +19,18 @@
|
|
|
19
19
|
- 404b426: Add `startCollapsed` prop on the `SearchField` component in BUI.
|
|
20
20
|
- e0e886f: Adds onTabSelectionChange to ui header component.
|
|
21
21
|
|
|
22
|
+
## 0.7.0-next.3
|
|
23
|
+
|
|
24
|
+
### Minor Changes
|
|
25
|
+
|
|
26
|
+
- 0615e54: We are moving our DataTable component to React Aria. We removed our DataTable to only use Table as a single and opinionated option for tables. This new structure is made possible by using React Aria under the hood.
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 230b410: **Breaking change** Move breadcrumb to fit in the `HeaderPage` instead of the `Header` in Backstage UI.
|
|
31
|
+
- 8bdc491: Remove stylesheet import from Select component.
|
|
32
|
+
- 404b426: Add `startCollapsed` prop on the `SearchField` component in BUI.
|
|
33
|
+
|
|
22
34
|
## 0.7.0-next.2
|
|
23
35
|
|
|
24
36
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/ui",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250813024231",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library"
|
|
6
6
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-aria-components": "^1.10.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
53
|
+
"@backstage/cli": "0.0.0-nightly-20250813024231",
|
|
54
54
|
"@storybook/addon-essentials": "^8.6.12",
|
|
55
55
|
"@storybook/addon-interactions": "^8.6.12",
|
|
56
56
|
"@storybook/addon-styling-webpack": "^1.0.1",
|