@dialpad/dialtone-vue 3.73.1 → 3.73.3
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 +14 -0
- package/dist/dialtone-vue.cjs +2 -2
- package/dist/dialtone-vue.js +27 -10
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +3 -3
- package/dist/{emoji_picker-8f408365.cjs → emoji_picker-856956e1.cjs} +1 -1
- package/dist/{emoji_picker-8485a649.js → emoji_picker-956e04de.js} +1 -1
- package/dist/{emoji_text_wrapper-4115e6a2.cjs → emoji_text_wrapper-b5c7c334.cjs} +1 -1
- package/dist/{emoji_text_wrapper-124e7b04.js → emoji_text_wrapper-e07187bc.js} +1 -1
- package/dist/{index-746e548f.cjs → index-6294032c.cjs} +1 -1
- package/dist/{index-6b22d90d.js → index-a257a50a.js} +9 -3
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +5 -5
- package/dist/{popover-0dac4806.js → popover-3dbe0634.js} +1 -1
- package/dist/{popover-df47d91f.cjs → popover-7e9c5a25.cjs} +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [3.73.3](https://github.com/dialpad/dialtone-vue/compare/v3.73.2...v3.73.3) (2023-06-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **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))
|
|
7
|
+
|
|
8
|
+
## [3.73.2](https://github.com/dialpad/dialtone-vue/compare/v3.73.1...v3.73.2) (2023-06-20)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **Rich Text Editor:** add a check and workaround for phone regex vue 3 ([#1030](https://github.com/dialpad/dialtone-vue/issues/1030)) ([70e28d2](https://github.com/dialpad/dialtone-vue/commit/70e28d295e88126cc893fc316cf85cea5bfbd453))
|
|
14
|
+
|
|
1
15
|
## [3.73.1](https://github.com/dialpad/dialtone-vue/compare/v3.73.0...v3.73.1) (2023-06-20)
|
|
2
16
|
|
|
3
17
|
|