@tanstack/preact-table 9.0.0-alpha.48 → 9.0.0-alpha.49

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/preact-table",
3
- "version": "9.0.0-alpha.48",
3
+ "version": "9.0.0-alpha.49",
4
4
  "description": "Headless UI for building powerful tables & datagrids for Preact.",
5
5
  "author": "Tanner Linsley",
6
6
  "license": "MIT",
@@ -51,11 +51,11 @@
51
51
  ],
52
52
  "dependencies": {
53
53
  "@tanstack/preact-store": "^0.13.1",
54
- "@tanstack/table-core": "9.0.0-alpha.48"
54
+ "@tanstack/table-core": "9.0.0-alpha.49"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@preact/preset-vite": "^2.10.5",
58
- "preact": "^10.29.1"
58
+ "preact": "^10.29.2"
59
59
  },
60
60
  "peerDependencies": {
61
61
  "preact": ">=10"
@@ -11,7 +11,7 @@ description: >
11
11
  type: lifecycle
12
12
  library: tanstack-table
13
13
  framework: preact
14
- library_version: '9.0.0-alpha.47'
14
+ library_version: '9.0.0-alpha.48'
15
15
  requires:
16
16
  - state-management
17
17
  - pagination
@@ -11,7 +11,7 @@ description: >
11
11
  type: composition
12
12
  library: tanstack-table
13
13
  framework: preact
14
- library_version: '9.0.0-alpha.47'
14
+ library_version: '9.0.0-alpha.48'
15
15
  requires:
16
16
  - row-selection
17
17
  - column-definitions
@@ -12,7 +12,7 @@ description: >
12
12
  type: composition
13
13
  library: tanstack-table
14
14
  framework: preact
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - filtering
18
18
  - column-layout
@@ -11,7 +11,7 @@ description: >
11
11
  type: composition
12
12
  library: tanstack-table
13
13
  framework: preact
14
- library_version: '9.0.0-alpha.47'
14
+ library_version: '9.0.0-alpha.48'
15
15
  requires:
16
16
  - preact/client-to-server
17
17
  - pagination
@@ -13,7 +13,7 @@ description: >
13
13
  type: composition
14
14
  library: tanstack-table
15
15
  framework: preact
16
- library_version: '9.0.0-alpha.47'
16
+ library_version: '9.0.0-alpha.48'
17
17
  requires:
18
18
  - state-management
19
19
  - preact/table-state
@@ -11,7 +11,7 @@ description: >
11
11
  type: composition
12
12
  library: tanstack-table
13
13
  framework: preact
14
- library_version: '9.0.0-alpha.47'
14
+ library_version: '9.0.0-alpha.48'
15
15
  requires:
16
16
  - preact/table-state
17
17
  - row-expanding
@@ -24,7 +24,7 @@ sources:
24
24
 
25
25
  TanStack Table is headless — it does not virtualize rows or columns. For long lists, pair the table with TanStack Virtual.
26
26
 
27
- > **Adapter status:** There is no published `@tanstack/preact-virtual` adapter as of `@tanstack/table` v9.0.0-alpha.47. The two supported paths are:
27
+ > **Adapter status:** There is no published `@tanstack/preact-virtual` adapter as of `@tanstack/table` v9.0.0-alpha.48. The two supported paths are:
28
28
  >
29
29
  > 1. **Use `@tanstack/virtual-core` directly.** The framework-agnostic `Virtualizer` class wrapped in a small Preact hook is the recommended path.
30
30
  > 2. **Use `@tanstack/react-virtual` via `preact/compat`.** Works if your project already aliases `react` → `preact/compat`.
@@ -10,7 +10,7 @@ description: >
10
10
  type: lifecycle
11
11
  library: tanstack-table
12
12
  framework: preact
13
- library_version: '9.0.0-alpha.47'
13
+ library_version: '9.0.0-alpha.48'
14
14
  requires:
15
15
  - setup
16
16
  - column-definitions
@@ -12,7 +12,7 @@ description: >
12
12
  type: lifecycle
13
13
  library: tanstack-table
14
14
  framework: preact
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - setup
18
18
  - state-management
@@ -12,7 +12,7 @@ description: >
12
12
  type: lifecycle
13
13
  library: tanstack-table
14
14
  framework: preact
15
- library_version: '9.0.0-alpha.47'
15
+ library_version: '9.0.0-alpha.48'
16
16
  requires:
17
17
  - setup
18
18
  - state-management
@@ -14,7 +14,7 @@ description: >
14
14
  type: framework
15
15
  library: tanstack-table
16
16
  framework: preact
17
- library_version: '9.0.0-alpha.47'
17
+ library_version: '9.0.0-alpha.48'
18
18
  requires:
19
19
  - state-management
20
20
  - setup