Skip to content

Latest commit

 

History

History
165 lines (74 loc) · 7.45 KB

CHANGELOG.md

File metadata and controls

165 lines (74 loc) · 7.45 KB

Changelog

0.8.3 (2023-08-04)

Bug Fixes

  • selecting an item swaps its inherited hx-target (c018677)

0.8.2 (2023-07-07)

Bug Fixes

  • escape key was hiding autocomplete even after subsequent letter presses (6e737e3)

0.8.1 (2023-06-28)

Reverts

  • Ability to filter items based on current user (bf3d343)

0.8.0 (2023-06-27)

Features

  • Ability to filter items based on current user (be8bcc7)

Bug Fixes

  • str-based IDs break when non-multiselect (1a1d883)

0.7.1 (2023-05-16)

Bug Fixes

  • Handles forms that was on change (de6820c), closes #38

0.7.0 (2023-04-27)

Features

  • Allow name field to be overriden (725524d)

Bug Fixes

  • Fix handling of return widget return values when using ModelChoiceField (17ccdb6), closes #33

0.6.2 (2023-03-14)

Bug Fixes

  • a11y: no-styles support, SR improvements for multiselect (#30) (4be3b5a)

0.6.1 (2023-03-01)

Bug Fixes

  • Removed chips from accessible content (a5e06e2)

0.6.0 (2023-02-09)

⚠ BREAKING CHANGES

  • no_result_text and narrow_search_text replaced by the custom_strings dictionary.

Features

  • Component is now WCAG 2.1 compliant (3c040f3)

0.5.1 (2023-01-26)

Bug Fixes

  • Allow adding elements when original input element is missing (a359982)
  • Fix multi-select issue when component id and name don't match (42d0a88)
  • Removed erroneous text (3eb2179)

0.5.0 (2023-01-26)

Features

  • Added configuration option for component_id (f675405)

Documentation

  • add missing imports in readme (b61cb85)

0.4.3 (2022-12-23)

Bug Fixes

  • flash of unstyled SVG; disabled field height (#15) (31dd027)
  • ignore htmx directives when reloaded from another process (63a2f78)

0.4.2 (2022-12-22)

Bug Fixes

  • Blur now hides the results under htmx race conditions (b08a678)
  • Widget uses disabled and required from attributes only (b7a0da4)

0.4.1 (2022-12-20)

Bug Fixes

  • hide extra row unless necessary; styling improvements (#11) (c627620)

0.4.0 (2022-12-15)

Features

  • Added navigation using home, end, pageup and pagedown keys (2457d9e)

0.3.0 (2022-12-15)

Features

  • Added backspace keyboard navigation (49f2c64)

0.2.0 (2022-12-13)

Features

  • Added keyboard navigation support (44d15c7)
  • Added support for disabled attribute (c29bde1)

0.1.2 (2022-12-12)

Bug Fixes

  • Improved blur handling (5681830), closes #4

0.1.1 (2022-12-09)

Bug Fixes

  • Included static files in bdist (6d34a99)

0.1.0 (2022-12-09)

Features

  • Class and Widget based autocomplete component (43c019e)