Skip to content

Commit

Permalink
Updated component to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jul 6, 2015
1 parent cabdb2e commit a72b696
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.0.1 - June 30, 2015

- **Card** - `centered cards` variation now works similar to `centered card`. [#2520](https://github.com/Semantic-Org/Semantic-UI/issues/2520)

### Version 2.0.0 - June 30, 2015

- **Card** - Cards now support multiple custom `content` blocks. Content blocks and images can now appear in any order.
Expand Down
8 changes: 7 additions & 1 deletion card.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.0 - Item
* # Semantic UI 2.0.1 - Item
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -437,6 +437,12 @@
Centered
--------------------*/

.ui.centered.cards {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.ui.centered.card {
margin-left: auto;
margin-right: auto;
Expand Down
4 changes: 2 additions & 2 deletions card.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.0.0"
"version": "2.0.1"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-card',
summary : 'Semantic UI - Card: Single component release',
version : '2.0.0',
version : '2.0.1',
git : 'git://github.com/Semantic-Org/UI-Card.git',
});

Expand Down

0 comments on commit a72b696

Please sign in to comment.