File tree Expand file tree Collapse file tree 16 files changed +30
-30
lines changed Expand file tree Collapse file tree 16 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): alert.js
3+ * CoreUI (v3.2.2 ): alert.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's alert.js
@@ -26,7 +26,7 @@ import EventHandler from './dom/event-handler'
2626 */
2727
2828const NAME = 'alert'
29- const VERSION = '3.2.1 '
29+ const VERSION = '3.2.2 '
3030const DATA_KEY = 'coreui.alert'
3131const EVENT_KEY = `.${ DATA_KEY } `
3232const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): asyn-load.js
3+ * CoreUI (v3.2.2 ): asyn-load.js
44 * Licensed under MIT (https://coreui.io/license)
55 * --------------------------------------------------------------------------
66 */
@@ -16,7 +16,7 @@ import EventHandler from './dom/event-handler'
1616 */
1717
1818const NAME = 'asyncLoad'
19- const VERSION = '3.2.1 '
19+ const VERSION = '3.2.2 '
2020const DATA_KEY = 'coreui.asyncLoad'
2121const EVENT_KEY = `.${ DATA_KEY } `
2222const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): button.js
3+ * CoreUI (v3.2.2 ): button.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's buttons.js
@@ -21,7 +21,7 @@ import SelectorEngine from './dom/selector-engine'
2121 */
2222
2323const NAME = 'button'
24- const VERSION = '3.2.1 '
24+ const VERSION = '3.2.2 '
2525const DATA_KEY = 'coreui.button'
2626const EVENT_KEY = `.${ DATA_KEY } `
2727const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): carousel.js
3+ * CoreUI (v3.2.2 ): carousel.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's carousel.js
@@ -32,7 +32,7 @@ import SelectorEngine from './dom/selector-engine'
3232 */
3333
3434const NAME = 'carousel'
35- const VERSION = '3.2.1 '
35+ const VERSION = '3.2.2 '
3636const DATA_KEY = 'coreui.carousel'
3737const EVENT_KEY = `.${ DATA_KEY } `
3838const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): class-toggler.js
3+ * CoreUI (v3.2.2 ): class-toggler.js
44 * Licensed under MIT (https://coreui.io/license)
55 * --------------------------------------------------------------------------
66 */
@@ -20,7 +20,7 @@ import Manipulator from './dom/manipulator'
2020 */
2121
2222const NAME = 'class-toggler'
23- const VERSION = '3.2.1 '
23+ const VERSION = '3.2.2 '
2424const DATA_KEY = 'coreui.class-toggler'
2525const EVENT_KEY = `.${ DATA_KEY } `
2626const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): collapse.js
3+ * CoreUI (v3.2.2 ): collapse.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's collapse.js
@@ -32,7 +32,7 @@ import SelectorEngine from './dom/selector-engine'
3232 */
3333
3434const NAME = 'collapse'
35- const VERSION = '3.2.1 '
35+ const VERSION = '3.2.2 '
3636const DATA_KEY = 'coreui.collapse'
3737const EVENT_KEY = `.${ DATA_KEY } `
3838const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): dropdown.js
3+ * CoreUI (v3.2.2 ): dropdown.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's dropdown.js
@@ -30,7 +30,7 @@ import SelectorEngine from './dom/selector-engine'
3030 */
3131
3232const NAME = 'dropdown'
33- const VERSION = '3.2.1 '
33+ const VERSION = '3.2.2 '
3434const DATA_KEY = 'coreui.dropdown'
3535const EVENT_KEY = `.${ DATA_KEY } `
3636const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): modal.js
3+ * CoreUI (v3.2.2 ): modal.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's modal.js
@@ -31,7 +31,7 @@ import SelectorEngine from './dom/selector-engine'
3131 */
3232
3333const NAME = 'modal'
34- const VERSION = '3.2.1 '
34+ const VERSION = '3.2.2 '
3535const DATA_KEY = 'coreui.modal'
3636const EVENT_KEY = `.${ DATA_KEY } `
3737const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): popover.js
3+ * CoreUI (v3.2.2 ): popover.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's popover.js
@@ -21,7 +21,7 @@ import Tooltip from './tooltip'
2121 */
2222
2323const NAME = 'popover'
24- const VERSION = '3.2.1 '
24+ const VERSION = '3.2.2 '
2525const DATA_KEY = 'coreui.popover'
2626const EVENT_KEY = `.${ DATA_KEY } `
2727const CLASS_PREFIX = 'bs-popover'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v3.2.1 ): scrollspy.js
3+ * CoreUI (v3.2.2 ): scrollspy.js
44 * Licensed under MIT (https://coreui.io/license)
55 *
66 * This component is a modified version of the Bootstrap's scrollspy.js
@@ -28,7 +28,7 @@ import SelectorEngine from './dom/selector-engine'
2828 */
2929
3030const NAME = 'scrollspy'
31- const VERSION = '3.2.1 '
31+ const VERSION = '3.2.2 '
3232const DATA_KEY = 'coreui.scrollspy'
3333const EVENT_KEY = `.${ DATA_KEY } `
3434const DATA_API_KEY = '.data-api'
You can’t perform that action at this time.
0 commit comments