Skip to content

Releases: JaleelB/emblor

[email protected]

10 Jun 21:43
d0975bd
Compare
Choose a tag to compare

Patch Changes

  • e09d618: 🐞 Bug Fixes:

    Dynamic Values Calculation Safety: Fixed an issue where the some state variable could be undefined when initialized

[email protected]

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

[email protected]

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.

[email protected]

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)

[email protected]

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.

[email protected]

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

Patch Changes

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

[email protected]

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.

[email protected]

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

[email protected]

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

Patch Changes

  • f69e771: removed the unused toast notification feature

[email protected]

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