Skip to content

Commit 0a55dcd

Browse files
authored
release: v9.0.0-alpha.48 (#6274)
* release: v9.0.0-alpha.48 * bump
1 parent 047f81d commit 0a55dcd

329 files changed

Lines changed: 462 additions & 462 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_artifacts/domain_map.yaml

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

_artifacts/scratch/cluster-a-foundational.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# fragment: cluster-a-foundational
2-
# generated by deep-read sub-agent for TanStack Table v9.0.0-alpha.47
2+
# generated by deep-read sub-agent for TanStack Table v9.0.0-alpha.48
33
# target package: @tanstack/table-core (with React adapter examples)
44
# scope: Cluster A — Foundational Core (4 skills)
55

_artifacts/scratch/cluster-b-row-model-features.yaml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Cluster B — Row-Model Features (TanStack Table v9.0.0-alpha.47)
1+
# Cluster B — Row-Model Features (TanStack Table v9.0.0-alpha.48)
22
# Maintainer: Kevin Vandy
33
# Source repo:
44
# Generated for TanStack Intent skill set
@@ -7,7 +7,7 @@
77
# Pipeline order anchor: Core -> Filtered -> Grouped -> Sorted -> Expanded -> Paginated -> getRowModel
88
# (see packages/table-core/src/core/row-models/coreRowModelsFeature.utils.ts)
99

10-
version: v9.0.0-alpha.47
10+
version: v9.0.0-alpha.48
1111
cluster: B
1212
domain: row-model-features
1313

@@ -124,7 +124,7 @@ skills:
124124
source: packages/table-core/src/features/column-faceting/columnFacetingFeature.utils.ts
125125
priority: high
126126
status: active
127-
version_context: v9.0.0-alpha.47
127+
version_context: v9.0.0-alpha.48
128128
skills: [filtering]
129129

130130
- mistake: 'Using `manualFiltering: true` without removing the `filteredRowModel` factory (works), or expecting `manualFiltering` to filter the row model anyway.'
@@ -165,7 +165,7 @@ skills:
165165
source: packages/table-core/src/core/row-models/coreRowModelsFeature.utils.ts
166166
priority: high
167167
status: active
168-
version_context: v9.0.0-alpha.47
168+
version_context: v9.0.0-alpha.48
169169
skills: [filtering]
170170

171171
- mistake: 'Custom fuzzy filter without merging into `filterFns`: passing only `{ fuzzy: fuzzyFilter }` to `createFilteredRowModel`, dropping the 10 built-in filters.'
@@ -212,7 +212,7 @@ skills:
212212
source: examples/react/filters-fuzzy/src/main.tsx
213213
priority: high
214214
status: active
215-
version_context: v9.0.0-alpha.47
215+
version_context: v9.0.0-alpha.48
216216
skills: [filtering, sorting]
217217

218218
- mistake: 'Using `state.columnFilters` AND `initialState.columnFilters` at the same time (or same for globalFilter).'
@@ -249,7 +249,7 @@ skills:
249249
source: docs/guide/column-filtering.md
250250
priority: medium
251251
status: active
252-
version_context: v9.0.0-alpha.47
252+
version_context: v9.0.0-alpha.48
253253
skills: [filtering]
254254

255255
- mistake: "Globally filtering on columns whose values aren't strings or numbers and getting silently-ignored search."
@@ -283,7 +283,7 @@ skills:
283283
source: packages/table-core/src/features/global-filtering/globalFilteringFeature.ts
284284
priority: medium
285285
status: active
286-
version_context: v9.0.0-alpha.47
286+
version_context: v9.0.0-alpha.48
287287
skills: [filtering]
288288

289289
- mistake: 'Expecting `filterFromLeafRows` to keep child rows visible when only the parent matches.'
@@ -320,7 +320,7 @@ skills:
320320
source: packages/table-core/src/features/column-filtering/filterRowsUtils.ts
321321
priority: medium
322322
status: active
323-
version_context: v9.0.0-alpha.47
323+
version_context: v9.0.0-alpha.48
324324
skills: [filtering, row-expanding]
325325

326326
reference_candidates:
@@ -429,7 +429,7 @@ skills:
429429
source: packages/table-core/src/features/row-sorting/rowSortingFeature.utils.ts
430430
priority: high
431431
status: active
432-
version_context: v9.0.0-alpha.47
432+
version_context: v9.0.0-alpha.48
433433
skills: [sorting]
434434

435435
- mistake: "Expecting `sortUndefined: 'first' | 'last'` to work in v8 (they only exist in v9)."
@@ -453,7 +453,7 @@ skills:
453453
source: packages/table-core/src/features/row-sorting/createSortedRowModel.ts
454454
priority: medium
455455
status: active
456-
version_context: v9.0.0-alpha.47
456+
version_context: v9.0.0-alpha.48
457457
skills: [sorting]
458458

459459
- mistake: 'Custom `sortFn` returns `desc`-aware values (i.e. negating inside the function).'
@@ -481,7 +481,7 @@ skills:
481481
source: packages/table-core/src/features/row-sorting/createSortedRowModel.ts
482482
priority: medium
483483
status: active
484-
version_context: v9.0.0-alpha.47
484+
version_context: v9.0.0-alpha.48
485485
skills: [sorting]
486486

487487
- mistake: 'Using fuzzy filter on a column but not pairing it with a fuzzy-aware sortFn that reads `itemRank` from `columnFiltersMeta`.'
@@ -519,7 +519,7 @@ skills:
519519
source: examples/react/filters-fuzzy/src/main.tsx
520520
priority: medium
521521
status: active
522-
version_context: v9.0.0-alpha.47
522+
version_context: v9.0.0-alpha.48
523523
skills: [sorting, filtering]
524524

525525
reference_candidates:
@@ -609,7 +609,7 @@ skills:
609609
source: packages/table-core/src/features/row-pagination/rowPaginationFeature.utils.ts
610610
priority: high
611611
status: active
612-
version_context: v9.0.0-alpha.47
612+
version_context: v9.0.0-alpha.48
613613
skills: [pagination]
614614

615615
- mistake: 'Putting `pagination` in BOTH `state.pagination` and `initialState.pagination`.'
@@ -641,7 +641,7 @@ skills:
641641
source: docs/guide/pagination.md
642642
priority: medium
643643
status: active
644-
version_context: v9.0.0-alpha.47
644+
version_context: v9.0.0-alpha.48
645645
skills: [pagination]
646646

647647
- mistake: 'Disabling `autoResetPageIndex: false` and forgetting to clamp `pageIndex` when the data shrinks below the current page.'
@@ -672,7 +672,7 @@ skills:
672672
source: packages/table-core/src/features/row-pagination/rowPaginationFeature.utils.ts
673673
priority: medium
674674
status: active
675-
version_context: v9.0.0-alpha.47
675+
version_context: v9.0.0-alpha.48
676676
skills: [pagination]
677677

678678
- mistake: 'Computing `getRowCount()` and expecting it to match `data.length` when grouping/filtering/expansion is active.'
@@ -697,7 +697,7 @@ skills:
697697
source: docs/guide/row-models.md
698698
priority: low
699699
status: active
700-
version_context: v9.0.0-alpha.47
700+
version_context: v9.0.0-alpha.48
701701
skills: [pagination, filtering, grouping]
702702

703703
reference_candidates: []
@@ -791,7 +791,7 @@ skills:
791791
source: examples/react/grouping/src/main.tsx
792792
priority: high
793793
status: active
794-
version_context: v9.0.0-alpha.47
794+
version_context: v9.0.0-alpha.48
795795
skills: [grouping, row-expanding]
796796

797797
- mistake: 'Customizing `aggregationFns` like the v8 `aggregationFns` option (passing the registry through `tableOptions.aggregationFns` instead of `createGroupedRowModel`).'
@@ -835,7 +835,7 @@ skills:
835835
source: packages/table-core/src/features/column-grouping/createGroupedRowModel.ts
836836
priority: high
837837
status: active
838-
version_context: v9.0.0-alpha.47
838+
version_context: v9.0.0-alpha.48
839839
skills: [grouping]
840840

841841
- mistake: 'Confusing `aggregationFn` signature: `(columnId, leafRows, childRows)` vs filter/sort signatures.'
@@ -872,7 +872,7 @@ skills:
872872
source: packages/table-core/src/fns/aggregationFns.ts
873873
priority: medium
874874
status: active
875-
version_context: v9.0.0-alpha.47
875+
version_context: v9.0.0-alpha.48
876876
skills: [grouping]
877877

878878
- mistake: "Expecting grouped columns to appear in their original position — and missing the default `groupedColumnMode: 'reorder'`."
@@ -914,7 +914,7 @@ skills:
914914
source: packages/table-core/src/features/column-ordering/columnOrderingFeature.utils.ts
915915
priority: medium
916916
status: active
917-
version_context: v9.0.0-alpha.47
917+
version_context: v9.0.0-alpha.48
918918
skills: [grouping, column-ordering]
919919

920920
- mistake: 'Calling `getSelectedRowModel()` on a grouped table and expecting it to include grouped rows.'
@@ -936,7 +936,7 @@ skills:
936936
source: packages/table-core/src/features/row-selection/rowSelectionFeature.utils.ts
937937
priority: low
938938
status: warning # current source files appear to call selectRowsFn against getCoreRowModel for all 3 — may be a stub
939-
version_context: v9.0.0-alpha.47
939+
version_context: v9.0.0-alpha.48
940940
skills: [grouping, row-selection]
941941

942942
reference_candidates:
@@ -1034,7 +1034,7 @@ skills:
10341034
source: packages/table-core/src/features/row-expanding/rowExpandingFeature.utils.ts
10351035
priority: high
10361036
status: active
1037-
version_context: v9.0.0-alpha.47
1037+
version_context: v9.0.0-alpha.48
10381038
skills: [row-expanding]
10391039

10401040
- mistake: "Setting `paginateExpandedRows: false` and expecting the page size to stay 10 (it doesn't — more rows render)."
@@ -1067,7 +1067,7 @@ skills:
10671067
source: packages/table-core/src/features/row-pagination/createPaginatedRowModel.ts
10681068
priority: medium
10691069
status: active
1070-
version_context: v9.0.0-alpha.47
1070+
version_context: v9.0.0-alpha.48
10711071
skills: [row-expanding, pagination]
10721072

10731073
- mistake: 'Storing `expanded` as `true` then writing into it as if it were a Record.'
@@ -1100,7 +1100,7 @@ skills:
11001100
source: packages/table-core/src/features/row-expanding/rowExpandingFeature.utils.ts
11011101
priority: medium
11021102
status: active
1103-
version_context: v9.0.0-alpha.47
1103+
version_context: v9.0.0-alpha.48
11041104
skills: [row-expanding]
11051105

11061106
- mistake: 'Setting `manualExpanding: true` and still passing `expandedRowModel: createExpandedRowModel()` AND expecting client-side flattening.'
@@ -1144,7 +1144,7 @@ skills:
11441144
source: packages/table-core/src/core/row-models/coreRowModelsFeature.utils.ts
11451145
priority: medium
11461146
status: active
1147-
version_context: v9.0.0-alpha.47
1147+
version_context: v9.0.0-alpha.48
11481148
skills: [row-expanding]
11491149

11501150
reference_candidates: []

_artifacts/scratch/cluster-c-ui-state-features.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TanStack Intent — Cluster C: UI-State Features
2-
# Package: @tanstack/table-core (v9.0.0-alpha.47)
2+
# Package: @tanstack/table-core (v9.0.0-alpha.48)
33
# Domain: ui-state-features
44
# Author: Kevin Vandy (deep-read sub-agent extraction)
55
#

0 commit comments

Comments
 (0)