Releases: ankitskvmdam/clean-jsdoc-theme
Releases · ankitskvmdam/clean-jsdoc-theme
v4.2.14
v4.2.2
4.2.2
In version 4.1.12
Add support for JSDoc 4
In version 4.1.7
Bug fixes
Huge thanks to @Viiprogrammer for reporting all the bugs.
Refactor
- Refactor search #127 (Thanks to @Viiprogrammer)
- Update a few dependencies.
In version 4.1.0
In version 4.0.8
In version 4.0.5
Bug fixes
- The "Change font size" button does not work. #101
In version v4.0.0
New
- New dark and light theme.
- New search feature which doesn't cost KBs. #search
- Minify all generated files.
- Added Table of content.
Removed
- 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.
In version 3.3.0
Feature
- Now there is an option to order the navbar section.
Bug Fixes
- Fix: Line height of empty line is render as 0 on Mozilla firefox.
- Fix: Unnecessary errors with empty examples (#92)[https://github.com//pull/92]
- Fix: Disabled source still produces 'details' block (#90)[https://github.com//issues/90]
- Fix: Tutorials that share their name with a class will have that classes methods dropdown (#80)[https://github.com//issues/89]
Options Removed
menuLocation
:menuLocation
theme_opts is removed. Nowsections
can be used to order the entire navbar section
In version 3.2.8
In version 3.2.8
Bug Fixes
- Fix: Search condition statement. (#81)[https://github.com//pull/81]
- Fix: missing styles/heading.css. (#80)[https://github.com//issues/80]