sassdoc-theme-default
Advanced tools
Comparing version 2.8.3 to 2.8.4
@@ -10,5 +10,9 @@ # sassdoc-theme-default change Log | ||
## [2.8.4] - 2021-12-22 | ||
## Fixed | ||
* Multiple `@return` types annotations `<code>` escaping due to Nunjucks migration. | ||
## [2.8.3] - 2019-07-19 | ||
## Fixed | ||
* Fix parameter annotations `<code>` escaping to to Nunjucks migration. | ||
* Fix parameter annotations `<code>` escaping due to Nunjucks migration. | ||
@@ -33,3 +37,4 @@ ## [2.8.2] - 2019-05-08 | ||
[Unreleased]: https://github.com/sassdoc/sassdoc-theme-default/compare/2.8.3...HEAD | ||
[Unreleased]: https://github.com/sassdoc/sassdoc-theme-default/compare/2.8.4...HEAD | ||
[2.8.4]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.4 | ||
[2.8.3]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.3 | ||
@@ -36,0 +41,0 @@ [2.8.2]: https://github.com/sassdoc/sassdoc-theme-default/tags/2.8.2 |
@@ -6,3 +6,3 @@ { | ||
"author": "SassDoc team", | ||
"version": "2.8.3", | ||
"version": "2.8.4", | ||
"keywords": [ | ||
@@ -9,0 +9,0 @@ "sassdoc-theme" |
@@ -5,5 +5,5 @@ # SassDoc Default Theme | ||
This theme uses [Themeleon](https://github.com/themeleon/themeleon) as a theme engine, and [themeleon-swig](https://github.com/themeleon/themeleon-swig) as a template engine, directly plugged into Themeleon. | ||
This theme uses [Nunjucks](https://mozilla.github.io/nunjucks/) as a template engine. | ||
Because this is likely to be the most used theme of all, it is not as simple as a theme can get. For instance, there is quite a bit of logic in both `index.js` and the Swig templates. Fortunately, you don't have to deal with that at all. | ||
Because this is likely to be the most used theme of all, it is not as simple as a theme can get. For instance, there is quite a bit of logic in both `index.js` and the templates. Fortunately, you don't have to deal with that at all. | ||
@@ -10,0 +10,0 @@ ## Customising the view |
Sorry, the diff of this file is not supported yet
213426