Skip to content

Commit

Permalink
Merge pull request #74 from JaleelB/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JaleelB authored Jul 29, 2024
2 parents d3f036b + 981f2a9 commit 2e67563
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/soft-nails-jog.md

This file was deleted.

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

## 1.4.2

### Patch Changes

- d3f036b: 🚀 Features

- Autocomplete: Automatically clear the input field after selecting a tag from the autocomplete suggestions.
- Popover: Added `usePortal` prop to Popover to handle rendering in modal contexts better. This ensures that the Popover can render correctly in various z-index contexts and when used within modal dialogs.

🔄 Refactoring

- Autocomplete: Replaced traditional command components with custom divs and input for improved customization and performance.

🛠️ Fixes

- Tag Input: Cleaned up debugging logs from the tag input feature, reducing console clutter and potential performance hits during production use.

## 1.4.1

### 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.1",
"version": "1.4.2",
"description": "A full featured, unstyled tag input component for React",
"private": false,
"publishConfig": {
Expand Down

0 comments on commit 2e67563

Please sign in to comment.