1
0
Fork 0
Commit graph

180 commits

Author SHA1 Message Date
Sylvain UTARD
bef7a2e855 doc(readme): ensure the links are correctly interpreted by the
documentation website
2016-03-04 20:41:34 +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
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
Pixelastic
75308d6d69 docs(toc): Run doctoc 2016-01-20 16:14:58 +01:00
Pixelastic
7135ccc140 chore(lint): Make the js linter happy 2016-01-20 16:14:09 +01:00
Pixelastic
9752f14527 docs(options): Add documentation about custom options 2016-01-20 15:51:46 +01:00
Sylvain Utard
04c096fe19 Merge pull request #62 from algolia/mandatory-fields
feat(website): ensure the inputs are mandatory
2015-12-29 09:24:23 +01:00
Sylvain UTARD
e59d132c2d feat(website): ensure the inputs are mandatory
Move the forms to a partial (had a hard time with HAML-based partials...)
Small box-shadow if not specified
Add a "I'm the owner of that website" checkbox
2015-12-28 14:53:54 +01:00
Alexandre Stanislawski
c6aa2e3d04 v1.0.2
<a name="1.0.2"></a>
## [1.0.2](https://github.com/algolia/docsearch/compare/v1.0.1...v1.0.2) (2015-12-28)

### Bug Fixes

