Skip to content

Commit bf9fc5c

Browse files
committed
Updates to release v1.5.5
1 parent cdf447b commit bf9fc5c

13 files changed

+28
-26
lines changed

CHANGE.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Change Log: `bootstrap-checkbox-x`
22
==================================
33

4-
## version 1.5.5
4+
## Version 1.5.5
5+
6+
**Date**: 02-Nov-2018
57

68
- Add github contribution and issue/PR log templates.
79
- enh #53: Rename events to start with `checkbox:` instead of ending with `.checkbox` .
@@ -11,7 +13,7 @@ Change Log: `bootstrap-checkbox-x`
1113
- enh #39: New property `allowThreeValOnInit` for showing third state on init for two state checkboxes.
1214
- enh #38, #41: Use string values instead of integers.
1315

14-
## version 1.5.4
16+
## Version 1.5.4
1517

1618
**Date**: 19-Sep-2015
1719

@@ -24,15 +26,15 @@ Change Log: `bootstrap-checkbox-x`
2426
- (enh #30): Enhance validation to change checkbox states based on input type and label enclosure.
2527
- (bug #29): Trigger change correctly for threeState input within enclosed label.
2628

27-
## version 1.5.3
29+
## Version 1.5.3
2830

2931
**Date**: 18-Jun-2015
3032

3133
- (enh #24): Styling enhancements for BS contextual states.
3234
- (enh #23): Better styling to prevent block selection for checkbox container & label.
3335
- (enh #22): New configurable property `tabindex`.
3436

35-
## version 1.5.2
37+
## Version 1.5.2
3638

3739
**Date**: 10-May-2015
3840

@@ -43,14 +45,14 @@ Change Log: `bootstrap-checkbox-x`
4345
- (enh #16): Styling enhancements for native checkbox to be compatible with Bootstrap v3.3.2+.
4446
- (bug #15): Fix init issues when checkboxX is initialized on non-checkbox input (e.g. text).
4547

46-
## version 1.5.1
48+
## Version 1.5.1
4749

4850
**Date**: 31-Jan-2015
4951

5052
- (enh #14): Implement reusable constructor for extending plugin if needed.
5153
- (enh #13): Code restructure and formatting to cleanup various lint errors (using JSHint Code cleanup library).
5254

53-
## version 1.5.0
55+
## Version 1.5.0
5456

5557
**Date**: 28-Dec-2014
5658

@@ -61,33 +63,33 @@ Change Log: `bootstrap-checkbox-x`
6163
- Non-enclosed labels (native)
6264
- Enclosed labels (native)
6365

64-
## version 1.4.0
66+
## Version 1.4.0
6567

6668
**Date**: 08-Nov-2014
6769

6870
- Updated CHANGE log to reflect user friendly date time formats.
6971

70-
## version 1.3.0
72+
## Version 1.3.0
7173

7274
**Date:** 16-Oct-2014
7375

7476
- (enh #5): Add styling for labels similar to bootstrap
7577
- (enh #4): Add support for using native tristate checkboxes
7678

77-
## version 1.2.0
79+
## Version 1.2.0
7880

7981
**Date:** 15-Oct-2014
8082

8183
- (bug #3): Added `enclosedLabel` property for correct toggling of checkboxes enclosed inside labels.
8284
- Removed `labelClickEvent` property.
8385

84-
## version 1.1.0
86+
## Version 1.1.0
8587

8688
**Date:** 10-Oct-2014
8789

8890
- (enh #2): Add `labelClickEvent` property for controlling triggering change event on label click.
8991

90-
## version 1.0.0
92+
## Version 1.0.0
9193

9294
**Date:** 12-Jun-2014
9395

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 - 2017, Kartik Visweswaran
1+
Copyright (c) 2014 - 2018, Kartik Visweswaran
22
Krajee.com
33
All rights reserved.
44

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"dependencies": {
2323
"jquery": ">= 1.9.0",
24-
"bootstrap": "~3"
24+
"bootstrap": ">= 3.0.0"
2525
},
2626
"ignore": [
2727
"**/.*",
@@ -32,5 +32,5 @@
3232
"test",
3333
"tests"
3434
],
35-
"license": "BSD-3"
35+
"license": "BSD-3-Clause"
3636
}

css/checkbox-x.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @copyright © Kartik Visweswaran, Krajee.com, 2014 - 2017
2+
* @copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
33
* @version 1.5.5
44
*
55
* An extended checkbox plugin for Bootstrap 3 that allows three states and additional styles.

css/checkbox-x.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/theme-krajee-flatblue.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @copyright © Kartik Visweswaran, Krajee.com, 2014 - 2017
2+
* @copyright © Kartik Visweswaran, Krajee.com, 2014 - 2018
33
* @version 1.5.5
44
*
55
* Krajee Flat Blue Theme for bootstrap-checkbox-x. Load this theme file after

css/theme-krajee-flatblue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8"/>
5-
<!-- @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
5+
<!-- @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2018
66
@version 1.5.5 -->
77
<title>Krajee JQuery Plugins - &copy; Kartik </title>
88
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">

js/checkbox-x.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
2+
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2018
33
* @version 1.5.5
44
*
55
* An extended checkbox plugin for bootstrap with three states and additional styles.

js/checkbox-x.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/kartik-v/bootstrap-checkbox-x/issues"
99
},
1010
"style": "./css/checkbox-x.min.css",
11-
"main": "./js/checkbox-x.js",
11+
"main": "./js/checkbox-x.min.js",
1212
"keywords": [
1313
"bootstrap",
1414
"checkbox",
@@ -24,7 +24,7 @@
2424
},
2525
"dependencies": {
2626
"jquery": ">= 1.9.0",
27-
"bootstrap": "~3"
27+
"bootstrap": ">= 3.0.0"
2828
},
29-
"license": "BSD-3"
29+
"license": "BSD-3-Clause"
3030
}

sass/checkbox-x.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
2+
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2018
33
* @version 1.5.5
44
*
55
* An extended checkbox plugin for Bootstrap 3 that allows three states and additional styles.

sass/theme-krajee-flatblue.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2017
2+
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2018
33
* @version 1.5.5
44
*
55
* Krajee Flat Blue Theme for bootstrap-checkbox-x. Load this theme file after

0 commit comments

Comments
 (0)