Skip to content

Commit 8ce35d1

Browse files
committed
Prepared 1.6.0 release
1 parent e73c4f2 commit 8ce35d1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22

3+
## 1.6.0
4+
5+
* Added a [Yeoman Generator](https://github.com/SassDoc/generator-sassdoc-theme) to make it easier to build themes ([#185](https://github.com/SassDoc/sassdoc/issues/185))
6+
* Added YAML support for configuration files; default configuration file name is still `view`, either as `.json`, `.yaml` or `.yml` ([#184](https://github.com/SassDoc/sassdoc/issues/184))
7+
* Added a message to warn against relying on the default configuration file name (`view.{json,yaml,yml}`) since it will break in version 2.0.0 in favor of `.sassdocrc` (which will support both format at once while being more semantic, less confusing and less likely to conflict with other projects) ([#194](https://github.com/SassDoc/sassdoc/issues/194))
8+
* Fixed an issue when variable items' value contains a semi-colon ([#191](https://github.com/SassDoc/sassdoc/issues/191))
9+
* Improved the light theme (better sidebar toggle with states stored in localStorage, better code toggle, better JavaScript structure, and better performance)
10+
311
## 1.5.2
412

5-
* fix: add implicit type for required placeholders ([#197](https://github.com/SassDoc/sassdoc/issues/197))
13+
* Added implicit type for required placeholders ([#197](https://github.com/SassDoc/sassdoc/issues/197))
614

715
## 1.5.1
816

9-
* Use `stat` instead of `lstat` to support symlinks ([22a9b79](https://github.com/SassDoc/sassdoc/commit/22a9b7986e1eef2bf962bb9b1a48467d257ee398))
17+
* Used `stat` instead of `lstat` to support symlinks ([22a9b79](https://github.com/SassDoc/sassdoc/commit/22a9b7986e1eef2bf962bb9b1a48467d257ee398))
1018

1119
## 1.5.0
1220

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"url": "https://twitter.com/pascalduez"
1818
}
1919
],
20-
"version": "1.5.0",
20+
"version": "1.6.0",
2121
"license": {
2222
"type": "MIT",
2323
"url": "http://opensource.org/licenses/MIT"

0 commit comments

Comments
 (0)