@dialpad/dialtone-vue 2.100.0 → 2.101.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,32 @@
1
+ # [2.101.0](https://github.com/dialpad/dialtone-vue/compare/v2.100.1...v2.101.0) (2023-10-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **Root Layout:** convert to pure CSS grid method ([#1253](https://github.com/dialpad/dialtone-vue/issues/1253)) ([db3ba06](https://github.com/dialpad/dialtone-vue/commit/db3ba0677f7b4999e220fdb34635959f5f086ad3))
7
+
8
+
9
+ ### Features
10
+
11
+ * **Dt Recipe Ivr Node:** change z-index and docs ([#1257](https://github.com/dialpad/dialtone-vue/issues/1257)) ([1d5c703](https://github.com/dialpad/dialtone-vue/commit/1d5c7038a5a50f8b23b90c8681a71bc09acbe451))
12
+
13
+ ## [2.100.1](https://github.com/dialpad/dialtone-vue/compare/v2.100.0...v2.100.1) (2023-10-06)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **Breadcrumbs:** fix story configuration of BreadcrumbItem ([#1246](https://github.com/dialpad/dialtone-vue/issues/1246)) ([3ce325d](https://github.com/dialpad/dialtone-vue/commit/3ce325d2357962cf185d75119257070eaf5c144a))
19
+ * **Callbar Button:** slot not working ([#1242](https://github.com/dialpad/dialtone-vue/issues/1242)) ([0b5d67f](https://github.com/dialpad/dialtone-vue/commit/0b5d67f12e4b55ac1b1ca6f8ec0f78cfdff5357e))
20
+ * **General Row:** set voice chat icon to waveform ([3812434](https://github.com/dialpad/dialtone-vue/commit/3812434a6a820de4522030f0f6e3f2e8ed27bda1))
21
+ * href on link ([#1244](https://github.com/dialpad/dialtone-vue/issues/1244)) ([9245081](https://github.com/dialpad/dialtone-vue/commit/9245081521cf9ceadfe5756113d683911c610213))
22
+ * **Root Layout:** use inner child width for sidebar ([#1251](https://github.com/dialpad/dialtone-vue/issues/1251)) ([9e55f6f](https://github.com/dialpad/dialtone-vue/commit/9e55f6f8679182cd7c11e7ae695b451bf61d204d))
23
+
24
+
25
+ ### Documentation
26
+
27
+ * **Avatar:** missing examples ([#1238](https://github.com/dialpad/dialtone-vue/issues/1238)) ([163ab02](https://github.com/dialpad/dialtone-vue/commit/163ab022d7c56749c73af735f98a952bf982dcb2))
28
+ * fix avatar images broken ([#1234](https://github.com/dialpad/dialtone-vue/issues/1234)) ([d90d890](https://github.com/dialpad/dialtone-vue/commit/d90d8905ef1dfe625140825c42e707fc1f4724e8))
29
+
1
30
  # [2.100.0](https://github.com/dialpad/dialtone-vue/compare/v2.99.1...v2.100.0) (2023-10-05)
2
31
 
3
32