@backstage/ui 0.0.0-nightly-20251125024456 → 0.0.0-nightly-20251127024454

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,19 @@
1
1
  # @backstage/ui
2
2
 
3
- ## 0.0.0-nightly-20251125024456
3
+ ## 0.0.0-nightly-20251127024454
4
+
5
+ ### Patch Changes
6
+
7
+ - b3ad928: Fixed Table Row component to correctly handle cases where no `href` is provided, preventing unnecessary router provider wrapping and fixing the cursor incorrectly showing as a pointer despite the element not being a link.
8
+
9
+ Affected components: Row
10
+
11
+ - fe7c751: Fixed `useTable` hook to prioritize `providedRowCount` over data length for accurate row count in server-side pagination scenarios.
12
+ - c145031: Fixed Table column sorting indicator to show up arrow when no sort is active, correctly indicating that clicking will sort ascending.
13
+
14
+ Affected components: Column
15
+
16
+ ## 0.9.1-next.0
4
17
 
5
18
  ### Patch Changes
6
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/ui",
3
- "version": "0.0.0-nightly-20251125024456",
3
+ "version": "0.0.0-nightly-20251127024454",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -46,7 +46,7 @@
46
46
  "react-aria-components": "^1.13.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@backstage/cli": "0.34.5",
49
+ "@backstage/cli": "0.0.0-nightly-20251127024454",
50
50
  "@types/react": "^18.0.0",
51
51
  "@types/react-dom": "^18.0.0",
52
52
  "chalk": "^5.4.1",