@dialpad/dialtone-vue 2.62.0 → 2.64.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 +21 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +373 -34
- package/dist/dialtone-vue.umd.js +373 -34
- 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 +1 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
# [2.64.0](https://github.com/dialpad/dialtone-vue/compare/v2.63.0...v2.64.0) (2023-03-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* adjust callbar button width for size ([#794](https://github.com/dialpad/dialtone-vue/issues/794)) ([c04c1a7](https://github.com/dialpad/dialtone-vue/commit/c04c1a7ad09b753a38568ce5dc2b5dcc619ddc25))
|
|
7
|
+
* **Leftbar:** dnd style ([#792](https://github.com/dialpad/dialtone-vue/issues/792)) ([c30f4b9](https://github.com/dialpad/dialtone-vue/commit/c30f4b9c4c8cfad4bb62c69344bedd5c99678c4e))
|
|
8
|
+
* **Popover:** protect against an undefined focus element ([#797](https://github.com/dialpad/dialtone-vue/issues/797)) ([f880e76](https://github.com/dialpad/dialtone-vue/commit/f880e76fe007b781532c0b81886203dc82f2f929))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **Leftbar Contact Row:** add contact row ([#796](https://github.com/dialpad/dialtone-vue/issues/796)) ([4c2e292](https://github.com/dialpad/dialtone-vue/commit/4c2e2923e83cc96d1f0ba7acb627d275d2a1c941))
|
|
14
|
+
|
|
15
|
+
# [2.63.0](https://github.com/dialpad/dialtone-vue/compare/v2.62.0...v2.63.0) (2023-03-02)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **Leftbar General Row:** add hasUnreads prop ([5da9dd7](https://github.com/dialpad/dialtone-vue/commit/5da9dd75c0d2e521018b8767d1e8beb012a4da75))
|
|
21
|
+
|
|
1
22
|
# [2.62.0](https://github.com/dialpad/dialtone-vue/compare/v2.61.0...v2.62.0) (2023-03-01)
|
|
2
23
|
|
|
3
24
|
|