@mozaic-ds/vue 0.20.0-beta.1 → 0.20.0-beta.4

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,777 @@
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.20.0-beta.4](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.19.1...@mozaic-ds/vue@0.20.0-beta.4) (2022-06-30)
7
+
8
+
9
+ ### Features
10
+
11
+ * **component/autocomplete:** rewriting of the component without sort ([1dddd9a](https://github.com/adeo/mozaic-vue/commit/1dddd9a2816b8e2e714598d34d9aab5f5491bfdd))
12
+ * **component/starsinput:** add event when star is clicked ([#762](https://github.com/adeo/mozaic-vue/issues/762)) ([e4786fe](https://github.com/adeo/mozaic-vue/commit/e4786fe19c1981bca278c3a5f91594ccc3767bba)), closes [#751](https://github.com/adeo/mozaic-vue/issues/751)
13
+ * **tools/tokens:** re-generate tokens ([8e714d4](https://github.com/adeo/mozaic-vue/commit/8e714d4dcf807ffbcea7f0c65bdf93da829bb98a))
14
+
15
+
16
+
17
+
18
+
19
+ # [0.20.0-beta.3](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.19.1...@mozaic-ds/vue@0.20.0-beta.3) (2022-06-30)
20
+
21
+
22
+ ### Features
23
+
24
+ * **component/autocomplete:** rewriting of the component without sort ([ca3e362](https://github.com/adeo/mozaic-vue/commit/ca3e3622ec951d16f53a30c3a467d32a1e4215da))
25
+ * **component/starsinput:** add event when star is clicked ([#762](https://github.com/adeo/mozaic-vue/issues/762)) ([e4786fe](https://github.com/adeo/mozaic-vue/commit/e4786fe19c1981bca278c3a5f91594ccc3767bba)), closes [#751](https://github.com/adeo/mozaic-vue/issues/751)
26
+ * **tools/tokens:** re-generate tokens ([8e714d4](https://github.com/adeo/mozaic-vue/commit/8e714d4dcf807ffbcea7f0c65bdf93da829bb98a))
27
+
28
+
29
+
30
+
31
+
32
+ ## [0.19.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.19.1-beta.0...@mozaic-ds/vue@0.19.1) (2022-06-02)
33
+
34
+
35
+ ### Bug Fixes
36
+
37
+ * **component/datatable:** correct the responsive display of the pager in the footer ([#742](https://github.com/adeo/mozaic-vue/issues/742)) ([88d6cbb](https://github.com/adeo/mozaic-vue/commit/88d6cbbaa2dee4ebe4141e4c1f3101c544782306)), closes [#734](https://github.com/adeo/mozaic-vue/issues/734)
38
+
39
+
40
+
41
+
42
+
43
+ ## [0.19.1-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.19.0...@mozaic-ds/vue@0.19.1-beta.0) (2022-05-25)
44
+
45
+
46
+ ### Bug Fixes
47
+
48
+ * **components/icons:** update icons.js file with custom fill id for colored icons ([#699](https://github.com/adeo/mozaic-vue/issues/699)) ([cbc8c80](https://github.com/adeo/mozaic-vue/commit/cbc8c80fee3bbd41230467d37fe531cc071b975f))
49
+ * **styles:** remove [@include](https://github.com/include) import-font-families() ([#725](https://github.com/adeo/mozaic-vue/issues/725)) ([5d241c1](https://github.com/adeo/mozaic-vue/commit/5d241c1426033b3a10c73a4fa869ba1ba73e9f7b))
50
+
51
+
52
+
53
+
54
+
55
+ # [0.19.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.18.0...@mozaic-ds/vue@0.19.0) (2022-05-19)
56
+
57
+
58
+ ### Bug Fixes
59
+
60
+ * **component/datatable:** make the sort-field-expr property work ([#685](https://github.com/adeo/mozaic-vue/issues/685)) ([320a5d0](https://github.com/adeo/mozaic-vue/commit/320a5d0692eedb9593503e1a79c6ace04896dc9d)), closes [#602](https://github.com/adeo/mozaic-vue/issues/602)
61
+
62
+
63
+ ### Features
64
+
65
+ * **component/select:** binding native events to components ([#692](https://github.com/adeo/mozaic-vue/issues/692)) ([86c03f8](https://github.com/adeo/mozaic-vue/commit/86c03f81335be78d6595784f904c624e94908e46))
66
+ * **components/icons:** implement a better management of colored icons ([#683](https://github.com/adeo/mozaic-vue/issues/683)) ([2144c67](https://github.com/adeo/mozaic-vue/commit/2144c67ea7b7696e3545e860fc769c891523b327))
67
+ * **sfc/imports:** add .vue extension to SFC imports ([#682](https://github.com/adeo/mozaic-vue/issues/682)) ([1dca2ed](https://github.com/adeo/mozaic-vue/commit/1dca2edef1e8a47f0e55faf5b59866043357c913))
68
+ * **tools/tokens:** re-generate tokens ([e3f36bf](https://github.com/adeo/mozaic-vue/commit/e3f36bff6d7dec89ffde89e4fcbed41a36e561de))
69
+
70
+
71
+
72
+
73
+
74
+ # [0.18.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.17.0...@mozaic-ds/vue@0.18.0) (2022-05-05)
75
+
76
+
77
+ ### Bug Fixes
78
+
79
+ * **component/tabs:** remove inheritAttrs option ([5490290](https://github.com/adeo/mozaic-vue/commit/549029052fe2fbf6bd2a12f945d812cd637f89a3))
80
+
81
+
82
+ ### Features
83
+
84
+ * **component/layer:** add the 'position' prop to set the open position ([c03e450](https://github.com/adeo/mozaic-vue/commit/c03e4500d336e7b9d936d11e8df971f7870cd76a)), closes [#659](https://github.com/adeo/mozaic-vue/issues/659)
85
+
86
+
87
+ ### Reverts
88
+
89
+ * Revert "ci(github/actions): use action instead of" ([4da975b](https://github.com/adeo/mozaic-vue/commit/4da975b308a40a2eeeab197b588fe0c02fb4e794))
90
+
91
+
92
+
93
+
94
+
95
+ # [0.17.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.16.1...@mozaic-ds/vue@0.17.0) (2022-04-21)
96
+
97
+
98
+ ### Bug Fixes
99
+
100
+ * **component/optioncard:** add label tag to focusable elements list ([#636](https://github.com/adeo/mozaic-vue/issues/636)) ([83db530](https://github.com/adeo/mozaic-vue/commit/83db5303dd696a44a2a36ab5d899bd670c3f15d6)), closes [#632](https://github.com/adeo/mozaic-vue/issues/632)
101
+
102
+
103
+ ### Features
104
+
105
+ * **component/autocomplete:** add MAutocomplete component for vue2 ([#645](https://github.com/adeo/mozaic-vue/issues/645)) ([4473740](https://github.com/adeo/mozaic-vue/commit/447374069ce3f167d6b93af720780e10e65b5d34))
106
+ * **component/checkboxgroup:** add a slot for each label element ([#643](https://github.com/adeo/mozaic-vue/issues/643)) ([97ffd1b](https://github.com/adeo/mozaic-vue/commit/97ffd1b2c1fee38dc986c282a05a5ccc2cb27e3e))
107
+ * **component/fileuploader:** add disabled state on the "remove file" buttons ([#624](https://github.com/adeo/mozaic-vue/issues/624)) ([af1089c](https://github.com/adeo/mozaic-vue/commit/af1089cb3c677eabf4149b37ebba8bab9cfc4524))
108
+ * **component/listbox:** add listbox component (vue2) ([#620](https://github.com/adeo/mozaic-vue/issues/620)) ([53c33d0](https://github.com/adeo/mozaic-vue/commit/53c33d055470795955ac1cd2b26d4cb58f825bab))
109
+ * **component/mcard:** add slot a named slot `image` ([#607](https://github.com/adeo/mozaic-vue/issues/607)) ([610ebd8](https://github.com/adeo/mozaic-vue/commit/610ebd816909a0c78fd40fb367778ba782fbb3eb))
110
+ * **component/mtab:** add active index ([#644](https://github.com/adeo/mozaic-vue/issues/644)) ([c64e698](https://github.com/adeo/mozaic-vue/commit/c64e6986b30068300d67d83a868c0311b0916519))
111
+ * **component/mtag:** implement two-way data bindings on MTag selectable ([#638](https://github.com/adeo/mozaic-vue/issues/638)) ([a7019ec](https://github.com/adeo/mozaic-vue/commit/a7019ec5dec2e33df32f4749e6482c2bd1d8d7ac))
112
+ * **tools/tokens:** update tokens for the Adeo preset ([#652](https://github.com/adeo/mozaic-vue/issues/652)) ([504a155](https://github.com/adeo/mozaic-vue/commit/504a155eb0d65a35efe9b855cb8bc8fd3c481cfa))
113
+
114
+
115
+
116
+
117
+
118
+ ## [0.16.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.16.0...@mozaic-ds/vue@0.16.1) (2022-04-07)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * **tools/utilities:** add class utilities margin & padding ([#623](https://github.com/adeo/mozaic-vue/issues/623)) ([72a2ec5](https://github.com/adeo/mozaic-vue/commit/72a2ec5a97a27ade4aa68800e8559ab33ce7dcdd))
124
+
125
+
126
+
127
+
128
+
129
+ # [0.16.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.15.0...@mozaic-ds/vue@0.16.0) (2022-04-07)
130
+
131
+
132
+ ### Bug Fixes
133
+
134
+ * **component/modal:** improve watcher for open prop ([#613](https://github.com/adeo/mozaic-vue/issues/613)) ([e40de6c](https://github.com/adeo/mozaic-vue/commit/e40de6c436c053bae8af5f241c4fdde2856d4d06)), closes [#611](https://github.com/adeo/mozaic-vue/issues/611)
135
+ * **component/phoneinput:** adjust the stretching of the flags ([#612](https://github.com/adeo/mozaic-vue/issues/612)) ([1dda644](https://github.com/adeo/mozaic-vue/commit/1dda644b117561b8aa7f10b268c5d043849a03a9))
136
+
137
+
138
+ ### Features
139
+
140
+ * **component/tab:** add `ref` attribute on tab element ([#617](https://github.com/adeo/mozaic-vue/issues/617)) ([648cc31](https://github.com/adeo/mozaic-vue/commit/648cc31665d76b5f0d7f93b983664a40818aa4fc))
141
+
142
+
143
+
144
+
145
+
146
+ # [0.15.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.14.2...@mozaic-ds/vue@0.15.0) (2022-03-24)
147
+
148
+
149
+ ### Bug Fixes
150
+
151
+ * **a11y:** remove aria-hidden from qtyselector's buttons ([#584](https://github.com/adeo/mozaic-vue/issues/584)) ([2a3450a](https://github.com/adeo/mozaic-vue/commit/2a3450af1a3a9f4a0c9acb4639532a4068f28918))
152
+ * **component/datatable:** update the `skip` value when setting `paging.index` prop ([#593](https://github.com/adeo/mozaic-vue/issues/593)) ([d245db8](https://github.com/adeo/mozaic-vue/commit/d245db82c15d98a7547f587e4e726fde4605ad45)), closes [#584](https://github.com/adeo/mozaic-vue/issues/584) [#573](https://github.com/adeo/mozaic-vue/issues/573) [#596](https://github.com/adeo/mozaic-vue/issues/596) [#568](https://github.com/adeo/mozaic-vue/issues/568) [#599](https://github.com/adeo/mozaic-vue/issues/599) [#598](https://github.com/adeo/mozaic-vue/issues/598) [#574](https://github.com/adeo/mozaic-vue/issues/574) [#597](https://github.com/adeo/mozaic-vue/issues/597) [#603](https://github.com/adeo/mozaic-vue/issues/603)
153
+ * **component/radiogroup:** add missing `name` attribute on radio element ([#597](https://github.com/adeo/mozaic-vue/issues/597)) ([2466f0a](https://github.com/adeo/mozaic-vue/commit/2466f0ab650eea4133e8b9003617b5cee988340d))
154
+
155
+
156
+ ### Features
157
+
158
+ * **autocomplete:** add tag management ([#573](https://github.com/adeo/mozaic-vue/issues/573)) ([0eedf1e](https://github.com/adeo/mozaic-vue/commit/0eedf1e8f463a165b7ab0c3ff4b0f677b3489038))
159
+ * **component/checkboxgroup:** add the new MCheckboxGroup component ([#598](https://github.com/adeo/mozaic-vue/issues/598)) ([8359a21](https://github.com/adeo/mozaic-vue/commit/8359a21387b99adbd4f665e21805ce865e363e3d)), closes [#574](https://github.com/adeo/mozaic-vue/issues/574)
160
+ * **component/loader:** add the new components MLoader & MOverlayLoader ([#595](https://github.com/adeo/mozaic-vue/issues/595)) ([7f2dd5b](https://github.com/adeo/mozaic-vue/commit/7f2dd5bb1c276ef14981781f1529eb75a0762633)), closes [#464](https://github.com/adeo/mozaic-vue/issues/464)
161
+ * **component/mcard:** add the possibility to lazyload the card image ([#582](https://github.com/adeo/mozaic-vue/issues/582)) ([f8b3955](https://github.com/adeo/mozaic-vue/commit/f8b395597cb795563583b79819e7f24f5c740428)), closes [#581](https://github.com/adeo/mozaic-vue/issues/581)
162
+ * **component/overlay:** add the new MOverlay component ([b9d446a](https://github.com/adeo/mozaic-vue/commit/b9d446aa0ce0b174bc897ac01aeaf969da58d89d))
163
+ * **component/select:** add a slot options ([#596](https://github.com/adeo/mozaic-vue/issues/596)) ([4d13d32](https://github.com/adeo/mozaic-vue/commit/4d13d3246d32cdf48938e9779e67c38c9a80b7d7)), closes [#568](https://github.com/adeo/mozaic-vue/issues/568)
164
+ * **textarea:** add textarea events ([#599](https://github.com/adeo/mozaic-vue/issues/599)) ([e312b49](https://github.com/adeo/mozaic-vue/commit/e312b49e9b958b77eefb7d701194f4f1c43d2080))
165
+
166
+
167
+
168
+
169
+
170
+ # [0.15.0-beta.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.14.2...@mozaic-ds/vue@0.15.0-beta.1) (2022-03-22)
171
+
172
+
173
+ ### Bug Fixes
174
+
175
+ * **a11y:** remove aria-hidden from qtyselector's buttons ([#584](https://github.com/adeo/mozaic-vue/issues/584)) ([2a3450a](https://github.com/adeo/mozaic-vue/commit/2a3450af1a3a9f4a0c9acb4639532a4068f28918))
176
+
177
+
178
+ ### Features
179
+
180
+ * **component/mcard:** add the possibility to lazyload the card image ([#582](https://github.com/adeo/mozaic-vue/issues/582)) ([f8b3955](https://github.com/adeo/mozaic-vue/commit/f8b395597cb795563583b79819e7f24f5c740428)), closes [#581](https://github.com/adeo/mozaic-vue/issues/581)
181
+
182
+
183
+
184
+
185
+
186
+ # [0.15.0-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.14.2...@mozaic-ds/vue@0.15.0-beta.0) (2022-03-18)
187
+
188
+
189
+ ### Bug Fixes
190
+
191
+ * **component/datatable:** update the skip value when setting paging.index ([7d62307](https://github.com/adeo/mozaic-vue/commit/7d62307cbbfc16c29ef7b23b44ace1b6ca23646c))
192
+
193
+
194
+ ### Features
195
+
196
+ * **component/mcard:** add the possibility to lazyload the card image ([#582](https://github.com/adeo/mozaic-vue/issues/582)) ([f8b3955](https://github.com/adeo/mozaic-vue/commit/f8b395597cb795563583b79819e7f24f5c740428)), closes [#581](https://github.com/adeo/mozaic-vue/issues/581)
197
+
198
+
199
+
200
+
201
+
202
+ ## [0.14.2](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.14.1...@mozaic-ds/vue@0.14.2) (2022-03-04)
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * **component/optiongroup:** add default slot ([#569](https://github.com/adeo/mozaic-vue/issues/569)) ([234da49](https://github.com/adeo/mozaic-vue/commit/234da49f80eaf848def6ee3074ff39f385e0d455))
208
+
209
+
210
+
211
+
212
+
213
+ ## [0.14.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.14.0...@mozaic-ds/vue@0.14.1) (2022-03-03)
214
+
215
+
216
+ ### Bug Fixes
217
+
218
+ * **component/optioncard:** allow to use action element inside the OptionCard ([#567](https://github.com/adeo/mozaic-vue/issues/567)) ([30d7ef5](https://github.com/adeo/mozaic-vue/commit/30d7ef5d59cb863696d50d3a12fac12932ce1a8c))
219
+
220
+
221
+
222
+
223
+
224
+ # [0.14.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.13.1...@mozaic-ds/vue@0.14.0) (2022-02-24)
225
+
226
+
227
+ ### Features
228
+
229
+ * **component/optioncard:** add new Option Card component ([#537](https://github.com/adeo/mozaic-vue/issues/537)) ([2c7f8f9](https://github.com/adeo/mozaic-vue/commit/2c7f8f978bb02050fedcaf6ac745fdb973067d7c))
230
+ * **component/optiongroup:** add new Option Group component ([#555](https://github.com/adeo/mozaic-vue/issues/555)) ([1871783](https://github.com/adeo/mozaic-vue/commit/187178317564b48f7c300bf067b2c3c4ece6c7aa))
231
+
232
+
233
+
234
+
235
+
236
+ ## [0.13.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.13.0...@mozaic-ds/vue@0.13.1) (2022-02-17)
237
+
238
+
239
+ ### Bug Fixes
240
+
241
+ * **component/accordion:** fix gap between icon & label text ([#548](https://github.com/adeo/mozaic-vue/issues/548)) ([2263cf9](https://github.com/adeo/mozaic-vue/commit/2263cf9ca4898ec4d93ec8a99e76857eacb3eb51))
242
+
243
+
244
+
245
+
246
+
247
+ # [0.13.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.1...@mozaic-ds/vue@0.13.0) (2022-02-15)
248
+
249
+
250
+ ### Features
251
+
252
+ * **component/accordion:** making the v-model work properly ([#544](https://github.com/adeo/mozaic-vue/issues/544)) ([43b40ec](https://github.com/adeo/mozaic-vue/commit/43b40ec3f86d26cbaabe556946871a85a9586169)), closes [#523](https://github.com/adeo/mozaic-vue/issues/523)
253
+ * **component/breadcrumb:** allow a router to be passed to the breadcrumb links ([#526](https://github.com/adeo/mozaic-vue/issues/526)) ([a0c09a3](https://github.com/adeo/mozaic-vue/commit/a0c09a3b618df1681a7c9580c73fa8d4891d6c14)), closes [#521](https://github.com/adeo/mozaic-vue/issues/521)
254
+ * **component/form:** inject class mc-field__element on field elements ([#528](https://github.com/adeo/mozaic-vue/issues/528)) ([b2e99c4](https://github.com/adeo/mozaic-vue/commit/b2e99c4fe83bb16a27e997e3641d043d9804908d))
255
+ * **component/optionbutton:** add new Option Button component ([#536](https://github.com/adeo/mozaic-vue/issues/536)) ([65d4c75](https://github.com/adeo/mozaic-vue/commit/65d4c75207421f00f5db762d2746093c711c0689))
256
+ * **component/passwordinput:** add new Password Input component ([#535](https://github.com/adeo/mozaic-vue/issues/535)) ([4c96598](https://github.com/adeo/mozaic-vue/commit/4c965987bdd7d3dbdaf688e5ce2764ff2e82bd2b))
257
+ * **component/select:** emit an object contains more data about selected option ([#522](https://github.com/adeo/mozaic-vue/issues/522)) ([28d49aa](https://github.com/adeo/mozaic-vue/commit/28d49aa5ad6ed7c441c49580aebec7a43b0c9ba1)), closes [#520](https://github.com/adeo/mozaic-vue/issues/520)
258
+ * **mdropdown:** add dropdown component ([#519](https://github.com/adeo/mozaic-vue/issues/519)) ([22dff1c](https://github.com/adeo/mozaic-vue/commit/22dff1c5035db1f183c7725a9e10b2aef3ba208a))
259
+
260
+
261
+
262
+
263
+
264
+ # [0.13.0-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.1...@mozaic-ds/vue@0.13.0-beta.0) (2022-02-04)
265
+
266
+
267
+ ### Features
268
+
269
+ * **component/select:** emit an object contains more data about selected option ([e765dde](https://github.com/adeo/mozaic-vue/commit/e765dde29e79993a6d9bd242a5d20b562c6eb98d)), closes [#520](https://github.com/adeo/mozaic-vue/issues/520)
270
+
271
+
272
+
273
+
274
+
275
+ ## [0.12.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.0...@mozaic-ds/vue@0.12.1) (2022-01-27)
276
+
277
+
278
+ ### Bug Fixes
279
+
280
+ * **components/ratings:** correct the component behaviour ([#517](https://github.com/adeo/mozaic-vue/issues/517)) ([75909cc](https://github.com/adeo/mozaic-vue/commit/75909cc60f69acee4c55826bbca828b737967c44))
281
+
282
+
283
+
284
+
285
+
286
+ # [0.12.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.11.1...@mozaic-ds/vue@0.12.0) (2022-01-27)
287
+
288
+
289
+ ### Bug Fixes
290
+
291
+ * **build/tokens:** update npm tokens:build script ([eb616e3](https://github.com/adeo/mozaic-vue/commit/eb616e32ed2c0dd32997dfef9fb2d3db36ad7b31))
292
+ * **component/modal:** close modal on pressing esc key ([#495](https://github.com/adeo/mozaic-vue/issues/495)) ([477741f](https://github.com/adeo/mozaic-vue/commit/477741fafc02e482e700b695ac45bfb03e548962))
293
+ * **component/select:** making the v-model work properly ([#509](https://github.com/adeo/mozaic-vue/issues/509)) ([c9f7d8f](https://github.com/adeo/mozaic-vue/commit/c9f7d8f976876977fe2eed6e5370986d10e025ad)), closes [#469](https://github.com/adeo/mozaic-vue/issues/469)
294
+
295
+
296
+ ### Features
297
+
298
+ * **component/m-textarea:** replace the change event with input for v-model use ([#510](https://github.com/adeo/mozaic-vue/issues/510)) ([27eea19](https://github.com/adeo/mozaic-vue/commit/27eea196814a715d110e2cc3f1e4a40ad0a309ad)), closes [#505](https://github.com/adeo/mozaic-vue/issues/505)
299
+ * **component/ratings:** add prop required ([#465](https://github.com/adeo/mozaic-vue/issues/465)) ([b4205b4](https://github.com/adeo/mozaic-vue/commit/b4205b414521fe07a410717041558430715994f1))
300
+ * **component/textinput:** add time type into MTextInput component ([#485](https://github.com/adeo/mozaic-vue/issues/485)) ([5952dc6](https://github.com/adeo/mozaic-vue/commit/5952dc66d9492d54436ca2158a08c7dc998e6cbb))
301
+
302
+
303
+
304
+
305
+
306
+ ## [0.11.2](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.11.2-beta.0...@mozaic-ds/vue@0.11.2) (2022-01-19)
307
+
308
+ **Note:** Version bump only for package @mozaic-ds/vue
309
+
310
+
311
+
312
+
313
+
314
+ ## [0.11.2-beta.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.11.1...@mozaic-ds/vue@0.11.2-beta.0) (2022-01-19)
315
+
316
+
317
+ ### Bug Fixes
318
+
319
+ * **build/tokens:** update npm tokens:build script ([ac637c0](https://github.com/adeo/mozaic-vue/commit/ac637c0e44d6e7a1d657ff692016ad5c81348105))
320
+
321
+
322
+
323
+
324
+
325
+ ## [0.11.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.11.0...@mozaic-ds/vue@0.11.1) (2022-01-13)
326
+
327
+
328
+ ### Bug Fixes
329
+
330
+ * **tools/adeo-preset:** regenerate tokens for the Adeo preset ([#483](https://github.com/adeo/mozaic-vue/issues/483)) ([d434100](https://github.com/adeo/mozaic-vue/commit/d434100ce49d897fc1fc351113127f74b019536a))
331
+
332
+
333
+
334
+
335
+
336
+ # [0.11.0](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.10.0...@mozaic-ds/vue@0.11.0) (2022-01-13)
337
+
338
+
339
+ ### Bug Fixes
340
+
341
+ * **component/file-uploader:** can reopload same file ([#475](https://github.com/adeo/mozaic-vue/issues/475)) ([a831933](https://github.com/adeo/mozaic-vue/commit/a8319331f437e11d7b050234fc512d893c23d81f))
342
+ * **m-file-uploader:** add label to remove button ([#462](https://github.com/adeo/mozaic-vue/issues/462)) ([dd999bf](https://github.com/adeo/mozaic-vue/commit/dd999bfb03e8068e44ca91fcc5306f0e8520ae31))
343
+
344
+
345
+ ### Features
346
+
347
+ * **component/fileuploader:** add prop disabled ([#466](https://github.com/adeo/mozaic-vue/issues/466)) ([af089a3](https://github.com/adeo/mozaic-vue/commit/af089a3c30c478777b108cd60b7cfb0cc26b8841))
348
+ * **component/qtyselector:** add integer mode ([#476](https://github.com/adeo/mozaic-vue/issues/476)) ([c00e2cc](https://github.com/adeo/mozaic-vue/commit/c00e2cc4f09a6fc28fb5671bf50fa4e92ca7c8be))
349
+
350
+
351
+
352
+
353
+
354
+ # [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)
355
+
356
+
357
+ ### Bug Fixes
358
+
359
+ * **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))
360
+
361
+
362
+ ### Features
363
+
364
+ * **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))
365
+ * **datatable:** add row index position ([#451](https://github.com/adeo/mozaic-vue/issues/451)) ([77b7c09](https://github.com/adeo/mozaic-vue/commit/77b7c091427ed417c5512ab133548db412ab6654))
366
+
367
+
368
+
369
+
370
+
371
+ # [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)
372
+
373
+
374
+ ### Bug Fixes
375
+
376
+ * **button:** add aria-label props ([#437](https://github.com/adeo/mozaic-vue/issues/437)) ([8270751](https://github.com/adeo/mozaic-vue/commit/827075124b017aa43e25f056f6de5497f72efefd))
377
+
378
+
379
+ ### Features
380
+
381
+ * **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))
382
+
383
+
384
+
385
+
386
+
387
+ ## [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)
388
+
389
+
390
+ ### Bug Fixes
391
+
392
+ * **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))
393
+
394
+
395
+
396
+
397
+
398
+ ## [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)
399
+
400
+
401
+ ### Bug Fixes
402
+
403
+ * **component/m-accordion:** allow the root element to inherit attributes ([139ac7f](https://github.com/adeo/mozaic-vue/commit/139ac7f5f4246a5518486929da8ced2a64b54a5e))
404
+
405
+
406
+
407
+
408
+
409
+ ## [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)
410
+
411
+
412
+ ### Bug Fixes
413
+
414
+ * **build/postinstall:** insert postinstall.js file in the bundle package ([54c1d74](https://github.com/adeo/mozaic-vue/commit/54c1d74408f3e53aff219491ae6b456d124f8daa))
415
+
416
+
417
+
418
+
419
+
420
+ ## [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)
421
+
422
+
423
+ ### Bug Fixes
424
+
425
+ * **build/postinstall:** insert postinstall.js file in the bundle package ([6918228](https://github.com/adeo/mozaic-vue/commit/6918228097077919a2878fa2df4dd7191855f6ed))
426
+
427
+
428
+
429
+
430
+
431
+ # [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)
432
+
433
+
434
+ ### Bug Fixes
435
+
436
+ * **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))
437
+
438
+
439
+ ### Features
440
+
441
+ * **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))
442
+ * **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))
443
+ * **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))
444
+ * **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))
445
+
446
+
447
+
448
+
449
+
450
+ ## [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)
451
+
452
+
453
+ ### Bug Fixes
454
+
455
+ * **icon:** add aria-hidden attr ([#402](https://github.com/adeo/mozaic-vue/issues/402)) ([6e44450](https://github.com/adeo/mozaic-vue/commit/6e44450d2e2b035e91498e475df89454be9be247))
456
+
457
+
458
+
459
+
460
+
461
+ # [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)
462
+
463
+
464
+ ### Bug Fixes
465
+
466
+ * **component/datatable:** correct errors on item number selector & the pagination ([3fcdf27](https://github.com/adeo/mozaic-vue/commit/3fcdf279d06d056c205b35dff2993cefb5de3eee))
467
+
468
+
469
+ ### Features
470
+
471
+ * **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))
472
+ * **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))
473
+ * **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))
474
+
475
+
476
+
477
+
478
+
479
+ # [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)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * **component/datatable:** correct errors on item number selector & the pagination ([3fcdf27](https://github.com/adeo/mozaic-vue/commit/3fcdf279d06d056c205b35dff2993cefb5de3eee))
485
+
486
+
487
+ ### Features
488
+
489
+ * **component/tab:** emit the tab object when a tab is clicked ([dada9fa](https://github.com/adeo/mozaic-vue/commit/dada9fa01cc673a41ca03d73f175b2278f49e704))
490
+ * **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))
491
+
492
+
493
+
494
+
495
+
496
+ ## [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)
497
+
498
+ **Note:** Version bump only for package @mozaic-ds/vue
499
+
500
+
501
+
502
+
503
+
504
+ ## [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)
505
+
506
+
507
+ ### Bug Fixes
508
+
509
+ * **component/datatable:** correct errors on item number selector & the pagination ([53febfe](https://github.com/adeo/mozaic-vue/commit/53febfedaaf19420b883e2c441f9fbfb7fa48c8c))
510
+
511
+
512
+
513
+
514
+
515
+ ## [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)
516
+
517
+
518
+ ### Bug Fixes
519
+
520
+ * **component/badge:** fix MBadge export typo ([#390](https://github.com/adeo/mozaic-vue/issues/390)) ([84f05e1](https://github.com/adeo/mozaic-vue/commit/84f05e1419464d3972f0a91cc822cd8d4c973825))
521
+
522
+
523
+
524
+
525
+
526
+ # [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)
527
+
528
+
529
+ ### Bug Fixes
530
+
531
+ * **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))
532
+
533
+
534
+ ### Features
535
+
536
+ * **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))
537
+ * **component/fileuploader:** implement error management ([#386](https://github.com/adeo/mozaic-vue/issues/386)) ([b265f6b](https://github.com/adeo/mozaic-vue/commit/b265f6b4e6d9b8d48f35edd268fedb3769526591))
538
+ * **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))
539
+ * **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))
540
+ * **fileuploader:** add list for uploaded files ([176171d](https://github.com/adeo/mozaic-vue/commit/176171d304cdd2768763104f928399b74a9eded2))
541
+
542
+
543
+
544
+
545
+
546
+ # [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)
547
+
548
+
549
+ ### Features
550
+
551
+ * **fileuploader:** add list for uploaded files ([4110ceb](https://github.com/adeo/mozaic-vue/commit/4110ceb6db69eab6a134d7c39399adde1a3f2981))
552
+
553
+
554
+
555
+
556
+
557
+ # [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)
558
+
559
+
560
+ ### Bug Fixes
561
+
562
+ * **link:** remove click emission when disabled ([#368](https://github.com/adeo/mozaic-vue/issues/368)) ([84771b4](https://github.com/adeo/mozaic-vue/commit/84771b44acadc701212652ea121181c38214ed29))
563
+
564
+
565
+ ### Features
566
+
567
+ * **pagination:** add previous and next event ([#367](https://github.com/adeo/mozaic-vue/issues/367)) ([039c55f](https://github.com/adeo/mozaic-vue/commit/039c55fc12969e141d57963882de253a46fb75d0))
568
+ * **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))
569
+
570
+
571
+
572
+
573
+
574
+ ## [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)
575
+
576
+
577
+ ### Bug Fixes
578
+
579
+ * **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))
580
+
581
+
582
+
583
+
584
+
585
+ # [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)
586
+
587
+
588
+ ### Bug Fixes
589
+
590
+ * **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)
591
+ * **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))
592
+ * **MTextInput:** binding native events to the component ([9c7b0b7](https://github.com/adeo/mozaic-vue/commit/9c7b0b7aaf72a140caf9e82b1f3366cdd239572a))
593
+ * **MTextInput:** fix binding native events ([fd4494a](https://github.com/adeo/mozaic-vue/commit/fd4494a61635e124ccc6e35042fa01efec555058))
594
+
595
+
596
+ ### Features
597
+
598
+ * **component/fileuploader:** add MFileUploader component ([#361](https://github.com/adeo/mozaic-vue/issues/361)) ([bd78256](https://github.com/adeo/mozaic-vue/commit/bd782560fcf398cc7ad9c6a343123927ed978c77))
599
+ * **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))
600
+ * **component/notification:** add new variation w/ buttons ([166868f](https://github.com/adeo/mozaic-vue/commit/166868ff8500a5842f81245bfc9dc957ab8e98a7))
601
+
602
+
603
+
604
+
605
+
606
+ ## [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)
607
+
608
+ ### Bug Fixes
609
+
610
+ * **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))
611
+
612
+
613
+ ## [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)
614
+
615
+ ### Bug Fixes
616
+
617
+ * **MTextInput:** fix binding native events ([aa5a347](https://github.com/adeo/mozaic-vue/commit/aa5a347d1970585ee5df9d95104788a24edb17cd))
618
+
619
+
620
+ ## [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)
621
+
622
+ ### Bug Fixes
623
+
624
+ * **MTextInput:** binding native events to the component ([71ddf81](https://github.com/adeo/mozaic-vue/commit/71ddf81eab8e053f80b3dd00f8ae803bc283a4a1))
625
+
626
+
627
+ ## [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)
628
+
629
+ ### Bug Fixes
630
+
631
+ * **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))
632
+ * **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))
633
+ * **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))
634
+
635
+
636
+ # 0.4.0 (2021-08-04)
637
+
638
+ ### Bug Fixes
639
+
640
+ * **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))
641
+ * **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))
642
+ * **patterns/heading:** make available on TypeScript ([#305](https://github.com/adeo/mozaic-vue/issues/305)) ([a3df7bb](https://github.com/adeo/mozaic-vue/commit/a3df7bbd3ac3c39868d4524fb07e9eafebf48e44))
643
+ * **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))
644
+ * **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))
645
+ * **patterns/phonenumber:** manage already existed value ([#304](https://github.com/adeo/mozaic-vue/issues/304)) ([4e1e834](https://github.com/adeo/mozaic-vue/commit/4e1e83400f68b14faeeed4867fd726e2ac86f302))
646
+ * **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))
647
+
648
+
649
+ ### Features
650
+
651
+ * **container:** add MContainer component ([#323](https://github.com/adeo/mozaic-vue/issues/323)) ([186d4dc](https://github.com/adeo/mozaic-vue/commit/186d4dca58e465e30b69cf3efaa6e4f630a2f472))
652
+ * **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))
653
+ * 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))
654
+ * **mheading:** add MHeading component ([#301](https://github.com/adeo/mozaic-vue/issues/301)) ([b0daa07](https://github.com/adeo/mozaic-vue/commit/b0daa0743a5ddc633b8d6dec222090f5220e3d8e))
655
+ * **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))
656
+ * **package/vue3:** update set up ([#268](https://github.com/adeo/mozaic-vue/issues/268)) ([9ea900b](https://github.com/adeo/mozaic-vue/commit/9ea900b07a5cb14fa9fb0d391c4c55243609c456))
657
+ * 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))
658
+ * **package/vue:** export components individually ([#257](https://github.com/adeo/mozaic-vue/issues/257)) ([922252e](https://github.com/adeo/mozaic-vue/commit/922252ed6efdc754c102bd8d6e98133a887de3a5))
659
+ * **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))
660
+ * **types:** add TypeScript support ([#260](https://github.com/adeo/mozaic-vue/issues/260)) ([d698f01](https://github.com/adeo/mozaic-vue/commit/d698f010cf0c1a4f7f1519956ae3fe116bbebb5f))
661
+ * set up @mozaic-ds/vue package ([#236](https://github.com/adeo/mozaic-vue/issues/236)) ([e4e3551](https://github.com/adeo/mozaic-vue/commit/e4e3551a266ebc4ab33cfbff6d95bca56cb5955b))
662
+
663
+
664
+ * refactor!: MLayer - code refactor (#246) ([3950c37](https://github.com/adeo/mozaic-vue/commit/3950c37cf2bd972adfb55efc1f6a341d45fb0801)), closes [#246](https://github.com/adeo/mozaic-vue/issues/246)
665
+ * refactor!: MModal - code refactor (#244) ([9805975](https://github.com/adeo/mozaic-vue/commit/9805975bc5c2eea03fbac2fe17b88d337c68a18a)), closes [#244](https://github.com/adeo/mozaic-vue/issues/244)
666
+
667
+
668
+ ### BREAKING CHANGES
669
+
670
+ * Removal of the `overflow` prop.
671
+ Removal of the `preventScrollOnBody` prop.
672
+ The `isOpen` prop now becomes `open`.
673
+ The `title` prop now becomes `layerTitle`.
674
+ The `titleTag` prop now becomes `layerTitleTag`.
675
+ The `closeOnOverlayClick` prop now becomes `closeOnOverlay`.
676
+ The `overflowScrollEdge` prop now becomes `scrollbarEdge`.
677
+ The `bodyContent` slot is removed to becomes a default slot.
678
+ * Removal of the `overflow` prop.
679
+ The `title` prop now becomes `modalTitle`.
680
+ The `titleTag` prop now becomes `modalTitleTag`.
681
+ The `bodyTitle` prop now becomes `title`.
682
+ The `bodyTitleTag` prop now becomes `titleTag`.
683
+ The `bodyContent` slot is removed to becomes a default slot.
684
+
685
+
686
+
687
+
688
+
689
+ # [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)
690
+
691
+
692
+ ### Features
693
+
694
+ * **patterns/qtselector:** use MButton & MTextInputField components instead HTML tags ([1852b56](https://github.com/adeo/mozaic-vue/commit/1852b56ee6ad67bde37d7a32d9b0e5df12990fd9))
695
+
696
+
697
+
698
+
699
+
700
+ ## [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)
701
+
702
+
703
+ ### Bug Fixes
704
+
705
+ * **patterns/heading:** make available on TypeScript ([#305](https://github.com/adeo/mozaic-vue/issues/305)) ([8d996ec](https://github.com/adeo/mozaic-vue/commit/8d996ece8ec011084d551844a338c3edd8f5a6a6))
706
+
707
+
708
+
709
+
710
+
711
+ # [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)
712
+
713
+
714
+ ### Bug Fixes
715
+
716
+ * **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))
717
+ * **patterns/phonenumber:** manage already existed value ([#304](https://github.com/adeo/mozaic-vue/issues/304)) ([e5fae55](https://github.com/adeo/mozaic-vue/commit/e5fae551f3aa484b9882f3ac909580278be76a46))
718
+
719
+
720
+ ### Features
721
+
722
+ * **mheading:** add MHeading component ([#301](https://github.com/adeo/mozaic-vue/issues/301)) ([e5bc17f](https://github.com/adeo/mozaic-vue/commit/e5bc17fd2d9620e4a558f096208f747c2148bcb0))
723
+
724
+
725
+
726
+
727
+
728
+ ## [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)
729
+
730
+
731
+ ### Bug Fixes
732
+
733
+ * **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))
734
+
735
+
736
+
737
+
738
+
739
+ # 0.2.0 (2021-06-22)
740
+
741
+
742
+ ### Bug Fixes
743
+
744
+ * **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))
745
+
746
+
747
+ ### Features
748
+
749
+ * **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))
750
+ * **package/vue3:** update set up ([#268](https://github.com/adeo/mozaic-vue/issues/268)) ([ed386b6](https://github.com/adeo/mozaic-vue/commit/ed386b60859c16137714a6e515d13d457ee75f90))
751
+ * 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))
752
+ * **package/vue:** export components individually ([#257](https://github.com/adeo/mozaic-vue/issues/257)) ([7c88419](https://github.com/adeo/mozaic-vue/commit/7c88419ea590b480e675cdaa9cb9d622ad1fcb7d))
753
+ * **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))
754
+ * **types:** add TypeScript support ([#260](https://github.com/adeo/mozaic-vue/issues/260)) ([d61d329](https://github.com/adeo/mozaic-vue/commit/d61d3291cc12be183949b2b6f5e0a4564e3a089e))
755
+ * set up @mozaic-ds/vue package ([#236](https://github.com/adeo/mozaic-vue/issues/236)) ([b390758](https://github.com/adeo/mozaic-vue/commit/b390758113d90dd372f492bf2272a6505d2558a9))
756
+
757
+
758
+ * refactor!: MLayer - code refactor (#246) ([799a50f](https://github.com/adeo/mozaic-vue/commit/799a50f4ae80646d7e5afcd843135eb72df2b0fb)), closes [#246](https://github.com/adeo/mozaic-vue/issues/246)
759
+ * refactor!: MModal - code refactor (#244) ([0e72f89](https://github.com/adeo/mozaic-vue/commit/0e72f892debfb76cc1dcfc06db16aa50a1eded11)), closes [#244](https://github.com/adeo/mozaic-vue/issues/244)
760
+
761
+
762
+ ### BREAKING CHANGES
763
+
764
+ * Removal of the `overflow` prop.
765
+ Removal of the `preventScrollOnBody` prop.
766
+ The `isOpen` prop now becomes `open`.
767
+ The `title` prop now becomes `layerTitle`.
768
+ The `titleTag` prop now becomes `layerTitleTag`.
769
+ The `closeOnOverlayClick` prop now becomes `closeOnOverlay`.
770
+ The `overflowScrollEdge` prop now becomes `scrollbarEdge`.
771
+ The `bodyContent` slot is removed to becomes a default slot.
772
+ * Removal of the `overflow` prop.
773
+ The `title` prop now becomes `modalTitle`.
774
+ The `titleTag` prop now becomes `modalTitleTag`.
775
+ The `bodyTitle` prop now becomes `title`.
776
+ The `bodyTitleTag` prop now becomes `titleTag`.
777
+ The `bodyContent` slot is removed to becomes a default slot.