Releases: ankitskvmdam/clean-jsdoc-theme
Releases · ankitskvmdam/clean-jsdoc-theme
In version 3.2.7
Bug Fix
- Fix: quotes issue for codepen options.
- Fix: source is not printing if source is the only key. (#71)[https://github.com//issues/71]
- Fix (css): font size of return type. (#70)[https://github.com//issues/70]
In version 3.2.6
Feature
- Add an option to open code in codepen.
Bug Fix
- Fix the css of example caption. View changes.
- Fix the overflow css of code section. View changes.
- Fix the css of code block in dark theme.
In version 3.2.4
In version 3.2.1
In version 3.2.0
Bug Fix
- When passing HTML as title then there is NPM Error. In this release that error is fixed.
Others
- Remove filter support.
v3.1.1
v3.0.10
Change Log
In version 3.0.10
Bug Fixes
- Previously, we are enforcing below templates:
// jsdoc config file
// ...other options.
templates: {
cleverLinks: true,
monospaceLinks: false,
default: {
outputSourceFiles: false,
}
},
In this release we removed this template rule.
v3.0.9
Changelog
In version 3.0.9
Bug Fixes
- On Mobile screen the ham icon is not visible. That is solved in this release.
- Fix: Tooltip copied text color.
- Fix: When copied code,
JAVASCRIPT\nCopied!
also got attached with it.
Update dark and light theme
In version 3.1.0
Bug fixes
- fix unclosed
<div>
in method.tmpl #63
New
- Add brand new light and dark theme.
- Add collapsible main section in navbar.
Refactor
- Refactor css and js to improve performance.