Skip to content

chore(main): release 0.6.0#98

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--django-htmx-autocomplete
Open

chore(main): release 0.6.0#98
github-actions[bot] wants to merge 1 commit into
mainfrom
release-please--branches--main--components--django-htmx-autocomplete

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 20, 2026

🤖 I have created a release beep boop

0.6.0 (2026-04-07)

⚠ BREAKING CHANGES

  • major API and routing changes (#60)
  • no_result_text and narrow_search_text replaced by the custom_strings dictionary.

Features

  • 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 customizing autocomplete attribute to prevent browser suggestions (#89) (2a207b4)
  • Allow name field to be overriden (725524d)
  • allow showing HTML options, vary chip/input display (#77) (d096ec4)
  • Always show selected items in selection list (#86) (664946a)
  • Class and Widget based autocomplete component (43c019e)
  • Component is now WCAG 2.1 compliant (3c040f3)
  • major API and routing changes (#60) (0208d64)

Bug Fixes

  • A11y fixes (#83) (c9f60f4)
  • a11y: no-styles support, SR improvements for multiselect (#30) (4be3b5a)
  • add aria-required when require option is used (#92) (3d44bf4)
  • Allow adding elements when original input element is missing (a359982)
  • allow toggling to a different item (2c48a51)
  • block unauthenticated mistake in docs (#81) (d938b90)
  • Blur now hides the results under htmx race conditions (b08a678)
  • chip should have hx-target this (#55) (5e39f63)
  • dont repeatedly evaluate queryset in model ACs (df80e21)
  • 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 lazy placeholders json bug (ef4ab31)
  • Fix multi-select issue when component id and name don't match (42d0a88)
  • flash of unstyled SVG; disabled field height (#15) (31dd027)
  • Formset support (#69) (d6e7975)
  • 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)
  • only count queryset once (3cce56b)
  • prevent autofill (#78) (8ee7de2)
  • Removed chips from accessible content (a5e06e2)
  • Removed erroneous text (3eb2179)
  • render placeholder attr even when there are items (#94) (e774a72)
  • replace wrong "name" variable with "route_name" (#106) (dcf9847)
  • 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)
  • xss: unescaped component_prefix (#82) (a419131)

Dependencies

  • add debug-toolbar for development (b95d9c9)

Reverts

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

Documentation

  • add missing imports in readme (b61cb85)

This PR was generated with Release Please. See documentation.

@github-actions github-actions Bot force-pushed the release-please--branches--main--components--django-htmx-autocomplete branch from a876f51 to 067219d Compare January 20, 2026 18:12
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--django-htmx-autocomplete branch 2 times, most recently from 5c24c68 to 5152e61 Compare January 27, 2026 19:16
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--django-htmx-autocomplete branch from 5152e61 to b3475ed Compare March 6, 2026 18:59
@github-actions github-actions Bot force-pushed the release-please--branches--main--components--django-htmx-autocomplete branch from b3475ed to 1fc55d7 Compare April 7, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not reloading when form is set to swap using hx-trigger=change Form invalid with ForeignKey

0 participants