@dialpad/dialtone-vue 3.110.1 → 3.111.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 +22 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +2 -2
- package/dist/dialtone-vue.js +22 -25
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +2 -2
- package/dist/{rich_text_editor--3JpdmJ2.cjs → rich_text_editor-2jqjuGrZ.cjs} +17 -17
- package/dist/{rich_text_editor-_GiT5AG_.js → rich_text_editor-NWAFxCaY.js} +708 -690
- package/dist/style.css +1 -1
- package/dist/types/components/avatar/avatar.vue.d.ts +29 -11
- package/dist/types/components/avatar/avatar.vue.d.ts.map +1 -1
- package/dist/types/components/list_item/list_item.vue.d.ts +2 -0
- package/dist/types/components/list_item/list_item.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +4 -2
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/dist/types/recipes/item_layout/contact_info/contact_info.vue.d.ts +11 -11
- package/dist/types/recipes/leftbar/callbox/callbox.vue.d.ts +4 -4
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts +0 -17
- package/dist/types/recipes/leftbar/contact_row/contact_row.vue.d.ts.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
# [3.111.0](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.110.2...dialtone-vue3/v3.111.0) (2024-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* lower aggression of feed-item-row deep selector ([#189](https://github.com/dialpad/dialtone/issues/189)) ([de20342](https://github.com/dialpad/dialtone/commit/de20342dc0e831f64c704d84786e293423fbb02d))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Emoji Row, Time Pill:** feed time pill and emoji style updates ([#187](https://github.com/dialpad/dialtone/issues/187)) ([cd39cbb](https://github.com/dialpad/dialtone/commit/cd39cbb26db054810ee2b8ed42b610157ba90ca1))
|
|
12
|
+
|
|
13
|
+
## [3.110.2](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.110.1...dialtone-vue3/v3.110.2) (2024-03-05)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* avatar image alt repeated ([#181](https://github.com/dialpad/dialtone/issues/181)) ([d0177be](https://github.com/dialpad/dialtone/commit/d0177be3366a8258a9890f71e090a4021fe3f98c))
|
|
19
|
+
* **Feed Item Row:** accessibility error ([#183](https://github.com/dialpad/dialtone/issues/183)) ([036176c](https://github.com/dialpad/dialtone/commit/036176cd7de3cc65cf3ff4ed7ab8cbd768148db6))
|
|
20
|
+
* long dt chip ([#179](https://github.com/dialpad/dialtone/issues/179)) ([08c68aa](https://github.com/dialpad/dialtone/commit/08c68aae1f5f68f47cdad7239e748a06ee4e6ad9))
|
|
21
|
+
* **Message Input:** color contrast on cancel button ([#182](https://github.com/dialpad/dialtone/issues/182)) ([535733d](https://github.com/dialpad/dialtone/commit/535733d1504e545406d71efdc85e9550e3ccea5a))
|
|
22
|
+
|
|
1
23
|
## [3.110.1](https://github.com/dialpad/dialtone/compare/dialtone-vue3/v3.110.0...dialtone-vue3/v3.110.1) (2024-02-28)
|
|
2
24
|
|
|
3
25
|
|