@dialpad/dialtone-vue 3.47.0 → 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 +29 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +1858 -352
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +1858 -352
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
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
|
+
|
|
1
30
|
# [3.47.0](https://github.com/dialpad/dialtone-vue/compare/v3.46.2...v3.47.0) (2023-03-06)
|
|
2
31
|
|
|
3
32
|
|