Blackbaud
OSS
skyux
Sign in / Sign up
Open main menu
skyux
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
data-grid-mvp
f9ca0d8c Fix minHeight binding, add grid label for accessibility
by John White
J
Succeeded
data-grid-mvp
f9ca0d8c Bring back missing images
by John White
J
Succeeded
data-grid-mvp
f9ca0d8c fix(components/data-grid): preserve zero row count Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
by johnhwhite
j
Succeeded
data-grid-mvp
f9ca0d8c fix(components/data-grid): address code review findings Refine the data grid based on a code review pass: - Default `pageSize` and `rowCount` to `undefined` instead of `0` so an unset input is distinguishable from a real value, and tidy the related falsy checks throughout the component. - Guard the paging controls on `pageSize` in the template and narrow the bound value with an alias. - Only sync `page` from the URL query parameter when paging is enabled and the parameter parses to an integer; seed the query-param signal with `NaN` so an absent parameter no longer forces page 1. - Warn when a `<sky-data-grid-column>` is declared with neither a `columnId` nor a `field`, and run the column validation in an `afterRenderEffect`. - Correct JSDoc on the column `dataType` and `SkyDataGridSort.field`. - Add `isLoading`, `getDisplayedRowCount`, and `clickColumnSortButton` to the data grid harness, and expose `getGridApi` on the ag-grid wrapper harness; update the example and fixture specs to use them. - Drive the loading-example loading-state test with manual change detection so it no longer hangs on the never-resolving resource. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by John White
J
Succeeded
data-grid-mvp
f9ca0d8c Address data grid PR review feedback - Rename `fit` input to `columnFit` and its values from `'width' | 'scroll'` to `'container' | 'content'` so the call site is self-documenting - Rename `SkyDataGridSort` properties to `field` and `direction: 'asc' | 'desc'`, replacing the ambiguous optional `descending` - Make the `SkyDataGridSort<T>` generic optional: type `field` as `keyof T | (string & {})` so a plain `SkyDataGridSort` interoperates with the row type the grid infers (no more "missing properties" build error) - Replace magic-number sentinels on `flexWidth` (`-1`) and `width` (`0`) with `input<number | undefined>()`, where `undefined` cleanly means "not set" - Sync the page query param when `page` is set programmatically so the URL stays in sync for deep linking, not just when using the paging controls - Add `@preview` to `SkyDataGridSort` - Clarify `loading` docs (a nullish `data` also shows the overlay) and remove the stale `wrapText` guidance that referenced a nonexistent `height` input Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
by John White
J
Succeeded
data-grid-mvp
f9ca0d8c Rename sortField to sort
by John White
J
Succeeded
data-grid-mvp
f9ca0d8c Add autoSort, autoPage, and rowCount inputs. Fix column reordering.
by John White
J
Succeeded
data-grid-mvp
4c6c8572 Update docs comments to improve clarity
by John White
J
Succeeded
data-grid-mvp
4c6c8572 Rename data grid component, drop module, and add dataSorted input
by John White
J
Succeeded
data-grid-mvp
fdbffd72 Lint.
by John White
J
Succeeded
data-grid-mvp
fdbffd72 Remove width and height inputs for the grid, add Resource loading coding example
by John White
J
Succeeded
data-grid-mvp
fdbffd72 Simpler code examples
by John White
J
Succeeded
data-grid-mvp
fdbffd72 Use separate loading input, update code examples
by John White
J
Succeeded
data-grid-mvp
5ae5c918 Clarify Resource input api surface
by John White
J
Succeeded
data-grid-mvp
9a75c6b3 chore: release 14.3.9 (#4438) ## [14.3.9](https://github.com/blackbaud/skyux/compare/14.3.8...14.3.9) (2026-06-12) ### Bug Fixes * **components/grids:** update grid component's sky-checkbox to use labelText ([#4436](https://github.com/blackbaud/skyux/issues/4436)) ([80ecbfd](https://github.com/blackbaud/skyux/commit/80ecbfdfb4c8b85c73e2af833b8b0245429a198a)), closes [AB#4007153](https://dev.azure.com/blackbaud/Products/_workitems/edit/4007153)
by Blackbaud ...
B
Succeeded
data-grid-mvp
5c2cf78c Support Resource in the data input
by John White
J
Succeeded
data-grid-mvp
eb08f531 Fix dependencies, update instructions for clarity
by John White
J
Succeeded
data-grid-mvp
eb08f531 Additional harness methods and updated tests
by John White
J
Succeeded
data-grid-mvp
eb08f531 Add to example tests, fix console warning in tests
by John White
J
Succeeded
data-grid-mvp
b4acba8c Dependencies
by John White
J
Previous page
Previous
Next
Next page