* **debut:** do not enable debug by default ([188f49e](https://github.com/algolia/docsearch/commit/188f49e))
* **url:** Removes concatenation of URL with hash if it contains a hash ([348df1c](https://github.com/algolia/docsearch/commit/348df1c)), closes [#53](https://github.com/algolia/docsearch/issues/53)
* **usage:** fixed usage to match the latest prototype version ([f6edc9e](https://github.com/algolia/docsearch/commit/f6edc9e))
2015-12-28 13:59:10 +01:00
Sylvain Utard
0f20b7c0e6 Merge pull request #60 from algolia/fix/53
fix(url): Removes concatenation of URL with hash if it contains a hash
2015-12-28 13:55:04 +01:00
Alexandre Stanislawski
348df1cb1b fix(url): Removes concatenation of URL with hash if it contains a hash
FIX #53
2015-12-28 11:30:50 +01:00
Tim Carry
6c7335cafc Merge pull request #58 from algolia/tests/handleSelected
test(handleSelected): add test on handleSelected
2015-12-25 13:36:20 +01:00
Tim Carry
28698235d3 Merge pull request #57 from algolia/fix/usage
fix(usage): fixed usage to match the latest prototype version
2015-12-25 13:34:48 +01:00
Tim Carry
2cea43f8b6 Merge pull request #55 from algolia/fix/debug-mode
fix(debut): do not enable debug by default
2015-12-25 13:31:49 +01:00
Sylvain UTARD
970b863c29 test(handleSelected): add test on handleSelected 2015-12-24 14:54:25 +01:00
Sylvain UTARD
188f49e863 fix(debut): do not enable debug by default 2015-12-24 14:51:58 +01:00
Sylvain UTARD
f6edc9e658 fix(usage): fixed usage to match the latest prototype version 2015-12-24 14:50:50 +01:00
Shipow
14d6d36368 Merge branch 'develop' of https://github.com/algolia/docsearch into develop 2015-12-24 11:29:38 +01:00
Shipow
5d9df60c15 chore(website): fixes 2015-12-24 11:29:25 +01:00
Sylvain UTARD
90f054d893 v1.0.1
<a name="1.0.1"></a>
## [1.0.1](https://github.com/algolia/docsearch/compare/v1.0.0...v1.0.1) (2015-12-24)

### Bug Fixes

* **handleSelected:** ensure we're calling setVal on the right object ([31abbd7](https://github.com/algolia/docsearch/commit/31abbd7)), closes [#51](https://github.com/algolia/docsearch/issues/51)
2015-12-24 11:07:26 +01:00
Sylvain UTARD
283e9c8a9e Merge branch 'develop' 2015-12-24 11:06:35 +01:00
Alex S
d6f80ae45c Merge pull request #52 from algolia/fix/51
fix(handleSelected): ensure we're calling setVal on the right object
2015-12-24 11:06:07 +01:00
Sylvain UTARD
31abbd7400 fix(handleSelected): ensure we're calling setVal on the right object
Fix #51
2015-12-24 10:20:15 +01:00
Sylvain UTARD
c0633e51bf docs(website): help blocks have been swapped 2015-12-24 08:42:38 +01:00
Sylvain UTARD
921085498d Merge branch 'develop' 2015-12-24 01:34:48 +01:00
Sylvain UTARD
a82c63ab73 chore(version): 1.0.0 is out 2015-12-24 01:34:40 +01:00
Sylvain UTARD
177d701b00 v1.0.0
<a name="1.0.0"></a>
# [1.0.0](https://github.com/algolia/docsearch/compare/v0.0.7...v1.0.0) (2015-12-24)

### Bug Fixes

* **isSubCategoryHeader:** ensure we hide the content of the left column if this flag is not set ([0e04ce4](https://github.com/algolia/docsearch/commit/0e04ce4)), closes [#47](https://github.com/algolia/docsearch/issues/47)
2015-12-24 01:11:02 +01:00
Shipow
d4b241a070 chore(docs): fix header bg 2015-12-24 01:05:28 +01:00
Sylvain UTARD
b39c59d51b chore(website): fixed typo 2015-12-24 01:00:46 +01:00
Shipow
f442a2397e chore(docs): favicon 2015-12-24 01:00:12 +01:00
Shipow
4aaf73f047 chore(docs): update og img 2015-12-24 00:46:26 +01:00
Sylvain UTARD
0ca64a669b chore(website): fixed twitter:domain & og:url 2015-12-24 00:37:49 +01:00
Sylvain UTARD
f39cb7c020 docs(website): the card_image must be a full URL 2015-12-24 00:34:45 +01:00
Shipow
7bceb57724 chore(docs): open graph 2015-12-24 00:19:01 +01:00
Shipow
27b724c379 Merge branch 'fix/opengraph' of https://github.com/algolia/docsearch into develop 2015-12-24 00:00:55 +01:00
Shipow
316d838bcb chore(docs): fixs 2015-12-23 23:58:08 +01:00
Shipow
b114965f95 Merge branch 'develop' of https://github.com/algolia/docsearch into develop 2015-12-23 23:28:31 +01:00
Shipow
c457177ea8 chore(docs): layout fix 2015-12-23 23:28:26 +01:00
Sylvain Utard
e8b5270898 Merge pull request #50 from algolia/css-fixes
docs(website): a few CSS & README minor fixes
2015-12-23 19:08:37 +01:00
Sylvain UTARD
461a1ea412 docs(website): a few CSS & README minor fixes
- highlight background CSS rules was wrongly configured
 - navbar-header text was black
 - active links had a default black background
 - fixed a few links using references instead of actual links (doesn't
   work once extracted to documentation.md)
 - use absolute image path
2015-12-23 18:43:25 +01:00
Sylvain Utard
6aec57ccd1 Merge pull request #49 from algolia/fix-form-submission
chore(form): fixed the form submission JS code
2015-12-23 18:26:30 +01:00
Sylvain UTARD
ee0752280a chore(form): fixed the form submission JS code 2015-12-23 18:21:55 +01:00
Sylvain Utard
ca98a9d9ad Merge pull request #42 from algolia/no-important
chore(css): ensure the menu is wide enough, but no !important here
2015-12-23 18:08:17 +01:00
Sylvain Utard
b88521f048 Merge pull request #48 from algolia/fix-isSubCategoryHeader
fix(isSubCategoryHeader): ensure we hide the content of the left column if this flag is not set
2015-12-23 18:08:01 +01:00
Sylvain Utard
27c599ed3f Merge pull request #41 from algolia/docSearch-docsearch
chore(naming): use `docsearch` everywhere
2015-12-23 18:07:07 +01:00