v2.4.0
<a name="2.4.0"></a> # [2.4.0](https://github.com/algolia/docsearch/compare/v2.3.3...v2.4.0) (2017-08-08)
This commit is contained in:
parent
5123508d96
commit
32df487df0
4 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
<a name="2.4.0"></a>
|
||||
# [2.4.0](https://github.com/algolia/docsearch/compare/v2.3.3...v2.4.0) (2017-08-08)
|
||||
|
||||
|
||||
|
||||
<a name="2.3.3"></a>
|
||||
## [2.3.3](https://github.com/algolia/docsearch/compare/v2.3.2...v2.3.3) (2017-03-27)
|
||||
|
||||
|
|
@ -215,8 +220,8 @@
|
|||
### 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:** community header ([366cc0d](https://github.com/algolia/docsearch/commit/366cc0d))
|
||||
* **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))
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ Check out our [website][1] to add an outstanding search to your documentation.
|
|||
- [Advanced styling](#advanced-styling)
|
||||
- [Custom options](#custom-options)
|
||||
- [Autocomplete options](#autocomplete-options)
|
||||
- [Docsearch Options](#docsearch-options)
|
||||
- [Algolia options](#algolia-options)
|
||||
- [Development workflow](#development-workflow)
|
||||
- [Local example](#local-example)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "docsearch.js",
|
||||
"version": "2.3.3",
|
||||
"version": "2.4.0",
|
||||
"description": "Add an autocomplete dropdown to your documentation",
|
||||
"main": "dist/npm/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export default '2.3.3';
|
||||
export default '2.4.0';
|
||||
|
|
|
|||
Loading…
Reference in a new issue