@mozaic-ds/vue 0.9.0 → 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 ADDED
@@ -0,0 +1,429 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
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
+
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)
62
+
63
+
64
+ ### Bug Fixes
65
+
66
+ * **build/postinstall:** insert postinstall.js file in the bundle package ([54c1d74](https://github.com/adeo/mozaic-vue/commit/54c1d74408f3e53aff219491ae6b456d124f8daa))
67
+
68
+
69
+
70
+
71
+
72
+ ## [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)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * **build/postinstall:** insert postinstall.js file in the bundle package ([6918228](https://github.com/adeo/mozaic-vue/commit/6918228097077919a2878fa2df4dd7191855f6ed))
78
+
79
+
80
+
81
+
82
+
83
+ # [0.8.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.7.1...@mozaic-ds/vue@0.8.0) (2021-11-18)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **component/m-acccordion:** add emit open and close events ([#415](https://github.com/adeo/mozaic-vue/issues/415)) ([6fed9da](https://github.com/adeo/mozaic-vue/commit/6fed9da533288e674f71f44e3025285450ab7fab))
89
+
90
+
91
+ ### Features
92
+
93
+ * **component/m-checkbox:** add template (slot) for label ([#412](https://github.com/adeo/mozaic-vue/issues/412)) ([52f77b0](https://github.com/adeo/mozaic-vue/commit/52f77b05fbdc6b56abc4f0da3c8ae64db34dd2e4))
94
+ * **component/m-datatable:** add displayTotal paging config ([#380](https://github.com/adeo/mozaic-vue/issues/380)) ([72f4ab4](https://github.com/adeo/mozaic-vue/commit/72f4ab48b87a23d1d5131c33eb27a574b2492f2b))
95
+ * **m-radio-group:** add radio group button ([#398](https://github.com/adeo/mozaic-vue/issues/398)) ([c870b07](https://github.com/adeo/mozaic-vue/commit/c870b07fecd4108a64302c056ffce0965d3ee799))
96
+ * **tools/adeo-preset:** implement the Adeo preset ([#422](https://github.com/adeo/mozaic-vue/issues/422)) ([c49e2cd](https://github.com/adeo/mozaic-vue/commit/c49e2cd09f3cf83d35d7cf35ce5be718597f5bad))
97
+
98
+
99
+
100
+
101
+
102
+ ## [0.7.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.7.0...@mozaic-ds/vue@0.7.1) (2021-11-04)
103
+
104
+
105
+ ### Bug Fixes
106
+
107
+ * **icon:** add aria-hidden attr ([#402](https://github.com/adeo/mozaic-vue/issues/402)) ([6e44450](https://github.com/adeo/mozaic-vue/commit/6e44450d2e2b035e91498e475df89454be9be247))
108
+
109
+
110
+
111
+
112
+
113
+ # [0.7.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.1...@mozaic-ds/vue@0.7.0) (2021-10-27)
114
+
115
+
116
+ ### Bug Fixes
117
+
118
+ * **component/datatable:** correct errors on item number selector & the pagination ([3fcdf27](https://github.com/adeo/mozaic-vue/commit/3fcdf279d06d056c205b35dff2993cefb5de3eee))
119
+
120
+
121
+ ### Features
122
+
123
+ * **component/layer:** add icon on the layer header ([#400](https://github.com/adeo/mozaic-vue/issues/400)) ([092ff4c](https://github.com/adeo/mozaic-vue/commit/092ff4c4ac029b085e4ebd7dc1af842ddd4cd3bc))
124
+ * **component/tab:** emit the tab object when a tab is clicked ([#396](https://github.com/adeo/mozaic-vue/issues/396)) ([599aa94](https://github.com/adeo/mozaic-vue/commit/599aa9492e7077496ae243d063f4e84428ba3901))
125
+ * **layer:** add an icon on the header ([#393](https://github.com/adeo/mozaic-vue/issues/393)) ([3b11662](https://github.com/adeo/mozaic-vue/commit/3b116623c81a1eaac919d7fb1c8a1ad9eccf8fd2))
126
+
127
+
128
+
129
+
130
+
131
+ # [0.7.0-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.1...@mozaic-ds/vue@0.7.0-beta.0) (2021-10-25)
132
+
133
+
134
+ ### Bug Fixes
135
+
136
+ * **component/datatable:** correct errors on item number selector & the pagination ([3fcdf27](https://github.com/adeo/mozaic-vue/commit/3fcdf279d06d056c205b35dff2993cefb5de3eee))
137
+
138
+
139
+ ### Features
140
+
141
+ * **component/tab:** emit the tab object when a tab is clicked ([dada9fa](https://github.com/adeo/mozaic-vue/commit/dada9fa01cc673a41ca03d73f175b2278f49e704))
142
+ * **layer:** add an icon on the header ([#393](https://github.com/adeo/mozaic-vue/issues/393)) ([3b11662](https://github.com/adeo/mozaic-vue/commit/3b116623c81a1eaac919d7fb1c8a1ad9eccf8fd2))
143
+
144
+
145
+
146
+
147
+
148
+ ## [0.6.2](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.2-beta.0...@mozaic-ds/vue@0.6.2) (2021-10-18)
149
+
150
+ **Note:** Version bump only for package @mozaic-ds/vue
151
+
152
+
153
+
154
+
155
+
156
+ ## [0.6.2-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.1...@mozaic-ds/vue@0.6.2-beta.0) (2021-10-18)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * **component/datatable:** correct errors on item number selector & the pagination ([53febfe](https://github.com/adeo/mozaic-vue/commit/53febfedaaf19420b883e2c441f9fbfb7fa48c8c))
162
+
163
+
164
+
165
+
166
+
167
+ ## [0.6.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.0...@mozaic-ds/vue@0.6.1) (2021-10-13)
168
+
169
+
170
+ ### Bug Fixes
171
+
172
+ * **component/badge:** fix MBadge export typo ([#390](https://github.com/adeo/mozaic-vue/issues/390)) ([84f05e1](https://github.com/adeo/mozaic-vue/commit/84f05e1419464d3972f0a91cc822cd8d4c973825))
173
+
174
+
175
+
176
+
177
+
178
+ # [0.6.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.0-beta.0...@mozaic-ds/vue@0.6.0) (2021-10-12)
179
+
180
+
181
+ ### Bug Fixes
182
+
183
+ * **component/toggle:** update HTML structure of the label ([#382](https://github.com/adeo/mozaic-vue/issues/382)) ([0f17821](https://github.com/adeo/mozaic-vue/commit/0f17821c41454fafb99d47df4f9e908bd2da5a6d))
184
+
185
+
186
+ ### Features
187
+
188
+ * **component/badge:** add the new MBadge component ([#383](https://github.com/adeo/mozaic-vue/issues/383)) ([0da4a13](https://github.com/adeo/mozaic-vue/commit/0da4a1361238d44b58b90399c9308864f286d069))
189
+ * **component/fileuploader:** implement error management ([#386](https://github.com/adeo/mozaic-vue/issues/386)) ([b265f6b](https://github.com/adeo/mozaic-vue/commit/b265f6b4e6d9b8d48f35edd268fedb3769526591))
190
+ * **component/stepper:** add the new MStepper component ([#369](https://github.com/adeo/mozaic-vue/issues/369)) ([6914874](https://github.com/adeo/mozaic-vue/commit/6914874133858cd62a6e2c4edadd3fda174a1dd8))
191
+ * **component/stepper:** add the new MStepper component ([#387](https://github.com/adeo/mozaic-vue/issues/387)) ([e60700f](https://github.com/adeo/mozaic-vue/commit/e60700f097bb860034c753cbf539f34cb140b400))
192
+ * **fileuploader:** add list for uploaded files ([176171d](https://github.com/adeo/mozaic-vue/commit/176171d304cdd2768763104f928399b74a9eded2))
193
+
194
+
195
+
196
+
197
+
198
+ # [0.6.0-beta.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.6.0-beta.0...@mozaic-ds/vue@0.6.0-beta.1) (2021-10-04)
199
+
200
+
201
+ ### Features
202
+
203
+ * **fileuploader:** add list for uploaded files ([4110ceb](https://github.com/adeo/mozaic-vue/commit/4110ceb6db69eab6a134d7c39399adde1a3f2981))
204
+
205
+
206
+
207
+
208
+
209
+ # [0.6.0-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.5.1...@mozaic-ds/vue@0.6.0-beta.0) (2021-09-21)
210
+
211
+
212
+ ### Bug Fixes
213
+
214
+ * **link:** remove click emission when disabled ([#368](https://github.com/adeo/mozaic-vue/issues/368)) ([84771b4](https://github.com/adeo/mozaic-vue/commit/84771b44acadc701212652ea121181c38214ed29))
215
+
216
+
217
+ ### Features
218
+
219
+ * **pagination:** add previous and next event ([#367](https://github.com/adeo/mozaic-vue/issues/367)) ([039c55f](https://github.com/adeo/mozaic-vue/commit/039c55fc12969e141d57963882de253a46fb75d0))
220
+ * **pagination:** vue3 add previous and next event ([#371](https://github.com/adeo/mozaic-vue/issues/371)) ([dcb995e](https://github.com/adeo/mozaic-vue/commit/dcb995e10a3b79c56e4abc56bed63c351ea6e4a9))
221
+
222
+
223
+
224
+
225
+
226
+ ## [0.5.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.5.0...@mozaic-ds/vue@0.5.1) (2021-09-09)
227
+
228
+
229
+ ### Bug Fixes
230
+
231
+ * **component/fileuploader:** allow local import of the component ([#365](https://github.com/adeo/mozaic-vue/issues/365)) ([40da0a6](https://github.com/adeo/mozaic-vue/commit/40da0a6659d5493d4ce27d064f11ea7929489356))
232
+
233
+
234
+
235
+
236
+
237
+ # [0.5.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.4.1...@mozaic-ds/vue@0.5.0) (2021-09-09)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * **component/layer:** add 'pointer-events: none' on the layer shadow ([2a93ac0](https://github.com/adeo/mozaic-vue/commit/2a93ac0ddcef38d2ce1af3d103dcc7eee2a1df77)), closes [#348](https://github.com/adeo/mozaic-vue/issues/348)
243
+ * **mquantity-selector:** remove .target.value parameter because it cause an error ([#344](https://github.com/adeo/mozaic-vue/issues/344)) ([8ab0ef8](https://github.com/adeo/mozaic-vue/commit/8ab0ef800b0eda3ddf28bc14e22686a94b41eaa9))
244
+ * **MTextInput:** binding native events to the component ([9c7b0b7](https://github.com/adeo/mozaic-vue/commit/9c7b0b7aaf72a140caf9e82b1f3366cdd239572a))
245
+ * **MTextInput:** fix binding native events ([fd4494a](https://github.com/adeo/mozaic-vue/commit/fd4494a61635e124ccc6e35042fa01efec555058))
246
+
247
+
248
+ ### Features
249
+
250
+ * **component/fileuploader:** add MFileUploader component ([#361](https://github.com/adeo/mozaic-vue/issues/361)) ([bd78256](https://github.com/adeo/mozaic-vue/commit/bd782560fcf398cc7ad9c6a343123927ed978c77))
251
+ * **component/mlink:** allow to use MLink with a router ([#362](https://github.com/adeo/mozaic-vue/issues/362)) ([c7ec479](https://github.com/adeo/mozaic-vue/commit/c7ec479b1abf4f68c475ef41432780428b98d4be))
252
+ * **component/notification:** add new variation w/ buttons ([166868f](https://github.com/adeo/mozaic-vue/commit/166868ff8500a5842f81245bfc9dc957ab8e98a7))
253
+
254
+
255
+
256
+
257
+
258
+ ## [0.4.2](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.4.1...@mozaic-ds/vue@0.4.2) (2021-09-02)
259
+
260
+ ### Bug Fixes
261
+
262
+ * **mquantity-selector:** remove .target.value parameter because it cause an error ([#344](https://github.com/adeo/mozaic-vue/issues/344)) ([8ab0ef8](https://github.com/adeo/mozaic-vue/commit/8ab0ef800b0eda3ddf28bc14e22686a94b41eaa9))
263
+
264
+
265
+ ## [0.4.2-beta.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.4.2-beta.0...@mozaic-ds/vue@0.4.2-beta.1) (2021-08-25)
266
+
267
+ ### Bug Fixes
268
+
269
+ * **MTextInput:** fix binding native events ([aa5a347](https://github.com/adeo/mozaic-vue/commit/aa5a347d1970585ee5df9d95104788a24edb17cd))
270
+
271
+
272
+ ## [0.4.2-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.4.1...@mozaic-ds/vue@0.4.2-beta.0) (2021-08-25)
273
+
274
+ ### Bug Fixes
275
+
276
+ * **MTextInput:** binding native events to the component ([71ddf81](https://github.com/adeo/mozaic-vue/commit/71ddf81eab8e053f80b3dd00f8ae803bc283a4a1))
277
+
278
+
279
+ ## [0.4.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.4.0...@mozaic-ds/vue@0.4.1) (2021-08-24)
280
+
281
+ ### Bug Fixes
282
+
283
+ * **m-quantity-selector:** update currentValue when the value prop is updated ([#331](https://github.com/adeo/mozaic-vue/issues/331)) ([38a5fc8](https://github.com/adeo/mozaic-vue/commit/38a5fc8b4cf71f884f1731f22abf86c64cc0033c))
284
+ * **MTab:** add an id to tab elements ([#327](https://github.com/adeo/mozaic-vue/issues/327)) ([9fb44fd](https://github.com/adeo/mozaic-vue/commit/9fb44fd7d7baf2073d0826e11984386411518fa5))
285
+ * **phonenumber:** keep caret in right position after formatting ([#336](https://github.com/adeo/mozaic-vue/issues/336)) ([f2487e2](https://github.com/adeo/mozaic-vue/commit/f2487e2463427db41b6c38edf9f2eefcc930d155))
286
+
287
+
288
+ # 0.4.0 (2021-08-04)
289
+
290
+ ### Bug Fixes
291
+
292
+ * **mlink:** emit the click event also if the component render a span ([#287](https://github.com/adeo/mozaic-vue/issues/287)) ([b667cad](https://github.com/adeo/mozaic-vue/commit/b667cad3da5fc1bb637e0410381783ec7c77d7b2))
293
+ * **pagination:** use the MSelect component instead of the <select> tag ([#319](https://github.com/adeo/mozaic-vue/issues/319)) ([6dff133](https://github.com/adeo/mozaic-vue/commit/6dff133971140ea92503ee476382dec99915b724))
294
+ * **patterns/heading:** make available on TypeScript ([#305](https://github.com/adeo/mozaic-vue/issues/305)) ([a3df7bb](https://github.com/adeo/mozaic-vue/commit/a3df7bbd3ac3c39868d4524fb07e9eafebf48e44))
295
+ * **patterns/mbreadcrumb:** quick fix - increase css specificity of .mc-breadcrumb__current ([#296](https://github.com/adeo/mozaic-vue/issues/296)) ([1acc198](https://github.com/adeo/mozaic-vue/commit/1acc19881653a4450931b30b4b1c6b5f6fb201e3))
296
+ * **patterns/notification:** use MLink component instead of the <a> tag ([#318](https://github.com/adeo/mozaic-vue/issues/318)) ([4167335](https://github.com/adeo/mozaic-vue/commit/416733575bdfcb8a4bab32f243264e13b841ac31))
297
+ * **patterns/phonenumber:** manage already existed value ([#304](https://github.com/adeo/mozaic-vue/issues/304)) ([4e1e834](https://github.com/adeo/mozaic-vue/commit/4e1e83400f68b14faeeed4867fd726e2ac86f302))
298
+ * **types:** use PluginObject interface to type MozaicVue plugin ([#269](https://github.com/adeo/mozaic-vue/issues/269)) ([4353ef5](https://github.com/adeo/mozaic-vue/commit/4353ef5ff125bf04189b1f34f8ad589375c1ebba))
299
+
300
+
301
+ ### Features
302
+
303
+ * **container:** add MContainer component ([#323](https://github.com/adeo/mozaic-vue/issues/323)) ([186d4dc](https://github.com/adeo/mozaic-vue/commit/186d4dca58e465e30b69cf3efaa6e4f630a2f472))
304
+ * **qtselector:** use MButton & MTextInputField components instead HTML tags ([#317](https://github.com/adeo/mozaic-vue/issues/317)) ([e42a96c](https://github.com/adeo/mozaic-vue/commit/e42a96c747f7f90c4ff84551830fa956d603397e))
305
+ * hide country list dropdown when user click outside, display or … ([#322](https://github.com/adeo/mozaic-vue/issues/322)) ([385bdd3](https://github.com/adeo/mozaic-vue/commit/385bdd36a5130c491ebe580d274d4e0e2c46efb5))
306
+ * **mheading:** add MHeading component ([#301](https://github.com/adeo/mozaic-vue/issues/301)) ([b0daa07](https://github.com/adeo/mozaic-vue/commit/b0daa0743a5ddc633b8d6dec222090f5220e3d8e))
307
+ * **micon:** add webpackMode for resolving icons dynamic import ([#271](https://github.com/adeo/mozaic-vue/issues/271)) ([c44fc5c](https://github.com/adeo/mozaic-vue/commit/c44fc5c10a081994c01c875224fa94dcacc52958))
308
+ * **package/vue3:** update set up ([#268](https://github.com/adeo/mozaic-vue/issues/268)) ([9ea900b](https://github.com/adeo/mozaic-vue/commit/9ea900b07a5cb14fa9fb0d391c4c55243609c456))
309
+ * allow components to be called individually with Vue.use() ([#263](https://github.com/adeo/mozaic-vue/issues/263)) ([0db95ea](https://github.com/adeo/mozaic-vue/commit/0db95ea096ed8ad95cdda0f4ebe2870868c97d95))
310
+ * **package/vue:** export components individually ([#257](https://github.com/adeo/mozaic-vue/issues/257)) ([922252e](https://github.com/adeo/mozaic-vue/commit/922252ed6efdc754c102bd8d6e98133a887de3a5))
311
+ * **storybook:** make the stories work with the new @mozaic-ds/vue package ([#237](https://github.com/adeo/mozaic-vue/issues/237)) ([52c34a5](https://github.com/adeo/mozaic-vue/commit/52c34a5c0e7345db68ce4469466be11fc089b179))
312
+ * **types:** add TypeScript support ([#260](https://github.com/adeo/mozaic-vue/issues/260)) ([d698f01](https://github.com/adeo/mozaic-vue/commit/d698f010cf0c1a4f7f1519956ae3fe116bbebb5f))
313
+ * set up @mozaic-ds/vue package ([#236](https://github.com/adeo/mozaic-vue/issues/236)) ([e4e3551](https://github.com/adeo/mozaic-vue/commit/e4e3551a266ebc4ab33cfbff6d95bca56cb5955b))
314
+
315
+
316
+ * refactor!: MLayer - code refactor (#246) ([3950c37](https://github.com/adeo/mozaic-vue/commit/3950c37cf2bd972adfb55efc1f6a341d45fb0801)), closes [#246](https://github.com/adeo/mozaic-vue/issues/246)
317
+ * refactor!: MModal - code refactor (#244) ([9805975](https://github.com/adeo/mozaic-vue/commit/9805975bc5c2eea03fbac2fe17b88d337c68a18a)), closes [#244](https://github.com/adeo/mozaic-vue/issues/244)
318
+
319
+
320
+ ### BREAKING CHANGES
321
+
322
+ * Removal of the `overflow` prop.
323
+ Removal of the `preventScrollOnBody` prop.
324
+ The `isOpen` prop now becomes `open`.
325
+ The `title` prop now becomes `layerTitle`.
326
+ The `titleTag` prop now becomes `layerTitleTag`.
327
+ The `closeOnOverlayClick` prop now becomes `closeOnOverlay`.
328
+ The `overflowScrollEdge` prop now becomes `scrollbarEdge`.
329
+ The `bodyContent` slot is removed to becomes a default slot.
330
+ * Removal of the `overflow` prop.
331
+ The `title` prop now becomes `modalTitle`.
332
+ The `titleTag` prop now becomes `modalTitleTag`.
333
+ The `bodyTitle` prop now becomes `title`.
334
+ The `bodyTitleTag` prop now becomes `titleTag`.
335
+ The `bodyContent` slot is removed to becomes a default slot.
336
+
337
+
338
+
339
+
340
+
341
+ # [0.4.0-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.3.1...@mozaic-ds/vue@0.4.0-beta.0) (2021-07-27)
342
+
343
+
344
+ ### Features
345
+
346
+ * **patterns/qtselector:** use MButton & MTextInputField components instead HTML tags ([1852b56](https://github.com/adeo/mozaic-vue/commit/1852b56ee6ad67bde37d7a32d9b0e5df12990fd9))
347
+
348
+
349
+
350
+
351
+
352
+ ## [0.3.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.3.0...@mozaic-ds/vue@0.3.1) (2021-07-13)
353
+
354
+
355
+ ### Bug Fixes
356
+
357
+ * **patterns/heading:** make available on TypeScript ([#305](https://github.com/adeo/mozaic-vue/issues/305)) ([8d996ec](https://github.com/adeo/mozaic-vue/commit/8d996ece8ec011084d551844a338c3edd8f5a6a6))
358
+
359
+
360
+
361
+
362
+
363
+ # [0.3.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.2.1...@mozaic-ds/vue@0.3.0) (2021-07-13)
364
+
365
+
366
+ ### Bug Fixes
367
+
368
+ * **patterns/mbreadcrumb:** quick fix - increase css specificity of .mc-breadcrumb__current ([#296](https://github.com/adeo/mozaic-vue/issues/296)) ([1b6c3e1](https://github.com/adeo/mozaic-vue/commit/1b6c3e12b2df85e78cdb85c667cddd62ae4abac8))
369
+ * **patterns/phonenumber:** manage already existed value ([#304](https://github.com/adeo/mozaic-vue/issues/304)) ([e5fae55](https://github.com/adeo/mozaic-vue/commit/e5fae551f3aa484b9882f3ac909580278be76a46))
370
+
371
+
372
+ ### Features
373
+
374
+ * **mheading:** add MHeading component ([#301](https://github.com/adeo/mozaic-vue/issues/301)) ([e5bc17f](https://github.com/adeo/mozaic-vue/commit/e5bc17fd2d9620e4a558f096208f747c2148bcb0))
375
+
376
+
377
+
378
+
379
+
380
+ ## [0.2.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.2.0...@mozaic-ds/vue@0.2.1) (2021-06-28)
381
+
382
+
383
+ ### Bug Fixes
384
+
385
+ * **mlink:** emit the click event also if the component render a span ([#287](https://github.com/adeo/mozaic-vue/issues/287)) ([6a9cb80](https://github.com/adeo/mozaic-vue/commit/6a9cb80c3abff17470290a400005d23fc63bb3b4))
386
+
387
+
388
+
389
+
390
+
391
+ # 0.2.0 (2021-06-22)
392
+
393
+
394
+ ### Bug Fixes
395
+
396
+ * **types:** use PluginObject interface to type MozaicVue plugin ([#269](https://github.com/adeo/mozaic-vue/issues/269)) ([a2d90f1](https://github.com/adeo/mozaic-vue/commit/a2d90f1cdfb9136c40c416d7f52c267b60385ad3))
397
+
398
+
399
+ ### Features
400
+
401
+ * **micon:** add webpackMode for resolving icons dynamic import ([#271](https://github.com/adeo/mozaic-vue/issues/271)) ([e2b86dd](https://github.com/adeo/mozaic-vue/commit/e2b86dd78a773d87e9f54d51b1e1d3eaf6496a19))
402
+ * **package/vue3:** update set up ([#268](https://github.com/adeo/mozaic-vue/issues/268)) ([ed386b6](https://github.com/adeo/mozaic-vue/commit/ed386b60859c16137714a6e515d13d457ee75f90))
403
+ * allow components to be called individually with Vue.use() ([#263](https://github.com/adeo/mozaic-vue/issues/263)) ([bedcd6d](https://github.com/adeo/mozaic-vue/commit/bedcd6dd4e8dd183ff6ff46db74d55a72b18eddb))
404
+ * **package/vue:** export components individually ([#257](https://github.com/adeo/mozaic-vue/issues/257)) ([7c88419](https://github.com/adeo/mozaic-vue/commit/7c88419ea590b480e675cdaa9cb9d622ad1fcb7d))
405
+ * **storybook:** make the stories work with the new @mozaic-ds/vue package ([#237](https://github.com/adeo/mozaic-vue/issues/237)) ([2b13d1f](https://github.com/adeo/mozaic-vue/commit/2b13d1f227c57cb45d5a3b4308434a6cd46a0306))
406
+ * **types:** add TypeScript support ([#260](https://github.com/adeo/mozaic-vue/issues/260)) ([d61d329](https://github.com/adeo/mozaic-vue/commit/d61d3291cc12be183949b2b6f5e0a4564e3a089e))
407
+ * set up @mozaic-ds/vue package ([#236](https://github.com/adeo/mozaic-vue/issues/236)) ([b390758](https://github.com/adeo/mozaic-vue/commit/b390758113d90dd372f492bf2272a6505d2558a9))
408
+
409
+
410
+ * refactor!: MLayer - code refactor (#246) ([799a50f](https://github.com/adeo/mozaic-vue/commit/799a50f4ae80646d7e5afcd843135eb72df2b0fb)), closes [#246](https://github.com/adeo/mozaic-vue/issues/246)
411
+ * refactor!: MModal - code refactor (#244) ([0e72f89](https://github.com/adeo/mozaic-vue/commit/0e72f892debfb76cc1dcfc06db16aa50a1eded11)), closes [#244](https://github.com/adeo/mozaic-vue/issues/244)
412
+
413
+
414
+ ### BREAKING CHANGES
415
+
416
+ * Removal of the `overflow` prop.
417
+ Removal of the `preventScrollOnBody` prop.
418
+ The `isOpen` prop now becomes `open`.
419
+ The `title` prop now becomes `layerTitle`.
420
+ The `titleTag` prop now becomes `layerTitleTag`.
421
+ The `closeOnOverlayClick` prop now becomes `closeOnOverlay`.
422
+ The `overflowScrollEdge` prop now becomes `scrollbarEdge`.
423
+ The `bodyContent` slot is removed to becomes a default slot.
424
+ * Removal of the `overflow` prop.
425
+ The `title` prop now becomes `modalTitle`.
426
+ The `titleTag` prop now becomes `modalTitleTag`.
427
+ The `bodyTitle` prop now becomes `title`.
428
+ The `bodyTitleTag` prop now becomes `titleTag`.
429
+ The `bodyContent` slot is removed to becomes a default slot.
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