@dialpad/dialtone-vue 3.94.4 → 3.95.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 +26 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +956 -989
- package/dist/directives.cjs +1 -1
- package/dist/directives.js +1 -1
- package/dist/{emoji-eca45193.js → emoji-bI5MJWZH.js} +2 -3
- package/dist/emoji-ujF0T0kZ.cjs +1 -0
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +3 -3
- package/dist/{message_input-adace257.js → message_input-KktXM8gs.js} +944 -882
- package/dist/{message_input-cd4bb4eb.cjs → message_input-r_-Jg43r.cjs} +10 -10
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +3 -3
- package/dist/style.css +1 -1
- package/dist/{tooltip-4736031b.cjs → tooltip_constants-mcMQGvF_.cjs} +4 -4
- package/dist/{tooltip-e2013b2a.js → tooltip_constants-pAtd8bjI.js} +191 -192
- package/dist/types/components/banner/banner.vue.d.ts.map +1 -1
- package/dist/types/components/notice/index.d.ts +3 -0
- package/dist/types/components/toast/index.d.ts +1 -1
- package/dist/types/components/toast/toast.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts +64 -1
- package/dist/types/recipes/conversation_view/message_input/message_input.vue.d.ts.map +1 -1
- package/package.json +15 -15
- package/dist/emoji-36138d23.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## [3.95.1](https://github.com/dialpad/dialtone-vue/compare/v3.95.0...v3.95.1) (2023-11-17)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* dialbot reference ([2776d7f](https://github.com/dialpad/dialtone-vue/commit/2776d7f58c1c5fa088f174dc4c8e1097f71aa71e))
|
|
7
|
+
|
|
8
|
+
# [3.95.0](https://github.com/dialpad/dialtone-vue/compare/v3.94.4...v3.95.0) (2023-11-17)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* enter event stop propagation on suggestion list ([#1301](https://github.com/dialpad/dialtone-vue/issues/1301)) ([82cd466](https://github.com/dialpad/dialtone-vue/commit/82cd466592df526589a1031ecca7af9b2a1d3a9c))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Documentation
|
|
17
|
+
|
|
18
|
+
* fix not working stories ([#1303](https://github.com/dialpad/dialtone-vue/issues/1303)) ([149d658](https://github.com/dialpad/dialtone-vue/commit/149d658cfdeb30fbc3623d40d0a8f9f174710bfd))
|
|
19
|
+
* **Tooltip:** add sticky popper variation ([#1299](https://github.com/dialpad/dialtone-vue/issues/1299)) ([12f2157](https://github.com/dialpad/dialtone-vue/commit/12f2157de9c69c96ab59dd79f38c30bd9f0e97ec))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **Message Input:** edit message mode using the same recipe ([#1306](https://github.com/dialpad/dialtone-vue/issues/1306)) ([ff28904](https://github.com/dialpad/dialtone-vue/commit/ff28904caa648f96c2b5b5d4e3ce029dc1f36cd0))
|
|
25
|
+
* upgrade vite to v5 and node to v20 ([#1309](https://github.com/dialpad/dialtone-vue/issues/1309)) ([8f9dad4](https://github.com/dialpad/dialtone-vue/commit/8f9dad4e39c0b2e2318919d1deb007c76568332d))
|
|
26
|
+
|
|
1
27
|
## [3.94.4](https://github.com/dialpad/dialtone-vue/compare/v3.94.3...v3.94.4) (2023-11-10)
|
|
2
28
|
|
|
3
29
|
|