Sylvain Pace
|
2c6e6bc240
|
[doc content] Enhancement of the recommendation section (#528)
* enhance recommendation
* Update docs/src/recommended-configuration.md
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
|
2018-11-06 11:24:20 +01:00 |
|
Tim Carry
|
f7162b3663
|
Updating autocomplete to 0.32 (#527)
Also moving `parallelshell` as a `devDependencies` as it should be.
|
2018-11-06 11:22:27 +01:00 |
|
Tim Carry
|
cc0d501012
|
Add test that normal click is disable with custom handleSelected (#523)
|
2018-11-06 09:32:34 +01:00 |
|
Tim Carry
|
4d3fa94ff7
|
Remove package-lock.json (#525)
We are using yarn, along with `yarn.lock`, so we don't need the
`package-lock.json` file.
|
2018-11-06 08:59:14 +01:00 |
|
Tim Carry
|
6d74eecd2b
|
Remove git markers in file (#524)
|
2018-11-06 08:59:01 +01:00 |
|
Renovate Bot
|
c9eb46418f
|
chore(deps): update dependency eslint-plugin-jest to v21.27.1
|
2018-11-05 12:15:11 +00:00 |
|
s-pace
|
c3cabb13cf
|
Merge branch 'feat/v3'
|
2018-11-05 11:10:23 +01:00 |
|
s-pace
|
46d293cb1a
|
Merge branch 'master' into feat/v3
|
2018-11-05 11:09:56 +01:00 |
|
s-pace
|
fe530ca282
|
add the proper version
|
2018-11-05 11:04:16 +01:00 |
|
s-pace
|
bbeb2f4cee
|
Merge branch 'feat/v3' of github.com:algolia/docsearch into feat/v3
|
2018-11-05 11:01:35 +01:00 |
|
Pixelastic
|
5e85d7b2ec
|
Add tests (still one test WIP)
|
2018-11-05 10:22:29 +01:00 |
|
Pixelastic
|
89313450dc
|
Disable links with handleSelected is defined
|
2018-11-05 10:22:29 +01:00 |
|
Pixelastic
|
6442e032d8
|
Serve playground
|
2018-11-05 10:22:29 +01:00 |
|
Renovate Bot
|
4961506401
|
chore(deps): update dependency tailwindcss to v0.7.0
|
2018-11-04 03:14:01 +00:00 |
|
Renovate Bot
|
99237f50c3
|
chore(deps): update dependency stylelint to v9.7.1
|
2018-11-04 02:19:25 +00:00 |
|
Renovate Bot
|
d14ad28424
|
chore(deps): update dependency conventional-changelog-cli to v2.0.11
|
2018-11-04 01:12:26 +00:00 |
|
s-pace
|
e0b8b7a435
|
overridde instead of replace
|
2018-11-02 17:58:01 +01:00 |
|
Renovate Bot
|
c0569af3cb
|
chore(deps): update dependency webpack-cli to v3.1.2
|
2018-11-02 11:11:00 +00:00 |
|
Sylvain Pace
|
0fa387cdf8
|
Feat/prettier (#516)
* undo prettier and eslint
* use prettier with md files
* avoid scss confusion
* use glob instead of find
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
* use prettier straight away
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
|
2018-11-02 11:45:56 +01:00 |
|
Tim Carry
|
dd6f2f1611
|
Better explanation of playground
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
|
2018-11-02 11:40:54 +01:00 |
|
s-pace
|
b3c057e95c
|
should listen to the selected and shown event of autocomplete is still failing
|
2018-11-02 11:25:49 +01:00 |
|
s-pace
|
bb1e19d58f
|
compatibility with multiple input
|
2018-11-02 10:54:35 +01:00 |
|
s-pace
|
e0c72a7c4e
|
handleSelected test
|
2018-11-02 10:28:57 +01:00 |
|
s-pace
|
3979e4fe8e
|
compatibility with multiple input
|
2018-11-02 10:27:50 +01:00 |
|
s-pace
|
3caa399046
|
better fallback on handle selected
|
2018-11-02 10:25:55 +01:00 |
|
s-pace
|
b3a140645a
|
Use Error convention
|
2018-11-02 10:13:54 +01:00 |
|
s-pace
|
b5abdce7e0
|
test compatibility with multi selectors
|
2018-11-02 10:05:11 +01:00 |
|
s-pace
|
67b64d60ec
|
better management of selector matching plenty element, we only take the first one
|
2018-11-02 10:03:22 +01:00 |
|
s-pace
|
b211630cc2
|
removing unused URL
|
2018-11-02 09:50:17 +01:00 |
|
s-pace
|
e517eb0599
|
use inputs instead of input
|
2018-11-02 09:47:38 +01:00 |
|
s-pace
|
04a4470e92
|
update getInputFromSelector
|
2018-11-02 09:45:28 +01:00 |
|
s-pace
|
12a64cb365
|
better a tags handling for result
|
2018-11-02 09:42:43 +01:00 |
|
s-pace
|
99d69e6ee1
|
svg footer
|
2018-11-02 09:36:57 +01:00 |
|
s-pace
|
9e80e72db7
|
change args.inputSelector as a string
|
2018-11-02 09:30:05 +01:00 |
|
Tim Carry
|
afa72ddd65
|
better use of aria
Co-Authored-By: s-pace <sylvain.pace@algolia.com>
|
2018-11-02 08:14:06 +01:00 |
|
s-pace
|
b8c55699ef
|
adding multi input feature closes #230
|
2018-11-01 22:50:00 +01:00 |
|
s-pace
|
16790f903e
|
removing handleSelected properly, make sure backward compatibility
|
2018-11-01 22:23:05 +01:00 |
|
s-pace
|
9c6ef3d6a0
|
avoid issue with scss
|
2018-11-01 22:09:51 +01:00 |
|
s-pace
|
a62d19cb3b
|
Using a tags to have cmd + click feature and URL preview, fix highlighting in lvl1 & lvl0
|
2018-11-01 21:53:17 +01:00 |
|
s-pace
|
8e52c20a02
|
add a playground to use served assets
|
2018-11-01 15:21:03 +01:00 |
|
s-pace
|
71fd398044
|
simple eslint reformat
|
2018-11-01 14:51:21 +01:00 |
|
s-pace
|
02ac68fb5e
|
after npm install
|
2018-11-01 14:48:18 +01:00 |
|
Renovate Bot
|
a32d0e611b
|
chore(deps): update dependency postcss-cli to v6.0.1
|
2018-10-28 01:26:48 +00:00 |
|
Bisaloo
|
955a099212
|
docs(website): fix typo (#511)
|
2018-10-23 16:43:11 +02:00 |
|
Sylvain Pace
|
bdce8ac5a7
|
Doc/recommended configuration (#505)
* adding user_agent
* promorting recomended configuration
* update image
|
2018-10-22 10:43:20 +02:00 |
|
Renovate Bot
|
4b9c526778
|
chore(deps): update dependency textlint to v11.0.1
|
2018-10-21 00:26:15 +00:00 |
|
Renovate Bot
|
890747e5bf
|
chore(deps): update dependency node-sass to v4.9.4
|
2018-10-21 00:07:10 +00:00 |
|
Renovate Bot
|
b03a75db9c
|
chore(deps): update babel monorepo
|
2018-10-17 16:07:43 +00:00 |
|
Sylvain Pace
|
43d1ceb45b
|
[Issue template] Provide better guidance and redirection when opening an issue (#500)
* providing better guidance and redirection when using an issue
* using great feedback from @Haroenv
|
2018-10-17 16:35:21 +02:00 |
|
Renovate Bot
|
b0984ccc63
|
chore(deps): update dependency semver to v5.6.0
|
2018-10-14 00:07:13 +00:00 |
|