Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
closes #34, closes #76, closes #64
  • Loading branch information
Damir Sultanov committed Dec 19, 2013
1 parent c561fd9 commit 5590427
Show file tree
Hide file tree
Showing 8 changed files with 116 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,4 +1,6 @@
examples.png
_index.html
custom.styl
custom.js
.htaccess
.git/
10 changes: 8 additions & 2 deletions CHANGELOG.md
@@ -1,9 +1,15 @@
### Version 1.0 - December 18, 2013
### Version 1.0.1 - December 19, 2013

* Added Bower support
* Added to jQuery plugin registry
* Added to CDNJS

### Version 1.0.0 - December 18, 2013

* Added ARIA attributes support (for VoiceOver and others) @myfreeweb
* Added Amazon Kindle support @skinofstars
* Fixed clickable links inside labels @LeGaS
* Fixed lines separation between labels and inputs
* Merged two versions of the plugin (jQuery and Zepto) into one
* Fixed demo links
* Fixed callbacks @PepijnSenders
* Fixed callbacks @PepijnSenders
9 changes: 8 additions & 1 deletion README.md
@@ -1,4 +1,4 @@
# [iCheck plugin](http://fronteed.com/iCheck/) <sup>[1.0](#december-18-2013)</sup>
# [iCheck plugin](http://fronteed.com/iCheck/) <sup>[1.0.1](#december-19-2013)</sup>
#### Highly customizable checkboxes and radio buttons for jQuery and Zepto.

Refer to the [iCheck website](http://fronteed.com/iCheck/) for examples.
Expand Down Expand Up @@ -364,6 +364,13 @@ Mobile browsers (like Opera mini, Chrome mobile, Safari mobile, Android browser,
Changelog
---------------

### December 19, 2013

* Added Bower support
* Added NuGet support
* Added to jQuery plugin registry
* Added to CDNJS

### December 18, 2013

* Added ARIA attributes support (for VoiceOver and others) @myfreeweb
Expand Down
42 changes: 42 additions & 0 deletions bower.json
@@ -0,0 +1,42 @@
{
"name": "icheck",
"version": "1.0.1",
"description": "Highly customizable checkboxes and radio buttons (jQuery & Zepto)",
"keywords": [
"icheck",
"checkbox",
"radio",
"input",
"field",
"form",
"custom",
"replacement",
"accessibility",
"skins",
"ui",
"checked",
"disabled",
"indeterminate"
],
"main": [
"./icheck.min.js"
],
"dependencies": {
"jquery": ">=1.7"
},
"ignore": [
".gitignore",
"CHANGELOG.md",
"README.md",
"demo/"
],
"license": "MIT",
"authors": [
{
"name": "Damir Sultanov",
"email": "info@fronteed.com",
"homepage": "http://fronteed.com/"
}
],
"homepage": "http://fronteed.com/iCheck/"
}
10 changes: 5 additions & 5 deletions demo/index.html
Expand Up @@ -4,17 +4,17 @@
<title>Checkboxes and radio buttons customization (jQuery and Zepto) plugin</title>
<meta charset="utf-8">
<meta content="width=device-width" name="viewport">
<link href="./css/custom.css?v=1.0" rel="stylesheet">
<link href="../skins/all.css?v=1.0" rel="stylesheet">
<link href="./css/custom.css?v=1.0.1" rel="stylesheet">
<link href="../skins/all.css?v=1.0.1" rel="stylesheet">
<script src="./js/jquery.js"></script>
<script src="../icheck.js?v=1.0"></script>
<script src="./js/custom.min.js?v=1.0"></script>
<script src="../icheck.js?v=1.0.1"></script>
<script src="./js/custom.min.js?v=1.0.1"></script>
</head>
<body>
<div class="layout clear">
<div class="header">
<h1>super customized checkboxes and radio buttons for jQuery &amp; Zepto</h1>
<h3>iCheck <span>v1.0</span></h3>
<h3>iCheck <span>v1.0.1</span></h3>
<strong>@<a href="http://twitter.com/fronteed/">Fronteed</a></strong>
</div>
<div class="features">
Expand Down
48 changes: 48 additions & 0 deletions icheck.jquery.json
@@ -0,0 +1,48 @@
{
"name": "icheck",
"version": "1.0.1",
"title": "iCheck",
"author": {
"name": "Damir Sultanov",
"email": "info@fronteed.com",
"homepage": "http://fronteed.com/"
},
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "Highly customizable checkboxes and radio buttons (jQuery and Zepto). Features: identical inputs across different browsers and devices (both desktop and mobile), touch devices support (iOS, Android, BlackBerry, Windows Phone, Amazon Kindle), keyboard accessible inputs (Tab, Spacebar, Arrow up/down and other shortcuts), screenreader accessible inputs — (ARIA attributes for VoiceOver and others), customization freedom (use any HTML and CSS to style inputs or try 6 Retina-ready skins), lightweight size (1 kb gzipped). Provides 32 options to customize checkboxes and radio buttons, 11 callbacks to handle changes, 9 methods to make changes programmatically. Saves changes to original inputs, works carefully with any selectors.",
"keywords": [
"checkbox",
"radio",
"input",
"field",
"form",
"desktop",
"mobile",
"custom",
"replacement",
"accessibility",
"skins",
"ui",
"checked",
"disabled",
"indeterminate",
"css3",
"html5",
"tiny",
"lightweight",
"jquery",
"zepto"
],
"homepage": "http://fronteed.com/iCheck/",
"docs": "https://github.com/fronteed/iCheck",
"demo": "http://fronteed.com/iCheck/",
"download": "http://fronteed.com/iCheck/",
"bugs": "https://github.com/fronteed/iCheck/issues/"
}
2 changes: 1 addition & 1 deletion icheck.js
@@ -1,5 +1,5 @@
/*!
* iCheck v1.0, http://git.io/arlzeA
* iCheck v1.0.1, http://git.io/arlzeA
* =================================
* Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
*
Expand Down
4 changes: 2 additions & 2 deletions icheck.min.js

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

0 comments on commit 5590427

Please sign in to comment.