Skip to content

Commit

Permalink
Merge pull request #354 from picturepan2/0.5.0
Browse files Browse the repository at this point in the history
0.5.0
  • Loading branch information
picturepan2 authored Dec 7, 2017
2 parents 57febed + 357c860 commit 4a784e6
Show file tree
Hide file tree
Showing 40 changed files with 5,595 additions and 281 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea/
/dist/
node_modules/
.*
!.csscomb.json
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## Spectre.css Changelog

### [v0.5.0](https://github.com/picturepan2/spectre/releases/tag/v0.5.0)

- IMPORTANT: Restore /dist folder
- Add Grid nesting example #353
- Add Form control sizes support
- Update Off-canvas default behavior and new option available #347
- Split Mixins
- Fix Navbar last-child align right bug #346
- Fix modal doc typo
- Fix docs examples #348

### [v0.4.7](https://github.com/picturepan2/spectre/releases/tag/v0.4.7)

- Add new button colors (success and error) #227 #241 #342
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,6 @@ Spectre uses [Autoprefixer](https://github.com/postcss/autoprefixer) to make mos
- Opera (LAST 4)
- Internet Explorer 10+

Spectre supports Internet Explorer 10+, but some HTML5 and CSS3 features are not perfectly supported by Internet Explorer.

Designed and built with ♥ by [Yan Zhu](https://twitter.com/picturepan2). Feel free to submit a pull request. Help is always appreciated.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spectre.css",
"version": "0.4.7",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
"version": "0.5.0",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
"homepage": "http://picturepan2.github.io/spectre",
"repository": "picturepan2/spectre",
"license": "MIT",
Expand Down
Loading

0 comments on commit 4a784e6

Please sign in to comment.