Releases: klovaaxel/combobox-framework
Releases · klovaaxel/combobox-framework
v1.3.0 - Popover API
Uses popover API and some refactors
v1.1.1 - Minor cleanup
Changelog
-de7919a: Builds v1.1.1
-048a5d1: Adds enum for key events
-c7aea79: Simplify input expanded check in handleComboBoxKeyPress
-436710f: Corrects spelling of setBasicAttributes
-608f788: Adds cypress run to build script
-1aa5073: Only includes dist folder in package
v1.1.0 - Fixes arrow up and adds Cypress 🎉
Changelog
-79b8c28: Bumps version to 1.1.0
-e33e42b: Fixes the previously skipped cypress tests
-5eb096a: Corrects the name for ArrowUp Key event
-cc941cf: Formats and rebuilds
-126f9d7: Adds Cypress with some basic tests
-33ba996: Removes debug css from docs
v0.4.0 Weighted item search and formatting/docs
Changelog
-4d0a992: Bumps version to v0.4.0
-4e752b2: Builds docs
-9160c45: Fomatting
-88f69ac: Builds docs
-126a62d: Adds docs for change events
-43094d5: Reformats combobox-framework with 100ch as max line width
-60d3f6f: Adds data-weight attribute to items and sorts with weights
-2383abc: Builds docs after Biome lint and link fixes
-23dc848: Adds BiomeJS as linter and formatter
-b304242: Fixes links within docs
v0.3.3 Fixes search for tabular data
Changelog
-35ba212: Bumps version to v0.3.3
-dea789a: Fixes newlines not being highlighted and inserted weirdly in table #1
v0.3.2 Change event and fixes
Changelog
- 7a094e4: Bump version to v0.3.2
- 27eca19: Searches list when selecting item
- 151affd: Fixes force value when no match is present
- 60f538d: Adds change event for wen dataset.value updates