Skip to content

Releases: PHACDataHub/django-htmx-autocomplete

v0.8.4

30 Jul 18:29
7ee615b
Compare
Choose a tag to compare

0.8.4 (2024-07-30)

Bug Fixes

v0.8.3

04 Aug 19:27
e02f969
Compare
Choose a tag to compare

0.8.3 (2023-08-04)

Bug Fixes

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

v0.8.2

07 Jul 19:08
Compare
Choose a tag to compare

0.8.2 (2023-07-07)

Bug Fixes

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

v0.8.1

28 Jun 12:46
Compare
Choose a tag to compare

0.8.1 (2023-06-28)

Reverts

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

v0.8.0

27 Jun 23:07
Compare
Choose a tag to compare

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)

v0.7.1

16 May 17:52
Compare
Choose a tag to compare

0.7.1 (2023-05-16)

Bug Fixes

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

v0.7.0

27 Apr 16:42
Compare
Choose a tag to compare

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

v0.6.2

14 Mar 18:31
15fb124
Compare
Choose a tag to compare

0.6.2 (2023-03-14)

Bug Fixes

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

v0.6.1

01 Mar 18:33
Compare
Choose a tag to compare

0.6.1 (2023-03-01)

Bug Fixes

  • Removed chips from accessible content (a5e06e2)

v0.6.0

09 Feb 16:16
Compare
Choose a tag to compare

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)