@dialpad/dialtone-vue 2.72.6 → 2.74.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,25 @@
1
+ # [2.74.0](https://github.com/dialpad/dialtone-vue/compare/v2.73.0...v2.74.0) (2023-03-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * **Input:** add date and time types for input ([#869](https://github.com/dialpad/dialtone-vue/issues/869)) ([a814bb7](https://github.com/dialpad/dialtone-vue/commit/a814bb787d5375320a71fa4d93695b04c196b7ce))
7
+ * **Tooltip:** add 300ms default delay ([#868](https://github.com/dialpad/dialtone-vue/issues/868)) ([9e36848](https://github.com/dialpad/dialtone-vue/commit/9e36848a34817ac6117b726395455d5bd1e454ef))
8
+
9
+ # [2.73.0](https://github.com/dialpad/dialtone-vue/compare/v2.72.6...v2.73.0) (2023-03-27)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * **Group Row:** change group row avatar to 'users' icon ([#862](https://github.com/dialpad/dialtone-vue/issues/862)) ([525137a](https://github.com/dialpad/dialtone-vue/commit/525137af0117495bbf3e6b88cc760b6b3c485355))
15
+
16
+
17
+ ### Features
18
+
19
+ * adds codeblock component to dialtone vue ([#852](https://github.com/dialpad/dialtone-vue/issues/852)) ([43d3f28](https://github.com/dialpad/dialtone-vue/commit/43d3f2800ff835d76f10756cd82f38d30e3bc45e))
20
+ * **Dropdown:** add tether prop ([#861](https://github.com/dialpad/dialtone-vue/issues/861)) ([273cef1](https://github.com/dialpad/dialtone-vue/commit/273cef17177820e48fa6205bf1c7b2e0707c6cf4))
21
+ * **Image Viewer:** create dtImageViewer ([#834](https://github.com/dialpad/dialtone-vue/issues/834)) ([396dbb3](https://github.com/dialpad/dialtone-vue/commit/396dbb3bf8d671b3ccee4b1e43eed5a51dedda98))
22
+
1
23
  ## [2.72.6](https://github.com/dialpad/dialtone-vue/compare/v2.72.5...v2.72.6) (2023-03-24)
2
24
 
3
25