Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.6.0 #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 22, 2024

🤖 I have created a release beep boop

0.6.0 (2024-11-28)

⚠ 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 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)

Bug Fixes

  • a11y: no-styles support, SR improvements for multiselect (#30) (4be3b5a)
  • Allow adding elements when original input element is missing (a359982)
  • allow toggling to a different item (2c48a51)
  • 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)
  • 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)

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 3 times, most recently from 3b10fcc to ec3c0f4 Compare November 27, 2024 20:39
@github-actions github-actions bot force-pushed the release-please--branches--main--components--django-htmx-autocomplete branch from ec3c0f4 to dd709c1 Compare November 28, 2024 14:39
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