@mozaic-ds/vue 0.8.1 → 0.10.0

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 CHANGED
@@ -3,6 +3,61 @@
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.10.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.9.0...@mozaic-ds/vue@0.10.0) (2021-12-16)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **component/m-radio:** fix the alignment of the radio buttons inside the component ([#449](https://github.com/adeo/mozaic-vue/issues/449)) ([4690a99](https://github.com/adeo/mozaic-vue/commit/4690a99500d70eb2f2d240c05460c1f20a49b00d))
12
+
13
+
14
+ ### Features
15
+
16
+ * **component/m-data-table:** make pagination label dynamic ([#414](https://github.com/adeo/mozaic-vue/issues/414)) ([9b80371](https://github.com/adeo/mozaic-vue/commit/9b80371646cc44de7659d27cccb079aa9d675bb2))
17
+ * **datatable:** add row index position ([#451](https://github.com/adeo/mozaic-vue/issues/451)) ([77b7c09](https://github.com/adeo/mozaic-vue/commit/77b7c091427ed417c5512ab133548db412ab6654))
18
+
19
+
20
+
21
+
22
+
23
+ # [0.9.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.8.2-beta.1...@mozaic-ds/vue@0.9.0) (2021-12-02)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * **button:** add aria-label props ([#437](https://github.com/adeo/mozaic-vue/issues/437)) ([8270751](https://github.com/adeo/mozaic-vue/commit/827075124b017aa43e25f056f6de5497f72efefd))
29
+
30
+
31
+ ### Features
32
+
33
+ * **component/m-quantityselector:** improve the component's accessiblity ([#438](https://github.com/adeo/mozaic-vue/issues/438)) ([541510a](https://github.com/adeo/mozaic-vue/commit/541510a105f7b163e75b1d039a2e295a1e1906b8))
34
+
35
+
36
+
37
+
38
+
39
+ ## [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)
40
+
41
+
42
+ ### Bug Fixes
43
+
44
+ * **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))
45
+
46
+
47
+
48
+
49
+
50
+ ## [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)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **component/m-accordion:** allow the root element to inherit attributes ([139ac7f](https://github.com/adeo/mozaic-vue/commit/139ac7f5f4246a5518486929da8ced2a64b54a5e))
56
+
57
+
58
+
59
+
60
+
6
61
  ## [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)
7
62
 
8
63
 
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <h1 align="center">
2
- <img width="400" src="../../src/assets/images/logo-mozaic-vue-large.svg" alt="Mozaic Vue.js" />
2
+ <img width="400" src="https://adeo.github.io/mozaic-vue/static/media/logo-mozaic-vue-large.fb8f5358.svg" alt="Mozaic Vue.js" />
3
3
  </h1>
4
4
 
5
5
  ## Introduction
@@ -108,8 +108,7 @@ Therefore, for your local import to work perfectly, **you still need to perform
108
108
 
109
109
  Inside this file, you will have to configure your module bundler to use **PostCSS** to interpret the **SCSS** of **Mozaic** components.
110
110
 
111
- For that, we recommend you to get the code present in the following file:<br/>
112
- [https://github.com/adeo/mozaic-vue/blob/next/packages/vue/vue.config.js](https://github.com/adeo/mozaic-vue/blob/next/packages/vue/vue.config.js)
111
+ For that, we recommend you to get the code present in the following file: [Custom vue.config.js](https://github.com/adeo/mozaic-vue/blob/master/packages/vue/vue.config.js)
113
112
 
114
113
  Then insert it in your `vue.config.js` file.
115
114