@dialpad/dialtone-vue 3.42.0-beta.1 → 3.42.1
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 -36
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +408 -340
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +408 -340
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,59 +1,31 @@
|
|
|
1
|
-
|
|
1
|
+
## [3.42.1](https://github.com/dialpad/dialtone-vue/compare/v3.42.0...v3.42.1) (2023-02-02)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* **Popover:** fix prevent scroll logic ([#723](https://github.com/dialpad/dialtone-vue/issues/723)) ([03e1b2b](https://github.com/dialpad/dialtone-vue/commit/03e1b2b924f9e9a49bf8f563a138fa393c9c2f0f))
|
|
10
|
-
* watch appendTo ([e36ca98](https://github.com/dialpad/dialtone-vue/commit/e36ca98e1460cf3f22399b03cde6882f2d6e6a7c))
|
|
6
|
+
* **Collapsible:** correct anchor slot check ([#739](https://github.com/dialpad/dialtone-vue/issues/739)) ([0e712d1](https://github.com/dialpad/dialtone-vue/commit/0e712d15e0feec11c2c09976e3bba968c53a4d19))
|
|
7
|
+
* **Combobox Multi Select:** chips missalignment ([#737](https://github.com/dialpad/dialtone-vue/issues/737)) ([a467ede](https://github.com/dialpad/dialtone-vue/commit/a467edeab6ee9075356b2c8d6a2fad2e8bc7c5be))
|
|
8
|
+
* **Top Banner Info:** updated tests ([#734](https://github.com/dialpad/dialtone-vue/issues/734)) ([b9c987c](https://github.com/dialpad/dialtone-vue/commit/b9c987cb993e9860436a0db6eff787d7773d87ff))
|
|
11
9
|
|
|
12
10
|
|
|
13
|
-
###
|
|
14
|
-
|
|
15
|
-
* **Popover:** shadow dom external anchor logic ([b20e258](https://github.com/dialpad/dialtone-vue/commit/b20e258e5d167931f64e4e51ea6db3c5df3a1a90))
|
|
16
|
-
|
|
17
|
-
# [3.41.0-beta.4](https://github.com/dialpad/dialtone-vue/compare/v3.41.0-beta.3...v3.41.0-beta.4) (2023-01-26)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* hack [#2](https://github.com/dialpad/dialtone-vue/issues/2) ([ffde2de](https://github.com/dialpad/dialtone-vue/commit/ffde2ded6a2b12622322aed47b07fbd834adb6e6))
|
|
23
|
-
|
|
24
|
-
# [3.41.0-beta.3](https://github.com/dialpad/dialtone-vue/compare/v3.41.0-beta.2...v3.41.0-beta.3) (2023-01-26)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* hack it up ([46df0d7](https://github.com/dialpad/dialtone-vue/commit/46df0d7327194fab77341fe96acf56a6177578f9))
|
|
30
|
-
|
|
31
|
-
# [3.41.0-beta.2](https://github.com/dialpad/dialtone-vue/compare/v3.41.0-beta.1...v3.41.0-beta.2) (2023-01-26)
|
|
32
|
-
|
|
11
|
+
### Code Refactoring
|
|
33
12
|
|
|
34
|
-
|
|
13
|
+
* slot validation in components ([#732](https://github.com/dialpad/dialtone-vue/issues/732)) ([8e87799](https://github.com/dialpad/dialtone-vue/commit/8e877996a0d99419dd964b186d85d57cc52d39be))
|
|
35
14
|
|
|
36
|
-
|
|
15
|
+
# [3.42.0](https://github.com/dialpad/dialtone-vue/compare/v3.41.0...v3.42.0) (2023-02-01)
|
|
37
16
|
|
|
38
|
-
# [3.41.0
|
|
17
|
+
# [3.41.0](https://github.com/dialpad/dialtone-vue/compare/v3.40.0...v3.41.0) (2023-01-26)
|
|
39
18
|
|
|
40
19
|
|
|
41
20
|
### Bug Fixes
|
|
42
21
|
|
|
43
22
|
* **Notice:** incorrect validation - vue 3 ([#716](https://github.com/dialpad/dialtone-vue/issues/716)) ([39aa989](https://github.com/dialpad/dialtone-vue/commit/39aa989f5b12864b4a91e7dfea52d41ba15cc316))
|
|
44
|
-
<<<<<<< HEAD
|
|
45
|
-
=======
|
|
46
23
|
* **Tab:** fix focus management with focusable elements inside the panel ([#721](https://github.com/dialpad/dialtone-vue/issues/721)) ([b689472](https://github.com/dialpad/dialtone-vue/commit/b689472a3624eb6ea1d03ebb94ac8befe91159b5))
|
|
47
|
-
>>>>>>> staging-vue3
|
|
48
24
|
|
|
49
25
|
|
|
50
26
|
### Features
|
|
51
27
|
|
|
52
28
|
* **Modal:** add style variants of banner ([#714](https://github.com/dialpad/dialtone-vue/issues/714)) ([b759869](https://github.com/dialpad/dialtone-vue/commit/b759869f26cda41ee8fb1c93a43be6cf7af5ef2d))
|
|
53
|
-
<<<<<<< HEAD
|
|
54
|
-
* **Popover:** shadow dom external anchor logic ([b20e258](https://github.com/dialpad/dialtone-vue/commit/b20e258e5d167931f64e4e51ea6db3c5df3a1a90))
|
|
55
|
-
=======
|
|
56
|
-
>>>>>>> staging-vue3
|
|
57
29
|
|
|
58
30
|
# [3.40.0](https://github.com/dialpad/dialtone-vue/compare/v3.39.0...v3.40.0) (2023-01-24)
|
|
59
31
|
|