File tree Expand file tree Collapse file tree 17 files changed +326
-301
lines changed Expand file tree Collapse file tree 17 files changed +326
-301
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ $ npm install @coreui/coreui --save
52
52
### Yarn
53
53
54
54
``` bash
55
- $ yarn add @coreui/
[email protected] .
3
55
+ $ yarn add @coreui/
[email protected] .
4
56
56
```
57
57
58
58
### Composer
59
59
60
60
``` bash
61
- $ composer require coreui/coreui:2.1.3
61
+ $ composer require coreui/coreui:2.1.4
62
62
```
63
63
64
64
## Usage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import $ from 'jquery'
2
2
3
3
/**
4
4
* --------------------------------------------------------------------------
5
- * CoreUI (v2.1.3 ): ajax-load.js
5
+ * CoreUI (v2.1.4 ): ajax-load.js
6
6
* Licensed under MIT (https://coreui.io/license)
7
7
* --------------------------------------------------------------------------
8
8
*/
@@ -16,7 +16,7 @@ const AjaxLoad = (($) => {
16
16
*/
17
17
18
18
const NAME = 'ajaxLoad'
19
- const VERSION = '2.1.3 '
19
+ const VERSION = '2.1.4 '
20
20
const DATA_KEY = 'coreui.ajaxLoad'
21
21
const JQUERY_NO_CONFLICT = $ . fn [ NAME ]
22
22
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import toggleClasses from './toggle-classes'
3
3
4
4
/**
5
5
* --------------------------------------------------------------------------
6
- * CoreUI (v2.1.3 ): aside-menu.js
6
+ * CoreUI (v2.1.4 ): aside-menu.js
7
7
* Licensed under MIT (https://coreui.io/license)
8
8
* --------------------------------------------------------------------------
9
9
*/
@@ -16,7 +16,7 @@ const AsideMenu = (($) => {
16
16
*/
17
17
18
18
const NAME = 'aside-menu'
19
- const VERSION = '2.1.3 '
19
+ const VERSION = '2.1.4 '
20
20
const DATA_KEY = 'coreui.aside-menu'
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 @@ -6,7 +6,7 @@ import Sidebar from './sidebar'
6
6
7
7
/**
8
8
* --------------------------------------------------------------------------
9
- * CoreUI (v2.1.3 ): index.js
9
+ * CoreUI (v2.1.4 ): index.js
10
10
* Licensed under MIT (https://coreui.io/license)
11
11
* --------------------------------------------------------------------------
12
12
*/
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import toggleClasses from './toggle-classes'
5
5
6
6
/**
7
7
* --------------------------------------------------------------------------
8
- * CoreUI (v2.1.3 ): sidebar.js
8
+ * CoreUI (v2.1.4 ): sidebar.js
9
9
* Licensed under MIT (https://coreui.io/license)
10
10
* --------------------------------------------------------------------------
11
11
*/
@@ -18,7 +18,7 @@ const Sidebar = (($) => {
18
18
*/
19
19
20
20
const NAME = 'sidebar'
21
- const VERSION = '2.1.3 '
21
+ const VERSION = '2.1.4 '
22
22
const DATA_KEY = 'coreui.sidebar'
23
23
const EVENT_KEY = `.${ DATA_KEY } `
24
24
const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI (v2.1.3 ): toggle-classes.js
3
+ * CoreUI (v2.1.4 ): toggle-classes.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* --------------------------------------------------------------------------
6
6
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI Utilities (v2.1.3 ): classes.js
3
+ * CoreUI Utilities (v2.1.4 ): classes.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* --------------------------------------------------------------------------
6
6
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI Utilities (v2.1.3 ): get-color.js
3
+ * CoreUI Utilities (v2.1.4 ): get-color.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* --------------------------------------------------------------------------
6
6
*/
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI Utilities (v2.1.3 ): get-css-custom-properties.js
3
+ * CoreUI Utilities (v2.1.4 ): get-css-custom-properties.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* @returns {string } css custom property name
6
6
* --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 1
1
/**
2
2
* --------------------------------------------------------------------------
3
- * CoreUI Utilities (v2.1.3 ): get-style.js
3
+ * CoreUI Utilities (v2.1.4 ): get-style.js
4
4
* Licensed under MIT (https://coreui.io/license)
5
5
* --------------------------------------------------------------------------
6
6
*/
You can’t perform that action at this time.
0 commit comments