From 981f2a9eb9cde2874380e559880779aad9b5a5e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jul 2024 20:07:55 +0000 Subject: [PATCH] Version Packages --- .changeset/soft-nails-jog.md | 16 ---------------- packages/emblor/CHANGELOG.md | 17 +++++++++++++++++ packages/emblor/package.json | 2 +- 3 files changed, 18 insertions(+), 17 deletions(-) delete mode 100644 .changeset/soft-nails-jog.md diff --git a/.changeset/soft-nails-jog.md b/.changeset/soft-nails-jog.md deleted file mode 100644 index b108927..0000000 --- a/.changeset/soft-nails-jog.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'emblor': patch ---- - -🚀 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. diff --git a/packages/emblor/CHANGELOG.md b/packages/emblor/CHANGELOG.md index e6aa8be..eca165a 100644 --- a/packages/emblor/CHANGELOG.md +++ b/packages/emblor/CHANGELOG.md @@ -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 diff --git a/packages/emblor/package.json b/packages/emblor/package.json index ccb40db..daae424 100644 --- a/packages/emblor/package.json +++ b/packages/emblor/package.json @@ -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": {