@dialpad/dialtone-vue 2.0.0-beta.9 → 2.1.0-beta.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.md +24 -42
- package/dist/dialtone-vue.common.js +362 -136
- package/dist/dialtone-vue.umd.js +362 -136
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,92 +1,74 @@
|
|
|
1
|
-
# [2.
|
|
1
|
+
# [2.1.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0-beta.1) (2022-03-14)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
# [2.0.0-beta.8](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2022-03-05)
|
|
6
|
+
* add validation in calculateLength ([eec8652](https://github.com/dialpad/dialtone-vue/commit/eec865242e3a9f8d61d4c2989f76cb857400144d))
|
|
7
|
+
* revert add length validation in the input component ([0ed0cde](https://github.com/dialpad/dialtone-vue/commit/0ed0cde8f8e5fd28b96c984793f163816faf12c1))
|
|
9
8
|
|
|
10
9
|
|
|
11
10
|
### Features
|
|
12
11
|
|
|
13
|
-
* add
|
|
12
|
+
* add length validation in the input component ([b063876](https://github.com/dialpad/dialtone-vue/commit/b063876e45b7c22e963a6a2b1bc0f2ef7ae37be5))
|
|
13
|
+
* add length validation in the input component ([592acb1](https://github.com/dialpad/dialtone-vue/commit/592acb191c662dd53d38cc982c804d791b0875e2))
|
|
14
14
|
|
|
15
|
-
# [2.
|
|
15
|
+
# [2.1.0](https://github.com/dialpad/dialtone-vue/compare/v2.0.1...v2.1.0) (2022-03-14)
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
### Bug Fixes
|
|
19
19
|
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
# [2.0.0-beta.6](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2022-03-02)
|
|
20
|
+
* revert add length validation in the input component ([1dbfedc](https://github.com/dialpad/dialtone-vue/commit/1dbfedcfb8c87759b42791f7643613f692da9469))
|
|
23
21
|
|
|
24
22
|
|
|
25
23
|
### Features
|
|
26
24
|
|
|
27
|
-
* add
|
|
25
|
+
* add length validation in the input component ([b5fc958](https://github.com/dialpad/dialtone-vue/commit/b5fc958f68251d64d544325319ba347a33ec4cc3))
|
|
26
|
+
* add length validation in the input component" ([aac5471](https://github.com/dialpad/dialtone-vue/commit/aac5471647bcf7ff346cd0e11b5e2daf755f5160))
|
|
28
27
|
|
|
29
|
-
|
|
28
|
+
## [2.0.1](https://github.com/dialpad/dialtone-vue/compare/v2.0.0...v2.0.1) (2022-03-12)
|
|
30
29
|
|
|
31
30
|
|
|
32
31
|
### Bug Fixes
|
|
33
32
|
|
|
34
|
-
*
|
|
35
|
-
|
|
36
|
-
# [2.0.0-beta.4](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2022-03-01)
|
|
33
|
+
* revert add length validation in the input component ([ee13fb6](https://github.com/dialpad/dialtone-vue/commit/ee13fb6b26b65c36271bc95fb7548d7124e12417))
|
|
37
34
|
|
|
35
|
+
# [2.0.0](https://github.com/dialpad/dialtone-vue/compare/v1.16.0...v2.0.0) (2022-03-12)
|
|
38
36
|
|
|
39
|
-
### Bug Fixes
|
|
40
37
|
|
|
41
|
-
|
|
38
|
+
### Features
|
|
42
39
|
|
|
43
|
-
|
|
40
|
+
* add length validation in the input component ([#238](https://github.com/dialpad/dialtone-vue/issues/238)) ([3faae3e](https://github.com/dialpad/dialtone-vue/commit/3faae3ebc7a7b69b77e99f71a00f9b0124da5f4f))
|
|
41
|
+
* alignment of props, behaviour, a11y in Popover, Tooltip ([#256](https://github.com/dialpad/dialtone-vue/issues/256)) ([1f4342d](https://github.com/dialpad/dialtone-vue/commit/1f4342db3691d89b77f42750bfa58112374bb972))
|
|
44
42
|
|
|
45
43
|
|
|
46
|
-
###
|
|
44
|
+
### BREAKING CHANGES
|
|
47
45
|
|
|
48
|
-
*
|
|
46
|
+
* many changes in prop naming and structure.
|
|
49
47
|
|
|
50
|
-
# [
|
|
48
|
+
# [1.16.0](https://github.com/dialpad/dialtone-vue/compare/v1.15.0...v1.16.0) (2022-03-08)
|
|
51
49
|
|
|
52
50
|
|
|
53
51
|
### Bug Fixes
|
|
54
52
|
|
|
55
|
-
*
|
|
53
|
+
* make padding same on both sides on keyboard shortcut ([2b8113c](https://github.com/dialpad/dialtone-vue/commit/2b8113ce1d597211713faa5acb623685ae863a75))
|
|
56
54
|
|
|
57
|
-
# [2.0.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v2.0.0-beta.1) (2022-02-25)
|
|
58
|
-
# [1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)
|
|
59
55
|
|
|
56
|
+
### Features
|
|
60
57
|
|
|
61
|
-
|
|
58
|
+
* add contact info component for call info display ([#249](https://github.com/dialpad/dialtone-vue/issues/249)) ([8195314](https://github.com/dialpad/dialtone-vue/commit/81953141235af95c5d10842c6d314ecc8d089bc2))
|
|
62
59
|
|
|
63
|
-
|
|
60
|
+
# [1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)
|
|
64
61
|
|
|
65
62
|
|
|
66
|
-
###
|
|
63
|
+
### Bug Fixes
|
|
67
64
|
|
|
68
|
-
*
|
|
65
|
+
* multiple items being highlighted at the same time ([#245](https://github.com/dialpad/dialtone-vue/issues/245)) ([05d6c6d](https://github.com/dialpad/dialtone-vue/commit/05d6c6d911d9a67eb4975296072b40cc25c924be))
|
|
69
66
|
|
|
70
67
|
|
|
71
68
|
### Features
|
|
72
69
|
|
|
73
70
|
* add top banner info component for call info display ([#246](https://github.com/dialpad/dialtone-vue/issues/246)) ([8f47407](https://github.com/dialpad/dialtone-vue/commit/8f474073743c5123396252ec288a468affdaef4a))
|
|
74
71
|
|
|
75
|
-
|
|
76
|
-
### BREAKING CHANGES
|
|
77
|
-
|
|
78
|
-
* removed fixedVerticalAlignment, fixedAlignment props for the popover component
|
|
79
|
-
|
|
80
|
-
* fix merge
|
|
81
|
-
|
|
82
|
-
* fix tests
|
|
83
|
-
|
|
84
|
-
* fix story
|
|
85
|
-
|
|
86
|
-
* clean up stories and documentation
|
|
87
|
-
|
|
88
|
-
Co-authored-by: Brad Paugh <brad.paugh@dialpad.com>
|
|
89
|
-
|
|
90
72
|
# [1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)
|
|
91
73
|
|
|
92
74
|
|