Releases: JaleelB/emblor
Releases · JaleelB/emblor
[email protected]
Patch Changes
-
e09d618: 🐞 Bug Fixes:
Dynamic Values Calculation Safety: Fixed an issue where the some state variable could be undefined when initialized
[email protected]
Minor Changes
-
36b0af1: 🚀 Features
- Added state management for active tag index
- Implemented keyboard navigation for tag input
- Integrated keyboard navigation support with custom tags
- Changed default rendering style of taglist container to be inline. Tags are now displayed in the input by default
- Improved focus management to enhance accessibility
- Added visual indicators for active tags
[email protected]
Patch Changes
-
d1ba01e: 🐞 Bug Fixes
- Added dynamic width calculation for the tag popover to fix and issue where the popover was taking the full width of the site body
- Ensured the input field within the popover remains editable when the popover is open.
[email protected]
Minor Changes
-
79b539d: 🚀 Features
- Added a popover to display the autocomplete list with dynamic width, ensuring the list options do not take up too much screen space, especially beneficial for mobile devices. by @JaleelB (f06fc3b)
- Added a checkbox indicator to visually show selected items in the autocomplete list. by @JaleelB (f03b44c)
- Set a maximum height for the command list to improve usability and prevent overflow issues. by @JaleelB (c65976f)
[email protected]
Patch Changes
-
0c5691f: 🐞 Bug Fixes
- Applied a width of
fit-content
to the input component whenincludeTagsInInput
is enabled. - Addressed an issue where the input was taking the full width of the container, causing tags to stack on top of the input.
- Ensured that the input and tags are displayed inline, improving the user experience and layout consistency.
- Applied a width of
[email protected]
Patch Changes
- 69b6dfb: updated input styling when tags are rendered inline
[email protected]
Minor Changes
-
4d808e2: 🚀 Features
- Introduced includeTagsInInput prop to allow tags to be rendered inside the input field.
- Adjusted TagList to support inline rendering of tags within the input field.
[email protected]
Patch Changes
- 6a58922: corrected 'stroke-linejoin' dom property to 'strokeLinejoin' to resolve console warning
[email protected]
Patch Changes
- f69e771: removed the unused toast notification feature
[email protected]
Major Changes
- dabc37d: release v1.0.0: launch of the emblor package. This version introduces the major functionality of the tag input component