@dialpad/dialtone-vue 2.2.0 → 2.3.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,3 +1,35 @@
1
+ # [2.3.0](https://github.com/dialpad/dialtone-vue/compare/v2.2.2...v2.3.0) (2022-04-08)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * calculate z-index after mounted ([#318](https://github.com/dialpad/dialtone-vue/issues/318)) ([b3d6d74](https://github.com/dialpad/dialtone-vue/commit/b3d6d7466b13d498feb909c709ede9b1fee3732e))
7
+ * dt-417 handle anchor with no children ([#316](https://github.com/dialpad/dialtone-vue/issues/316)) ([3f92a29](https://github.com/dialpad/dialtone-vue/commit/3f92a29b5b9dc9e1c01b289e3f52100af21ece9f))
8
+ * popover within popover stuck when ESC ([#320](https://github.com/dialpad/dialtone-vue/issues/320)) ([95fc99d](https://github.com/dialpad/dialtone-vue/commit/95fc99d907dc27b4f3b97c7cdc09553f575c1ec8))
9
+
10
+
11
+ ### Features
12
+
13
+ * **dropdown:** add maxWidth, maxHeight, listClass props ([#310](https://github.com/dialpad/dialtone-vue/issues/310)) ([f9f1356](https://github.com/dialpad/dialtone-vue/commit/f9f1356e39639741197a47958dc499afc5aacf00))
14
+ * **input:** add iconSize prop ([#314](https://github.com/dialpad/dialtone-vue/issues/314)) ([a6818be](https://github.com/dialpad/dialtone-vue/commit/a6818befb2ac475826eae7b7a5b5d2ec6148ea04))
15
+
16
+ ## [2.2.2](https://github.com/dialpad/dialtone-vue/compare/v2.2.1...v2.2.2) (2022-03-31)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **button:** change size s to sm in comment ([a6e396e](https://github.com/dialpad/dialtone-vue/commit/a6e396e9c9f1891fcee36a108e356751ef038a67))
22
+ * **dropdown:** add y padding on list ([#297](https://github.com/dialpad/dialtone-vue/issues/297)) ([df9c177](https://github.com/dialpad/dialtone-vue/commit/df9c1774d1ea3894911ec7cf3e9068cac17762b1))
23
+ * **popover:** dialog closing and reopening on anchor click ([b600366](https://github.com/dialpad/dialtone-vue/commit/b60036659be256cb3b051ea430c0f841e6abc9de))
24
+ * **tooltip:** nextTick before mounting ([9009102](https://github.com/dialpad/dialtone-vue/commit/9009102e0439f0912695322cba3e80d9904e9d9c))
25
+
26
+ ## [2.2.1](https://github.com/dialpad/dialtone-vue/compare/v2.2.0...v2.2.1) (2022-03-28)
27
+
28
+
29
+ ### Bug Fixes
30
+
31
+ * error with number value in calculateLength ([#299](https://github.com/dialpad/dialtone-vue/issues/299)) ([7ceda32](https://github.com/dialpad/dialtone-vue/commit/7ceda327935313b29a97eb56bb332adc8c6fcc75))
32
+
1
33
  # [2.2.0](https://github.com/dialpad/dialtone-vue/compare/v2.1.1...v2.2.0) (2022-03-25)
2
34
 
3
35