Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

61 lines (27 loc) · 2.5 KB

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

1.0.2 (2025-03-03)

Bug Fixes

  • add all files from frontend build (4d5c7e0)

1.0.1 (2025-03-03)

Bug Fixes

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

1.0.0 (2025-03-03)

Features

1.1.1 (2025-03-03)

Bug Fixes

  • add missing build files (f9885fa)

1.1.0 (2025-03-03)

Bug Fixes

  • handle case when no version is generated by semantic-release (a65a21c)
  • revert chat example (bb1d036)

Features

  • add version management documentation (3195ebf)