1
0
Fork 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)
This commit is contained in:
Sylvain UTARD 2015-12-24 01:11:02 +01:00
parent d4b241a070
commit 177d701b00
5 changed files with 21 additions and 10 deletions

View file

@ -1,3 +1,13 @@
<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)
<a name="0.0.7"></a>
## [0.0.7](https://github.com/algolia/docsearch/compare/v0.0.6...v0.0.7) (2015-12-22)

View file

@ -25,13 +25,14 @@ Check out our [website][3] to add an outstanding search to your documentation.
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
## Table of Contents
- [Introduction][5]
- [Setup][6]
- [Customization][7]
- [Development workflow][8]
- [Local example][9]
- [Documentation website][10]
- [MacOS][11]
- [Introduction](#introduction)
- [Setup](#setup)
- [Customization](#customization)
- [Development workflow](#development-workflow)
- [Local example](#local-example)
- [Local build](#local-build)
- [Documentation website](#documentation-website)
- [MacOS](#macos)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->

2
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "0.0.7",
"version": "1.0.0",
"npm-shrinkwrap-version": "200.4.0",
"node-version": "v4.2.2",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "docsearch.js",
"version": "0.0.7",
"version": "1.0.0",
"description": "Add an autocomplete dropdown to your documentation",
"main": "dist/npm/index.js",
"scripts": {

View file

@ -1 +1 @@
export default '0.0.7';
export default '1.0.0';