Skip to content

Releases: kartik-v/bootstrap-checkbox-x

Version 1.5.7

19 Sep 13:10
Compare
Choose a tag to compare

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
  • (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

19 May 13:14
Compare
Choose a tag to compare

Date: 19-May-2021

  • Update CDN version to use jsdelivr.

Version 1.5.5

02 Nov 16:44
Compare
Choose a tag to compare

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 new sass 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

22 Sep 02:29
Compare
Choose a tag to compare

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

18 Jun 19:09
Compare
Choose a tag to compare

Date: 18-Jun-2015

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

Version 1.5.2

10 May 19:30
Compare
Choose a tag to compare

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

01 Feb 01:17
Compare
Choose a tag to compare

Date: 31-Jan-2015

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

Version 1.5.0

29 Dec 08:52
Compare
Choose a tag to compare

Date: 28-Dec-2014

  1. (enh #9, #10, #11): Fix validation of checkbox changes for plugin initialization on checkbox inputs as well as initialization via text inputs :
    • Three State & Two State
      • Non-enclosed labels
      • Enclosed labels
      • Non-enclosed labels (native)
      • Enclosed labels (native)

Version 1.4.0

08 Nov 07:16
Compare
Choose a tag to compare

Date: 08-Nov-2014

  1. Set release to stable in composer.json.
  2. Updated CHANGE log to reflect user friendly date time formats.

Version 1.3.0

08 Nov 07:11
Compare
Choose a tag to compare

Date: 2014-10-16

  1. (enh #4): Add support for using native tristate checkboxes
  2. (enh #5): Add styling for labels similar to bootstrap