From f227101e6de7c8b740c902d970c2c972c1f2700c Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Wed, 17 Feb 2016 13:54:15 +0200 Subject: [PATCH 1/2] Release 0.3.43 --- CHANGELOG.md | 7 ++++++- CHANGELOG_LATEST.md | 30 +++--------------------------- package.json | 2 +- 3 files changed, 10 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d0f22d7..4e34fe0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.43 (2016-02-17) + +* Helper CSS is included into the app CSS, no need to load. Fix #887 (#[888](https://github.com/SC5/sc5-styleguide/pull/888)) +* Generate demo website in accord to new source. Fix #886 (#[889](https://github.com/SC5/sc5-styleguide/pull/889)) + ## 0.3.42 (2016-02-15) ### Improvements @@ -12,7 +17,7 @@ /* Define your styles here */ } ``` - + You are free to use all the PostCSS features provided by plugins: nesting, variables, media, mixins, color calculations.
Redefining SC5 StyleGuide variables did not change, the SASS-like syntax still works. diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 07241986..0668a4f7 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,29 +1,5 @@ -## 0.3.42 (2016-02-15) +## 0.3.43 (2016-02-17) -### Improvements -* **Use PostCSS for customizing the view.** Fix #881. (#[883](https://github.com/SC5/sc5-styleguide/pull/883))
- *Good news: SC5 StyleGuide does not require any SASS in your environment!*
- If you provide `customColors` options to modify the SC5 StyleGuide view, note that from now one it does not - require any SASS. Instead we use PostCSS with all the needed plugins. You will require to change the mixin - declaration of `styleguide_custom_styles` to: - ```css - @define-mixin styleguide_custom_styles { - /* Define your styles here */ - } - ``` - You are free to use all the PostCSS features provided by plugins: nesting, variables, media, mixins, color - calculations.
- Redefining SC5 StyleGuide variables did not change, the SASS-like syntax still works. -* Possibility to use complex wrappers. Fix #877. (#[878](https://github.com/SC5/sc5-styleguide/pull/878)) +* Helper CSS is included into the app CSS, no need to load. Fix #887 (#[888](https://github.com/SC5/sc5-styleguide/pull/888)) +* Generate demo website in accord to new source. Fix #886 (#[889](https://github.com/SC5/sc5-styleguide/pull/889)) -### Fixes -* Missing npm module doe local cache (#[880](https://github.com/SC5/sc5-styleguide/pull/880)) -* Adding styles for table. (#[869](https://github.com/SC5/sc5-styleguide/pull/869)) - -### Documentation -* Do not recommend to run sc5-styleguide as a command line (#[879](https://github.com/SC5/sc5-styleguide/pull/879)) -* Fixed broken links in demo (section 3.5) (#[860](https://github.com/SC5/sc5-styleguide/pull/860)) - -### Internal -* Use ES6 modules for unit tests (#[862](https://github.com/SC5/sc5-styleguide/pull/862)) -* Jade cache, level 2 (#[865](https://github.com/SC5/sc5-styleguide/pull/865)) diff --git a/package.json b/package.json index 62b9f82a..f89f6963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sc5-styleguide", - "version": "0.3.42", + "version": "0.3.43", "description": "Styleguide generator is a handy little tool that helps you generate good looking styleguides from stylesheets using KSS notation.", "bin": { "styleguide": "./bin/styleguide" From 66ec6145f94218c12b017ebaac633acc96670b11 Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Wed, 17 Feb 2016 14:38:30 +0200 Subject: [PATCH 2/2] Release 0.3.43 --- CHANGELOG.md | 2 +- CHANGELOG_LATEST.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e34fe0a..d6e70929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.3.43 (2016-02-17) -* Helper CSS is included into the app CSS, no need to load. Fix #887 (#[888](https://github.com/SC5/sc5-styleguide/pull/888)) +* Process CSS file with helpers (#[892](https://github.com/SC5/sc5-styleguide/pull/892)) * Generate demo website in accord to new source. Fix #886 (#[889](https://github.com/SC5/sc5-styleguide/pull/889)) ## 0.3.42 (2016-02-15) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 0668a4f7..2f701c7a 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -1,5 +1,5 @@ ## 0.3.43 (2016-02-17) -* Helper CSS is included into the app CSS, no need to load. Fix #887 (#[888](https://github.com/SC5/sc5-styleguide/pull/888)) +* Process CSS file with helpers (#[892](https://github.com/SC5/sc5-styleguide/pull/892)) * Generate demo website in accord to new source. Fix #886 (#[889](https://github.com/SC5/sc5-styleguide/pull/889))