@dialpad/dialtone-vue 3.76.0 → 3.76.2
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 +86 -0
- package/dist/{DtEmojiPicker-16507e3f.js → DtEmojiPicker-223fae54.js} +6399 -6378
- package/dist/DtEmojiPicker-bb3978a7.cjs +25 -0
- package/dist/dialtone-vue.cjs +6 -6
- package/dist/dialtone-vue.js +43 -39
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +22 -18
- package/dist/{emoji_text_wrapper-fae97675.cjs → emoji_text_wrapper-12f5067a.cjs} +1 -1
- package/dist/{emoji_text_wrapper-f04c64bb.js → emoji_text_wrapper-205bcb5e.js} +4 -4
- package/dist/message_input.cjs +1 -1
- package/dist/message_input.js +85 -85
- package/dist/{notice-eab06029.cjs → notice-219d286e.cjs} +1 -1
- package/dist/{notice-4b77480d.js → notice-3c67f080.js} +4 -4
- package/package.json +1 -1
- package/dist/DtEmojiPicker-becdf2a7.cjs +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,89 @@
|
|
|
1
|
+
## [3.76.2](https://github.com/dialpad/dialtone-vue/compare/v3.76.1...v3.76.2) (2023-07-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* correct ci config ([47fed67](https://github.com/dialpad/dialtone-vue/commit/47fed678cd4f64315cd95f0c8acd605503a088c2))
|
|
7
|
+
|
|
8
|
+
## [3.76.1](https://github.com/dialpad/dialtone-vue/compare/v3.76.0...v3.76.1) (2023-07-07)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* channel name ([ecfdf6a](https://github.com/dialpad/dialtone-vue/commit/ecfdf6a680b744f506485f5ac1e012a0a21969ff))
|
|
14
|
+
|
|
15
|
+
# [3.76.0](https://github.com/dialpad/dialtone-vue/compare/v3.75.2...v3.76.0) (2023-07-07)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **Item Layout:** remove align-self from item layout ([f673bc8](https://github.com/dialpad/dialtone-vue/commit/f673bc8ccc725dffec13d08b5e3e8d811f0358ed))
|
|
21
|
+
* **Message Input:** error notice message ([#1041](https://github.com/dialpad/dialtone-vue/issues/1041)) ([617382b](https://github.com/dialpad/dialtone-vue/commit/617382b534cae05221a81a1809334393c3e0f894))
|
|
22
|
+
* **Message Input:** two way binding for message input value ([#1058](https://github.com/dialpad/dialtone-vue/issues/1058)) ([2b808ee](https://github.com/dialpad/dialtone-vue/commit/2b808eeedde2f00ee55a9f11d3d59dae605a5825))
|
|
23
|
+
* modify release branch method ([3ced6c8](https://github.com/dialpad/dialtone-vue/commit/3ced6c8a89e750032cdf6ffaec6c4a1e122628e6))
|
|
24
|
+
* remove unneeded branch ([6320d3a](https://github.com/dialpad/dialtone-vue/commit/6320d3a92ae5ff80cdb98eb1e58842dea3a49387))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Code Refactoring
|
|
28
|
+
|
|
29
|
+
* **Datepicker:** migrate styles to dialtone vue3 ([#1051](https://github.com/dialpad/dialtone-vue/issues/1051)) ([c2f3b2c](https://github.com/dialpad/dialtone-vue/commit/c2f3b2cd49ab8689d2cc178e8f7f3605363c3aa3))
|
|
30
|
+
* **Emoji Picker:** migrate styles to dialtone ([#1047](https://github.com/dialpad/dialtone-vue/issues/1047)) ([dbdb568](https://github.com/dialpad/dialtone-vue/commit/dbdb5680e22ef0b59cb7fc472259e2ce0e1bb014))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* dialtone-vue3 dependency updates ([#1057](https://github.com/dialpad/dialtone-vue/issues/1057)) ([5a35e4d](https://github.com/dialpad/dialtone-vue/commit/5a35e4da020901c49784e25981e277b81501c0c6))
|
|
36
|
+
* **Emoji Picker:** exported skin tones and categories ([#1063](https://github.com/dialpad/dialtone-vue/issues/1063)) ([6aafede](https://github.com/dialpad/dialtone-vue/commit/6aafedeaaa847ec8397279a882717c255468074a))
|
|
37
|
+
* **Item Layout:** add component - vue3 ([#1054](https://github.com/dialpad/dialtone-vue/issues/1054)) ([3d825cd](https://github.com/dialpad/dialtone-vue/commit/3d825cd3848fc684e9e978c3f350844a137ded14))
|
|
38
|
+
|
|
39
|
+
# [3.76.0](https://github.com/dialpad/dialtone-vue/compare/v3.75.2...v3.76.0) (2023-07-07)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Bug Fixes
|
|
43
|
+
|
|
44
|
+
* **Item Layout:** remove align-self from item layout ([f673bc8](https://github.com/dialpad/dialtone-vue/commit/f673bc8ccc725dffec13d08b5e3e8d811f0358ed))
|
|
45
|
+
* **Message Input:** error notice message ([#1041](https://github.com/dialpad/dialtone-vue/issues/1041)) ([617382b](https://github.com/dialpad/dialtone-vue/commit/617382b534cae05221a81a1809334393c3e0f894))
|
|
46
|
+
* **Message Input:** two way binding for message input value ([#1058](https://github.com/dialpad/dialtone-vue/issues/1058)) ([2b808ee](https://github.com/dialpad/dialtone-vue/commit/2b808eeedde2f00ee55a9f11d3d59dae605a5825))
|
|
47
|
+
* modify release branch method ([3ced6c8](https://github.com/dialpad/dialtone-vue/commit/3ced6c8a89e750032cdf6ffaec6c4a1e122628e6))
|
|
48
|
+
* remove unneeded branch ([6320d3a](https://github.com/dialpad/dialtone-vue/commit/6320d3a92ae5ff80cdb98eb1e58842dea3a49387))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Code Refactoring
|
|
52
|
+
|
|
53
|
+
* **Datepicker:** migrate styles to dialtone vue3 ([#1051](https://github.com/dialpad/dialtone-vue/issues/1051)) ([c2f3b2c](https://github.com/dialpad/dialtone-vue/commit/c2f3b2cd49ab8689d2cc178e8f7f3605363c3aa3))
|
|
54
|
+
* **Emoji Picker:** migrate styles to dialtone ([#1047](https://github.com/dialpad/dialtone-vue/issues/1047)) ([dbdb568](https://github.com/dialpad/dialtone-vue/commit/dbdb5680e22ef0b59cb7fc472259e2ce0e1bb014))
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
### Features
|
|
58
|
+
|
|
59
|
+
* dialtone-vue3 dependency updates ([#1057](https://github.com/dialpad/dialtone-vue/issues/1057)) ([5a35e4d](https://github.com/dialpad/dialtone-vue/commit/5a35e4da020901c49784e25981e277b81501c0c6))
|
|
60
|
+
* **Emoji Picker:** exported skin tones and categories ([#1063](https://github.com/dialpad/dialtone-vue/issues/1063)) ([6aafede](https://github.com/dialpad/dialtone-vue/commit/6aafedeaaa847ec8397279a882717c255468074a))
|
|
61
|
+
* **Item Layout:** add component - vue3 ([#1054](https://github.com/dialpad/dialtone-vue/issues/1054)) ([3d825cd](https://github.com/dialpad/dialtone-vue/commit/3d825cd3848fc684e9e978c3f350844a137ded14))
|
|
62
|
+
|
|
63
|
+
# [3.76.0](https://github.com/dialpad/dialtone-vue/compare/v3.75.2...v3.76.0) (2023-07-07)
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
### Bug Fixes
|
|
67
|
+
|
|
68
|
+
* **Item Layout:** remove align-self from item layout ([f673bc8](https://github.com/dialpad/dialtone-vue/commit/f673bc8ccc725dffec13d08b5e3e8d811f0358ed))
|
|
69
|
+
* **Message Input:** error notice message ([#1041](https://github.com/dialpad/dialtone-vue/issues/1041)) ([617382b](https://github.com/dialpad/dialtone-vue/commit/617382b534cae05221a81a1809334393c3e0f894))
|
|
70
|
+
* **Message Input:** two way binding for message input value ([#1058](https://github.com/dialpad/dialtone-vue/issues/1058)) ([2b808ee](https://github.com/dialpad/dialtone-vue/commit/2b808eeedde2f00ee55a9f11d3d59dae605a5825))
|
|
71
|
+
* modify release branch method ([3ced6c8](https://github.com/dialpad/dialtone-vue/commit/3ced6c8a89e750032cdf6ffaec6c4a1e122628e6))
|
|
72
|
+
* remove unneeded branch ([6320d3a](https://github.com/dialpad/dialtone-vue/commit/6320d3a92ae5ff80cdb98eb1e58842dea3a49387))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Code Refactoring
|
|
76
|
+
|
|
77
|
+
* **Datepicker:** migrate styles to dialtone vue3 ([#1051](https://github.com/dialpad/dialtone-vue/issues/1051)) ([c2f3b2c](https://github.com/dialpad/dialtone-vue/commit/c2f3b2cd49ab8689d2cc178e8f7f3605363c3aa3))
|
|
78
|
+
* **Emoji Picker:** migrate styles to dialtone ([#1047](https://github.com/dialpad/dialtone-vue/issues/1047)) ([dbdb568](https://github.com/dialpad/dialtone-vue/commit/dbdb5680e22ef0b59cb7fc472259e2ce0e1bb014))
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* dialtone-vue3 dependency updates ([#1057](https://github.com/dialpad/dialtone-vue/issues/1057)) ([5a35e4d](https://github.com/dialpad/dialtone-vue/commit/5a35e4da020901c49784e25981e277b81501c0c6))
|
|
84
|
+
* **Emoji Picker:** exported skin tones and categories ([#1063](https://github.com/dialpad/dialtone-vue/issues/1063)) ([6aafede](https://github.com/dialpad/dialtone-vue/commit/6aafedeaaa847ec8397279a882717c255468074a))
|
|
85
|
+
* **Item Layout:** add component - vue3 ([#1054](https://github.com/dialpad/dialtone-vue/issues/1054)) ([3d825cd](https://github.com/dialpad/dialtone-vue/commit/3d825cd3848fc684e9e978c3f350844a137ded14))
|
|
86
|
+
|
|
1
87
|
# [3.76.0](https://github.com/dialpad/dialtone-vue/compare/v3.75.2...v3.76.0) (2023-07-07)
|
|
2
88
|
|
|
3
89
|
|