Skip to content

Commit

Permalink
Merge pull request #85 from JaleelB/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JaleelB authored Aug 22, 2024
2 parents f23f459 + 362fc28 commit 5d0bb75
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .changeset/little-clocks-begin.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/emblor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# emblor

## 1.4.6

### Patch Changes

- 0a3bf3d: 🚀 Features

- Autocomplete options now display on input focus, improving user experience and discoverability of available tags. by @JaleelB [(a670468)](https://github.com/JaleelB/emblor/commit/a670468)
- Implemented "add tags on blur" functionality in the TagInput component, allowing users to add tags when leaving the input field. by @JaleelB [(da0d5bf)](https://github.com/JaleelB/emblor/commit/da0d5bf)
- Added keyboard navigation for autocomplete suggestions, enhancing accessibility and ease of use. by @JaleelB [(843ede6)](https://github.com/JaleelB/emblor/commit/843ede6)

🐞 Bug Fixes

- Fixed issue with tag count not updating correctly during keyboard navigation in the TagInput component. by @JaleelB [(af21de2)](https://github.com/JaleelB/emblor/commit/af21de2)
- Resolved bug where tag count wasn't properly updated when toggling tags in the Autocomplete component. by @JaleelB [(9b1b919)](https://github.com/JaleelB/emblor/commit/9b1b919)

🧹 Chores

- Updated dependencies to ensure compatibility and leverage latest improvements. by @JaleelB [(de749b7)](https://github.com/JaleelB/emblor/commit/de749b7)

## 1.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/emblor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emblor",
"version": "1.4.5",
"version": "1.4.6",
"description": "A full featured, unstyled tag input component for React",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 5d0bb75

Please sign in to comment.