Skip to content

Commit b3dc1ee

Browse files
author
Marcin Łuczak
committed
Release 1.4.0
1 parent 2c17645 commit b3dc1ee

File tree

8 files changed

+278
-134
lines changed

8 files changed

+278
-134
lines changed

Diff for: README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 Vue
22

3-
Version: FREE 1.3.0
3+
Version: FREE 1.4.0
44

55
Documentation:
66
https://mdbootstrap.com/docs/b5/vue/

Diff for: js/mdb.common.js

+270-126
Large diffs are not rendered by default.

Diff for: js/mdb.common.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: js/mdb.umd.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: js/mdb.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-vue-ui-kit",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"main": "js/mdb.umd.min.js",
55
"repository": "https://github.com/mdbootstrap/mdb-vue-ui-kit.git",
66
"author": "MDBootstrap",

Diff for: src/components/free/components/MDBAccordionItem.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default {
5454
return ["accordion-body", props.bodyClasses];
5555
});
5656
const buttonClassName = computed(() => {
57-
return ["accordion-button", isActive.value && "collapsed"];
57+
return ["accordion-button", !isActive.value && "collapsed"];
5858
});
5959
6060
const setActiveItem = inject("setActiveItem", null);

Diff for: src/types/web-types.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"framework": "vue",
33
"name": "mdb-vue-ui-kit",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"contributions": {
66
"html": {
77
"description-markup": "markdown",

0 commit comments

Comments
 (0)