Skip to content

Commit 1826a5b

Browse files
chore: release 14.3.12 (#4463)
## [14.3.12](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](#4461)) ([d7699f2](d7699f2)), 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 -->
1 parent d7699f2 commit 1826a5b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33

4+
## [14.3.12](https://github.com/blackbaud/skyux/compare/14.3.11...14.3.12) (2026-06-16)
5+
6+
7+
### Bug Fixes
8+
9+
* **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)
10+
411
## [14.3.11](https://github.com/blackbaud/skyux/compare/14.3.10...14.3.11) (2026-06-16)
512

613

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skyux",
3-
"version": "14.3.11",
3+
"version": "14.3.12",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)