Skip to content

Commit

Permalink
Merge pull request #893 from varya/release/0.3.43
Browse files Browse the repository at this point in the history
Release 0.3.43
  • Loading branch information
varya committed Feb 17, 2016
2 parents ef1c245 + 66ec614 commit 755274d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 29 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.3.43 (2016-02-17)

* 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)

### Improvements
Expand All @@ -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.<br/>
Redefining SC5 StyleGuide variables did not change, the SASS-like syntax still works.
Expand Down
30 changes: 3 additions & 27 deletions CHANGELOG_LATEST.md
Original file line number Diff line number Diff line change
@@ -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))<br/>
*Good news: SC5 StyleGuide does not require any SASS in your environment!*<br/>
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.<br/>
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))
* 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))

### 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))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 755274d

Please sign in to comment.