@dialpad/dialtone-vue 3.77.0 → 3.78.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.json +1 -1
- package/CHANGELOG.md +33 -0
- package/dist/{DtEmojiPicker-223fae54.js → DtEmojiPicker-4a94558f.js} +865 -865
- package/dist/DtEmojiPicker-fef2c039.cjs +25 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +929 -919
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +2 -2
- package/dist/{emoji_text_wrapper-205bcb5e.js → emoji_text_wrapper-605dbcc4.js} +1 -1
- package/dist/{emoji_text_wrapper-12f5067a.cjs → emoji_text_wrapper-6e51e012.cjs} +1 -1
- package/dist/message_input.cjs +18 -14
- package/dist/message_input.js +1557 -1343
- package/dist/{notice-3c67f080.js → notice-8e321352.js} +1 -1
- package/dist/{notice-219d286e.cjs → notice-daa0db24.cjs} +1 -1
- package/dist/style.css +1 -1
- package/package.json +17 -14
- package/dist/DtEmojiPicker-bb3978a7.cjs +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## [3.78.1](https://github.com/dialpad/dialtone-vue/compare/v3.78.0...v3.78.1) (2023-07-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **General Row:** adjust label width on prop change ([#1096](https://github.com/dialpad/dialtone-vue/issues/1096)) ([a7209a8](https://github.com/dialpad/dialtone-vue/commit/a7209a823ba6d573a97b735ee4f6778bf1e4543a))
|
|
7
|
+
* **General Row:** call resize handler on mounted ([#1094](https://github.com/dialpad/dialtone-vue/issues/1094)) ([6604a1b](https://github.com/dialpad/dialtone-vue/commit/6604a1b9364ae22d1adc42910b9d014ffce54437))
|
|
8
|
+
|
|
9
|
+
# [3.78.0](https://github.com/dialpad/dialtone-vue/compare/v3.77.0...v3.78.0) (2023-07-24)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* `contact_info` style override issue (Vue3) ([#1079](https://github.com/dialpad/dialtone-vue/issues/1079)) ([16235b7](https://github.com/dialpad/dialtone-vue/commit/16235b7e5dc5cc63b749d4ee9f4d3ad91d5c7bf6))
|
|
15
|
+
* add customized css to badge label and contact info (vue3) ([#1077](https://github.com/dialpad/dialtone-vue/issues/1077)) ([a749778](https://github.com/dialpad/dialtone-vue/commit/a749778a2a7842e86bd244b2937bbd703c1a8d8a))
|
|
16
|
+
* **Combobox Multi Select:** fix ref not existing error ([#1084](https://github.com/dialpad/dialtone-vue/issues/1084)) ([560e6ae](https://github.com/dialpad/dialtone-vue/commit/560e6ae991bab3805f52ea1ce42e4ab07f64f705))
|
|
17
|
+
* fix emoji skin tone not updating when skinTone prop updates ([#1087](https://github.com/dialpad/dialtone-vue/issues/1087)) ([e1b5631](https://github.com/dialpad/dialtone-vue/commit/e1b563196a535acdf27ca2d3b21faac03803887c))
|
|
18
|
+
* **General Row:** overridden display property - vue3 ([#1070](https://github.com/dialpad/dialtone-vue/issues/1070)) ([d0c6595](https://github.com/dialpad/dialtone-vue/commit/d0c6595ff0fbb277e4a74635332f190ed2f5d34c))
|
|
19
|
+
* **General Row:** resize observer - vue3 ([#1075](https://github.com/dialpad/dialtone-vue/issues/1075)) ([dee506c](https://github.com/dialpad/dialtone-vue/commit/dee506c1c385f0eec62b35b8d64e6f41ccfe9041))
|
|
20
|
+
* **Message Input:** message input recipe tests ([#1073](https://github.com/dialpad/dialtone-vue/issues/1073)) ([7936bd5](https://github.com/dialpad/dialtone-vue/commit/7936bd542041b1f10183b4c757e7f8e4bc17a1ef))
|
|
21
|
+
* **Tooltip:** change anchor tag to span ([#1089](https://github.com/dialpad/dialtone-vue/issues/1089)) ([f346741](https://github.com/dialpad/dialtone-vue/commit/f346741239f886a7ef1158f4f43a9906047e8a49))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Documentation
|
|
25
|
+
|
|
26
|
+
* **Collapsible:** fix opened event not displayed on panel ([#1065](https://github.com/dialpad/dialtone-vue/issues/1065)) ([b325dff](https://github.com/dialpad/dialtone-vue/commit/b325dff364ee3d479a3f77f606c6120c357d6db9))
|
|
27
|
+
* **Multiple Components:** missing migrations - vue3 ([#1090](https://github.com/dialpad/dialtone-vue/issues/1090)) ([8627284](https://github.com/dialpad/dialtone-vue/commit/8627284a45deb49faacbe540a85bfb305762fab3))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* **Rich Text Editor:** add hardbreak and codeblocks ([#1068](https://github.com/dialpad/dialtone-vue/issues/1068)) ([e788ab9](https://github.com/dialpad/dialtone-vue/commit/e788ab9af2bdd9c7891dbe69e5828f41ae30b974))
|
|
33
|
+
|
|
1
34
|
# [3.77.0](https://github.com/dialpad/dialtone-vue/compare/v3.76.2...v3.77.0) (2023-07-11)
|
|
2
35
|
|
|
3
36
|
|