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
5252### Yarn
5353
5454``` bash
55- $ yarn add @coreui/
[email protected] .
3 55+ $ yarn add @coreui/
[email protected] .
4 5656```
5757
5858### Composer
5959
6060``` bash
61- $ composer require coreui/coreui:2.1.3
61+ $ composer require coreui/coreui:2.1.4
6262```
6363
6464## Usage
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import $ from 'jquery'
22
33/**
44 * --------------------------------------------------------------------------
5- * CoreUI (v2.1.3 ): ajax-load.js
5+ * CoreUI (v2.1.4 ): ajax-load.js
66 * Licensed under MIT (https://coreui.io/license)
77 * --------------------------------------------------------------------------
88 */
@@ -16,7 +16,7 @@ const AjaxLoad = (($) => {
1616 */
1717
1818 const NAME = 'ajaxLoad'
19- const VERSION = '2.1.3 '
19+ const VERSION = '2.1.4 '
2020 const DATA_KEY = 'coreui.ajaxLoad'
2121 const JQUERY_NO_CONFLICT = $ . fn [ NAME ]
2222
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import toggleClasses from './toggle-classes'
33
44/**
55 * --------------------------------------------------------------------------
6- * CoreUI (v2.1.3 ): aside-menu.js
6+ * CoreUI (v2.1.4 ): aside-menu.js
77 * Licensed under MIT (https://coreui.io/license)
88 * --------------------------------------------------------------------------
99 */
@@ -16,7 +16,7 @@ const AsideMenu = (($) => {
1616 */
1717
1818 const NAME = 'aside-menu'
19- const VERSION = '2.1.3 '
19+ const VERSION = '2.1.4 '
2020 const DATA_KEY = 'coreui.aside-menu'
2121 const EVENT_KEY = `.${ DATA_KEY } `
2222 const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import Sidebar from './sidebar'
66
77/**
88 * --------------------------------------------------------------------------
9- * CoreUI (v2.1.3 ): index.js
9+ * CoreUI (v2.1.4 ): index.js
1010 * Licensed under MIT (https://coreui.io/license)
1111 * --------------------------------------------------------------------------
1212 */
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import toggleClasses from './toggle-classes'
55
66/**
77 * --------------------------------------------------------------------------
8- * CoreUI (v2.1.3 ): sidebar.js
8+ * CoreUI (v2.1.4 ): sidebar.js
99 * Licensed under MIT (https://coreui.io/license)
1010 * --------------------------------------------------------------------------
1111 */
@@ -18,7 +18,7 @@ const Sidebar = (($) => {
1818 */
1919
2020 const NAME = 'sidebar'
21- const VERSION = '2.1.3 '
21+ const VERSION = '2.1.4 '
2222 const DATA_KEY = 'coreui.sidebar'
2323 const EVENT_KEY = `.${ DATA_KEY } `
2424 const DATA_API_KEY = '.data-api'
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI (v2.1.3 ): toggle-classes.js
3+ * CoreUI (v2.1.4 ): toggle-classes.js
44 * Licensed under MIT (https://coreui.io/license)
55 * --------------------------------------------------------------------------
66 */
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI Utilities (v2.1.3 ): classes.js
3+ * CoreUI Utilities (v2.1.4 ): classes.js
44 * Licensed under MIT (https://coreui.io/license)
55 * --------------------------------------------------------------------------
66 */
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI Utilities (v2.1.3 ): get-color.js
3+ * CoreUI Utilities (v2.1.4 ): get-color.js
44 * Licensed under MIT (https://coreui.io/license)
55 * --------------------------------------------------------------------------
66 */
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI Utilities (v2.1.3 ): get-css-custom-properties.js
3+ * CoreUI Utilities (v2.1.4 ): get-css-custom-properties.js
44 * Licensed under MIT (https://coreui.io/license)
55 * @returns {string } css custom property name
66 * --------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11/**
22 * --------------------------------------------------------------------------
3- * CoreUI Utilities (v2.1.3 ): get-style.js
3+ * CoreUI Utilities (v2.1.4 ): get-style.js
44 * Licensed under MIT (https://coreui.io/license)
55 * --------------------------------------------------------------------------
66 */
You can’t perform that action at this time.
0 commit comments