Skip to content

Commit 4014a67

Browse files
committed
Ship v2.1.3
1 parent 90720f8 commit 4014a67

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1145
-371
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.idea
2+
/.vs
23
node_modules
34
dist

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## v2.1.3
2+
- fix(sidebar.pug): split icons/flags `li.nav-item`
3+
- update: `@coreui/coreui` to `2.0.9`
4+
- update: `flag-icon-css` to `3.2.0`
5+
- update: `@babel/cli` to `7.1.0`
6+
- update: `@babel/core` to `7.1.0`
7+
- update: `@babel/preset-env` to `7.1.0`
8+
- update: `eslint` to `5.6.0`
9+
- update: `js-beautify` to `1.8.6`
10+
- update: `stylelint-scss` to `3.3.1`
11+
112
## v2.1.2
213
- Update: `@coreui/coreui` to `2.0.6`
314
- Update: `bootstrap` to `4.1.3`

package-lock.json

Lines changed: 740 additions & 185 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",

src/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v2.1.3
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -71,4 +71,4 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7171
<script src="node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js"></script>
7272
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
7373
</body>
74-
</html>
74+
</html>

src/500.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v2.1.3
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -71,4 +71,4 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7171
<script src="node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js"></script>
7272
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
7373
</body>
74-
</html>
74+
</html>

src/base/breadcrumb.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v2.1.3
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -259,6 +259,8 @@
259259
<i class="nav-icon icon-star"></i> CoreUI Icons
260260
<span class="badge badge-success">NEW</span>
261261
</a>
262+
</li>
263+
<li class="nav-item">
262264
<a class="nav-link" href="icons/flags.html">
263265
<i class="nav-icon icon-star"></i> Flags</a>
264266
</li>
@@ -713,4 +715,4 @@ <h6>System Utilization</h6>
713715
<script src="node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js"></script>
714716
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
715717
</body>
716-
</html>
718+
</html>

src/base/cards.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v2.1.3
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -259,6 +259,8 @@
259259
<i class="nav-icon icon-star"></i> CoreUI Icons
260260
<span class="badge badge-success">NEW</span>
261261
</a>
262+
</li>
263+
<li class="nav-item">
262264
<a class="nav-link" href="icons/flags.html">
263265
<i class="nav-icon icon-star"></i> Flags</a>
264266
</li>
@@ -995,4 +997,4 @@ <h6>System Utilization</h6>
995997
<script src="node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js"></script>
996998
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
997999
</body>
998-
</html>
1000+
</html>

src/base/carousel.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v2.1.3
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -259,6 +259,8 @@
259259
<i class="nav-icon icon-star"></i> CoreUI Icons
260260
<span class="badge badge-success">NEW</span>
261261
</a>
262+
</li>
263+
<li class="nav-item">
262264
<a class="nav-link" href="icons/flags.html">
263265
<i class="nav-icon icon-star"></i> Flags</a>
264266
</li>
@@ -819,4 +821,4 @@ <h6>System Utilization</h6>
819821
<script src="node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js"></script>
820822
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
821823
</body>
822-
</html>
824+
</html>

src/base/collapse.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v2.0.0
4+
* @version v2.1.3
55
* @link https://coreui.io
66
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -259,6 +259,8 @@
259259
<i class="nav-icon icon-star"></i> CoreUI Icons
260260
<span class="badge badge-success">NEW</span>
261261
</a>
262+
</li>
263+
<li class="nav-item">
262264
<a class="nav-link" href="icons/flags.html">
263265
<i class="nav-icon icon-star"></i> Flags</a>
264266
</li>
@@ -785,4 +787,4 @@ <h6>System Utilization</h6>
785787
<script src="node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js"></script>
786788
<script src="node_modules/@coreui/coreui/dist/js/coreui.min.js"></script>
787789
</body>
788-
</html>
790+
</html>

0 commit comments

Comments
 (0)