@dialpad/dialtone-vue 2.0.0-beta.9 → 2.0.0
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 +9 -61
- package/dist/dialtone-vue.common.js +358 -136
- package/dist/dialtone-vue.umd.js +358 -136
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,60 +1,28 @@
|
|
|
1
|
-
# [2.0.0
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* mouse highlighting with combobox popover ([48c629c](https://github.com/dialpad/dialtone-vue/commit/48c629cb1c1430ea25e0ab09cfe8fd98b8e34ac7))
|
|
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)
|
|
1
|
+
# [2.0.0](https://github.com/dialpad/dialtone-vue/compare/v1.16.0...v2.0.0) (2022-03-12)
|
|
9
2
|
|
|
10
3
|
|
|
11
4
|
### Features
|
|
12
5
|
|
|
13
|
-
* add
|
|
14
|
-
|
|
15
|
-
# [2.0.0-beta.7](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2022-03-04)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* popover open event, popover focus bug ([a8fe310](https://github.com/dialpad/dialtone-vue/commit/a8fe310fe3488cbcc0d9135cd5cea0d8119f29cb))
|
|
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)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* add dialogClass prop ([612094d](https://github.com/dialpad/dialtone-vue/commit/612094dab4da9eff64aca8bff840eba8afc0fab7))
|
|
28
|
-
|
|
29
|
-
# [2.0.0-beta.5](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2022-03-02)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* tests ([9a18f53](https://github.com/dialpad/dialtone-vue/commit/9a18f53255e96bca7a021414d4d4810f1b09d18c))
|
|
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)
|
|
6
|
+
* 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))
|
|
7
|
+
* 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))
|
|
37
8
|
|
|
38
9
|
|
|
39
|
-
###
|
|
10
|
+
### BREAKING CHANGES
|
|
40
11
|
|
|
41
|
-
*
|
|
12
|
+
* many changes in prop naming and structure.
|
|
42
13
|
|
|
43
|
-
# [
|
|
14
|
+
# [1.16.0](https://github.com/dialpad/dialtone-vue/compare/v1.15.0...v1.16.0) (2022-03-08)
|
|
44
15
|
|
|
45
16
|
|
|
46
17
|
### Bug Fixes
|
|
47
18
|
|
|
48
|
-
*
|
|
49
|
-
|
|
50
|
-
# [2.0.0-beta.2](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2022-02-26)
|
|
19
|
+
* make padding same on both sides on keyboard shortcut ([2b8113c](https://github.com/dialpad/dialtone-vue/commit/2b8113ce1d597211713faa5acb623685ae863a75))
|
|
51
20
|
|
|
52
21
|
|
|
53
|
-
###
|
|
22
|
+
### Features
|
|
54
23
|
|
|
55
|
-
*
|
|
24
|
+
* 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))
|
|
56
25
|
|
|
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
26
|
# [1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)
|
|
59
27
|
|
|
60
28
|
|
|
@@ -63,30 +31,10 @@
|
|
|
63
31
|
* 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))
|
|
64
32
|
|
|
65
33
|
|
|
66
|
-
### Code Refactoring
|
|
67
|
-
|
|
68
|
-
* component popover, tooltip(update css,alignment,class-naming) ([#223](https://github.com/dialpad/dialtone-vue/issues/223)) ([45c48a4](https://github.com/dialpad/dialtone-vue/commit/45c48a473665f065020818be675f18f34d565179))
|
|
69
|
-
|
|
70
|
-
|
|
71
34
|
### Features
|
|
72
35
|
|
|
73
36
|
* 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
37
|
|
|
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
38
|
# [1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)
|
|
91
39
|
|
|
92
40
|
|