@dialpad/dialtone-vue 3.42.1 → 3.42.2
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 +8 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +130 -46
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +130 -46
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [3.42.2](https://github.com/dialpad/dialtone-vue/compare/v3.42.1...v3.42.2) (2023-02-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Combobox Multi Select:** wrong chips position while on modal ([#743](https://github.com/dialpad/dialtone-vue/issues/743)) ([49baa71](https://github.com/dialpad/dialtone-vue/commit/49baa717da087b82d609ba3804511aee306c0fd1))
|
|
7
|
+
* **Root Layout:** add fixed prop ([#744](https://github.com/dialpad/dialtone-vue/issues/744)) ([4cde38d](https://github.com/dialpad/dialtone-vue/commit/4cde38dbd780189fc7d1492e1ec992878507fa2f))
|
|
8
|
+
|
|
1
9
|
## [3.42.1](https://github.com/dialpad/dialtone-vue/compare/v3.42.0...v3.42.1) (2023-02-02)
|
|
2
10
|
|
|
3
11
|
|