- Add an option to include files list in homepage. Previously we are including it by default. From now the developer has to explicitly ask for it. For more see
This is the most performant version of clean-jsdoc-theme
. Check
the report on lighthouse
.
- New dark and light theme. Now you can toggle between dark and light themes.
- There is an option to change the default font size.
- New search feature which doesn't cost KBs. #search
- Minify all generated files.
- Added Table of content.
- Search options
theme
options. Now it isdefault_theme
overlay_scrollbar
. We found that you can include overlay scrollbar usingadd_script_path
andinclude_js
options.resizeable
. Now there is no option to resize sidebar.
- Add an option to excludes inherited symbols. (#96)[#96]
- Now there is an option to order the navbar section.
- Fix: Line height of empty line is render as 0 on Mozilla firefox.
- Fix: Unnecessary errors with empty examples (#92)[#92]
- Fix: Disabled source still produces 'details' block ( #90)[#90]
- Fix: Tutorials that share their name with a class will have that classes methods dropdown ( #80)[#89]
menuLocation
:menuLocation
theme_opts is removed. Nowsections
can be used to order the entire navbar section
- Feat: add menuLocation option to adjust the place to append extra links. ( #78)[#78]
- Fix: quotes issue for codepen options.
- Fix: source is not printing if source is the only key. ( #71)[#71]
- Fix (css): font size of return type. (#70)[#70]
- Add an option to open code in codepen.
- 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.
- When the codebase is large then search didn't work. #68
- On mobile screen navbar, main content and footer are not as expected after applying resize.
- Now there is an option to make navbar resizeable.
- When passing HTML as title, an NPM Error occurs. In this release that error is fixed.
- Remove filter support.
- Change ham animation.
- Update readme file.
- fix unclosed in method.tmpl #63
- Add brand-new light and dark theme.
- Add collapsible main section in navbar.
- Refactor css and js to improve performance.
- 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.
- 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.
- Add support for
@see
documentation link. #59
- Now left panel classes and modules can be collapse. Feature Request #57
- Fix body overflow.
- Fix css for table.
- Update
search
. Now instead of boolean it accepts an object. This object is used to configure search. fuse.js options
- Add an option to include css files.
- Add an option to add js.
- Add an option to include static folder.
- OverlayScrollbar are now supported by default. If you don't want to use it pass an option to disable it.
add_script_path
previously you have to pass an array of string, but now you have to pass an array of object where keys are the attributes of the script tagadd_style_path
previously you have to pass an array of string, but now you have to pass an array of object where keys are the attributes of the link tagmeta
previously you have to pass an array of string, but now you have to pass an array of object where keys are the attributes of the meta tag
- Scrollable code area
- Malformed HTML when parsing 'default' JSDoc tags [issue: #48]
- Add dark theme.