# (2023-08-21)

### Version

- 0.1.11

### Features

- change to default use jsdelivr cdn for darkmode.js

# (2022-07-28)

### Version

- 0.1.10

### Features

- optimize code and docs

# (2022-05-17)

### Version

- 0.1.9

### Features

- change to default use unpkg cdn for darkmode.js

# (2022-05-07)

### Version

- 0.1.8

### Bug Fixes

- fix icp image display

# (2022-01-05)

### Version

- 0.1.7

### Bug Fixes

- fix the bug that picture centered

# (2021-08-17)

### Version

- 0.1.6

### Features

- update docs

# (2021-05-06)

### Version

- 0.1.5

### Bug Fixes

- fix the bug that add the configuration default to activate darkmode when `saveInCookies: false` and `autoMatchOsTheme: false`

# (2021-05-06)

### Version

- 0.1.4

### Features

- add the configuration default to activate darkmode when `saveInCookies: false` and `autoMatchOsTheme: false`

``` yml
darkmode_js:
  isActivated: true   # default false
  saveInCookies: false   # default: true
  autoMatchOsTheme: false   # default: true
```

# (2021-05-04)

### Version

- 0.1.3

### Features

- optimize to compat with NexT theme 7.x

# (2021-05-03)

### Version

- 0.1.2

### Features

- add nunjucks dependency package
- upgrade `clean-css` version to 5.1.2
- upgrade `"@next-theme/utils` version to 1.2.0

### Bug Fixes

- fix the bug that compat with NexT theme 7.x
