Releases: kartik-v/bootstrap-checkbox-x
Releases · kartik-v/bootstrap-checkbox-x
Version 1.5.7
Date: 19-Sep-2021
- (enh #59): Allow custom icon CSS for checked, unchecked and null states.
- (enh #58): New boolean property
useCrossIcon
for checked indicator. - (enh #57): Revamp bootstrap checkbox-x markup for better styling & alignment across Bootstrap versions.
- New CSS class
.cbx-krajee
for the container markup to enclose all checkboxes with their labels - Automated label and input vertical alignment for checkboxes
- New CSS class
- (enh #56): Enhancements to support all bootstrap versions (5.x, 4.x. and 3.x) enhancement
- (enh #55): Use enhanced SVG icons
Version 1.5.6
Date: 19-May-2021
- Update CDN version to use jsdelivr.
Version 1.5.5
Date: 02-Nov-2018
- Add github contribution and issue/PR log templates.
- enh #53: Rename events to start with
checkbox:
instead of ending with.checkbox
. - enh #48: Correct package.json.
- enh #43: Add support for
bootstrap-sass
through newsass
branch. - enh #42: Display initial value correctly when initializing with checkbox
- enh #39: New property
allowThreeValOnInit
for showing third state on init for two state checkboxes. - enh #38, #41: Use string values instead of integers.
Version 1.5.4
Date: 19-Sep-2015
- (bug #29): Trigger change correctly for threeState input within enclosed label.
- (enh #30): Enhance validation to change checkbox states based on input type and label enclosure.
- (enh #31): Enhance events and implement event namespace
.checkbox
. - (enh #32): Implement
destroy
method. - Better bootstrap version dependency.
- (enh #34): Enhancements to support Select Input.
- (enh #35): Configurable values for checked, unchecked and null.
- (enh #36): Include ability to configure themes for styling.
Version 1.5.3
Version 1.5.2
Date: 10-May-2015
- (bug #15): Fix init issues when checkboxX is initialized on non-checkbox input (e.g. text).
- (enh #16): Styling enhancements for native checkbox to be compatible with Bootstrap v3.3.2+.
- (enh #17): Parse checkbox values correctly using integer comparison.
- (enh #18): Enhancement to checkbox styles to align indicators centered perfectly.
- (enh #19): Better default markup for
iconNull
. - (enh #20): Validate
click
event for iOS devices.
Version 1.5.1
Version 1.5.0
Version 1.4.0
Date: 08-Nov-2014
- Set release to stable in composer.json.
- Updated CHANGE log to reflect user friendly date time formats.