Skip to content

Releases: ankitskvmdam/clean-jsdoc-theme

In version 3.2.7

01 May 10:02
Compare
Choose a tag to compare

Bug Fix

  1. Fix: quotes issue for codepen options.
  2. Fix: source is not printing if source is the only key. (#71)[https://github.com//issues/71]
  3. Fix (css): font size of return type. (#70)[https://github.com//issues/70]

In version 3.2.6

25 Apr 07:56
Compare
Choose a tag to compare

Feature

  1. Add an option to open code in codepen.

Bug Fix

  1. Fix the css of example caption. View changes.
  2. Fix the overflow css of code section. View changes.
  3. Fix the css of code block in dark theme.

In version 3.2.4

12 Apr 05:46
Compare
Choose a tag to compare

In version 3.2.4

Bug Fix

  1. When the codebase is large then the search didn't work. #68

In version 3.2.1

11 Apr 18:06
Compare
Choose a tag to compare

In version 3.2.1

Feature

  1. Now there is an option to make the navbar resizeable. Learn More

In version 3.2.0

09 Apr 05:25
Compare
Choose a tag to compare

Bug Fix

  1. When passing HTML as title then there is NPM Error. In this release that error is fixed.

Others

  1. Remove filter support.

v3.1.1

29 Mar 08:33
Compare
Choose a tag to compare

In version 3.1.1

Bug fixes

  1. fix unclosed
    in method.tmpl #63

New

  1. Add brand new light and dark theme.
  2. Add collapsible main section in navbar.

Refactor

  1. Refactor css and js to improve performance.

v3.0.10

25 Mar 16:29
Compare
Choose a tag to compare

Change Log

In version 3.0.10

Bug Fixes

  1. 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

25 Mar 16:30
Compare
Choose a tag to compare

Changelog

In version 3.0.9

Bug Fixes

  1. On Mobile screen the ham icon is not visible. That is solved in this release.
  2. Fix: Tooltip copied text color.
  3. Fix: When copied code, JAVASCRIPT\nCopied! also got attached with it.

Update dark and light theme

29 Mar 08:15
Compare
Choose a tag to compare

In version 3.1.0

Bug fixes

  1. fix unclosed <div> in method.tmpl #63

New

  1. Add brand new light and dark theme.
  2. Add collapsible main section in navbar.

Refactor

  1. Refactor css and js to improve performance.