Skip to content

Releases: ankitskvmdam/clean-jsdoc-theme

v4.2.14

18 Oct 19:19
38d026f
Compare
Choose a tag to compare

v4.2.2

29 Dec 06:44
e31b9eb
Compare
Choose a tag to compare
4.2.2

In version 4.1.12

18 Dec 16:08
64b9595
Compare
Choose a tag to compare

Add support for JSDoc 4

In version 4.1.7

07 Aug 10:06
Compare
Choose a tag to compare

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.

In version 4.1.0

05 Jul 03:28
f824e3f
Compare
Choose a tag to compare

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

In version 4.0.8

04 Jul 04:39
ab45960
Compare
Choose a tag to compare

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

In version 4.0.5

15 Jun 16:33
7ed1ef5
Compare
Choose a tag to compare

Bug fixes

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

In version v4.0.0

12 Jun 10:58
43a7636
Compare
Choose a tag to compare

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.

In version 3.3.0

28 Nov 16:32
Compare
Choose a tag to compare

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//pull/92]
  3. Fix: Disabled source still produces 'details' block (#90)[https://github.com//issues/90]
  4. Fix: Tutorials that share their name with a class will have that classes methods dropdown (#80)[https://github.com//issues/89]

Options Removed

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

In version 3.2.8

26 Aug 18:24
Compare
Choose a tag to compare

In version 3.2.8

Bug Fixes

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

Feature

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