Skip to content

Releases: klovaaxel/combobox-framework

v0.3.1 Added basic listbox mode

02 Feb 15:45
Compare
Choose a tag to compare
Pre-release

Changelog

  • 5b13eb3: Build demo and Bumps version v0.3.0 to v0.3.1
  • 8b04963: Bumped version to 0.3.0.
  • d74b57d: Fixed options list being visible (briefly) on load.
  • f78f463: Added data-listbox option.
  • 3989297: Fixed h1 font-size on small screens.
  • 5e4f169: Updated demo page with unpkg url.
  • 15b16d5: Added links to NPM and Webcomponents to docs.
  • 3c007ed: Added link to webcomponents.org to README file.
  • 0eb51cb: Bumped version to v0.2.1.
  • 30c8580: Fixed browser and types part of package.json.
  • 3654760: Fixed repository part of package.json.
  • c772e10: Updated README file to include link to NPM.

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

28 Jan 13:43
Compare
Choose a tag to compare

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.

v0.1.0 - Inital release with working prototype

27 Jan 14:20
Compare
Choose a tag to compare

Initial relase of the combobox-framework.
Currently missing automated tests