@dialpad/dialtone-vue 2.83.4 → 2.84.0-beta.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 +13 -2
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +13 -13
- package/dist/dialtone-vue.js +4066 -3959
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +1 -1
- package/dist/{emoji_text_wrapper-1b295e1b.js → emoji_text_wrapper-16f44d6e.js} +819 -781
- package/dist/emoji_text_wrapper-ae6cff0d.cjs +1 -0
- package/dist/style.css +1 -1
- package/package.json +7 -6
- package/dist/emoji_text_wrapper-f588a5a5.cjs +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,20 @@
|
|
|
1
|
-
|
|
1
|
+
# [2.84.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v2.83.3...v2.84.0-beta.1) (2023-06-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* change to fnv algo ([f6e01a1](https://github.com/dialpad/dialtone-vue/commit/f6e01a1cbef354c8cfa16a8642a29c4425f79634))
|
|
7
|
+
* component documentation link class ([#985](https://github.com/dialpad/dialtone-vue/issues/985)) ([95c178c](https://github.com/dialpad/dialtone-vue/commit/95c178c29c3b9b8b4891d19f7a9cb87304400286))
|
|
8
|
+
* set node engine minimum to 12.20 ([#988](https://github.com/dialpad/dialtone-vue/issues/988)) ([a53db3c](https://github.com/dialpad/dialtone-vue/commit/a53db3c475f6c62f7fd5ec6573beb605d94272e3))
|
|
9
|
+
* update dialtone-icons ([9a8c31a](https://github.com/dialpad/dialtone-vue/commit/9a8c31ac8c14086fd1d94271b98123cc9431e7c8))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **Avatar:** update to flat colors ([#982](https://github.com/dialpad/dialtone-vue/issues/982)) ([469fe05](https://github.com/dialpad/dialtone-vue/commit/469fe0522189247fc5c0a3f62ed92110617ec78c))
|
|
15
|
+
* **Confact Info:** add `showAvatar` and `avatarIcon` props ([#981](https://github.com/dialpad/dialtone-vue/issues/981)) ([4a7a674](https://github.com/dialpad/dialtone-vue/commit/4a7a674b80ae50c7fe4d2f8bf1d6f35de54c4ab3))
|
|
16
|
+
* migration to dialtone 8 ([#979](https://github.com/dialpad/dialtone-vue/issues/979)) ([defcb77](https://github.com/dialpad/dialtone-vue/commit/defcb77301f7b8bfb41c14e4a23aedf544ddacad)), closes [#993](https://github.com/dialpad/dialtone-vue/issues/993)
|
|
17
|
+
* update dialtone-icons ([1fb19be](https://github.com/dialpad/dialtone-vue/commit/1fb19beca6145d4f8625653847525aba1c2283a2))
|
|
7
18
|
|
|
8
19
|
## [2.83.3](https://github.com/dialpad/dialtone-vue/compare/v2.83.2...v2.83.3) (2023-05-15)
|
|
9
20
|
|