@dialpad/dialtone-vue 2.92.1 → 2.92.3
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 +16 -0
- package/dist/dialtone-vue.cjs +1 -1
- package/dist/dialtone-vue.js +14 -12
- package/dist/style.css +1 -1
- package/package.json +14 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
## [2.92.3](https://github.com/dialpad/dialtone-vue/compare/v2.92.2...v2.92.3) (2023-07-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **General Row:** adjust label width on prop change ([#1095](https://github.com/dialpad/dialtone-vue/issues/1095)) ([be00936](https://github.com/dialpad/dialtone-vue/commit/be00936c30297e4db91531959fec9e5e22bec829))
|
|
7
|
+
* **General Row:** call resize handler on mounted ([#1093](https://github.com/dialpad/dialtone-vue/issues/1093)) ([25791d7](https://github.com/dialpad/dialtone-vue/commit/25791d7d0cfe57b050a84c155d7a67b0dbdf3340))
|
|
8
|
+
* **Tooltip:** change anchor tag to span ([#1088](https://github.com/dialpad/dialtone-vue/issues/1088)) ([2bd0be2](https://github.com/dialpad/dialtone-vue/commit/2bd0be2f2d6885870e2e22de225f350ad7e89525))
|
|
9
|
+
|
|
10
|
+
## [2.92.2](https://github.com/dialpad/dialtone-vue/compare/v2.92.1...v2.92.2) (2023-07-21)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **Combobox Multi Select:** fix ref not existing error ([#1083](https://github.com/dialpad/dialtone-vue/issues/1083)) ([f5d8874](https://github.com/dialpad/dialtone-vue/commit/f5d88746d81e2f61edf39862d9264f5a5970fc66))
|
|
16
|
+
|
|
1
17
|
## [2.92.1](https://github.com/dialpad/dialtone-vue/compare/v2.92.0...v2.92.1) (2023-07-20)
|
|
2
18
|
|
|
3
19
|
|