docsearch.js
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -0,1 +1,7 @@ | ||
<a name="1.4.4"></a> | ||
## [1.4.4](https://github.com/algolia/docsearch/compare/v1.4.3...v1.4.4) (2017-01-11) | ||
<a name="1.4.3"></a> | ||
@@ -2,0 +8,0 @@ ## [1.4.3](https://github.com/algolia/docsearch/compare/v1.4.2...v1.4.3) (2017-01-11) |
@@ -12,3 +12,3 @@ 'use strict'; | ||
suggestion: '\n <div class="' + suggestionPrefix + '\n {{#isCategoryHeader}}' + suggestionPrefix + '__main{{/isCategoryHeader}}\n {{#isSubCategoryHeader}}' + suggestionPrefix + '__secondary{{/isSubCategoryHeader}}\n ">\n <div class="' + suggestionPrefix + '--category-header">{{{category}}}</div>\n <div class="' + suggestionPrefix + '--wrapper">\n <div class="' + suggestionPrefix + '--subcategory-column {{#isSubcategoryDuplicate}}' + suggestionPrefix + '--duplicate-content{{/isSubcategoryDuplicate}}">\n <span class="' + suggestionPrefix + '--subcategory-column-text">{{{subcategory}}}</span>\n </div>\n {{#isTextOrSubcatoryNonEmpty}}\n <div class="' + suggestionPrefix + '--content">\n <div class="' + suggestionPrefix + '--subcategory-inline {{#isSubcategoryDuplicate}}' + suggestionPrefix + '--duplicate-content{{/isSubcategoryDuplicate}}">{{{subcategory}}}</div>\n <div class="' + suggestionPrefix + '--title {{#isDisplayTitleDuplicate}}' + suggestionPrefix + '--duplicate-content{{/isDisplayTitleDuplicate}}">{{{title}}}</div>\n {{#text}}<div class="' + suggestionPrefix + '--text">{{{text}}}</div>{{/text}}\n </div>\n {{/isTextOrSubcatoryNonEmpty}}\n </div>\n </div>\n ', | ||
footer: '\n <div class="' + footerPrefix + '">\n Search by <a class="' + footerPrefix + '--logo" href="https://www.algolia.com/docsearch">Algolia</a>\n </div>\n ' | ||
footer: '\n <div class="' + footerPrefix + '">\n <a class="' + footerPrefix + '--logo" href="https://www.algolia.com/docsearch">Algolia</a>\n </div>\n ' | ||
}; | ||
@@ -15,0 +15,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports['default'] = '1.4.3'; | ||
exports['default'] = '1.4.4'; | ||
module.exports = exports['default']; |
{ | ||
"name": "docsearch.js", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Add an autocomplete dropdown to your documentation", | ||
@@ -5,0 +5,0 @@ "main": "dist/npm/index.js", |
@@ -28,3 +28,3 @@ let prefix = 'algolia-docsearch'; | ||
<div class="${footerPrefix}"> | ||
Search by <a class="${footerPrefix}--logo" href="https://www.algolia.com/docsearch">Algolia</a> | ||
<a class="${footerPrefix}--logo" href="https://www.algolia.com/docsearch">Algolia</a> | ||
</div> | ||
@@ -31,0 +31,0 @@ ` |
@@ -1,1 +0,1 @@ | ||
export default '1.4.3'; | ||
export default '1.4.4'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18525
11846805