docsearch.js
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -0,1 +1,7 @@ | ||
<a name="1.4.3"></a> | ||
## [1.4.3](https://github.com/algolia/docsearch/compare/v1.4.2...v1.4.3) (2017-01-11) | ||
<a name="1.4.2"></a> | ||
@@ -2,0 +8,0 @@ ## [1.4.2](https://github.com/algolia/docsearch/compare/v1.4.1...v1.4.2) (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 <a class="' + footerPrefix + '--logo" href="https://www.algolia.com/docsearch">Algolia</a>\n <span class="' + footerPrefix + '--logo-text">Search by</span>\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 ' | ||
}; | ||
@@ -15,0 +15,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
}); | ||
exports['default'] = '1.4.2'; | ||
exports['default'] = '1.4.3'; | ||
module.exports = exports['default']; |
{ | ||
"name": "docsearch.js", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Add an autocomplete dropdown to your documentation", | ||
@@ -5,0 +5,0 @@ "main": "dist/npm/index.js", |
@@ -28,4 +28,3 @@ let prefix = 'algolia-docsearch'; | ||
<div class="${footerPrefix}"> | ||
<a class="${footerPrefix}--logo" href="https://www.algolia.com/docsearch">Algolia</a> | ||
<span class="${footerPrefix}--logo-text">Search by</span> | ||
Search by <a class="${footerPrefix}--logo" href="https://www.algolia.com/docsearch">Algolia</a> | ||
</div> | ||
@@ -32,0 +31,0 @@ ` |
@@ -1,1 +0,1 @@ | ||
export default '1.4.2'; | ||
export default '1.4.3'; |
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
11852797
18524