@dialpad/dialtone-vue 3.61.4 → 3.63.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 +39 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +26279 -934
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +26279 -934
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +25152 -48
- package/dist/emoji.umd.js +25152 -48
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,42 @@
|
|
|
1
|
+
# [3.63.0](https://github.com/dialpad/dialtone-vue/compare/v3.62.0...v3.63.0) (2023-04-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* deploy to GitHub packages ([#943](https://github.com/dialpad/dialtone-vue/issues/943)) ([0163305](https://github.com/dialpad/dialtone-vue/commit/0163305b846d2da05f6f850d4500004a529094f1))
|
|
7
|
+
* **Feed Item Row:** recipe for feed item row - vue3 ([#938](https://github.com/dialpad/dialtone-vue/issues/938)) ([a3ae4a6](https://github.com/dialpad/dialtone-vue/commit/a3ae4a6327d161dc6cfe620df79193ff7c57e49d))
|
|
8
|
+
|
|
9
|
+
# [3.62.0](https://github.com/dialpad/dialtone-vue/compare/v3.61.5...v3.62.0) (2023-04-26)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* emoji size in leftbar item descriptions ([#919](https://github.com/dialpad/dialtone-vue/issues/919)) ([918774f](https://github.com/dialpad/dialtone-vue/commit/918774fdf80d66f3a3ed47d5e19d6da60d023766))
|
|
15
|
+
* **General Row:** show dnd alongside unreadCount ([#936](https://github.com/dialpad/dialtone-vue/issues/936)) ([5c0d0ca](https://github.com/dialpad/dialtone-vue/commit/5c0d0ca44e9a20e75fb248072a9e4833a865f9e8))
|
|
16
|
+
* image viewer improvements ([#927](https://github.com/dialpad/dialtone-vue/issues/927)) ([27b130f](https://github.com/dialpad/dialtone-vue/commit/27b130f594d6d9b5adb8645a5bf30aef6a5986c5))
|
|
17
|
+
* **Leftbar Row:** animation speed to 1.5s ([#917](https://github.com/dialpad/dialtone-vue/issues/917)) ([3507ad3](https://github.com/dialpad/dialtone-vue/commit/3507ad371ca471d55ebe2894236f04e127e4f143))
|
|
18
|
+
* **Recipe Callbar Button With Popover:** update margin for callbutton with popover when in compact mode ([#932](https://github.com/dialpad/dialtone-vue/issues/932)) ([f232761](https://github.com/dialpad/dialtone-vue/commit/f23276140227d94a7448d5ef7e5475b54e4859da))
|
|
19
|
+
* **Unread Chip:** styling - vue3 ([#921](https://github.com/dialpad/dialtone-vue/issues/921)) ([1bf9908](https://github.com/dialpad/dialtone-vue/commit/1bf99089cfa4547f9192375ce75ea58696fb2152))
|
|
20
|
+
* visual tests not triggering on approval ([#934](https://github.com/dialpad/dialtone-vue/issues/934)) ([f78762e](https://github.com/dialpad/dialtone-vue/commit/f78762ef614b973b3c305e02ff0fa71b4307f47a))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Code Refactoring
|
|
24
|
+
|
|
25
|
+
* **Root Layout:** remove javascript - vue3 ([#923](https://github.com/dialpad/dialtone-vue/issues/923)) ([bece1dd](https://github.com/dialpad/dialtone-vue/commit/bece1dd29379f762ac4fb35c5ed63780f860a8a2))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **Leftbar General Row:** add iconSize prop ([#930](https://github.com/dialpad/dialtone-vue/issues/930)) ([8f6a35b](https://github.com/dialpad/dialtone-vue/commit/8f6a35b7fc3210f368cbf01d2eb38e722695f5e3))
|
|
31
|
+
* **Rich Text Editor:** add rich text editor component - vue3 ([#928](https://github.com/dialpad/dialtone-vue/issues/928)) ([dd483ab](https://github.com/dialpad/dialtone-vue/commit/dd483abc1261c85d5291ff2a0ee7a5ec84d0b3e6))
|
|
32
|
+
|
|
33
|
+
## [3.61.5](https://github.com/dialpad/dialtone-vue/compare/v3.61.4...v3.61.5) (2023-04-17)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Bug Fixes
|
|
37
|
+
|
|
38
|
+
* remove dialtone-icons from externals ([#915](https://github.com/dialpad/dialtone-vue/issues/915)) ([d93c3d3](https://github.com/dialpad/dialtone-vue/commit/d93c3d39e9c1d109d5552bcd2127bf79e30b6cec))
|
|
39
|
+
|
|
1
40
|
## [3.61.4](https://github.com/dialpad/dialtone-vue/compare/v3.61.3...v3.61.4) (2023-04-15)
|
|
2
41
|
|
|
3
42
|
|