1
0
Fork 0
Commit graph

82 commits

Author SHA1 Message Date
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
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
vvo
4d84eb68ff chore(release): fix dist tag push 2015-12-16 12:12:52 +01:00
vvo
28dc614433 v0.0.5
<a name="0.0.5"></a>
## [0.0.5](https://github.com/algolia/docsearch/compare/v0.0.4...v0.0.5) (2015-12-16)
2015-12-16 12:10:27 +01:00
vvo
8a265a5cc8 chore(npm release): use dist-tag to update beta tag 2015-12-16 12:09:51 +01:00
vvo
e07c414980 v0.0.4
<a name="0.0.4"></a>
## [0.0.4](https://github.com/algolia/docsearch/compare/v0.0.3...v0.0.4) (2015-12-16)
2015-12-16 12:05:40 +01:00
vvo
4dcda4832b chore(build): allow npm link and inject NODE_ENV
injecting NODE_ENV can reduce the build given libraries
2015-12-16 12:04:01 +01:00
vvo
389a4ad110 chore(build): fix source maps locations and usage 2015-12-16 12:03:36 +01:00
vvo
a134485bf5 chore(build): use uglify-js
that's the real module
2015-12-16 12:03:17 +01:00
vvo
31c5a94b57 v0.0.3
<a name="0.0.3"></a>
## [0.0.3](https://github.com/algolia/docsearch/compare/v0.0.2...v0.0.3) (2015-12-16)
2015-12-16 11:54:20 +01:00
vvo
0beed5e431 chore(release): git add CONTRIBUTING too 2015-12-16 11:53:29 +01:00
vvo
57b3a99a61 v0.0.2
<a name="0.0.2"></a>
## 0.0.2 (2015-12-16)

### Bug Fixes

* **colors:** Reduce number of colors ([125d1c7](https://github.com/algolia/docsearch/commit/125d1c7))
* **snippet:** Fix typo in method name ([751dfdb](https://github.com/algolia/docsearch/commit/751dfdb))

### Features

* **gh-pages:** Add gh-pages deploy script ([ab1a299](https://github.com/algolia/docsearch/commit/ab1a299))
* **main:** Add main wrapper ([bdac9dd](https://github.com/algolia/docsearch/commit/bdac9dd))
* **styling:** Set grayscale as default, add styling as external file ([5d8cca8](https://github.com/algolia/docsearch/commit/5d8cca8))
2015-12-16 11:51:09 +01:00