Skip to content

Commit a1a8570

Browse files
committed
release: v3.2.0
1 parent 30ad355 commit a1a8570

Some content is hidden

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

50 files changed

+101
-15230
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "3.0.0",
3+
"version": "3.2.0",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",

pug/_partials/banner.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v3.0.0
3+
* @version v3.2.0
44
* @link https://coreui.io
55
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

pug/buttons/dropdowns.pug

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,19 @@ block view
1414
.row
1515
.col
1616
.btn-group
17-
.dropdown
18-
button#dropdownMenuButton.btn.btn-secondary.dropdown-toggle(type='button', data-toggle='dropdown', aria-haspopup='true', aria-expanded='false')
19-
| Dropdown button
20-
.dropdown-menu(aria-labelledby='dropdownMenuButton')
21-
a.dropdown-item(href='#') Action
22-
a.dropdown-item(href='#') Another action
23-
a.dropdown-item(href='#') Something else here
17+
button#dropdownMenuButton.btn.btn-secondary.dropdown-toggle(type='button', data-toggle='dropdown', aria-haspopup='true', aria-expanded='false')
18+
| Dropdown button
19+
.dropdown-menu(aria-labelledby='dropdownMenuButton')
20+
a.dropdown-item(href='#') Action
21+
a.dropdown-item(href='#') Another action
22+
a.dropdown-item(href='#') Something else here
2423
.btn-group
25-
.dropdown.show
26-
a#dropdownMenuLink.btn.btn-secondary.dropdown-toggle(href='#', role='button', data-toggle='dropdown', aria-haspopup='true', aria-expanded='false')
27-
| Dropdown link
28-
.dropdown-menu(aria-labelledby='dropdownMenuLink')
29-
a.dropdown-item(href='#') Action
30-
a.dropdown-item(href='#') Another action
31-
a.dropdown-item(href='#') Something else here
24+
a#dropdownMenuLink.btn.btn-secondary.dropdown-toggle(href='#', role='button', data-toggle='dropdown', aria-haspopup='true', aria-expanded='false')
25+
| Dropdown link
26+
.dropdown-menu(aria-labelledby='dropdownMenuLink')
27+
a.dropdown-item(href='#') Action
28+
a.dropdown-item(href='#') Another action
29+
a.dropdown-item(href='#') Something else here
3230
hr
3331
.btn-group
3432
button.btn.btn-primary.dropdown-toggle(type='button', data-toggle='dropdown', aria-haspopup='true', aria-expanded='false')

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 v3.0.0
4+
* @version v3.2.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -77,4 +77,4 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7777
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
7878
<!--<![endif]-->
7979
</body>
80-
</html>
80+
</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 v3.0.0
4+
* @version v3.2.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -77,4 +77,4 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7777
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
7878
<!--<![endif]-->
7979
</body>
80-
</html>
80+
</html>

src/base/breadcrumb.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 v3.0.0
4+
* @version v3.2.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -307,4 +307,4 @@
307307
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
308308
<!--<![endif]-->
309309
</body>
310-
</html>
310+
</html>

src/base/cards.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 v3.0.0
4+
* @version v3.2.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -573,4 +573,4 @@ <h4 class="modal-title">Modal title</h4>
573573
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
574574
<!--<![endif]-->
575575
</body>
576-
</html>
576+
</html>

src/base/carousel.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 v3.0.0
4+
* @version v3.2.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -357,4 +357,4 @@ <h3>Third slide label</h3>
357357
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
358358
<!--<![endif]-->
359359
</body>
360-
</html>
360+
</html>

src/base/collapse.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 v3.0.0
4+
* @version v3.2.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -364,4 +364,4 @@ <h5 class="mb-0"><a class="collapsed" data-toggle="collapse" href="#collapseThre
364364
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
365365
<!--<![endif]-->
366366
</body>
367-
</html>
367+
</html>

0 commit comments

Comments
 (0)