Skip to content

v0.2.0 - Added highlighting! (and a lot of bug fixes)

Pre-release
Pre-release
Compare
Choose a tag to compare
@klovaaxel klovaaxel released this 28 Jan 13:43
· 107 commits to main since this release

Changelog

  • 3dee9fd: Bump version to v0.2.0
  • a231f96: Made the ComboboxFramework class the default export.
  • c39ebe3: Fixed documentation of FocusItem().
  • 299aa0d: Fixed highlights causing value to be set instead of inner text.
  • a5a840d: Fixed typing while focused on an option.
  • 1cbf5dd: Added links to examples in documentation.
  • 7ccb4ab: Fixed highlights on nested lists.
  • f0fa3b6: Added proper support for custom fuse options and preselected values.
  • 446f768: Highlighted characters in list which match search string.
  • 4fda75a: Fixed inner text not being included in fuse fuzzy search.
  • 0afda25: Fixed documentation navigation not wrapping.
  • 486826e: Fixed list styling affecting comboboxes.
  • 6b68eb3: Removed event listeners on disconnect.
  • 4a18d9a: Added links to README.
  • fc08728: Fixed don't set type on input from js, maybe other types than text are desirable.
  • d8aa89e: Fixed arrow down in combobox causing scrolling.
  • fb19bfb: Updated and expanded documentation.
  • 070d23e: Added support for list not being the top level element in the slotted list.
  • e963e6b: Updated select behavior to match documentation.
  • 341f37d: Implemented enter press on input.
  • 7c2c74f: Removed debug logging.
  • 0266cf3: Updated vite config to use export default.
  • 8e7e14e: Updated documentation to use relative file paths.
  • d909212: Added missing properties to package.json.