@dialpad/dialtone-vue 3.42.3 → 3.44.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,29 @@
1
+ # [3.44.0](https://github.com/dialpad/dialtone-vue/compare/v3.43.0...v3.44.0) (2023-02-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Collapsible:** pass only listeners to lazy show ([#756](https://github.com/dialpad/dialtone-vue/issues/756)) ([771e9d3](https://github.com/dialpad/dialtone-vue/commit/771e9d3638c124d7c33f4bbfea1c83c1f7e203ec))
7
+ * **Root Layout Body:** fix a11y keyboard access to main content ([#752](https://github.com/dialpad/dialtone-vue/issues/752)) ([e897b5d](https://github.com/dialpad/dialtone-vue/commit/e897b5df6265c4fea8e8737b16d17c74c3f8711f))
8
+ * **Root Layout:** sidebar independently scrollable ([#759](https://github.com/dialpad/dialtone-vue/issues/759)) ([6a58681](https://github.com/dialpad/dialtone-vue/commit/6a58681286efd7be9d5be11376e5c842164f7100))
9
+
10
+
11
+ ### Features
12
+
13
+ * **List Item:** add selected prop ([#754](https://github.com/dialpad/dialtone-vue/issues/754)) ([63237db](https://github.com/dialpad/dialtone-vue/commit/63237dbf9734f8b0cd6f097dd1851c3a1b7024b3))
14
+
15
+ # [3.43.0](https://github.com/dialpad/dialtone-vue/compare/v3.42.3...v3.43.0) (2023-02-08)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * preventScrolling after transition completes ([#750](https://github.com/dialpad/dialtone-vue/issues/750)) ([af2ac67](https://github.com/dialpad/dialtone-vue/commit/af2ac679dcf8ffe986d8e9649245f3741de78cef))
21
+
22
+
23
+ ### Features
24
+
25
+ * **Avatar:** group variant ([#751](https://github.com/dialpad/dialtone-vue/issues/751)) ([a416c91](https://github.com/dialpad/dialtone-vue/commit/a416c91741800b27af0a9bf704b8ac58edd8fe12))
26
+
1
27
  ## [3.42.3](https://github.com/dialpad/dialtone-vue/compare/v3.42.2...v3.42.3) (2023-02-03)
2
28
 
3
29