@dialpad/dialtone-vue 3.70.0 → 3.72.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.json +1 -1
- package/CHANGELOG.md +33 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +7 -7
- package/dist/dialtone-vue.js +919 -854
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +49 -47
- package/dist/{emoji_text_wrapper-0b655103.cjs → emoji_text_wrapper-0681c5eb.cjs} +6 -6
- package/dist/{emoji_text_wrapper-a6cf0407.js → emoji_text_wrapper-2d0e6363.js} +5986 -5925
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
# [3.72.0](https://github.com/dialpad/dialtone-vue/compare/v3.71.0...v3.72.0) (2023-06-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Code Refactoring
|
|
5
|
+
|
|
6
|
+
* **List Item:** remove utility classes ([#1018](https://github.com/dialpad/dialtone-vue/issues/1018)) ([a59e8cb](https://github.com/dialpad/dialtone-vue/commit/a59e8cbf3a959790515df1f69473e160e83a0abe))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Emoji Picker:** with popover variant and code improvement ([#1020](https://github.com/dialpad/dialtone-vue/issues/1020)) ([2c0a82b](https://github.com/dialpad/dialtone-vue/commit/2c0a82b2db26c84760e80b4bb716f6ea6e1af978))
|
|
12
|
+
|
|
13
|
+
# [3.71.0](https://github.com/dialpad/dialtone-vue/compare/v3.70.0...v3.71.0) (2023-06-13)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* add placeholder text for richtexteditor - vue3 ([#1005](https://github.com/dialpad/dialtone-vue/issues/1005)) ([ae5d586](https://github.com/dialpad/dialtone-vue/commit/ae5d586e2ec368fc283d4fb609769bb8c62c3037))
|
|
19
|
+
* **Contact Row, Group Row, General Row:** null on description - vue3 ([#1014](https://github.com/dialpad/dialtone-vue/issues/1014)) ([ac6d084](https://github.com/dialpad/dialtone-vue/commit/ac6d08462184f2324b033c129a2c853264125044))
|
|
20
|
+
* **Modal:** secondary action button kind ([#1012](https://github.com/dialpad/dialtone-vue/issues/1012)) ([0f51007](https://github.com/dialpad/dialtone-vue/commit/0f510075861bf3b61c0e67117c2fc914f5ef58a0))
|
|
21
|
+
* **Modal:** show event and initial-focus-element - vue3 ([#1010](https://github.com/dialpad/dialtone-vue/issues/1010)) ([00a4553](https://github.com/dialpad/dialtone-vue/commit/00a4553e498f0cbebc499b7a1d299f5831fa0ff3))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Documentation
|
|
25
|
+
|
|
26
|
+
* fix broken story ([318974c](https://github.com/dialpad/dialtone-vue/commit/318974cfe7b8a757f319bb8f78e2b473186d8fda))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* **Feed Item Row:** state changes - vue3 ([#1006](https://github.com/dialpad/dialtone-vue/issues/1006)) ([13e4edf](https://github.com/dialpad/dialtone-vue/commit/13e4edf304f250140db1208b2be84fe2b3616ee8))
|
|
32
|
+
* **Rich Text Editor:** link extension vue3 ([#1008](https://github.com/dialpad/dialtone-vue/issues/1008)) ([b4c1397](https://github.com/dialpad/dialtone-vue/commit/b4c13970db9ad6e88bb8ce316c50ee430e46d872))
|
|
33
|
+
|
|
1
34
|
# [3.70.0](https://github.com/dialpad/dialtone-vue/compare/v3.69.3...v3.70.0) (2023-06-02)
|
|
2
35
|
|
|
3
36
|
|