Skip to content

Commit

Permalink
Updated component to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jul 7, 2015
1 parent 1606243 commit 89c40fe
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### Version 2.0.1 - June 30, 2015
### Version 2.0.1 - July 6, 2015

- **Checkbox** - Fixed issue in chrome where radio checkbox would appear incorrectly when no default value was selected [#2505](https://github.com/Semantic-Org/Semantic-UI/issues/2505)
- **Checkbox** - Fixed issue where radio checkbox were not properly receiving `checked` class [#2506](https://github.com/Semantic-Org/Semantic-UI/issues/2506)
Expand Down
7 changes: 2 additions & 5 deletions checkbox.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.1 - Checkbox
* # Semantic UI 2.0.2 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -55,10 +55,7 @@
display: block;
padding-left: 1.85714em;
outline: none;
}
.ui.checkbox .box,
.ui.checkbox label {
font-size: 14px;
font-size: 1em;
}
.ui.checkbox .box:before,
.ui.checkbox label:before {
Expand Down
2 changes: 1 addition & 1 deletion checkbox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.1 - Checkbox
* # Semantic UI 2.0.2 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions checkbox.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion checkbox.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1"
"version": "2.0.2"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.0.1 - Checkbox
* # Semantic UI 2.0.2 - Checkbox
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
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-checkbox',
summary : 'Semantic UI - Checkbox: Single component release',
version : '2.0.1',
version : '2.0.2',
git : 'git://github.com/Semantic-Org/UI-Checkbox.git',
});

Expand Down

0 comments on commit 89c40fe

Please sign in to comment.