Skip to content

Commit 09d021c

Browse files
committed
refactor: sync with dev
1 parent 9a19d8c commit 09d021c

26 files changed

+210
-93
lines changed

js/src/alert.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.0): alert.js
3+
* CoreUI (v3.2.1): 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

2828
const NAME = 'alert'
29-
const VERSION = '3.2.0'
29+
const VERSION = '3.2.1'
3030
const DATA_KEY = 'coreui.alert'
3131
const EVENT_KEY = `.${DATA_KEY}`
3232
const DATA_API_KEY = '.data-api'

js/src/async-load.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.0): asyn-load.js
3+
* CoreUI (v3.2.1): 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

1818
const NAME = 'asyncLoad'
19-
const VERSION = '3.2.0'
19+
const VERSION = '3.2.1'
2020
const DATA_KEY = 'coreui.asyncLoad'
2121
const EVENT_KEY = `.${DATA_KEY}`
2222
const DATA_API_KEY = '.data-api'

js/src/button.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.0): button.js
3+
* CoreUI (v3.2.1): 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

2323
const NAME = 'button'
24-
const VERSION = '3.2.0'
24+
const VERSION = '3.2.1'
2525
const DATA_KEY = 'coreui.button'
2626
const EVENT_KEY = `.${DATA_KEY}`
2727
const DATA_API_KEY = '.data-api'

js/src/carousel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.0): carousel.js
3+
* CoreUI (v3.2.1): 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

3434
const NAME = 'carousel'
35-
const VERSION = '3.2.0'
35+
const VERSION = '3.2.1'
3636
const DATA_KEY = 'coreui.carousel'
3737
const EVENT_KEY = `.${DATA_KEY}`
3838
const DATA_API_KEY = '.data-api'

js/src/class-toggler.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.0): class-toggler.js
3+
* CoreUI (v3.2.1): class-toggler.js
44
* Licensed under MIT (https://coreui.io/license)
55
* --------------------------------------------------------------------------
66
*/
@@ -18,7 +18,7 @@ import EventHandler from './dom/event-handler'
1818
*/
1919

2020
const NAME = 'class-toggler'
21-
const VERSION = '3.2.0'
21+
const VERSION = '3.2.1'
2222
const DATA_KEY = 'coreui.class-toggler'
2323
const EVENT_KEY = `.${DATA_KEY}`
2424
const DATA_API_KEY = '.data-api'

js/src/collapse.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* --------------------------------------------------------------------------
3-
* CoreUI (v3.2.0): collapse.js
3+
* CoreUI (v3.2.1): 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

3434
const NAME = 'collapse'
35-
const VERSION = '3.2.0'
35+
const VERSION = '3.2.1'
3636
const DATA_KEY = 'coreui.collapse'
3737
const EVENT_KEY = `.${DATA_KEY}`
3838
const DATA_API_KEY = '.data-api'

js/src/dom/data.js

100644100755
File mode changed.

js/src/dom/event-handler.js

100644100755
File mode changed.

js/src/dom/manipulator.js

100644100755
File mode changed.

js/src/dom/polyfill.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)