@dialpad/dialtone-vue 2.0.0-beta.7 → 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 CHANGED
@@ -1,46 +1,28 @@
1
- # [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)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * popover open event, popover focus bug ([a8fe310](https://github.com/dialpad/dialtone-vue/commit/a8fe310fe3488cbcc0d9135cd5cea0d8119f29cb))
7
-
8
- # [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)
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 dialogClass prop ([612094d](https://github.com/dialpad/dialtone-vue/commit/612094dab4da9eff64aca8bff840eba8afc0fab7))
14
-
15
- # [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)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * tests ([9a18f53](https://github.com/dialpad/dialtone-vue/commit/9a18f53255e96bca7a021414d4d4810f1b09d18c))
21
-
22
- # [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))
23
8
 
24
9
 
25
- ### Bug Fixes
10
+ ### BREAKING CHANGES
26
11
 
27
- * z-index issue and focus on mouse click issue ([29f8da5](https://github.com/dialpad/dialtone-vue/commit/29f8da51e4c8b01857a1346daf6929f6179f7844))
12
+ * many changes in prop naming and structure.
28
13
 
29
- # [2.0.0-beta.3](https://github.com/dialpad/dialtone-vue/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2022-02-26)
14
+ # [1.16.0](https://github.com/dialpad/dialtone-vue/compare/v1.15.0...v1.16.0) (2022-03-08)
30
15
 
31
16
 
32
17
  ### Bug Fixes
33
18
 
34
- * overlength mdx ([b4f64d8](https://github.com/dialpad/dialtone-vue/commit/b4f64d87f63eabbdcde69359f4904c8a141c7d41))
35
-
36
- # [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))
37
20
 
38
21
 
39
- ### Bug Fixes
22
+ ### Features
40
23
 
41
- * tooltip tests ([6358d36](https://github.com/dialpad/dialtone-vue/commit/6358d3653d084364637fb0ae6f2814604dfffc57))
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))
42
25
 
43
- # [2.0.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v2.0.0-beta.1) (2022-02-25)
44
26
  # [1.15.0](https://github.com/dialpad/dialtone-vue/compare/v1.14.0...v1.15.0) (2022-02-28)
45
27
 
46
28
 
@@ -49,30 +31,10 @@
49
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))
50
32
 
51
33
 
52
- ### Code Refactoring
53
-
54
- * 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))
55
-
56
-
57
34
  ### Features
58
35
 
59
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))
60
37
 
61
-
62
- ### BREAKING CHANGES
63
-
64
- * removed fixedVerticalAlignment, fixedAlignment props for the popover component
65
-
66
- * fix merge
67
-
68
- * fix tests
69
-
70
- * fix story
71
-
72
- * clean up stories and documentation
73
-
74
- Co-authored-by: Brad Paugh <brad.paugh@dialpad.com>
75
-
76
38
  # [1.14.0](https://github.com/dialpad/dialtone-vue/compare/v1.13.2...v1.14.0) (2022-02-18)
77
39
 
78
40