Keith Cirkel
|
a5260930d3
|
prettier
|
2023-09-25 10:18:48 +01:00 |
Keith Cirkel
|
510778a439
|
upgrade all dependencies
|
2023-09-25 10:18:09 +01:00 |
Keith Cirkel
|
a5337fb968
|
Merge pull request #75 from seanpdoyle/scroll-into-view
Use `Element.scrollIntoView`
|
2023-09-25 10:16:19 +01:00 |
Keith Cirkel
|
6b9d754c41
|
remove code from merge conflict
|
2023-09-25 10:07:28 +01:00 |
Keith Cirkel
|
369bf75ab0
|
Merge branch 'main' into scroll-into-view
|
2023-09-25 10:06:51 +01:00 |
Cameron Dutro
|
3fe250b4b7
|
Merge pull request #76 from nicowenterodt/combobox-select-event
Introduce combobox-select event
|
2023-09-14 13:47:58 -07:00 |
Nico Wenterodt
|
da9f67317b
|
use Event instead of CustomEvent
|
2023-09-14 18:25:29 +02:00 |
Nico Wenterodt
|
e4401286f3
|
introduce combobox-select event
|
2023-09-14 15:55:27 +02:00 |
Sean Doyle
|
b0dec8e73d
|
Use `Element.scrollIntoView`
Related to [@github/auto-complete-element#91][]
The current `scrollTo` helper method implementation can be unreliable
(or have no effect) at times.
This commit replaces it with a call to [Element.scrollIntoView][]. To
control that behavior, this commit also introduces a
`scrollIntoViewOptions:` key to the package's constructor call.
[@github/auto-complete-element#91]: https://github.com/github/auto-complete-element/issues/91
[Element.scrollIntoView]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView
[ScrollIntoViewOptions]: https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView#sect1
|
2023-09-05 18:38:58 -04:00 |
Siddharth Kshetrapal
|
a3d21782fe
|
Merge pull request #74 from github/dependabot/npm_and_yarn/word-wrap-1.2.4
Bump word-wrap from 1.2.3 to 1.2.4
|
2023-07-19 15:41:46 +02:00 |
dependabot[bot]
|
d92242097e
|
Bump word-wrap from 1.2.3 to 1.2.4
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-07-19 12:25:57 +00:00 |
Keith Cirkel
|
28ecfd5bc0
|
Merge pull request #70 from github/feelepxyz/provenance
Update to use latest npm CLI release
|
2023-03-20 17:14:30 +00:00 |
Philip Harrison
|
9379a386a5
|
Add comment
|
2023-02-28 08:36:27 +00:00 |
Philip Harrison
|
7ce92dbf76
|
Install latest node for publish only
|
2023-02-28 08:35:28 +00:00 |
Philip Harrison
|
8edb9bfc58
|
Update to use latest npm CLI release
The new version has provenance support built in.
https://github.com/npm/cli/pull/6163
|
2023-02-15 17:31:36 +00:00 |
Keith Cirkel
|
8b336f195e
|
publish to GPR & NPM
|
2023-02-01 16:22:42 +00:00 |
Keith Cirkel
|
441bc694fa
|
remove post-publish scripts
|
2023-02-01 16:22:03 +00:00 |
colinwm
|
155261eede
|
Merge pull request #66 from github/colinwm-combobox-commit
Send original event details in combobox-commit CustomEvent
|
2022-12-14 11:33:26 -05:00 |
Colin Merkel
|
9daad1b0c4
|
colinwm-combobox-commit
|
2022-12-13 10:59:01 -05:00 |
Colin Merkel
|
f69db8c7bf
|
colinwm-combobox-commit
|
2022-12-12 16:41:37 -05:00 |
Colin Merkel
|
a8c4d22b1f
|
colinwm-combobox-commit
|
2022-12-12 16:38:47 -05:00 |
Keith Cirkel
|
2186abbf0e
|
Merge pull request #65 from github/dependabot/npm_and_yarn/engine.io-6.2.1
Bump engine.io from 6.2.0 to 6.2.1
|
2022-11-22 15:51:37 +00:00 |
dependabot[bot]
|
01ce1cf26c
|
Bump engine.io from 6.2.0 to 6.2.1
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1)
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-11-22 05:43:47 +00:00 |
Manuel Puyol
|
8866e9c9d9
|
Merge pull request #64 from github/move-AOR-to-primer
move AOR to primer
|
2022-09-23 12:48:03 -05:00 |
Keith Cirkel
|
1874519442
|
move AOR to primer
|
2022-09-23 18:01:47 +01:00 |
Jonathan Fuchs
|
64f870900a
|
2.1.5
|
2022-07-20 15:17:09 -07:00 |
Jonathan Fuchs
|
6c2ff80a4e
|
Merge pull request #61 from github/fix-option-not-found
Fix `indicateDefaultOption` erroring when no options are visible
|
2022-07-20 14:33:02 -07:00 |
Ian Sanders
|
3b5dc97a36
|
Fix `indicateDefaultOption` erroring when no options are visible
|
2022-07-20 20:14:17 +00:00 |
Jonathan Fuchs
|
e4390aea82
|
Merge pull request #60 from github/jfuchs-publish-updates
Update publish.yml
|
2022-07-20 11:43:02 -07:00 |
Jonathan Fuchs
|
b2db0a2f22
|
Update publish.yml
pairing with @theinterned on our publish action
|
2022-07-20 11:37:08 -07:00 |
Jonathan Fuchs
|
be131e848a
|
Merge pull request #59 from github/2-1-0
Update version to 2.1.0
|
2022-07-19 11:05:36 -07:00 |
Ian Sanders
|
153b90bd7e
|
Update package-lock
|
2022-07-19 17:48:27 +00:00 |
Ian Sanders
|
dd5d2a525f
|
Merge branch 'main' into 2-1-0
|
2022-07-19 10:53:49 -04:00 |
Ian Sanders
|
80ce30e3e6
|
Update version to 2.1.0
|
2022-07-19 14:52:12 +00:00 |
Ian Sanders
|
b4a0c0e417
|
Merge pull request #57 from github/default-first-option
Add setting for selecting first option by default
|
2022-07-19 10:04:07 -04:00 |
Ian Sanders
|
ca4ba5d7ba
|
Merge branch 'main' into default-first-option
|
2022-07-19 09:32:01 -04:00 |
Ian Sanders
|
cd34c46a05
|
Merge pull request #56 from github/make-tab-optional
Make `Tab` insertion optional
|
2022-07-19 09:31:25 -04:00 |
Ian Sanders
|
3605e6ee5f
|
Add option for selecting first item by default
|
2022-07-15 16:29:13 +00:00 |
Ian Sanders
|
7704e9b8ad
|
Move all documentation out of code and into readme and add example
|
2022-07-15 15:55:39 +00:00 |
Ian Sanders
|
1e84e520ed
|
Add settings section to readme
|
2022-07-15 15:21:29 +00:00 |
Ian Sanders
|
418e72b2ba
|
Make Tab insertion optional through a settings object
|
2022-07-15 15:13:04 +00:00 |
Ian Sanders
|
b27b2e9375
|
Merge pull request #53 from github/remove-global-navigator
Move `ctrlBindings` check into `keyboardBindings` function body to avoid global `navigator` reference
|
2022-07-13 11:24:29 -04:00 |
Ian Sanders
|
392fe02e97
|
Update package-lock.json
|
2022-07-13 15:21:36 +00:00 |
Ian Sanders
|
ae7984cea5
|
Move `ctrlBindings` to class property
|
2022-07-12 17:33:48 +00:00 |
Ian Sanders
|
1edabde26f
|
Move `ctrlBindings` check into constructor
|
2022-06-16 19:55:52 +00:00 |
Kristján Oddsson
|
979d728e95
|
Merge pull request #50 from github/update-dependencies
Update dependencies
|
2022-03-30 16:49:48 +01:00 |
Kristján Oddsson
|
2f234f505e
|
Fix package-lock.json
|
2022-03-30 16:44:29 +01:00 |
Kristján Oddsson
|
eddef39b1e
|
Update eslint and eslint-plugin-github
|
2022-03-30 16:42:21 +01:00 |
Kristján Oddsson
|
079f2fcb5f
|
Run tests in node 16
|
2022-03-30 16:38:01 +01:00 |
Kristján Oddsson
|
abb436761f
|
Set end of line to `lf` in gitattributes
See https://prettier.io/docs/en/options.html#end-of-line
|
2022-03-30 16:33:31 +01:00 |