Skip to content

Commit

Permalink
chore: update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitskvmdam committed Jun 12, 2022
1 parent 3d74b4c commit 4509986
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
## Change Log

### In version 4.0.0

### New

1. New dark and light theme.
1. New search feature which doesn't cost KBs. [#search](https://github.com/ankitskvmdam/clean-jsdoc-theme#search)
1. Minify all generated files.

### Removed

1. Search options
1. `theme` options. Now it is `default_theme`
1. `overlay_scrollbar`. We found that you can include overlay scrollbar using [`add_script_path`](https://github.com/ankitskvmdam/clean-jsdoc-theme#add-script-paths) and [`include_js`](https://github.com/ankitskvmdam/clean-jsdoc-theme#add-custom-script-files) options.
1. `resizeable`. Now there is no option to resize sidebar.

### In version 3.3.2

### Feature
Expand Down

0 comments on commit 4509986

Please sign in to comment.