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 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): alert.js
3
+ * CoreUI (v3.2.2 ): alert.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's alert.js
@@ -26,7 +26,7 @@ import EventHandler from './dom/event-handler'
26
26
*/
27
27
28
28
const NAME = 'alert'
29
- const VERSION = '3.2.1 '
29
+ const VERSION = '3.2.2 '
30
30
const DATA_KEY = 'coreui.alert'
31
31
const EVENT_KEY = `.${ DATA_KEY } `
32
32
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): asyn-load.js
3
+ * CoreUI (v3.2.2 ): asyn-load.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* --------------------------------------------------------------------------
6
6
*/
@@ -16,7 +16,7 @@ import EventHandler from './dom/event-handler'
16
16
*/
17
17
18
18
const NAME = 'asyncLoad'
19
- const VERSION = '3.2.1 '
19
+ const VERSION = '3.2.2 '
20
20
const DATA_KEY = 'coreui.asyncLoad'
21
21
const EVENT_KEY = `.${ DATA_KEY } `
22
22
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): button.js
3
+ * CoreUI (v3.2.2 ): button.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's buttons.js
@@ -21,7 +21,7 @@ import SelectorEngine from './dom/selector-engine'
21
21
*/
22
22
23
23
const NAME = 'button'
24
- const VERSION = '3.2.1 '
24
+ const VERSION = '3.2.2 '
25
25
const DATA_KEY = 'coreui.button'
26
26
const EVENT_KEY = `.${ DATA_KEY } `
27
27
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): carousel.js
3
+ * CoreUI (v3.2.2 ): carousel.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's carousel.js
@@ -32,7 +32,7 @@ import SelectorEngine from './dom/selector-engine'
32
32
*/
33
33
34
34
const NAME = 'carousel'
35
- const VERSION = '3.2.1 '
35
+ const VERSION = '3.2.2 '
36
36
const DATA_KEY = 'coreui.carousel'
37
37
const EVENT_KEY = `.${ DATA_KEY } `
38
38
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): class-toggler.js
3
+ * CoreUI (v3.2.2 ): class-toggler.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* --------------------------------------------------------------------------
6
6
*/
@@ -20,7 +20,7 @@ import Manipulator from './dom/manipulator'
20
20
*/
21
21
22
22
const NAME = 'class-toggler'
23
- const VERSION = '3.2.1 '
23
+ const VERSION = '3.2.2 '
24
24
const DATA_KEY = 'coreui.class-toggler'
25
25
const EVENT_KEY = `.${ DATA_KEY } `
26
26
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): collapse.js
3
+ * CoreUI (v3.2.2 ): collapse.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's collapse.js
@@ -32,7 +32,7 @@ import SelectorEngine from './dom/selector-engine'
32
32
*/
33
33
34
34
const NAME = 'collapse'
35
- const VERSION = '3.2.1 '
35
+ const VERSION = '3.2.2 '
36
36
const DATA_KEY = 'coreui.collapse'
37
37
const EVENT_KEY = `.${ DATA_KEY } `
38
38
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): dropdown.js
3
+ * CoreUI (v3.2.2 ): dropdown.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's dropdown.js
@@ -30,7 +30,7 @@ import SelectorEngine from './dom/selector-engine'
30
30
*/
31
31
32
32
const NAME = 'dropdown'
33
- const VERSION = '3.2.1 '
33
+ const VERSION = '3.2.2 '
34
34
const DATA_KEY = 'coreui.dropdown'
35
35
const EVENT_KEY = `.${ DATA_KEY } `
36
36
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): modal.js
3
+ * CoreUI (v3.2.2 ): modal.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's modal.js
@@ -31,7 +31,7 @@ import SelectorEngine from './dom/selector-engine'
31
31
*/
32
32
33
33
const NAME = 'modal'
34
- const VERSION = '3.2.1 '
34
+ const VERSION = '3.2.2 '
35
35
const DATA_KEY = 'coreui.modal'
36
36
const EVENT_KEY = `.${ DATA_KEY } `
37
37
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): popover.js
3
+ * CoreUI (v3.2.2 ): popover.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's popover.js
@@ -21,7 +21,7 @@ import Tooltip from './tooltip'
21
21
*/
22
22
23
23
const NAME = 'popover'
24
- const VERSION = '3.2.1 '
24
+ const VERSION = '3.2.2 '
25
25
const DATA_KEY = 'coreui.popover'
26
26
const EVENT_KEY = `.${ DATA_KEY } `
27
27
const CLASS_PREFIX = 'bs-popover'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v3.2.1 ): scrollspy.js
3
+ * CoreUI (v3.2.2 ): scrollspy.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
*
6
6
* This component is a modified version of the Bootstrap's scrollspy.js
@@ -28,7 +28,7 @@ import SelectorEngine from './dom/selector-engine'
28
28
*/
29
29
30
30
const NAME = 'scrollspy'
31
- const VERSION = '3.2.1 '
31
+ const VERSION = '3.2.2 '
32
32
const DATA_KEY = 'coreui.scrollspy'
33
33
const EVENT_KEY = `.${ DATA_KEY } `
34
34
const DATA_API_KEY = '.data-api'
You can’t perform that action at this time.
0 commit comments