François Chalifour
5592818b37
Merge branch 'ds-root' of https://github.com/francoischalifour/autocomplete.js
2020-09-01 11:56:01 +02:00
François Chalifour
fc08ef3e12
chore: more files to root
2020-09-01 11:54:48 +02:00
François Chalifour
0280cbcd43
chore: remove root files
2020-09-01 11:52:19 +02:00
François Chalifour
038d448b65
chore: move docsearch-react to packages
2020-09-01 11:36:46 +02:00
François Chalifour
b93a8be6bb
Merge branch 'ds-react' of https://github.com/francoischalifour/autocomplete.js
2020-09-01 11:34:22 +02:00
François Chalifour
faf41028f2
chore: move docsearch-js to packages
2020-09-01 11:34:01 +02:00
François Chalifour
c12dc4e912
Merge branch 'ds-js' of https://github.com/francoischalifour/autocomplete.js
2020-09-01 11:32:20 +02:00
François Chalifour
5582b65722
chore: move docsearch-css to packages
2020-09-01 11:26:54 +02:00
François Chalifour
88dda37e07
chore: merge docsearch-css
2020-09-01 11:23:34 +02:00
François Chalifour
95a34ab020
chore(release): check prod release based on SHIPJS env var
2020-08-26 15:53:44 +02:00
François Chalifour
98ad14f2a6
chore(release): don't check for NODE_ENV to set banner
2020-08-26 15:40:59 +02:00
François Chalifour
0e90150e9c
chore(release): don't check for NODE_ENV to set banner
2020-08-26 15:40:59 +02:00
François Chalifour
6985fb6b38
chore(release): don't check for NODE_ENV to set banner
2020-08-26 15:40:59 +02:00
François Chalifour
326e9c0fba
chore: release v1.0.0-alpha.28 ( #76 )
2020-08-26 15:13:18 +02:00
François Chalifour
b91fed2be4
chore: release v1.0.0-alpha.28 ( #76 )
2020-08-26 15:13:18 +02:00
François Chalifour
05567289a7
chore: release v1.0.0-alpha.28 ( #76 )
2020-08-26 15:13:18 +02:00
François Chalifour
2ee87680a0
chore(css): fix lint
2020-08-26 12:09:57 +02:00
François Chalifour
ffd0af969d
chore(css): add banners to DocSearch CSS bundles
2020-08-26 12:01:30 +02:00
François Chalifour
5bf91dd077
chore(css): add banners to DocSearch CSS bundles
2020-08-26 12:01:30 +02:00
François Chalifour
66649ad834
chore(css): add banners to DocSearch CSS bundles
2020-08-26 12:01:30 +02:00
François Chalifour
f00f740457
chore(build): add banner to all builds
2020-08-26 10:18:05 +02:00
François Chalifour
c2e5513c79
chore(build): add banner to all builds
2020-08-26 10:18:05 +02:00
François Chalifour
6ff89319b8
docs: document all packages
2020-08-25 15:32:35 +02:00
François Chalifour
214b9eb982
docs: document all packages
2020-08-25 15:32:35 +02:00
François Chalifour
852d7e46b8
docs: update repository documentation
...
Closes #68
Closes #69
2020-08-25 14:18:33 +02:00
François Chalifour
fdb4b9fe78
docs: update repository documentation
...
Closes #68
Closes #69
2020-08-25 14:18:33 +02:00
François Chalifour
8076889f82
docs: update repository documentation
...
Closes #68
Closes #69
2020-08-25 14:18:33 +02:00
François Chalifour
85cdc5dbe3
refactor(docsearch): remove duplicate button text color declaration
...
Closes #65
2020-08-25 12:11:16 +02:00
François Chalifour
2ab1d0a0fd
fix(docsearch): remove Docusaurus style
2020-08-25 12:09:51 +02:00
François Chalifour
1a033dbf56
refactor(docsearch): lint CSS
2020-08-25 12:09:18 +02:00
François Chalifour
a9f13dd080
fix(docsearch): remove data-cy attributes
2020-08-24 15:41:32 +02:00
swyx
7c1d293af9
docs(readme): add link to new DocSearch website ( #972 )
2020-08-22 10:11:08 +02:00
François Chalifour
f9247b9cae
fix(docsearch): capture mousedown event to close modal
...
This doesn't close the modal when selecting the input text and finishing the selection outside of the modal.
See https://github.com/facebook/react-native-website/pull/2139#issuecomment-678330203
2020-08-21 19:01:51 +02:00
François Chalifour
1a0cbbfdbf
feat(docsearch): add enterkeyhint to go
2020-08-21 19:01:48 +02:00
François Chalifour
928b9ca7b8
fix(docsearch): allow a single instance to open
...
If a website uses two DocSearch instances (e.g., one for mobile and one for desktop), it resulted in a double modal being show when hitting `Ctrl + K`.
This is fixed by checking that the active DocSearch CSS class is not applied on `body` before opening the modal.
2020-08-21 14:30:58 +02:00
François Chalifour
9c1b04003a
fix(core): add type search to getInputProps
2020-08-19 17:57:09 +02:00
François Chalifour
ec5d5b17f9
chore: release v1.0.0-alpha.27 ( #67 )
2020-08-07 11:50:16 +02:00
François Chalifour
f73ada5bd0
chore: release v1.0.0-alpha.27 ( #67 )
2020-08-07 11:50:16 +02:00
François Chalifour
4e059a2b81
chore: release v1.0.0-alpha.27 ( #67 )
2020-08-07 11:50:16 +02:00
François Chalifour
5ccaead2d2
fix(docsearch): fix vanilla DocSearch types
2020-08-07 11:37:20 +02:00
François Chalifour
159ef8ba89
feat(docsearch): export DocSearch types
2020-08-07 11:29:51 +02:00
François Chalifour
b904ff6fc7
feat(docsearch): update missing results issue link
2020-08-06 19:02:04 +02:00
François Chalifour
57284e4beb
refactor(docsearch): type initial query
2020-08-06 12:20:17 +02:00
François Chalifour
72e4986deb
chore: release v1.0.0-alpha.26 ( #64 )
2020-08-04 10:09:09 +02:00
François Chalifour
2025a1b9a4
chore: release v1.0.0-alpha.26 ( #64 )
2020-08-04 10:09:09 +02:00
François Chalifour
960bf6e28e
chore: release v1.0.0-alpha.26 ( #64 )
2020-08-04 10:09:09 +02:00
François Chalifour
45cf5c325b
fix(docsearch): don't open modal on / when editing text
2020-08-04 10:04:00 +02:00
François Chalifour
7606bf5ce1
chore: release v1.0.0-alpha.25 ( #62 )
2020-07-30 13:34:00 +02:00
François Chalifour
5dc7ed288d
chore: release v1.0.0-alpha.25 ( #62 )
2020-07-30 13:34:00 +02:00
François Chalifour
78a0aa8a44
chore: release v1.0.0-alpha.25 ( #62 )
2020-07-30 13:34:00 +02:00