@mozaic-ds/vue 0.11.1 → 0.12.1

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,56 @@
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.12.1](https://github.com/adeo/mozaic-vue/compare/@mozaic-ds/vue@0.12.0...@mozaic-ds/vue@0.12.1) (2022-01-27)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **components/ratings:** correct the component behaviour ([#517](https://github.com/adeo/mozaic-vue/issues/517)) ([75909cc](https://github.com/adeo/mozaic-vue/commit/75909cc60f69acee4c55826bbca828b737967c44))
12
+
13
+
14
+
15
+
16
+
17
+ # [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)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **build/tokens:** update npm tokens:build script ([eb616e3](https://github.com/adeo/mozaic-vue/commit/eb616e32ed2c0dd32997dfef9fb2d3db36ad7b31))
23
+ * **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))
24
+ * **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)
25
+
26
+
27
+ ### Features
28
+
29
+ * **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)
30
+ * **component/ratings:** add prop required ([#465](https://github.com/adeo/mozaic-vue/issues/465)) ([b4205b4](https://github.com/adeo/mozaic-vue/commit/b4205b414521fe07a410717041558430715994f1))
31
+ * **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))
32
+
33
+
34
+
35
+
36
+
37
+ ## [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)
38
+
39
+ **Note:** Version bump only for package @mozaic-ds/vue
40
+
41
+
42
+
43
+
44
+
45
+ ## [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)
46
+
47
+
48
+ ### Bug Fixes
49
+
50
+ * **build/tokens:** update npm tokens:build script ([ac637c0](https://github.com/adeo/mozaic-vue/commit/ac637c0e44d6e7a1d657ff692016ad5c81348105))
51
+
52
+
53
+
54
+
55
+
6
56
  ## [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)
7
57
 
8
58