@dialpad/dialtone-vue 3.43.0 → 3.44.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.json +1 -1
- package/CHANGELOG.md +21 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.common.js +159 -153
- package/dist/dialtone-vue.css +1 -1
- package/dist/dialtone-vue.umd.js +159 -153
- package/dist/dialtone-vue.umd.min.js +1 -1
- package/dist/emoji.common.js +6 -1
- package/dist/emoji.umd.js +6 -1
- package/dist/emoji.umd.min.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [3.44.1](https://github.com/dialpad/dialtone-vue/compare/v3.44.0...v3.44.1) (2023-02-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Root Layout:** null protection on getElementTops ([#763](https://github.com/dialpad/dialtone-vue/issues/763)) ([58db83e](https://github.com/dialpad/dialtone-vue/commit/58db83ec6352446c3c4a10d2a4f520b8d4a7db5c))
|
|
7
|
+
|
|
8
|
+
# [3.44.0](https://github.com/dialpad/dialtone-vue/compare/v3.43.0...v3.44.0) (2023-02-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **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))
|
|
14
|
+
* **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))
|
|
15
|
+
* **Root Layout:** sidebar independently scrollable ([#759](https://github.com/dialpad/dialtone-vue/issues/759)) ([6a58681](https://github.com/dialpad/dialtone-vue/commit/6a58681286efd7be9d5be11376e5c842164f7100))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **List Item:** add selected prop ([#754](https://github.com/dialpad/dialtone-vue/issues/754)) ([63237db](https://github.com/dialpad/dialtone-vue/commit/63237dbf9734f8b0cd6f097dd1851c3a1b7024b3))
|
|
21
|
+
|
|
1
22
|
# [3.43.0](https://github.com/dialpad/dialtone-vue/compare/v3.42.3...v3.43.0) (2023-02-08)
|
|
2
23
|
|
|
3
24
|
|