@mozaic-ds/vue 0.8.1-beta.0 → 0.8.2-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist/mozaic-vue.adeo.css +1 -1
- package/dist/mozaic-vue.adeo.umd.js +175 -135
- package/dist/mozaic-vue.common.js +175 -135
- package/dist/mozaic-vue.common.js.map +1 -1
- package/dist/mozaic-vue.css +1 -1
- package/dist/mozaic-vue.umd.js +175 -135
- package/dist/mozaic-vue.umd.js.map +1 -1
- package/dist/mozaic-vue.umd.min.js +1 -1
- package/dist/mozaic-vue.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/accordion/MAccordion.vue +10 -11
- package/src/components/datatable/MDataTable.vue +2 -1
- package/dist/img/flags.1147a273.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,50 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.8.2-beta.2](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.8.2-beta.1...@mozaic-ds/vue@0.8.2-beta.2) (2022-01-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **component/datatable:** avoid using deepEqual if source prop is a function ([d5181eb](https://github.com/adeo/mozaic-vue/commit/d5181eb3281eba6e34ef0168ef5fc09ff15e1036))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.8.2-beta.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.8.1...@mozaic-ds/vue@0.8.2-beta.1) (2021-11-25)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **component/m-accordion:** allow the root element to inherit attributes ([#429](https://github.com/adeo/mozaic-vue/issues/429)) ([d38689e](https://github.com/adeo/mozaic-vue/commit/d38689ed6133d7223e446dc535c11b99d1d052a5))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## [0.8.2-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.8.1...@mozaic-ds/vue@0.8.2-beta.0) (2021-11-24)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **component/m-accordion:** allow the root element to inherit attributes ([139ac7f](https://github.com/adeo/mozaic-vue/commit/139ac7f5f4246a5518486929da8ced2a64b54a5e))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## [0.8.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.8.0...@mozaic-ds/vue@0.8.1) (2021-11-18)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **build/postinstall:** insert postinstall.js file in the bundle package ([54c1d74](https://github.com/adeo/mozaic-vue/commit/54c1d74408f3e53aff219491ae6b456d124f8daa))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
6
50
|
## [0.8.1-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.8.0...@mozaic-ds/vue@0.8.1-beta.0) (2021-11-18)
|
|
7
51
|
|
|
8
52
|
|