Skip to content

Releases: JaleelB/emblor

emblor@1.3.0

01 Jun 03:41
677fe11
Compare
Choose a tag to compare

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

emblor@1.2.1

29 May 13:21
78327ee
Compare
Choose a tag to compare

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.

emblor@1.2.0

29 May 12:34
7120628
Compare
Choose a tag to compare

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)

emblor@1.1.2

27 May 00:42
fa539a5
Compare
Choose a tag to compare

Patch Changes

  • 0c5691f: 🐞 Bug Fixes

    • Applied a width of fit-content to the input component when includeTagsInInput 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.

emblor@1.1.1

24 May 05:30
a090770
Compare
Choose a tag to compare

Patch Changes

  • 69b6dfb: updated input styling when tags are rendered inline

emblor@1.1.0

24 May 04:51
62d16cd
Compare
Choose a tag to compare

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.

emblor@1.0.3

04 May 01:04
a0ae887
Compare
Choose a tag to compare

Patch Changes

  • 6a58922: corrected 'stroke-linejoin' dom property to 'strokeLinejoin' to resolve console warning

emblor@1.0.1

30 Apr 03:04
98e5329
Compare
Choose a tag to compare

Patch Changes

  • f69e771: removed the unused toast notification feature

emblor@1.0.0

27 Apr 15:19
47bdc8d
Compare
Choose a tag to compare

Major Changes

  • dabc37d: release v1.0.0: launch of the emblor package. This version introduces the major functionality of the tag input component

emblor@0.0.1

27 Apr 13:36
7ee7e17
Compare
Choose a tag to compare

Patch Changes