sassdoc-theme-default
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -10,2 +10,6 @@ # sassdoc-theme-default change Log | ||
## [2.8.3] - 2019-07-19 | ||
## Fixed | ||
* Fix parameter annotations `<code>` escaping to to Nunjucks migration. | ||
## [2.8.2] - 2019-05-08 | ||
@@ -29,3 +33,4 @@ ### Fixed | ||
[Unreleased]: https://github.com/sassdoc/sassdoc-theme-default/compare/2.8.2...HEAD | ||
[Unreleased]: https://github.com/sassdoc/sassdoc-theme-default/compare/2.8.3...HEAD | ||
[2.8.3]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.3 | ||
[2.8.2]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.2 | ||
@@ -32,0 +37,0 @@ [2.8.1]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.1 |
@@ -27,6 +27,2 @@ 'use strict'; | ||
var safe = function safe(fn) { | ||
return (fn.safe = true) && fn; | ||
}; | ||
var isColor = function isColor(value) { | ||
@@ -100,3 +96,3 @@ try { | ||
nunjucksEnv.addFilter('is_color', isColor); | ||
nunjucksEnv.addFilter('display_as_type', safe(displayAsType)); | ||
nunjucksEnv.addFilter('display_as_type', displayAsType); | ||
nunjucksEnv.addFilter('yiq', maybeYiqContrast); | ||
@@ -103,0 +99,0 @@ nunjucksEnv.addFilter('pluralize', pluralize); |
@@ -6,3 +6,3 @@ { | ||
"author": "SassDoc team", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "sassdoc-theme" |
Sorry, the diff of this file is not supported yet
213360
930