@dialpad/dialtone-vue 2.105.4 → 2.106.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 +14 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +5 -5
- package/dist/dialtone-vue.js +206 -198
- package/dist/style.css +1 -1
- package/dist/types/components/select_menu/select_menu.vue.d.ts +17 -0
- package/dist/types/components/select_menu/select_menu.vue.d.ts.map +1 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts +21 -1
- package/dist/types/recipes/conversation_view/feed_item_row/feed_item_row.vue.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [2.106.1](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.106.0...dialtone-vue2/v2.106.1) (2023-12-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Select Menu:** correctly support v-model, fix infinite loop bug ([bf834fa](https://github.com/dialpad/dialtone/commit/bf834faf32e07c3d32ac6b06ac408cf42842c325))
|
|
7
|
+
|
|
8
|
+
# [2.106.0](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.105.4...dialtone-vue2/v2.106.0) (2023-12-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **Feed Item Row:** add gap instead of padding and label field ([#37](https://github.com/dialpad/dialtone/issues/37)) ([16eb296](https://github.com/dialpad/dialtone/commit/16eb2969894dd93bbb09b4baa28677fa2fa970c2))
|
|
14
|
+
|
|
1
15
|
## [2.105.4](https://github.com/dialpad/dialtone/compare/dialtone-vue2/v2.105.3...dialtone-vue2/v2.105.4) (2023-12-05)
|
|
2
16
|
|
|
3
17
|
|