clean-jsdoc-theme
Advanced tools
Comparing version 3.1.2 to 3.2.0
## Change Log | ||
### In version 3.2.0 | ||
### Bug Fix | ||
1. When passing HTML as title then there is NPM Error. In this release that error is fixed. | ||
### Others | ||
1. Remove filter support. | ||
### In version 3.1.2 | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "clean-jsdoc-theme", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"description": "A beautifully crafted theme/template for JSDoc 3. This theme/template looks and feels like a premium theme/template. This is a fully mobile responsive theme and also fully customizable theme.", | ||
@@ -5,0 +5,0 @@ "main": "publish.js", |
@@ -596,8 +596,3 @@ /* global env: true */ | ||
else { | ||
// eslint-disable-next-line no-restricted-globals | ||
var filter = env && env.opts && env.opts.themeOpts; | ||
if (filter.filter === undefined) { filter.filter = true; } | ||
if (JSON.parse(filter.filter)) { nav = '<h2><a href="index.html" class="filter">' + title + '</a></h2>'; } | ||
else { nav = '<h2><a href="index.html">' + title + '</a></h2>'; } | ||
nav = '<h2><a href="index.html">' + title + '</a></h2>'; | ||
} | ||
@@ -604,0 +599,0 @@ |
@@ -6,3 +6,3 @@ <hr> | ||
[![Stars](https://img.shields.io/github/stars/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme) [![Fork](https://img.shields.io/github/forks/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/fork) ![Version](https://img.shields.io/badge/version-3.1.2-%23007bff) [![Issues Open](https://img.shields.io/github/issues/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/issues) [![Contributors](https://img.shields.io/github/contributors/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/graphs/contributors) [![Build Status](https://travis-ci.org/ankitskvmdam/clean-jsdoc-theme.svg?branch=production)](https://travis-ci.org/ankitskvmdam/clean-jsdoc-theme) [![license](https://img.shields.io/github/license/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/blob/master/LICENSE) | ||
[![Stars](https://img.shields.io/github/stars/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme) [![Fork](https://img.shields.io/github/forks/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/fork) ![Version](https://img.shields.io/badge/version-3.2.0-%23007bff) [![Issues Open](https://img.shields.io/github/issues/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/issues) [![Contributors](https://img.shields.io/github/contributors/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/graphs/contributors) [![Build Status](https://travis-ci.org/ankitskvmdam/clean-jsdoc-theme.svg?branch=production)](https://travis-ci.org/ankitskvmdam/clean-jsdoc-theme) [![license](https://img.shields.io/github/license/ankitskvmdam/clean-jsdoc-theme)](https://github.com/ankitskvmdam/clean-jsdoc-theme/blob/master/LICENSE) | ||
<br> | ||
@@ -120,6 +120,2 @@ | ||
### `filter: boolean` | ||
This option is now deprecated, it was used to change the navbar image to white for better contrast. | ||
### `menu: Array<{}>` | ||
@@ -328,3 +324,2 @@ | ||
"title": "clean-jsdoc-theme", | ||
"filter": false, | ||
"menu": [ | ||
@@ -394,3 +389,2 @@ { | ||
| `title` | `null` | To set the title | `HTML` or `string` | | ||
| `filter` | `false` | Turn the navbar image to white | `boolean` | | ||
| `menu` | `null` | To render extra link in navbar | Array of Object(s) | | ||
@@ -397,0 +391,0 @@ | `meta` | `null` | Meta tag attributes | Array of Object(s) | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
652474
2525
431