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 #65

Conversation

github-actions[bot]
Copy link
Contributor

🤖 I have created a release beep boop

0.6.0 (2024-11-22)

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

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.

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
1 participant