1
0
Fork 0
Commit graph

1842 commits

Author SHA1 Message Date
Alexandre Stanislawski
0a03a59bc5 docs(home): Adds animation 2015-12-22 18:27:04 +01:00
Alexandre Stanislawski
a9ce824143 docs(CONTRIBUTING): some fixes 2015-12-22 18:26:28 +01:00
Pixelastic
e7b3a11d7b v0.0.7
<a name="0.0.7"></a>
## [0.0.7](https://github.com/algolia/docsearch/compare/v0.0.6...v0.0.7) (2015-12-22)

### Bug Fixes

* **appId:** Allow passing a custom appId ([e1777d3](https://github.com/algolia/docsearch/commit/e1777d3)), closes [#21](https://github.com/algolia/docsearch/issues/21)
* **css:** Renaming all `ads-` prefix to `algolia-docsearch-` ([c6fc53f](https://github.com/algolia/docsearch/commit/c6fc53f))
2015-12-22 10:56:10 +01:00
Tim Carry
fc041337ff Merge pull request #31 from algolia/fix/override-appid
fix(appId): Allow passing a custom appId
2015-12-22 10:46:15 +01:00
Sylvain Utard
244059153d Merge pull request #35 from algolia/fix/css-renaming
fix(css): Renaming all `ads-` prefix to `algolia-docsearch-`
2015-12-22 08:53:28 +01:00
Pixelastic
c6fc53f6d5 fix(css): Renaming all ads- prefix to algolia-docsearch- 2015-12-21 19:01:31 +01:00
kokliKo
1f5d8177da Merge pull request #33 from algolia/fixed-https-links
chore(docs): those are links, no need to play with //
2015-12-21 17:32:40 +01:00
Sylvain UTARD
e9011a948b chore(docs): those are links, no need to play with // 2015-12-21 17:22:12 +01:00
Pixelastic
e1777d31a7 fix(appId): Allow passing a custom appId
This should let developpers use it in a dev environment.
Fixes #21
cc @maxiloc
2015-12-21 17:02:33 +01:00
Tim Carry
40ef992c5b Merge pull request #27 from algolia/test/formatHits
test(formatHits): Add tests for formatHits
2015-12-21 16:57:15 +01:00
Pixelastic
cfcbe1e261 test(formatHits): Add tests for formatHits
The main logic of the library: splitting a set of 5 results into
a neatly ordered array, to be able to display it as two columns in
Hogan.
2015-12-21 16:56:53 +01:00
Tim Carry
b39d0d3770 Merge pull request #28 from algolia/docs/tweaks
docs(readme): Small rewording
2015-12-21 16:56:31 +01:00
Pixelastic
59cf825d0b docs(readme): Small rewording
Small rewording, typos and links.
2015-12-21 12:50:34 +01:00
Tim Carry
51c07de862 Merge pull request #24 from algolia/feature/home-page-design
Feature/home page design
2015-12-21 12:34:06 +01:00
Sylvain UTARD
adf4e17b9a chore(website): wording 2015-12-18 19:46:09 +01:00
Sylvain UTARD
04e1ddceed style(text): increased default font size 2015-12-18 19:16:51 +01:00
Sylvain UTARD
508c8e9b13 chore(scripts): this is bashism 2015-12-18 19:09:33 +01:00
Sylvain UTARD
a33184bada chore(website): updated documentation 2015-12-18 19:09:14 +01:00
Sylvain UTARD
37861076d2 chore(website): resize logos 2015-12-18 19:03:27 +01:00
Sylvain UTARD
e853b16878 chore(website): small alert if there is an error. 2015-12-18 19:03:27 +01:00
Sylvain UTARD
35cc904706 chore(docs): here and there improvements 2015-12-18 19:03:27 +01:00
Sylvain UTARD
4ba6a4dd47 chore(images): smaller images 2015-12-18 19:03:27 +01:00
Sylvain UTARD
54f63db4c0 chore(deps): updated deps 2015-12-18 19:03:26 +01:00
Sylvain UTARD
eaf2f9f42f chore(publish): ensure we use the jekyll of the bundle 2015-12-18 19:03:26 +01:00
Sylvain UTARD
1154a73b9a chore(deps): ensure we're not using Jekyll 3 for now 2015-12-18 19:03:26 +01:00
Matthieu Dumont
a3cf2cd2b4 docs(documentation.md): Use START and END tag
Instead of explicitely listing all sections
2015-12-18 19:03:26 +01:00
Matthieu Dumont
33c1841ad3 docs(documentation): Add a documentation page extracted from the README 2015-12-18 19:02:56 +01:00
Sylvain UTARD
2e758b79a5 chore(website): simple join the program form 2015-12-18 19:02:56 +01:00
Pixelastic
23ae786c59 chore(website): qdd gh-pages script 2015-12-18 19:02:55 +01:00
kokliKo
5d4647ab7d chore(website): home page responsiveness 2015-12-18 19:02:55 +01:00
kokliKo
9c7a5e1c18 chore(website): adding more examples 2015-12-18 19:02:55 +01:00
kokliKo
3e19b4e52a chore(website): style form on home page 2015-12-18 19:02:55 +01:00
kokliKo
5d57aa0b80 chore(website): home page redesign 2015-12-18 19:02:55 +01:00
Sylvain UTARD
fab0e5b7ac chore(docs): updated README 2015-12-18 18:58:10 +01:00
Sylvain Utard
698ee1b603 Merge pull request #22 from algolia/test/source
test(getAutocompleteSource): Add tests for source
2015-12-18 18:25:20 +01:00
Pixelastic
7b6c219a7e test(getAutocompleteSource): Add tests for source
I had to change some methods to static to be able to tests them
without instantiating a new DocSearch. I also used better `restore`
methods of sinon.js.

I did not manage to correctly test the promise returned by the method
returned by getAutocompleteSource. I would have like to test that when
resolved it correctly call reformatHits on the data as well as call
the callback on the reformated hits but got confused in
spying/stubbing/mocking the promise.
2015-12-18 16:44:43 +01:00
Pixelastic
6780cbcfb1 test(DocSearch): Add tests for constructor 2015-12-18 16:41:26 +01:00
Tim Carry
e749465f3b Merge pull request #20 from algolia/test/constructor
test(DocSearch): Add tests for constructor
2015-12-18 16:31:06 +01:00
Pixelastic
be367eb20b test(DocSearch): Add tests for constructor 2015-12-18 13:17:25 +01:00
Tim Carry
1c6e4a41e0 Merge pull request #18 from algolia/add-branding
Add branding footer
2015-12-17 21:24:19 +01:00
Sylvain Utard
88f6ceb3b9 Merge pull request #19 from algolia/lighter-default-colors
Lighter default colors
2015-12-17 10:37:33 +01:00
Sylvain UTARD
0a8ad2cee9 chore(style): lighter default colors
I've also suffixed all background colors by `-background` and text
colors by `-text`, it was not the case everywhere.

Fix #11
2015-12-16 21:42:53 +01:00
Sylvain UTARD
b24a4495c9 chore(branding): add footer with the Algolia logo 2015-12-16 21:42:22 +01:00
Sylvain Utard
35d6382b14 Merge pull request #17 from algolia/test/docsearch-test
test(checkArguments): Add tests for checkArguments
2015-12-16 21:25:59 +01:00
Sylvain UTARD
0d8fa7ed5d Ignore dist files 2015-12-16 19:09:13 +01:00
Sylvain UTARD
75e8721a89 Docs: add a "Join the beta" form. 2015-12-16 18:40:08 +01:00
Pixelastic
a906d8c9da test(checkArguments): Add tests for checkArguments 2015-12-16 18:04:43 +01:00
vvo
e3a9616beb chore(release): fix update website script 2015-12-16 12:28:55 +01:00
vvo
69095c501a chore(release): update beta tag 2015-12-16 12:26:32 +01:00
vvo
12cfbe7625 v0.0.6
<a name="0.0.6"></a>
## [0.0.6](https://github.com/algolia/docsearch/compare/v0.0.5...v0.0.6) (2015-12-16)
2015-12-16 12:13:30 +01:00