@dialpad/dialtone-vue 3.46.2 → 3.49.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 +50 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +4413 -2384
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +4413 -2384
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +11 -0
- package/dist/emoji.umd.js +11 -0
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,53 @@
|
|
|
1
|
+
# [3.49.0](https://github.com/dialpad/dialtone-vue/compare/v3.48.0...v3.49.0) (2023-03-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* dialbot size ([2e1a224](https://github.com/dialpad/dialtone-vue/commit/2e1a2240e4522abfc53416dba90c211fdf75322d))
|
|
7
|
+
* **Leftbar Group Row:** add conditional img render ([#816](https://github.com/dialpad/dialtone-vue/issues/816)) ([2f79293](https://github.com/dialpad/dialtone-vue/commit/2f79293575c92b7d3eba95746daa776aa504c10e))
|
|
8
|
+
* **Popover:** ignore role=presentation ([bc5071c](https://github.com/dialpad/dialtone-vue/commit/bc5071c8620b1008504e660ae6880d6a87b59f27))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **Leftbar Contact Row:** support "no presence" ([#815](https://github.com/dialpad/dialtone-vue/issues/815)) ([543bc17](https://github.com/dialpad/dialtone-vue/commit/543bc1732873845ab090692ddee4b3f1b43f53e4))
|
|
14
|
+
* **Leftbar:** fixes and additions to leftbar row components ([#806](https://github.com/dialpad/dialtone-vue/issues/806)) ([c5dc843](https://github.com/dialpad/dialtone-vue/commit/c5dc8432bba9d232f8262bdf9739bd32fad06046))
|
|
15
|
+
* **Scroller:** initial mvp ([#780](https://github.com/dialpad/dialtone-vue/issues/780)) ([59fe820](https://github.com/dialpad/dialtone-vue/commit/59fe820f4aec3012b4047368a379aa90b249f767))
|
|
16
|
+
|
|
17
|
+
# [3.48.0](https://github.com/dialpad/dialtone-vue/compare/v3.47.0...v3.48.0) (2023-03-13)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **Avatar:** initials are not available until image loads - vue3 ([#805](https://github.com/dialpad/dialtone-vue/issues/805)) ([46155f3](https://github.com/dialpad/dialtone-vue/commit/46155f3f271aed8cad62f6bfd0237d0cd2cf3cb4))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **Theme:** update leftbar theme vars vue3 ([#801](https://github.com/dialpad/dialtone-vue/issues/801)) ([eaf3fab](https://github.com/dialpad/dialtone-vue/commit/eaf3fab3daa0200ee3709914f278a6ef53522570))
|
|
28
|
+
* **Theme:** update leftbar theme vars vue3 (redo) ([#802](https://github.com/dialpad/dialtone-vue/issues/802)) ([d34b1f4](https://github.com/dialpad/dialtone-vue/commit/d34b1f442fded72b2fb66cf1d824c813a2d5bee6))
|
|
29
|
+
|
|
30
|
+
# [3.47.0](https://github.com/dialpad/dialtone-vue/compare/v3.46.2...v3.47.0) (2023-03-06)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Bug Fixes
|
|
34
|
+
|
|
35
|
+
* adjust callbar button width for size ([#795](https://github.com/dialpad/dialtone-vue/issues/795)) ([89f0d0a](https://github.com/dialpad/dialtone-vue/commit/89f0d0a7482523a375b68f684a0352d66a2f7c8b))
|
|
36
|
+
* **Combobox:** popover close on scroll ([#788](https://github.com/dialpad/dialtone-vue/issues/788)) ([4cbd355](https://github.com/dialpad/dialtone-vue/commit/4cbd355832d0945169c5bd2bd9dec5475abd18c2))
|
|
37
|
+
* **Popover:** protect against an undefined focus element ([#798](https://github.com/dialpad/dialtone-vue/issues/798)) ([0a6c223](https://github.com/dialpad/dialtone-vue/commit/0a6c223dea7241d2bfc0b38000b239a3ff7f04ac))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* DP-59900 Add `buttonWidthSize` prop ([0bc6d6a](https://github.com/dialpad/dialtone-vue/commit/0bc6d6ac6fdd57f824a63cb5ebdb1746d0c2f10d))
|
|
43
|
+
* **Leftbar Contact Row:** add contact row ([#799](https://github.com/dialpad/dialtone-vue/issues/799)) ([29ba4b6](https://github.com/dialpad/dialtone-vue/commit/29ba4b6aee7062552e81873f0996f0262b305b62))
|
|
44
|
+
* **Leftbar General Row:** add hasUnreads prop ([de6c2da](https://github.com/dialpad/dialtone-vue/commit/de6c2da31e859b22c9a61fde0c525490c6c7c8c7))
|
|
45
|
+
* **Leftbar General Row:** additional styles ([#791](https://github.com/dialpad/dialtone-vue/issues/791)) ([b48a651](https://github.com/dialpad/dialtone-vue/commit/b48a6519657dcb9522f146d02e20c0443e9737d6))
|
|
46
|
+
* **Leftbar:** add group row recipe ([#781](https://github.com/dialpad/dialtone-vue/issues/781)) ([b10ea96](https://github.com/dialpad/dialtone-vue/commit/b10ea96f5ee973473897739281a4fbefaa0e4d9d))
|
|
47
|
+
* **Leftbar:** dnd style vue3 ([#793](https://github.com/dialpad/dialtone-vue/issues/793)) ([a1146cf](https://github.com/dialpad/dialtone-vue/commit/a1146cf5c13051c701188b6495b4b13d732fdb1e))
|
|
48
|
+
* **Leftbar:** update text-overflow style ([#790](https://github.com/dialpad/dialtone-vue/issues/790)) ([90d25d7](https://github.com/dialpad/dialtone-vue/commit/90d25d791689ea9b02bee5fa419a9aa2bd90f0aa))
|
|
49
|
+
* **Theme:** update sidebar theme vars vue3 ([#783](https://github.com/dialpad/dialtone-vue/issues/783)) ([476adf3](https://github.com/dialpad/dialtone-vue/commit/476adf3998ae9041f989179609a10e279b01754c))
|
|
50
|
+
|
|
1
51
|
## [3.46.2](https://github.com/dialpad/dialtone-vue/compare/v3.46.1...v3.46.2) (2023-02-24)
|
|
2
52
|
|
|
3
53
|
|