Skip to content

Commit 4a784e6

Browse files
authored
Merge pull request #354 from picturepan2/0.5.0
0.5.0
2 parents 57febed + 357c860 commit 4a784e6

40 files changed

+5595
-281
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea/
2-
/dist/
32
node_modules/
43
.*
54
!.csscomb.json

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
## Spectre.css Changelog
22

3+
### [v0.5.0](https://github.com/picturepan2/spectre/releases/tag/v0.5.0)
4+
5+
- IMPORTANT: Restore /dist folder
6+
- Add Grid nesting example #353
7+
- Add Form control sizes support
8+
- Update Off-canvas default behavior and new option available #347
9+
- Split Mixins
10+
- Fix Navbar last-child align right bug #346
11+
- Fix modal doc typo
12+
- Fix docs examples #348
13+
314
### [v0.4.7](https://github.com/picturepan2/spectre/releases/tag/v0.4.7)
415

516
- Add new button colors (success and error) #227 #241 #342

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,6 @@ Spectre uses [Autoprefixer](https://github.com/postcss/autoprefixer) to make mos
108108
- Opera (LAST 4)
109109
- Internet Explorer 10+
110110

111+
Spectre supports Internet Explorer 10+, but some HTML5 and CSS3 features are not perfectly supported by Internet Explorer.
112+
111113
Designed and built with ♥ by [Yan Zhu](https://twitter.com/picturepan2). Feel free to submit a pull request. Help is always appreciated.

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spectre.css",
3-
"version": "0.4.7",
4-
"description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
3+
"version": "0.5.0",
4+
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
55
"homepage": "http://picturepan2.github.io/spectre",
66
"repository": "picturepan2/spectre",
77
"license": "MIT",

0 commit comments

Comments
 (0)