Releases: github/combobox-nav
Releases · github/combobox-nav
3.0.1
v3.0.0
This changes the defaultFirstOption: boolean
to a tri-state firstOptionSelectionmode: 'none' | 'active' | 'selected'
.
What's Changed
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #80
- Add option to auto navigate to the first item on open by @anleac in #81
New Contributors
Full Changelog: v2.3.1...v3.0.0
v2.3.1
This release defaults the scrollIntoView behaviour to be nearest
, to match the behaviour that was present in <2.3.0, but regressed in 2.3.0 due to refactoring the scroll code to use scrollIntoView
.
What's Changed
- Use "nearest" behavior for scrollIntoView by @wxiaoguang in #79
New Contributors
- @wxiaoguang made their first contribution in #79
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Use
Element.scrollIntoView
by @seanpdoyle in #75
New Contributors
- @seanpdoyle made their first contribution in #75
Full Changelog: v2.2.0...v2.3.0
v2.2.0
Full Changelog: v2.1.7...v2.2.0
- Introduce combobox-select event
v2.1.7
Full Changelog: v2.1.6...v2.1.7
- Publish to GitHub Package Registry
- Publish to npm with provenance information
v2.1.6
What's Changed
- Send original event details in combobox-commit CustomEvent #66
Full Changelog: v.2.1.4...v2.1.5
v2.1.5
What's Changed
- Fix
indicateDefaultOption
erroring when no options are visible by @iansan5653 in #61
Full Changelog: v.2.1.4...v2.1.5
v2.1.4
What's Changed
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #28
- Use chromium for karma tests by @theinterned in #39
- Add a release action by @koddsson in #47
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #51
- Bump ajv from 6.10.2 to 6.12.6 by @dependabot in #42
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #33
- Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #35
- Bump glob-parent from 5.1.0 to 5.1.2 by @dependabot in #34
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #37
- Bump karma from 5.0.2 to 6.3.16 by @dependabot in #46
- Bump y18n from 4.0.0 to 4.0.3 by @dependabot in #36
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #40
- Update dependencies by @koddsson in #50
- Move
ctrlBindings
check intokeyboardBindings
function body to avoid globalnavigator
reference by @iansan5653 in #53 - Make
Tab
insertion optional by @iansan5653 in #56 - Add setting for selecting first option by default by @iansan5653 in #57
- Update version to 2.1.0 by @iansan5653 in #59
New Contributors
- @theinterned made their first contribution in #39
- @iansan5653 made their first contribution in #53
Full Changelog: v2.0.2...v2.1.4