@dialpad/dialtone-vue 3.73.2 → 3.74.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
@@ -1,3 +1,25 @@
1
+ # [3.74.0](https://github.com/dialpad/dialtone-vue/compare/v3.73.3...v3.74.0) (2023-06-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **General Row:** overlapping text - vue 3 ([#1037](https://github.com/dialpad/dialtone-vue/issues/1037)) ([4d38b3c](https://github.com/dialpad/dialtone-vue/commit/4d38b3c6d3543bb825b41327875660bba0324f06))
7
+ * **List Item:** border radius ([#1039](https://github.com/dialpad/dialtone-vue/issues/1039)) ([f522667](https://github.com/dialpad/dialtone-vue/commit/f5226670b726d3c5fadebf523b73d52fac5943f5))
8
+ * **Rich Text Editor:** fix v-model not working ([#1034](https://github.com/dialpad/dialtone-vue/issues/1034)) ([99b0729](https://github.com/dialpad/dialtone-vue/commit/99b0729e3a7b7d7fc97de4ea047e9ac4ed47b53d))
9
+
10
+
11
+ ### Features
12
+
13
+ * **Datepicker:** datepicker vue3 component ([#1042](https://github.com/dialpad/dialtone-vue/issues/1042)) ([62310da](https://github.com/dialpad/dialtone-vue/commit/62310da0eba8a8c86b3fd959ad4dc75c40b2bb94))
14
+ * **Emoji Picker, Scroller, Datepicker:** build registration component and sort vue3 ([#1045](https://github.com/dialpad/dialtone-vue/issues/1045)) ([32028b7](https://github.com/dialpad/dialtone-vue/commit/32028b7dad569281994f34016f44cbc69052bf4a))
15
+
16
+ ## [3.73.3](https://github.com/dialpad/dialtone-vue/compare/v3.73.2...v3.73.3) (2023-06-22)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **Callbar Button With Popover:** show popover on demand and emit modal opened event vue3 ([#1031](https://github.com/dialpad/dialtone-vue/issues/1031)) ([eadd131](https://github.com/dialpad/dialtone-vue/commit/eadd131dd0a80c1978cb41f36dd23ada628ad9ad))
22
+
1
23
  ## [3.73.2](https://github.com/dialpad/dialtone-vue/compare/v3.73.1...v3.73.2) (2023-06-20)
2
24
 
3
25