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
14.x.x
7fb6c5ba chore: release 14.4.0 (#4468) ## [14.4.0](https://github.com/blackbaud/skyux/compare/14.3.12...14.4.0) (2026-06-25) ### Features * add `@skyux/charts` library with basic chart wrapper (developer preview) ([#4448](https://github.com/blackbaud/skyux/issues/4448)) ([a8dd85e](https://github.com/blackbaud/skyux/commit/a8dd85ecb01fd5fd241104111d5fadf9ea09f76b)) ### Bug Fixes * **components/tabs:** fit layout tabs should not shift with hidden tabs ([#4471](https://github.com/blackbaud/skyux/issues/4471)) ([9e59bca](https://github.com/blackbaud/skyux/commit/9e59bca4c94b8eaec4278c93d6d91b4182e731b7)), closes [AB#4024923](https://dev.azure.com/blackbaud/Products/_workitems/edit/4024923) * **components/theme:** replace deprecated `clip` with `clip-path` for `sky-screen-reader-only` CSS class ([#4467](https://github.com/blackbaud/skyux/issues/4467)) ([8d8e73c](https://github.com/blackbaud/skyux/commit/8d8e73c45e5ea736d30d30b172720bed11a19597)) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added a developer preview basic chart wrapper for chart-related experiences. * **Bug Fixes** * Fixed fit-layout tabs shifting when tabs are hidden. * Updated the screen-reader-only styling to use a modern clipping approach for improved compatibility. * **Chores** * Released version 14.4.0. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
by Blackbaud ...
B
Succeeded
14.x.x
66b4d591 build(sdk/e2e-schematics): reduce dependencies (#4474) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added updated Storybook + Cypress e2e scaffolding templates, including an Nx e2e app `project.json`, Cypress config/support, Storybook routing/bootstrap templates, and shared ESLint/TypeScript setup. * Cypress E2E now includes Percy screenshot reporting via the generated support wiring. * **Bug Fixes** * Generator now skips generating files when an existing e2e Storybook project is detected (warns instead of overwriting). * Improved `tags` parsing by ignoring empty values and always applying the required `component-e2e` tag. * **Chores** * Removed legacy `configure-percy` and `configure-storybook` generators and their associated schemas/tests. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
by John White
J
Succeeded
14.x.x
a8dd85ec feat: add `@skyux/charts` library with basic chart wrapper (developer preview) (#4448) Original contribution feature: https://dev.azure.com/blackbaud/Products/_workitems/edit/3618457 Original contribution PR: https://github.com/blackbaud/skyux/pull/4349 HTML API: ```html <sky-chart headingHidden headingLevel="2" headingStyle="4" headingText="Compared to last year" helpKey="foo.html" helpPopoverContent="Some help content here." helpPopoverTitle="Need help?" subheadingHidden subheadingText="This month compared to the same day last year" > Some chart here. </sky-chart> ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Summary of Changes ## New Features - Introduced a new Charts library with `SkyChart`, including configurable heading levels (2–5), optional subheadings, and help popovers. - Added `SkyChartHeading`, `SkyChartSubheading`, and `SkyChartControls`, with a context menu that opens a chart data table modal. - Added a charts playground page and route for visual preview. ## Documentation - Added initial charts library README and English i18n resources. ## Tests - Added unit and accessibility tests for `SkyChart` and related components/modals. ## Chores / Build / CI - Added charts library packaging/build/test/lint setup and updated PR title validation scope. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
by Steve Brush
S
Succeeded
14.x.x
9e59bca4 fix(components/tabs): fit layout tabs should not shift with hidden tabs (#4471) [AB#4024923](https://dev.azure.com/blackbaud/f565481a-7bc9-4083-95d5-4f953da6d499/_workitems/edit/4024923) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Added a new tabs “fit” layout page route and Storybook story with a sample tabbed page (Tabs 1–3) using placeholder content. * Enabled initial SkyUX theming with the “modern” theme. * **Bug Fixes** * Improved `sky-tabset` “fit” layout rendering so hidden tabs display correctly in the layout. * **Tests** * Added Cypress end-to-end coverage for the fit-layout Storybook component, including theme validation, tab interaction checks, and visual snapshot testing. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
by John White
J
Succeeded
14.x.x
8d8e73c4 fix(components/theme): replace deprecated `clip` with `clip-path` for `sky-screen-reader-only` CSS class (#4467) `clip` is deprecated https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/clip <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated screen reader hidden text styling technique for improved compatibility and maintenance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
by Steve Brush
S
Succeeded
14.x.x
1826a5b4 chore: release 14.3.12 (#4463) ## [14.3.12](https://github.com/blackbaud/skyux/compare/14.3.11...14.3.12) (2026-06-16) ### Bug Fixes * **components/data-manager:** do not render an empty toolbar when filter bar is the only content ([#4461](https://github.com/blackbaud/skyux/issues/4461)) ([d7699f2](https://github.com/blackbaud/skyux/commit/d7699f2729f04745dcbbbc0e72b9ecbec12ad1e4)), closes [AB#4018065](https://dev.azure.com/blackbaud/Products/_workitems/edit/4018065) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Version 14.3.12 Release * **Bug Fixes** * Fixed a UI rendering issue where an empty toolbar was unnecessarily displayed when the filter bar was the only visible content. This improvement eliminates excess white space and provides a cleaner interface layout. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
by Blackbaud ...
B
Succeeded
14.x.x
d7699f27 fix(components/data-manager): do not render an empty toolbar when filter bar is the only content (#4461) [AB#4018065](https://dev.azure.com/blackbaud/f565481a-7bc9-4083-95d5-4f953da6d499/_workitems/edit/4018065) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * The data manager toolbar now conditionally renders based on available content and enabled toolbar capabilities, preventing empty toolbar UI from showing. * Toolbar content projection and multiple-view scenarios are handled so the main toolbar only appears when it has something meaningful to display. * **Tests** * Added/updated unit tests to verify the toolbar’s conditional rendering across feature-enabled, empty, and projected-content scenarios. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
by John White
J
Succeeded
14.x.x
01a34938 chore: release 14.3.11 (#4453)
by Blackbaud ...
B
Succeeded
14.x.x
3504f991 chore: use angular parser when formatting HTML files (#4456) By default, prettier uses the "angular" parser for `*.component.html` files. It uses the default "html" parser for all other HTML files. This is problematic for our `*.component.fixture.html` files, and for new HTML files that follow Angular's updated file naming guidelines. This is a known issue with prettier: https://github.com/prettier/prettier/issues/18871
by Steve Brush
S
Succeeded
14.x.x
02e2db5f chore: update library resources (#4454) :robot: This pull request was created by the automated translations script. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed unnecessary empty dependencies entry from package manifest. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: John White <750350+johnhwhite@users.noreply.github.com> Co-authored-by: Sandhya Adhirvuh <sandhya.rajasabeson@blackbaud.com> Co-authored-by: Sandhya Adhirvuh <sandhya.rajasabeson@blackbaud.me>
by Blackbaud ...
B
Succeeded
14.x.x
a7bd99e0 fix(components/phone-field): update format when country changes (#4445)
by John White
J
Succeeded
14.x.x
96f8f5ec fix(components/phone-field): invalid phone number error message is more generic to avoid consumer confusion (#4444)
by Trevor Burch
T
Succeeded
14.x.x
3c5f00fd chore: update nx and dev files for 14.x.x dev branch (#4446)
by Trevor Burch
T
Succeeded
14.x.x
5ae5c918 chore: update component libraries a to c alphabetically to use and enforce `inject` (#4441)
by Trevor Burch
T
Previous page
Previous
Next
Next page