Clean Jsdoc Theme Versions Save

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

v3.2.7

3 years ago

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/ankitskvmdam/clean-jsdoc-theme/issues/71]
  3. Fix (css): font size of return type. (#70)[https://github.com/ankitskvmdam/clean-jsdoc-theme/issues/70]

v3.2.6

3 years ago

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.

v3.2.4

3 years ago

In version 3.2.4

Bug Fix

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

v3.2.1

3 years ago

In version 3.2.1

Feature

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

v3.2.0

3 years ago

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

3 years ago

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

3 years ago

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.

v3.0.9

3 years ago

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.

v3.0.10

3 years ago

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.