Skip to content

Commit 8d72f7e

Browse files
chore: release 14.3.4 (#4418)
## [14.3.4](14.3.3...14.3.4) (2026-05-15) ### Bug Fixes * **components/lookup:** stop implicit tab selection in empty-search autocomplete ([#4414](#4414)) ([1c997df](1c997df)) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Bug Fixes** * Fixed autocomplete behavior to prevent implicit tab selection during empty searches. * **Chores** * Version bumped to 14.3.4. <!-- review_stack_entry_start --> [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/blackbaud/skyux/pull/4418) <!-- review_stack_entry_end --> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d796171 commit 8d72f7e

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.4](https://github.com/blackbaud/skyux/compare/14.3.3...14.3.4) (2026-05-15)
5+
6+
7+
### Bug Fixes
8+
9+
* **components/lookup:** stop implicit tab selection in empty-search autocomplete ([#4414](https://github.com/blackbaud/skyux/issues/4414)) ([1c997df](https://github.com/blackbaud/skyux/commit/1c997dfeee9c531e6b4ac169866a95b29e2ad049))
10+
411
## [14.3.3](https://github.com/blackbaud/skyux/compare/14.3.2...14.3.3) (2026-05-14)
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.3",
3+
"version": "14.3.4",
44
"license": "MIT",
55
"scripts": {
66
"ng": "nx",

0 commit comments

Comments
 (0)