@dialpad/dialtone-vue 3.61.2 → 3.61.4
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 +17 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +69 -63
- package/dist/dialtone-vue.umd.js +69 -63
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## [3.61.4](https://github.com/dialpad/dialtone-vue/compare/v3.61.3...v3.61.4) (2023-04-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Avatar:** image size and z-index issues ([#909](https://github.com/dialpad/dialtone-vue/issues/909)) ([32d0442](https://github.com/dialpad/dialtone-vue/commit/32d04429e25cb0b7d15aed396cb8cdb296d9dd8a))
|
|
7
|
+
* **Avatar:** remove box sizing for overlay text/icon (vue3) ([#907](https://github.com/dialpad/dialtone-vue/issues/907)) ([5f20caa](https://github.com/dialpad/dialtone-vue/commit/5f20caafb57aab8b88680910c6adcd2c0cbb3b81))
|
|
8
|
+
* **Recipe Callbar Ai Popover:** fixed popover positioning in the callbar ([#913](https://github.com/dialpad/dialtone-vue/issues/913)) ([5000d72](https://github.com/dialpad/dialtone-vue/commit/5000d723e03595d940c85094bb83d9c690f68be0))
|
|
9
|
+
* **Recipe Callbar Tooltip:** fixed tooltip positioning in the callbar ([#911](https://github.com/dialpad/dialtone-vue/issues/911)) ([0241810](https://github.com/dialpad/dialtone-vue/commit/02418105c101187e5a6a22a96e6cbf649297462e))
|
|
10
|
+
|
|
11
|
+
## [3.61.3](https://github.com/dialpad/dialtone-vue/compare/v3.61.2...v3.61.3) (2023-04-14)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
* incorrect version of icons ([2948ed7](https://github.com/dialpad/dialtone-vue/commit/2948ed7b77e49ad1f7e5afed0a7be78bb6a6a388))
|
|
17
|
+
|
|
1
18
|
## [3.61.2](https://github.com/dialpad/dialtone-vue/compare/v3.61.1...v3.61.2) (2023-04-13)
|
|
2
19
|
|
|
3
20
|
|