@dialpad/dialtone-vue 3.69.3 → 3.71.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 +36 -0
- package/dist/component-documentation.json +1 -1
- package/dist/dialtone-vue.cjs +7 -7
- package/dist/dialtone-vue.js +940 -874
- package/dist/emoji.cjs +1 -1
- package/dist/emoji.js +487 -285
- package/dist/{emoji_text_wrapper-0b655103.cjs → emoji_text_wrapper-0681c5eb.cjs} +6 -6
- package/dist/{emoji_text_wrapper-a6cf0407.js → emoji_text_wrapper-2d0e6363.js} +5986 -5925
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,39 @@
|
|
|
1
|
+
# [3.71.0](https://github.com/dialpad/dialtone-vue/compare/v3.70.0...v3.71.0) (2023-06-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add placeholder text for richtexteditor - vue3 ([#1005](https://github.com/dialpad/dialtone-vue/issues/1005)) ([ae5d586](https://github.com/dialpad/dialtone-vue/commit/ae5d586e2ec368fc283d4fb609769bb8c62c3037))
|
|
7
|
+
* **Contact Row, Group Row, General Row:** null on description - vue3 ([#1014](https://github.com/dialpad/dialtone-vue/issues/1014)) ([ac6d084](https://github.com/dialpad/dialtone-vue/commit/ac6d08462184f2324b033c129a2c853264125044))
|
|
8
|
+
* **Modal:** secondary action button kind ([#1012](https://github.com/dialpad/dialtone-vue/issues/1012)) ([0f51007](https://github.com/dialpad/dialtone-vue/commit/0f510075861bf3b61c0e67117c2fc914f5ef58a0))
|
|
9
|
+
* **Modal:** show event and initial-focus-element - vue3 ([#1010](https://github.com/dialpad/dialtone-vue/issues/1010)) ([00a4553](https://github.com/dialpad/dialtone-vue/commit/00a4553e498f0cbebc499b7a1d299f5831fa0ff3))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* fix broken story ([318974c](https://github.com/dialpad/dialtone-vue/commit/318974cfe7b8a757f319bb8f78e2b473186d8fda))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **Feed Item Row:** state changes - vue3 ([#1006](https://github.com/dialpad/dialtone-vue/issues/1006)) ([13e4edf](https://github.com/dialpad/dialtone-vue/commit/13e4edf304f250140db1208b2be84fe2b3616ee8))
|
|
20
|
+
* **Rich Text Editor:** link extension vue3 ([#1008](https://github.com/dialpad/dialtone-vue/issues/1008)) ([b4c1397](https://github.com/dialpad/dialtone-vue/commit/b4c13970db9ad6e88bb8ce316c50ee430e46d872))
|
|
21
|
+
|
|
22
|
+
# [3.70.0](https://github.com/dialpad/dialtone-vue/compare/v3.69.3...v3.70.0) (2023-06-02)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **Pagination:** [DIALTONE-1089] muted clear button error vue3 ([#999](https://github.com/dialpad/dialtone-vue/issues/999)) ([8f3aaac](https://github.com/dialpad/dialtone-vue/commit/8f3aaac6bcbc3b3e67c06921285067a770ec6d75))
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Features
|
|
31
|
+
|
|
32
|
+
* **Emoji Picker:** keyboard navigation ([#987](https://github.com/dialpad/dialtone-vue/issues/987)) ([437adc9](https://github.com/dialpad/dialtone-vue/commit/437adc950e451776839a210ee3e333b5d3d92772))
|
|
33
|
+
* **Emoji Picker:** documentation ([#1000](https://github.com/dialpad/dialtone-vue/issues/1000)) ([b4cef11](https://github.com/dialpad/dialtone-vue/commit/b4cef11e952614ba366f683c376988acc957b5df))
|
|
34
|
+
* **Emoji Picker:** tests ([#996](https://github.com/dialpad/dialtone-vue/issues/996)) ([5a13ccf](https://github.com/dialpad/dialtone-vue/commit/5a13ccf28287dee4116ce323d528ff5a99889089))
|
|
35
|
+
* **Scroller:** updates in dynamic scroller ([#1003](https://github.com/dialpad/dialtone-vue/issues/1003)) ([c3519ef](https://github.com/dialpad/dialtone-vue/commit/c3519ef75ef7f136012638a81a4b3011aa099f72))
|
|
36
|
+
|
|
1
37
|
## [3.69.3](https://github.com/dialpad/dialtone-vue/compare/v3.69.2...v3.69.3) (2023-05-25)
|
|
2
38
|
|
|
3
39
|
|