Skip to content

Releases: Hodnebo/streamlit-autocomplete

v2.0.0

06 Mar 07:31
Compare
Choose a tag to compare

2.0.0 (2025-03-06)

  • feat!: remove useless debounce/update_on_change functionality BREAKING CHANGE: removing parameter for debounce and update_on_change (31c7ef5)

Bug Fixes

  • force DOM update to avoid having to submit suggestion twice (81529e5)
  • set showsuggestions right away when first submitting (377d7fd)

Features

  • use more complex filterSuggestions function that works with non-subsequent matches (d7c294a)

BREAKING CHANGES

  • removing parameter for debounce and update_on_change

v1.0.2

03 Mar 13:57
Compare
Choose a tag to compare

1.0.2 (2025-03-03)

Bug Fixes

  • add all files from frontend build (4d5c7e0)

v1.0.1

03 Mar 13:44
Compare
Choose a tag to compare

1.0.1 (2025-03-03)

Bug Fixes

  • remove duplicate release config without static frontend build files (f953d80)

v1.0.0

03 Mar 13:31
Compare
Choose a tag to compare

1.0.0 (2025-03-03)

Features