1.0.5 (2024-11-27)
- fix issue with dynamic formsets
1.0.4 (2024-11-26)
- fix issue in single-select when toggling to a different element
1.0.3 (2024-11-26)
- fix issue with lazy placeholder strings causing a json serialization exception
1.0.2 (2024-11-25)
- fix issue with model-autocomplete repeatedly evaluating queryset, causing N queries for N items
1.0.1 (2024-11-25)
- fix issue when model-autocomplete is used with a model that doesn't have
name
property
1.0.0 (2024-11-22)
- major API and routing changes (#60)
no_result_text
andnarrow_search_text
replaced by thecustom_strings
dictionary.
- Ability to filter items based on current user (be8bcc7)
- Added backspace keyboard navigation (49f2c64)
- Added configuration option for component_id (f675405)
- Added keyboard navigation support (44d15c7)
- Added navigation using home, end, pageup and pagedown keys (2457d9e)
- Added support for disabled attribute (c29bde1)
- Allow name field to be overriden (725524d)
- Class and Widget based autocomplete component (43c019e)
- Component is now WCAG 2.1 compliant (3c040f3)
- major API and routing changes (#60) (0208d64)
- a11y: no-styles support, SR improvements for multiselect (#30) (4be3b5a)
- Allow adding elements when original input element is missing (a359982)
- Blur now hides the results under htmx race conditions (b08a678)
- chip should have hx-target this (#55) (5e39f63)
- escape key was hiding autocomplete even after subsequent letter presses (6e737e3)
- Fix handling of return widget return values when using ModelChoiceField (17ccdb6), closes #33
- Fix multi-select issue when component id and name don't match (42d0a88)
- flash of unstyled SVG; disabled field height (#15) (31dd027)
- Handles forms that was on change (de6820c), closes #38
- hide extra row unless necessary; styling improvements (#11) (c627620)
- ignore htmx directives when reloaded from another process (63a2f78)
- Improved blur handling (5681830), closes #4
- Included static files in bdist (6d34a99)
- model-autocomplete bug (#66) (e53b3a0)
- Removed chips from accessible content (a5e06e2)
- Removed erroneous text (3eb2179)
- selecting an item swaps its inherited hx-target (c018677)
- str-based IDs break when non-multiselect (1a1d883)
- Widget uses disabled and required from attributes only (b7a0da4)
- Ability to filter items based on current user (bf3d343)
- add missing imports in readme (b61cb85)
0.8.4 (2024-07-30)
0.8.3 (2023-08-04)
- selecting an item swaps its inherited hx-target (c018677)
0.8.2 (2023-07-07)
- escape key was hiding autocomplete even after subsequent letter presses (6e737e3)
0.8.1 (2023-06-28)
- Ability to filter items based on current user (bf3d343)
0.8.0 (2023-06-27)
- Ability to filter items based on current user (be8bcc7)
- str-based IDs break when non-multiselect (1a1d883)
0.7.1 (2023-05-16)
0.7.0 (2023-04-27)
- Allow name field to be overriden (725524d)
0.6.2 (2023-03-14)
0.6.1 (2023-03-01)
- Removed chips from accessible content (a5e06e2)
0.6.0 (2023-02-09)
no_result_text
andnarrow_search_text
replaced by thecustom_strings
dictionary.
- Component is now WCAG 2.1 compliant (3c040f3)
0.5.1 (2023-01-26)
- 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)
- Added configuration option for component_id (f675405)
- add missing imports in readme (b61cb85)
0.4.3 (2022-12-23)
- flash of unstyled SVG; disabled field height (#15) (31dd027)
- ignore htmx directives when reloaded from another process (63a2f78)
0.4.2 (2022-12-22)
- 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)
0.4.0 (2022-12-15)
- Added navigation using home, end, pageup and pagedown keys (2457d9e)
0.3.0 (2022-12-15)
- Added backspace keyboard navigation (49f2c64)
0.2.0 (2022-12-13)
0.1.2 (2022-12-12)
0.1.1 (2022-12-09)
- Included static files in bdist (6d34a99)
- Class and Widget based autocomplete component (43c019e)