Clean Jsdoc Theme Versions Save

A beautifully crafted theme / template for JSDoc 3. https://ankdev.me/clean-jsdoc-theme/v4

v4.2.14

6 months ago

v4.2.2

1 year ago

v4.1.12

1 year ago

Add support for JSDoc 4

v4.1.7

1 year ago

Bug fixes

  1. Extra line break in code blocks: #128
  2. History back/forward buttons don't work #135

Huge thanks to @Viiprogrammer for reporting all the bugs.

Refactor

  1. Refactor search #127 (Thanks to @Viiprogrammer)
  2. Update a few dependencies.

v4.1.0

1 year ago

In version 4.1.0

New

  1. Make the output relocatable: #112

Bug fix

  1. Solve source map load error: #111

Deprecating:

theme_opts.base_url: We found that base_url is no more required, see the discussion for more details: #112

v4.0.8

1 year ago

In version 4.0.8

New

  1. Add a tooltip when hovering on the copy code icon.

Bug Fixes

  1. A null key is cached instead of font-size on initial page load: #109
  2. Typos inside the jsdoc example: #103
  3. Solve source map load errors: #111

v4.0.5

1 year ago

Bug fixes

  1. The "Change font size" button does not work. #101

v4.0.0

1 year ago

New

  1. New dark and light theme.
  2. New search feature which doesn't cost KBs. #search
  3. Minify all generated files.
  4. Added Table of content.

Removed

  1. Search options
  2. theme options. Now it is default_theme
  3. overlay_scrollbar. We found that you can include overlay scrollbar using add_script_path and include_js options.
  4. resizeable. Now there is no option to resize sidebar.

v3.3.0

2 years ago

Feature

  1. Now there is an option to order the navbar section.

Bug Fixes

  1. Fix: Line height of empty line is render as 0 on Mozilla firefox.
  2. Fix: Unnecessary errors with empty examples (#92)[https://github.com/ankitskvmdam/clean-jsdoc-theme/pull/92]
  3. Fix: Disabled source still produces 'details' block (#90)[https://github.com/ankitskvmdam/clean-jsdoc-theme/issues/90]
  4. Fix: Tutorials that share their name with a class will have that classes methods dropdown (#80)[https://github.com/ankitskvmdam/clean-jsdoc-theme/issues/89]

Options Removed

  1. menuLocation: menuLocation theme_opts is removed. Now sections can be used to order the entire navbar section

v3.2.8

2 years ago

In version 3.2.8

Bug Fixes

  1. Fix: Search condition statement. (#81)[https://github.com/ankitskvmdam/clean-jsdoc-theme/pull/81]
  2. Fix: missing styles/heading.css. (#80)[https://github.com/ankitskvmdam/clean-jsdoc-theme/issues/80]

Feature

  1. Feat: add menuLocation option to adjust the place to append extra links. (#78)[https://github.com/ankitskvmdam/clean-jsdoc-theme/pull/78]