Skip to content

Releases: github/combobox-nav

3.0.1

26 Feb 18:20
4d751f4
Compare
Choose a tag to compare

What's Changed

  • Fix FirstOptionSelectionMode:selected clearing on typing by @anleac in #82

Full Changelog: v3.0.0...v3.0.1

v3.0.0

23 Feb 10:32
6a87759
Compare
Choose a tag to compare

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

23 Dec 20:21
ea5e8d6
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

25 Sep 09:23
948dd5d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

14 Sep 20:54
3fe250b
Compare
Choose a tag to compare

Full Changelog: v2.1.7...v2.2.0

  • Introduce combobox-select event

v2.1.7

01 Feb 16:23
8b336f1
Compare
Choose a tag to compare

Full Changelog: v2.1.6...v2.1.7

  • Publish to GitHub Package Registry
  • Publish to npm with provenance information

v2.1.6

01 Feb 15:38
155261e
Compare
Choose a tag to compare

What's Changed

  • Send original event details in combobox-commit CustomEvent #66

Full Changelog: v.2.1.4...v2.1.5

v2.1.5

20 Jul 22:19
Compare
Choose a tag to compare

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

20 Jul 18:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.4

v2.0.2

12 May 14:55
2d693dc
Compare
Choose a tag to compare
  • Fix #25, control keystrokes should not trigger clearSelection