Kristján Oddsson
|
7580826dbe
|
accept `text/fragment+html` as a content-type
|
2020-01-28 12:47:44 +00:00 |
Kristján Oddsson
|
74ba1b10ae
|
1.0.9
|
2020-01-20 16:33:33 +00:00 |
Kristján Oddsson
|
59f2dc7868
|
Merge pull request #34 from github/use-html-element-tag-name-map
Add HTMLElementTagNameMap interface to TypeScript declaration file.
|
2020-01-20 16:32:33 +00:00 |
Kristján Oddsson
|
4fd26a9827
|
'add type to HTMLElementTagNameMap'
|
2020-01-16 17:01:23 +00:00 |
David Graham
|
8c571914da
|
Merge pull request #32 from github/remove-sibling
Remove unused sibling function
|
2019-11-07 09:35:43 -07:00 |
David Graham
|
b5c51a10ec
|
Remove unused sibling function
This looks like it was moved to [github/combobox-nav][1] but not removed
from auto-complete.
[1]: c6a047343b/src/combobox-nav.js (L88-L113)
|
2019-11-06 16:12:13 -07:00 |
David Graham
|
dc55bd94e2
|
Describe network lifecycle events
|
2019-11-06 15:35:50 -07:00 |
David Graham
|
27ff5f0f12
|
1.0.8
|
2019-11-05 15:42:16 -07:00 |
David Graham
|
476b43bd71
|
Update development dependencies
|
2019-11-05 15:42:08 -07:00 |
David Graham
|
c3bc71edca
|
1.0.7
|
2019-09-20 09:43:48 -06:00 |
David Graham
|
fd061d9b69
|
Update combobox-nav dependency to 1.0.0
|
2019-09-20 09:43:09 -06:00 |
David Graham
|
159cbfa105
|
Update development dependencies
|
2019-09-20 09:42:10 -06:00 |
Keith Cirkel
|
f5c86a5dd8
|
1.0.6
|
2019-09-12 11:40:29 +01:00 |
Keith Cirkel
|
19f3466668
|
Merge pull request #31 from github/types-ts-add-window-declaration
Add TS window declaration for AutoCompleteElement
|
2019-09-12 11:39:26 +01:00 |
Keith Cirkel
|
a0d7674727
|
types(ts): fix window declaration type
|
2019-09-12 10:39:46 +01:00 |
Keith Cirkel
|
ed580832f4
|
types(ts): add window declaration
|
2019-09-12 09:59:47 +01:00 |
Kristján Oddsson
|
8a5226805c
|
Merge pull request #30 from github/ci
Run tests on GitHub CI
|
2019-08-19 15:54:27 +01:00 |
Kristján Oddsson
|
93c56734f6
|
Update nodejs.yml
|
2019-08-16 10:56:27 +01:00 |
Kristján Oddsson
|
faf2edd4ff
|
1.0.5
|
2019-08-09 09:11:29 +01:00 |
Kristján Oddsson
|
c4cf0f256d
|
Merge pull request #28 from github/publish-to-gpr-as-well
Publish to GPR as a postpublish step
|
2019-08-09 09:10:40 +01:00 |
Kristján Oddsson
|
428f982fa6
|
publish to GPR as a postpublish step
|
2019-08-08 11:24:41 +01:00 |
Kristján Oddsson
|
a2974bf1e9
|
1.0.4
|
2019-07-29 10:51:36 +01:00 |
Kristján Oddsson
|
dca5df339b
|
Merge pull request #27 from github/add-typescript-definition-file
Add typescript definition file
|
2019-07-29 10:50:17 +01:00 |
Kristján Oddsson
|
775ce039c5
|
change a `any` to a `null`
Co-Authored-By: Mu-An 慕安 <me@muanchiou.com>
|
2019-07-29 10:46:10 +01:00 |
Kristján Oddsson
|
d532ab8c6c
|
missing newline at EOF
VSCode doesn't add these automatically 😭
|
2019-07-25 12:15:16 +01:00 |
Kristján Oddsson
|
4ac022c109
|
add typescript definition file
|
2019-07-25 12:13:58 +01:00 |
Mu-An Chiou
|
f65320ab9f
|
1.0.3
|
2019-07-16 11:56:10 -04:00 |
Mu-An Chiou
|
a9d5d27007
|
Upgrade combobox-nav for scroll fixes, see #24
|
2019-07-16 11:55:37 -04:00 |
Mu-An Chiou
|
fe342c5568
|
Upgrade deps
|
2019-07-16 11:27:28 -04:00 |
Mu-An 慕安
|
029333757f
|
Merge pull request #26 from github/update-deps
Update dependencies
|
2019-07-16 11:26:04 -04:00 |
Kristján Oddsson
|
8b90ba088c
|
update eslint, eslint-plugin-github and flow-bin manually to latest versions
|
2019-07-04 15:10:18 +01:00 |
Kristján Oddsson
|
7f8d9512aa
|
run `npm update`
|
2019-07-04 15:09:21 +01:00 |
Mu-An 慕安
|
1de3674e94
|
Merge pull request #25 from bnjamin/remove-scroll
Clean up scroll
|
2019-07-02 16:06:22 -04:00 |
Benjamin French
|
d8126eea16
|
Removed the select function in Autocomplete, because it is not used anymore.
scroll.js was also removed as it was only used in the select function.
|
2019-06-27 13:17:32 +02:00 |
David Graham
|
6d84ea75aa
|
Update dependencies
|
2019-05-24 15:29:59 -06:00 |
Mu-An Chiou
|
8d43842a6d
|
1.0.2
|
2019-05-13 18:01:55 -04:00 |
Mu-An 慕安
|
ea9a4cc2c4
|
Merge pull request #23 from github/mouseup
Fix mouseDown flag not getting reset, which prevents list from closing on blur
|
2019-05-13 17:59:29 -04:00 |
Mu-An Chiou
|
7efe650a65
|
Rename mouseDown flag to clarify intent
|
2019-05-13 16:53:23 -04:00 |
Mu-An Chiou
|
da9db97770
|
Reset mouseDown flag when focus changes
|
2019-05-13 16:28:55 -04:00 |
Mu-An Chiou
|
f8c9c55361
|
Auto timeout mouseDown flag to ensure results can be closed on blur
|
2019-04-29 10:03:59 -04:00 |
Mu-An Chiou
|
e3cb84d997
|
Remove dependency on mouseup event
|
2019-04-29 10:02:31 -04:00 |
Mu-An Chiou
|
4dfac8c230
|
Add test to ensure mousedown/mouseup behavior
|
2019-04-29 09:58:16 -04:00 |
Mu-An Chiou
|
11631ae481
|
1.0.1
|
2019-04-16 16:03:27 -04:00 |
Mu-An 慕安
|
313c606dc2
|
Merge pull request #22 from github/combobox
Install/uninstall combobox as the results open and close
|
2019-04-16 16:02:48 -04:00 |
Mu-An Chiou
|
8cb1e3d78c
|
Ensure tab keydown does not get canceled after commit
|
2019-04-16 15:07:17 -04:00 |
Mu-An Chiou
|
866a17e86a
|
Fix test - arrow down should not be canceled when no results are shown
|
2019-04-16 14:38:17 -04:00 |
Mu-An Chiou
|
bb3581cd54
|
Install/uninstall combobox as the results open and close
|
2019-04-16 14:25:19 -04:00 |
David Graham
|
8681779ca9
|
1.0.0
|
2019-04-15 16:28:06 -06:00 |
David Graham
|
2455cb84f6
|
Update development dependencies
|
2019-04-15 16:27:38 -06:00 |
Mu-An 慕安
|
b3cfbe0466
|
Merge pull request #21 from github/muan-patch-1
use CustomEvent$Init
|
2019-04-15 18:14:03 -04:00 |