1
0
Fork 0
Commit graph

1842 commits

Author SHA1 Message Date
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
vvo
63b042f877 chore(release): remove uneeded git add jsdoc dir 2015-12-16 11:50:34 +01:00
vvo
a9224c30a7 chore(release): add missing semver dep 2015-12-16 11:49:02 +01:00
vvo
2916341f3b chore(release): add missing nd dep 2015-12-16 11:47:24 +01:00
vvo
023df09aa3 docs(CHANGELOG): add changelog 2015-12-16 11:45:17 +01:00
vvo
05968690f1 chore(release): remove old references to es5-module 2015-12-16 11:42:36 +01:00
Tim Carry
03699cf22e Merge pull request #13 from algolia/chore/release-process
chore(release): add release process
2015-12-16 11:00:16 +01:00
Tim Carry
55cf6d07c0 Merge pull request #15 from algolia/fix/snippet-typo
fix(snippet): Fix typo in method name
2015-12-15 17:26:14 +01:00
Pixelastic
751dfdb107 fix(snippet): Fix typo in method name 2015-12-15 17:25:32 +01:00
vvo
f706a47461 docs(CONTRIBUTING): add contributing guide 2015-12-15 16:15:13 +01:00
vvo
a0ecc2d0db chore(shrinkwrap): add shrinkwrap
The way to add/remove packages is in CONTRIBUTING.md (to come)
2015-12-15 16:15:13 +01:00
vvo
26ec026186 chore(release): add release process similar to instantsearch.js 2015-12-15 16:15:13 +01:00
vvo
84acdd3247 chore(version): add specific algolia agent and version 2015-12-15 15:33:02 +01:00
Tim Carry
9db5040f42 Merge pull request #12 from algolia/feature/utils-get-snippeted-value
test(utils): Add tests for getSnippettedValue
2015-12-15 14:47:46 +01:00
Pixelastic
17f04d56dd test(utils): Add tests for getSnippettedValue
Same underlying logic than getHighlightedValue, but also add prefix
and suffix ellipsis (…) when we detect that a snippet is truncating
a sentence.
2015-12-15 14:37:20 +01:00
Tim Carry
00ef943e30 Merge pull request #9 from algolia/feat/default-grayscale
feat(styling): Set grayscale as default, add styling as external file
2015-12-15 14:33:10 +01:00
Tim Carry
95ce71d748 Merge pull request #10 from algolia/feature/utils-get-highlighted-value
test(utils): Add tests for getHighlightedValue
2015-12-15 14:31:24 +01:00
Pixelastic
f818745fbb test(utils): Add tests for getHighlightedValue 2015-12-15 14:14:03 +01:00
Pixelastic
5d8cca8d70 feat(styling): Set grayscale as default, add styling as external file 2015-12-15 12:32:57 +01:00
Tim Carry
f3e58b777f Merge pull request #8 from algolia/chore/scripts-docsearch.js-rename
chore(dev workflow, readme): consistency commit
2015-12-15 12:30:20 +01:00
vvo
0527688ab6 chore(dev workflow, readme): consistency commit
add npm run dev:docs
consistent readme with instantsearch.js
move to docsearch.js

What do you think?
2015-12-15 11:10:12 +01:00
Pixelastic
125d1c7b4e fix(colors): Reduce number of colors 2015-12-14 17:30:38 +01:00
Pixelastic
adeef9449e Add styling up to the large breakpoint 2015-12-14 17:16:54 +01:00
Pixelastic
4ed73b19b3 Add styling up to small screen 2015-12-14 16:42:48 +01:00
Pixelastic
beb3f15040 Update build and serve scripts and renamed to docsearch 2015-12-10 18:44:57 +01:00
Pixelastic
892b43c90e Adding first stripe example
utils methods are here, using native/zepto instead of lodash
2015-12-10 10:34:00 +01:00
Pixelastic
0d316f14e0 Add testing scaffold 2015-12-04 11:21:27 +01:00
Pixelastic
f937793890 Update credentials 2015-12-03 17:55:43 +01:00
Pixelastic
ab1a299c54 feat(gh-pages): Add gh-pages deploy script 2015-11-26 16:31:20 +01:00
Pixelastic
bdac9dd817 feat(main): Add main wrapper 2015-11-26 16:10:06 +01:00
Pixelastic
d65cb99f9a chore(skeleton): Provide basic library skeleton 2015-11-26 12:03:01 +01:00
Pixelastic
aed7d828cb Split website into ./docs and set ./src for code 2015-11-25 15:05:54 +01:00
Sylvain UTARD
731ff34499 Initial import 2015-11-20 14:54:08 -08:00