@dialpad/dialtone-vue 3.66.1 → 3.67.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.json +1 -1
- package/CHANGELOG.md +14 -0
- package/dist/dialtone-vue.cjs +7 -6
- package/dist/dialtone-vue.js +1396 -1298
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +99 -98
- package/dist/{emoji_text_wrapper-2f4dd42b.js → emoji_text_wrapper-206321c9.js} +17489 -24143
- package/dist/emoji_text_wrapper-97be1afb.cjs +25 -0
- package/package.json +2 -2
- package/dist/emoji_text_wrapper-099f66b6.cjs +0 -38
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [3.67.0](https://github.com/dialpad/dialtone-vue/compare/v3.66.1...v3.67.0) (2023-05-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Feed Items:** fix test failure for emoji row ([#975](https://github.com/dialpad/dialtone-vue/issues/975)) ([96697b0](https://github.com/dialpad/dialtone-vue/commit/96697b01c141f7c40fddc1c60c645972b7074a1f))
|
|
7
|
+
* Revert bundle in vue ([#973](https://github.com/dialpad/dialtone-vue/issues/973)) ([e8035b4](https://github.com/dialpad/dialtone-vue/commit/e8035b4777c9030230bf3bbeae0f10390674d3a2))
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* **Feed Items:** create feed item emoji row (vue3) ([#974](https://github.com/dialpad/dialtone-vue/issues/974)) ([b925e0d](https://github.com/dialpad/dialtone-vue/commit/b925e0d558e282710820bdbbc4a4ba644a81a3e1))
|
|
13
|
+
* update dialtone-icons ([3eb61a8](https://github.com/dialpad/dialtone-vue/commit/3eb61a878765f59e6f6933379887ed956ad6dc5d))
|
|
14
|
+
|
|
1
15
|
## [3.66.1](https://github.com/dialpad/dialtone-vue/compare/v3.66.0...v3.66.1) (2023-05-10)
|
|
2
16
|
|
|
3
17
|
|