1
0
Fork 0
Commit graph

222 commits

Author SHA1 Message Date
Sylvain UTARD
91f1890a5a docs(website): update readme 2016-03-24 21:14:48 +01:00
Sylvain UTARD
0f4a4c5062 v1.1.2
<a name="1.1.2"></a>
## [1.1.2](https://github.com/algolia/docsearch/compare/v1.1.1...v1.1.2) (2016-03-24)

### Features

* **website:** React 🙌, popped out on the top with React ([db9c100](https://github.com/algolia/docsearch/commit/db9c100))
2016-03-24 21:13:39 +01:00
Sylvain Utard
0bdc91fc81 Merge pull request #88 from algolia/wsargent-patch-1
doc(readme): update link to point to main.css
2016-03-24 21:09:30 +01:00
Will Sargent
30bd7a6ee6 doc(readme): update link to point to main.css 2016-03-24 21:04:41 +01:00
Sylvain Utard
89173e67ba Merge pull request #86 from algolia/fix/85
Consider the key's lowercase form while grouping
2016-03-24 17:14:18 +01:00
Sylvain UTARD
e4705b34bd chore(groupBy): consider lowercase forms of keys
Fix #85
2016-03-24 16:09:47 +01:00
Vincent Voyer
dd596e444b Merge pull request #84 from algolia/fix/30
Display DocSearch's logo as title
2016-03-22 11:03:00 +01:00
Sylvain UTARD
395f6aa68d Display DocSearch's logo as title
Fix #30
2016-03-21 23:09:37 +01:00
Sylvain Utard
867ab58f35 Merge pull request #83 from algolia/updated-deps
chore(deps): upgraded deps
2016-03-21 23:03:45 +01:00
Gianluca Bargelli
db9c10081c feat(website): React 🙌, popped out on the top with React
Native :)
2016-03-21 20:17:49 +01:00
Sylvain UTARD
6a818926ec chore(deps): upgraded deps
This includes latest autocomplete.js to handle multiple inputs binding.

Ref #74 & #80
2016-03-21 16:59:20 +01:00
Sylvain UTARD
1d7930a90a v1.1.1
<a name="1.1.1"></a>
## [1.1.1](https://github.com/algolia/docsearch/compare/v1.1.0...v1.1.1) (2016-03-16)

### Bug Fixes

* **algoliaOptions:** ensure we keep default options ([b284dda](https://github.com/algolia/docsearch/commit/b284dda)), closes [#78](https://github.com/algolia/docsearch/issues/78)
* **autocomplete:** auto select top result ([473824a](https://github.com/algolia/docsearch/commit/473824a)), closes [#81](https://github.com/algolia/docsearch/issues/81)
* **dev:** Fixed the dev example, targeting an existing index ([df13e34](https://github.com/algolia/docsearch/commit/df13e34))
* **website:** responsive logo ([b856d67](https://github.com/algolia/docsearch/commit/b856d67))

### Features

* **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](https://github.com/algolia/docsearch/commit/31e5d13))
* **website:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d))
* **website:** Logo Update - Og screen + favicon ([c7eb54a](https://github.com/algolia/docsearch/commit/c7eb54a))
* **website:** removed demos ([6d8eb34](https://github.com/algolia/docsearch/commit/6d8eb34))
* **website:** update ([9498e3b](https://github.com/algolia/docsearch/commit/9498e3b))
* **website:** updated logo ([fa413d9](https://github.com/algolia/docsearch/commit/fa413d9))
2016-03-16 17:02:47 +01:00
Sylvain UTARD
7dea9a6aef Merge branch 'develop' 2016-03-16 17:01:04 +01:00
Sylvain Utard
8d239aa450 Merge pull request #79 from algolia/fix/78
fix(algoliaOptions): ensure we keep default options
2016-03-16 16:48:17 +01:00
Sylvain Utard
dafaeaffa1 Merge pull request #82 from algolia/fix/81
fix(autocomplete): auto select top result
2016-03-16 16:48:02 +01:00
Sylvain UTARD
473824a574 fix(autocomplete): auto select top result
Use autocomplete.js's autoselect=true option to select the top
suggestion on <ENTER> even if you don't move the cursor.

Fix #81
2016-03-15 11:37:53 +01:00
Shipow
b856d6717f fix(website): responsive logo 2016-03-12 12:53:22 +01:00
Shipow
592522e784 Merge branch 'master' of https://github.com/algolia/docsearch 2016-03-11 15:45:35 +01:00
Shipow
c7eb54afaf feat(website): Logo Update - Og screen + favicon 2016-03-11 15:45:29 +01:00
Gianluca Bargelli
9e34036ce4 New Logo 🙌 2016-03-11 15:24:39 +01:00
Sylvain Utard
bb65f025b9 Merge pull request #77 from algolia/fix/padding+highlighting
docs(search): improved header highlighting + fixed padding
2016-03-11 12:43:54 +01:00
Shipow
6d8eb34e5c feat(website): removed demos 2016-03-11 12:43:07 +01:00
Sylvain UTARD
b284dda7a9 fix(algoliaOptions): ensure we keep default options
While overriding the algoliaOptions, we were losing the default
hitsPerPage query parameters.

Fix #78
2016-03-10 22:20:47 +01:00
Sylvain Utard
187db27ce7 Merge pull request #77 from algolia/fix/padding+highlighting
docs(search): improved header highlighting + fixed padding
2016-03-10 12:24:56 +01:00
Pixelastic
df13e343fd fix(dev): Fixed the dev example, targeting an existing index 2016-03-10 11:35:51 +01:00
Pixelastic
31e5d139d5 feat(serve): Add npm run serve to expose js and css locally 2016-03-10 10:46:46 +01:00
Shipow
fa413d977e feat(website): updated logo 2016-03-09 19:04:54 +01:00
Shipow
c1d90d2393 Merge branch 'develop' of https://github.com/algolia/docsearch
# Conflicts:
#	docs/documentation.md
2016-03-09 16:42:17 +01:00
Shipow
366cc0d855 feat(website): community header 2016-03-09 16:36:38 +01:00
Shipow
9498e3b4a3 feat(website): update 2016-03-09 15:41:32 +01:00
Sylvain UTARD
d63211976f docs(search): improved header highlighting + fixed padding 2016-03-07 22:46:20 +01:00
Sylvain Utard
be259f486c Merge pull request #76 from algolia/fix/docsearch
doc(search): fixed docsearch alignment + API key
2016-03-07 22:40:03 +01:00
Shipow
e6c0b25f7a docs(search): here and there CSS & JS issues 2016-03-07 22:15:26 +01:00
Pixelastic
7f472baa5d docs(DocSearch): Quick documentation fix 2016-03-05 00:55:19 +01:00
Sylvain UTARD
91856d8cdf doc(search): use docsearch's SCSS version 2016-03-04 22:02:16 +01:00
Sylvain UTARD
71c36eba1c doc(search): fixed docsearch alignment + API key 2016-03-04 21:02:08 +01:00
Sylvain UTARD
de2f3697ae npm run build-docs 2016-03-04 20:44:17 +01:00
Sylvain UTARD
83af3c8040 npm run build-docs 2016-03-04 20:44:06 +01:00
Sylvain UTARD
bef7a2e855 doc(readme): ensure the links are correctly interpreted by the
documentation website
2016-03-04 20:41:34 +01:00
Tim Carry
fe4170b482 Merge pull request #68 from algolia/meta-docsearch
add docsearch
2016-02-08 14:36:18 +01:00
Vincent Voyer
4c60f78409 Merge pull request #73 from algolia/fixed-markdown-links-corner-case
Fixed markdown links inside code blocks
2016-02-08 09:09:28 +01:00
Sylvain UTARD
bdf40a4e2e doc(readme): ensure the links are correctly interpreted by the
documentation website
2016-02-08 01:39:58 +01:00
Pixelastic
665dab64a9 v1.1.0
<a name="1.1.0"></a>
# [1.1.0](https://github.com/algolia/docsearch/compare/v1.0.2...v1.1.0) (2016-02-01)

### Bug Fixes

* **dropdown:** Visually group suggestions together ([592c8f2](https://github.com/algolia/docsearch/commit/592c8f2))

### Features

* **website:** ensure the inputs are mandatory ([e59d132](https://github.com/algolia/docsearch/commit/e59d132))
2016-02-01 14:52:49 +01:00
Maxime Locqueville
eb05740a4d docs(docsearch): adding docsearch to docsearch 2016-02-01 13:13:38 +01:00
Tim Carry
93e7316324 Merge pull request #72 from seafoox/develop
fix(dropdown): Visually group suggestions together
2016-01-30 22:33:10 +01:00
Alexandre C
592c8f27cd fix(dropdown): Visually group suggestions together 2016-01-29 17:33:36 +01:00
Tim Carry
9c7dbbcac8 Merge pull request #67 from algolia/docs/documentation-fix-links
docs(documentation.md): Fix not working links
2016-01-27 16:45:35 +01:00
Matthieu Dumont
71b652bd92 docs(documentation.md): Fix not working links
Closes #65
2016-01-27 14:55:10 +01:00
Tim Carry
b14e59f946 Merge pull request #64 from algolia/docs
docs(options): Add documentation about custom options
2016-01-26 17:42:59 +01:00
Pixelastic
ac75e0b8a5 test(formatURL): Add tests for formatURL 2016-01-26 17:38:32 +01:00