@dialpad/dialtone-vue 2.92.4 → 2.93.0-dialtone8.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 +159 -164
- package/dist/dialtone-vue.cjs +3 -3
- package/dist/dialtone-vue.js +675 -680
- package/dist/style.css +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,305 +1,300 @@
|
|
|
1
|
-
|
|
1
|
+
# [2.93.0-dialtone8.1](https://github.com/dialpad/dialtone-vue/compare/v2.92.4...v2.93.0-dialtone8.1) (2023-07-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* `contact_info` style override issue ([#1078](https://github.com/dialpad/dialtone-vue/issues/1078)) ([2090704](https://github.com/dialpad/dialtone-vue/commit/2090704d49f80356c7b384caf3c6957c6b84a744))
|
|
7
|
+
* add customized css to badge label and contact info ([#1076](https://github.com/dialpad/dialtone-vue/issues/1076)) ([6e8b374](https://github.com/dialpad/dialtone-vue/commit/6e8b3748f4164b9a3f294180ce818b4d7fe893f9))
|
|
8
|
+
* add placeholder text for richtexteditor ([#1004](https://github.com/dialpad/dialtone-vue/issues/1004)) ([19e1ef9](https://github.com/dialpad/dialtone-vue/commit/19e1ef92401ad3b1b43513eaf8582f7dadb61ee9))
|
|
9
|
+
* **Avatar:** thin border behind image ([#1098](https://github.com/dialpad/dialtone-vue/issues/1098)) ([c942386](https://github.com/dialpad/dialtone-vue/commit/c9423869fc1fd1630722df481d51abab327c8814))
|
|
10
|
+
* change to fnv algo ([f6e01a1](https://github.com/dialpad/dialtone-vue/commit/f6e01a1cbef354c8cfa16a8642a29c4425f79634))
|
|
11
|
+
* **Combobox Multi Select:** fix ref not existing error ([#1083](https://github.com/dialpad/dialtone-vue/issues/1083)) ([de054f4](https://github.com/dialpad/dialtone-vue/commit/de054f4415285386f7722e985e8f7a6b60d5efc2))
|
|
12
|
+
* component documentation link class ([#985](https://github.com/dialpad/dialtone-vue/issues/985)) ([95c178c](https://github.com/dialpad/dialtone-vue/commit/95c178c29c3b9b8b4891d19f7a9cb87304400286))
|
|
13
|
+
* **Contact Info Avatar:** show avatar halo as required ([#1059](https://github.com/dialpad/dialtone-vue/issues/1059)) ([b429531](https://github.com/dialpad/dialtone-vue/commit/b4295312f72495323bceaa5f2390463743619091))
|
|
14
|
+
* **Contact Info, Leftbar Row:** stylings ([#1085](https://github.com/dialpad/dialtone-vue/issues/1085)) ([34c27e8](https://github.com/dialpad/dialtone-vue/commit/34c27e8b687e4e72aac33cb7f96a34f38ad37b5a))
|
|
15
|
+
* **Contact Info:** avatar's border color ([#1097](https://github.com/dialpad/dialtone-vue/issues/1097)) ([1639989](https://github.com/dialpad/dialtone-vue/commit/16399897543c7b1df8de001a8f0297e12b7063b2))
|
|
16
|
+
* **Contact Row, Group Row, General Row:** null on description ([#1013](https://github.com/dialpad/dialtone-vue/issues/1013)) ([8092faf](https://github.com/dialpad/dialtone-vue/commit/8092faf55a9927d641180ed13cad87720305869e))
|
|
17
|
+
* DIALTONE-1089 pagination muted clear button error ([4bd3170](https://github.com/dialpad/dialtone-vue/commit/4bd3170bf68e67673fabebd7bcd5963b70066136))
|
|
18
|
+
* **General Row:** adjust label width on prop change ([#1095](https://github.com/dialpad/dialtone-vue/issues/1095)) ([01ed220](https://github.com/dialpad/dialtone-vue/commit/01ed220e23020920f97a16de883972322b0e031e))
|
|
19
|
+
* **General Row:** call resize handler on mounted ([#1093](https://github.com/dialpad/dialtone-vue/issues/1093)) ([53768c1](https://github.com/dialpad/dialtone-vue/commit/53768c1742298b70a4ac8ec1e7da10c50f6d53a9))
|
|
20
|
+
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([7b5f27b](https://github.com/dialpad/dialtone-vue/commit/7b5f27bdf4cb04e05e13a9ad00769e19db426d15))
|
|
21
|
+
* **General Row:** resize observer ([#1074](https://github.com/dialpad/dialtone-vue/issues/1074)) ([7e27e9c](https://github.com/dialpad/dialtone-vue/commit/7e27e9c1b5ef5a7c77a9957d09b26c4fde9d38b3))
|
|
22
|
+
* **Item Layout:** remove align-self from item layout ([80ab209](https://github.com/dialpad/dialtone-vue/commit/80ab209dfe23adbd950a46f915667f215a9220ba))
|
|
23
|
+
* **Keyboard Shortcut:** inverted border color ([b68387c](https://github.com/dialpad/dialtone-vue/commit/b68387cff880ab244c42ab5ce50a107c7fd678f7))
|
|
24
|
+
* **Leftbar General Row:** add href for focusability ([#994](https://github.com/dialpad/dialtone-vue/issues/994)) ([73bc4e0](https://github.com/dialpad/dialtone-vue/commit/73bc4e0de90950421f2ae6347090954334dac976))
|
|
25
|
+
* merge branch 'staging' into dialtone8 ([aa95eb4](https://github.com/dialpad/dialtone-vue/commit/aa95eb4e8be2abca2573b4c3ca7ecf87a0341375))
|
|
26
|
+
* merge branch 'staging' into dialtone8 ([2dec412](https://github.com/dialpad/dialtone-vue/commit/2dec412c8a5e1d754e1c58f627968233f0099146))
|
|
27
|
+
* missing migrations ([7483e16](https://github.com/dialpad/dialtone-vue/commit/7483e167d4689375fbc11a340f1c57cb8efeb2e5))
|
|
28
|
+
* **Modal:** secondary action button kind ([#1011](https://github.com/dialpad/dialtone-vue/issues/1011)) ([f899cb8](https://github.com/dialpad/dialtone-vue/commit/f899cb8677015b4ad0081604964c7497d9ce0a94))
|
|
29
|
+
* package-lock ([48f3120](https://github.com/dialpad/dialtone-vue/commit/48f3120ce19da51bf5617638393a8a3acfecbb1b))
|
|
30
|
+
* remove peer dep ([b5be026](https://github.com/dialpad/dialtone-vue/commit/b5be0265b786ce0858157b6d04e8224b3a264104))
|
|
31
|
+
* revert [DIALTONE-1089] fix: pagination muted clear button error ([f43066c](https://github.com/dialpad/dialtone-vue/commit/f43066c1cd393f5a28ad775534056c2123c50766))
|
|
32
|
+
* 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))
|
|
33
|
+
* **Tooltip:** change anchor tag to span ([#1088](https://github.com/dialpad/dialtone-vue/issues/1088)) ([0735fc8](https://github.com/dialpad/dialtone-vue/commit/0735fc81840115e79d796ba5e2ca99c8e5b1e5c6))
|
|
34
|
+
* update dialtone-icons ([9a8c31a](https://github.com/dialpad/dialtone-vue/commit/9a8c31ac8c14086fd1d94271b98123cc9431e7c8))
|
|
2
35
|
|
|
3
36
|
|
|
4
|
-
###
|
|
5
|
-
|
|
6
|
-
* **Tooltip:** anchor display property issue ([#1101](https://github.com/dialpad/dialtone-vue/issues/1101)) ([a6e5709](https://github.com/dialpad/dialtone-vue/commit/a6e57096a9642f8d04be907c6392989252822326))
|
|
7
|
-
|
|
8
|
-
## [2.92.3](https://github.com/dialpad/dialtone-vue/compare/v2.92.2...v2.92.3) (2023-07-25)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* **General Row:** adjust label width on prop change ([#1095](https://github.com/dialpad/dialtone-vue/issues/1095)) ([be00936](https://github.com/dialpad/dialtone-vue/commit/be00936c30297e4db91531959fec9e5e22bec829))
|
|
14
|
-
* **General Row:** call resize handler on mounted ([#1093](https://github.com/dialpad/dialtone-vue/issues/1093)) ([25791d7](https://github.com/dialpad/dialtone-vue/commit/25791d7d0cfe57b050a84c155d7a67b0dbdf3340))
|
|
15
|
-
* **Tooltip:** change anchor tag to span ([#1088](https://github.com/dialpad/dialtone-vue/issues/1088)) ([2bd0be2](https://github.com/dialpad/dialtone-vue/commit/2bd0be2f2d6885870e2e22de225f350ad7e89525))
|
|
16
|
-
|
|
17
|
-
## [2.92.2](https://github.com/dialpad/dialtone-vue/compare/v2.92.1...v2.92.2) (2023-07-21)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* **Combobox Multi Select:** fix ref not existing error ([#1083](https://github.com/dialpad/dialtone-vue/issues/1083)) ([f5d8874](https://github.com/dialpad/dialtone-vue/commit/f5d88746d81e2f61edf39862d9264f5a5970fc66))
|
|
23
|
-
|
|
24
|
-
## [2.92.1](https://github.com/dialpad/dialtone-vue/compare/v2.92.0...v2.92.1) (2023-07-20)
|
|
37
|
+
### Code Refactoring
|
|
25
38
|
|
|
39
|
+
* **Datepicker:** name refactoring ([#1049](https://github.com/dialpad/dialtone-vue/issues/1049)) ([f6d34aa](https://github.com/dialpad/dialtone-vue/commit/f6d34aaf5ed8d5f250bc44e9b46a69f8b378fead))
|
|
26
40
|
|
|
27
|
-
### Bug Fixes
|
|
28
41
|
|
|
29
|
-
|
|
30
|
-
* add customized css to badge label and contact info ([#1076](https://github.com/dialpad/dialtone-vue/issues/1076)) ([0e779d8](https://github.com/dialpad/dialtone-vue/commit/0e779d84e6bc6422a0682864e1e6f4d8a61658e7))
|
|
31
|
-
* **General Row:** resize observer ([#1074](https://github.com/dialpad/dialtone-vue/issues/1074)) ([4afd4aa](https://github.com/dialpad/dialtone-vue/commit/4afd4aa0cdff7b3ac6e1f1a91ea895ae587b863f))
|
|
42
|
+
### Documentation
|
|
32
43
|
|
|
33
|
-
|
|
44
|
+
* **Collapsible:** fix opened event not displayed on panel ([#1064](https://github.com/dialpad/dialtone-vue/issues/1064)) ([51a8f52](https://github.com/dialpad/dialtone-vue/commit/51a8f52968af739f8fcf40b8a407b7706522927c))
|
|
45
|
+
* fix broken story ([8097ff2](https://github.com/dialpad/dialtone-vue/commit/8097ff294dec240fddbd5030c454a444053e847e))
|
|
34
46
|
|
|
35
47
|
|
|
36
48
|
### Features
|
|
37
49
|
|
|
38
|
-
* **
|
|
50
|
+
* **Avatar:** update to flat colors ([#982](https://github.com/dialpad/dialtone-vue/issues/982)) ([469fe05](https://github.com/dialpad/dialtone-vue/commit/469fe0522189247fc5c0a3f62ed92110617ec78c))
|
|
51
|
+
* **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))
|
|
52
|
+
* **Datepicker:** date format utils ([#1060](https://github.com/dialpad/dialtone-vue/issues/1060)) ([42b8572](https://github.com/dialpad/dialtone-vue/commit/42b8572b6b4f9ad139454607824656681626c8a9))
|
|
53
|
+
* **Datepicker:** datepicker component ([#1007](https://github.com/dialpad/dialtone-vue/issues/1007)) ([335af23](https://github.com/dialpad/dialtone-vue/commit/335af2385b8a89fa34d3c480c6cbffb303e228f3))
|
|
54
|
+
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([d6fd5ac](https://github.com/dialpad/dialtone-vue/commit/d6fd5ac947595ffbdb66d722eeb970fab350fc76))
|
|
55
|
+
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([080afc0](https://github.com/dialpad/dialtone-vue/commit/080afc002edb9bea8c84f396dddc81f7aecee11a))
|
|
56
|
+
* merge branch 'staging' into dialtone8 ([cf8d810](https://github.com/dialpad/dialtone-vue/commit/cf8d8103fd864f10b7b102a7c9cc4ffcdff2c4ff))
|
|
57
|
+
* Merge branch 'staging' into dialtone8 ([001d2f7](https://github.com/dialpad/dialtone-vue/commit/001d2f76e6ff39b251a0f52b6704ad88bc633f04))
|
|
58
|
+
* 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)
|
|
59
|
+
* **Modal:** show event and initial-focus-element ([#1009](https://github.com/dialpad/dialtone-vue/issues/1009)) ([935d6da](https://github.com/dialpad/dialtone-vue/commit/935d6da21d3b996178fc6985e08f221b92bacb68))
|
|
60
|
+
* **Rich Text Editor:** link extension ([#991](https://github.com/dialpad/dialtone-vue/issues/991)) ([d88e704](https://github.com/dialpad/dialtone-vue/commit/d88e704141be76be088da731ddf751400fbff4bd))
|
|
61
|
+
* **Rich Text Editor:** tests for rich text editor link extension and utils ([#1001](https://github.com/dialpad/dialtone-vue/issues/1001)) ([b947270](https://github.com/dialpad/dialtone-vue/commit/b94727049c0ad7ce18380939cb65360bb48869ee))
|
|
62
|
+
* state changes for feed item row ([#1002](https://github.com/dialpad/dialtone-vue/issues/1002)) ([9aeefc6](https://github.com/dialpad/dialtone-vue/commit/9aeefc60daee0ff8f37db518756238471ec15d7c))
|
|
63
|
+
* update dialtone-icons ([1fb19be](https://github.com/dialpad/dialtone-vue/commit/1fb19beca6145d4f8625653847525aba1c2283a2))
|
|
64
|
+
* update item-layout to use tokens ([c9151aa](https://github.com/dialpad/dialtone-vue/commit/c9151aa03852aaf561f82549ab1d6ec620201fd4))
|
|
39
65
|
|
|
40
66
|
|
|
41
67
|
### Reverts
|
|
42
68
|
|
|
43
|
-
* Revert "feat(general-row): overridden display property (#1069)" ([
|
|
69
|
+
* Revert "feat(general-row): overridden display property (#1069)" ([3e619ba](https://github.com/dialpad/dialtone-vue/commit/3e619ba9608fb2c2453d9d0b0cb1b6ba9b0f7a8a)), closes [#1069](https://github.com/dialpad/dialtone-vue/issues/1069)
|
|
70
|
+
* revert fix(general-row): overridden display property (#1069) ([5355902](https://github.com/dialpad/dialtone-vue/commit/5355902c6b419e2c04ad9db366651637a6ae91fd)), closes [#1069](https://github.com/dialpad/dialtone-vue/issues/1069)
|
|
44
71
|
|
|
45
|
-
# [2.
|
|
72
|
+
# [2.92.0-dialtone8.7](https://github.com/dialpad/dialtone-vue/compare/v2.92.0-dialtone8.6...v2.92.0-dialtone8.7) (2023-07-26)
|
|
46
73
|
|
|
47
74
|
|
|
48
75
|
### Bug Fixes
|
|
49
76
|
|
|
50
|
-
* **
|
|
51
|
-
*
|
|
77
|
+
* **Avatar:** thin border behind image ([#1098](https://github.com/dialpad/dialtone-vue/issues/1098)) ([c942386](https://github.com/dialpad/dialtone-vue/commit/c9423869fc1fd1630722df481d51abab327c8814))
|
|
78
|
+
* **Contact Info:** avatar's border color ([#1097](https://github.com/dialpad/dialtone-vue/issues/1097)) ([1639989](https://github.com/dialpad/dialtone-vue/commit/16399897543c7b1df8de001a8f0297e12b7063b2))
|
|
52
79
|
|
|
80
|
+
# [2.92.0-dialtone8.6](https://github.com/dialpad/dialtone-vue/compare/v2.92.0-dialtone8.5...v2.92.0-dialtone8.6) (2023-07-25)
|
|
53
81
|
|
|
54
|
-
### Documentation
|
|
55
82
|
|
|
56
|
-
|
|
83
|
+
### Bug Fixes
|
|
57
84
|
|
|
85
|
+
* **General Row:** adjust label width on prop change ([#1095](https://github.com/dialpad/dialtone-vue/issues/1095)) ([01ed220](https://github.com/dialpad/dialtone-vue/commit/01ed220e23020920f97a16de883972322b0e031e))
|
|
58
86
|
|
|
59
|
-
|
|
87
|
+
# [2.92.0-dialtone8.5](https://github.com/dialpad/dialtone-vue/compare/v2.92.0-dialtone8.4...v2.92.0-dialtone8.5) (2023-07-24)
|
|
60
88
|
|
|
61
|
-
* **Datepicker:** date format utils ([#1060](https://github.com/dialpad/dialtone-vue/issues/1060)) ([00464f4](https://github.com/dialpad/dialtone-vue/commit/00464f4a96b4294401c9f0f1c495bc6443397991))
|
|
62
|
-
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([1fea8e8](https://github.com/dialpad/dialtone-vue/commit/1fea8e8987e27d4b1a73ec33521101f93349dc2f))
|
|
63
89
|
|
|
64
|
-
|
|
90
|
+
### Bug Fixes
|
|
65
91
|
|
|
92
|
+
* **General Row:** call resize handler on mounted ([#1093](https://github.com/dialpad/dialtone-vue/issues/1093)) ([53768c1](https://github.com/dialpad/dialtone-vue/commit/53768c1742298b70a4ac8ec1e7da10c50f6d53a9))
|
|
66
93
|
|
|
67
|
-
|
|
94
|
+
# [2.92.0-dialtone8.4](https://github.com/dialpad/dialtone-vue/compare/v2.92.0-dialtone8.3...v2.92.0-dialtone8.4) (2023-07-24)
|
|
68
95
|
|
|
69
|
-
* **Contact Info Avatar:** show avatar halo as required ([#1059](https://github.com/dialpad/dialtone-vue/issues/1059)) ([901e7cd](https://github.com/dialpad/dialtone-vue/commit/901e7cdb8a0d128ce2c0397fabe04890cbcdaa9b))
|
|
70
|
-
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([21d0e6d](https://github.com/dialpad/dialtone-vue/commit/21d0e6dbf56c9042b2b8d33aec67f9aeb14bb5a0))
|
|
71
|
-
* update dialtone to 7.29.0 ([b9eaba6](https://github.com/dialpad/dialtone-vue/commit/b9eaba611a9ae7844918b1db2d49eccef5daf11c))
|
|
72
96
|
|
|
97
|
+
### Bug Fixes
|
|
73
98
|
|
|
74
|
-
|
|
99
|
+
* **Combobox Multi Select:** fix ref not existing error ([#1083](https://github.com/dialpad/dialtone-vue/issues/1083)) ([de054f4](https://github.com/dialpad/dialtone-vue/commit/de054f4415285386f7722e985e8f7a6b60d5efc2))
|
|
100
|
+
* **Tooltip:** change anchor tag to span ([#1088](https://github.com/dialpad/dialtone-vue/issues/1088)) ([0735fc8](https://github.com/dialpad/dialtone-vue/commit/0735fc81840115e79d796ba5e2ca99c8e5b1e5c6))
|
|
75
101
|
|
|
76
|
-
|
|
102
|
+
# [2.92.0-dialtone8.3](https://github.com/dialpad/dialtone-vue/compare/v2.92.0-dialtone8.2...v2.92.0-dialtone8.3) (2023-07-21)
|
|
77
103
|
|
|
78
104
|
|
|
79
|
-
###
|
|
105
|
+
### Bug Fixes
|
|
80
106
|
|
|
81
|
-
* **
|
|
107
|
+
* **Contact Info, Leftbar Row:** stylings ([#1085](https://github.com/dialpad/dialtone-vue/issues/1085)) ([34c27e8](https://github.com/dialpad/dialtone-vue/commit/34c27e8b687e4e72aac33cb7f96a34f38ad37b5a))
|
|
82
108
|
|
|
83
|
-
# [2.
|
|
109
|
+
# [2.92.0-dialtone8.2](https://github.com/dialpad/dialtone-vue/compare/v2.92.0-dialtone8.1...v2.92.0-dialtone8.2) (2023-07-20)
|
|
84
110
|
|
|
85
111
|
|
|
86
112
|
### Bug Fixes
|
|
87
113
|
|
|
88
|
-
*
|
|
89
|
-
*
|
|
114
|
+
* `contact_info` style override issue ([#1078](https://github.com/dialpad/dialtone-vue/issues/1078)) ([2090704](https://github.com/dialpad/dialtone-vue/commit/2090704d49f80356c7b384caf3c6957c6b84a744))
|
|
115
|
+
* add customized css to badge label and contact info ([#1076](https://github.com/dialpad/dialtone-vue/issues/1076)) ([6e8b374](https://github.com/dialpad/dialtone-vue/commit/6e8b3748f4164b9a3f294180ce818b4d7fe893f9))
|
|
116
|
+
* **General Row:** resize observer ([#1074](https://github.com/dialpad/dialtone-vue/issues/1074)) ([7e27e9c](https://github.com/dialpad/dialtone-vue/commit/7e27e9c1b5ef5a7c77a9957d09b26c4fde9d38b3))
|
|
90
117
|
|
|
91
118
|
|
|
92
119
|
### Features
|
|
93
120
|
|
|
94
|
-
* **
|
|
121
|
+
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([d6fd5ac](https://github.com/dialpad/dialtone-vue/commit/d6fd5ac947595ffbdb66d722eeb970fab350fc76))
|
|
122
|
+
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([080afc0](https://github.com/dialpad/dialtone-vue/commit/080afc002edb9bea8c84f396dddc81f7aecee11a))
|
|
95
123
|
|
|
96
|
-
## [2.90.1](https://github.com/dialpad/dialtone-vue/compare/v2.90.0...v2.90.1) (2023-07-07)
|
|
97
124
|
|
|
125
|
+
### Reverts
|
|
98
126
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
* make prerelease branches different ([f8ab9a9](https://github.com/dialpad/dialtone-vue/commit/f8ab9a92f623f7f24d359275b3a14d27ccdf5fc5))
|
|
127
|
+
* Revert "feat(general-row): overridden display property (#1069)" ([3e619ba](https://github.com/dialpad/dialtone-vue/commit/3e619ba9608fb2c2453d9d0b0cb1b6ba9b0f7a8a)), closes [#1069](https://github.com/dialpad/dialtone-vue/issues/1069)
|
|
128
|
+
* revert fix(general-row): overridden display property (#1069) ([5355902](https://github.com/dialpad/dialtone-vue/commit/5355902c6b419e2c04ad9db366651637a6ae91fd)), closes [#1069](https://github.com/dialpad/dialtone-vue/issues/1069)
|
|
102
129
|
|
|
103
|
-
# [2.
|
|
130
|
+
# [2.92.0-dialtone8.1](https://github.com/dialpad/dialtone-vue/compare/v2.91.2-dialtone8.1...v2.92.0-dialtone8.1) (2023-07-14)
|
|
104
131
|
|
|
105
132
|
|
|
106
133
|
### Bug Fixes
|
|
107
134
|
|
|
108
|
-
*
|
|
109
|
-
* **
|
|
135
|
+
* **Contact Info Avatar:** show avatar halo as required ([#1059](https://github.com/dialpad/dialtone-vue/issues/1059)) ([b429531](https://github.com/dialpad/dialtone-vue/commit/b4295312f72495323bceaa5f2390463743619091))
|
|
136
|
+
* **General Row:** overridden display property ([#1069](https://github.com/dialpad/dialtone-vue/issues/1069)) ([7b5f27b](https://github.com/dialpad/dialtone-vue/commit/7b5f27bdf4cb04e05e13a9ad00769e19db426d15))
|
|
110
137
|
|
|
111
138
|
|
|
112
|
-
###
|
|
139
|
+
### Documentation
|
|
113
140
|
|
|
114
|
-
* **
|
|
115
|
-
* **Datepicker:** name refactoring ([#1049](https://github.com/dialpad/dialtone-vue/issues/1049)) ([75f7146](https://github.com/dialpad/dialtone-vue/commit/75f714615e5273c09aa62e0ad3f1a9f279e6cca1))
|
|
141
|
+
* **Collapsible:** fix opened event not displayed on panel ([#1064](https://github.com/dialpad/dialtone-vue/issues/1064)) ([51a8f52](https://github.com/dialpad/dialtone-vue/commit/51a8f52968af739f8fcf40b8a407b7706522927c))
|
|
116
142
|
|
|
117
143
|
|
|
118
144
|
### Features
|
|
119
145
|
|
|
120
|
-
*
|
|
121
|
-
* **Item Layout:** add component ([#1053](https://github.com/dialpad/dialtone-vue/issues/1053)) ([23536b5](https://github.com/dialpad/dialtone-vue/commit/23536b553ca7e96869e87e3c7b6ec37b6feb6e6e))
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
### Reverts
|
|
125
|
-
|
|
126
|
-
* Revert "chore: increment version manually to fix semantic release issue" ([896ac83](https://github.com/dialpad/dialtone-vue/commit/896ac835a1ae74abb1d0fde9b6cdae6c48279ff8))
|
|
146
|
+
* **Datepicker:** date format utils ([#1060](https://github.com/dialpad/dialtone-vue/issues/1060)) ([42b8572](https://github.com/dialpad/dialtone-vue/commit/42b8572b6b4f9ad139454607824656681626c8a9))
|
|
127
147
|
|
|
128
|
-
|
|
148
|
+
## [2.91.2-dialtone8.1](https://github.com/dialpad/dialtone-vue/compare/v2.91.1...v2.91.2-dialtone8.1) (2023-07-07)
|
|
129
149
|
|
|
130
150
|
|
|
131
151
|
### Bug Fixes
|
|
132
152
|
|
|
133
153
|
* correct release config ([7b903b8](https://github.com/dialpad/dialtone-vue/commit/7b903b8fe6ef83c4a4155242bca9d446219c427c))
|
|
134
154
|
* **Item Layout:** remove align-self from item layout ([2596cf9](https://github.com/dialpad/dialtone-vue/commit/2596cf9c80845dd21c3b517d6a85d174f45d188f))
|
|
155
|
+
* make prerelease branches different ([f8ab9a9](https://github.com/dialpad/dialtone-vue/commit/f8ab9a92f623f7f24d359275b3a14d27ccdf5fc5))
|
|
156
|
+
* merge branch 'staging' into dialtone8 ([aa95eb4](https://github.com/dialpad/dialtone-vue/commit/aa95eb4e8be2abca2573b4c3ca7ecf87a0341375))
|
|
157
|
+
* merge branch 'staging' into dialtone8 ([2dec412](https://github.com/dialpad/dialtone-vue/commit/2dec412c8a5e1d754e1c58f627968233f0099146))
|
|
135
158
|
|
|
136
|
-
|
|
137
|
-
### Code Refactoring
|
|
138
|
-
|
|
139
|
-
* **Datepicker:** migrate styles to dialtone ([#1052](https://github.com/dialpad/dialtone-vue/issues/1052)) ([0cbc447](https://github.com/dialpad/dialtone-vue/commit/0cbc4474ca723b7fd655eb6553f87e272d16c5be))
|
|
140
|
-
* **Datepicker:** name refactoring ([#1049](https://github.com/dialpad/dialtone-vue/issues/1049)) ([75f7146](https://github.com/dialpad/dialtone-vue/commit/75f714615e5273c09aa62e0ad3f1a9f279e6cca1))
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
### Features
|
|
144
|
-
|
|
145
|
-
* dialtone-vue dependency updates ([#1056](https://github.com/dialpad/dialtone-vue/issues/1056)) ([95f7419](https://github.com/dialpad/dialtone-vue/commit/95f741968ee9a0c444d8e8f6d8f88b8df6329291))
|
|
146
|
-
* **Item Layout:** add component ([#1053](https://github.com/dialpad/dialtone-vue/issues/1053)) ([23536b5](https://github.com/dialpad/dialtone-vue/commit/23536b553ca7e96869e87e3c7b6ec37b6feb6e6e))
|
|
159
|
+
## [2.91.2-next.1](https://github.com/dialpad/dialtone-vue/compare/v2.91.1...v2.91.2-next.1) (2023-07-07)
|
|
147
160
|
|
|
148
161
|
|
|
149
|
-
###
|
|
162
|
+
### Bug Fixes
|
|
150
163
|
|
|
151
|
-
*
|
|
164
|
+
* correct release config ([7b903b8](https://github.com/dialpad/dialtone-vue/commit/7b903b8fe6ef83c4a4155242bca9d446219c427c))
|
|
165
|
+
* **Item Layout:** remove align-self from item layout ([2596cf9](https://github.com/dialpad/dialtone-vue/commit/2596cf9c80845dd21c3b517d6a85d174f45d188f))
|
|
166
|
+
* merge branch 'staging' into dialtone8 ([2dec412](https://github.com/dialpad/dialtone-vue/commit/2dec412c8a5e1d754e1c58f627968233f0099146))
|
|
152
167
|
|
|
153
|
-
|
|
168
|
+
## [2.91.1-dialtone8.1](https://github.com/dialpad/dialtone-vue/compare/v2.91.0...v2.91.1-dialtone8.1) (2023-07-06)
|
|
154
169
|
|
|
155
170
|
|
|
156
171
|
### Bug Fixes
|
|
157
172
|
|
|
158
|
-
*
|
|
159
|
-
|
|
173
|
+
* **Item Layout:** remove align-self from item layout ([80ab209](https://github.com/dialpad/dialtone-vue/commit/80ab209dfe23adbd950a46f915667f215a9220ba))
|
|
174
|
+
|
|
175
|
+
# [2.91.0-dialtone8.1](https://github.com/dialpad/dialtone-vue/compare/v2.90.0...v2.91.0-dialtone8.1) (2023-07-05)
|
|
160
176
|
|
|
161
177
|
|
|
162
178
|
### Code Refactoring
|
|
163
179
|
|
|
164
180
|
* **Datepicker:** migrate styles to dialtone ([#1052](https://github.com/dialpad/dialtone-vue/issues/1052)) ([0cbc447](https://github.com/dialpad/dialtone-vue/commit/0cbc4474ca723b7fd655eb6553f87e272d16c5be))
|
|
165
|
-
* **Datepicker:** name refactoring ([#1049](https://github.com/dialpad/dialtone-vue/issues/1049)) ([75f7146](https://github.com/dialpad/dialtone-vue/commit/75f714615e5273c09aa62e0ad3f1a9f279e6cca1))
|
|
166
181
|
|
|
167
182
|
|
|
168
183
|
### Features
|
|
169
184
|
|
|
170
185
|
* dialtone-vue dependency updates ([#1056](https://github.com/dialpad/dialtone-vue/issues/1056)) ([95f7419](https://github.com/dialpad/dialtone-vue/commit/95f741968ee9a0c444d8e8f6d8f88b8df6329291))
|
|
171
186
|
* **Item Layout:** add component ([#1053](https://github.com/dialpad/dialtone-vue/issues/1053)) ([23536b5](https://github.com/dialpad/dialtone-vue/commit/23536b553ca7e96869e87e3c7b6ec37b6feb6e6e))
|
|
187
|
+
* merge branch 'staging' into dialtone8 ([cf8d810](https://github.com/dialpad/dialtone-vue/commit/cf8d8103fd864f10b7b102a7c9cc4ffcdff2c4ff))
|
|
188
|
+
* update item-layout to use tokens ([c9151aa](https://github.com/dialpad/dialtone-vue/commit/c9151aa03852aaf561f82549ab1d6ec620201fd4))
|
|
172
189
|
|
|
173
190
|
|
|
174
191
|
### Reverts
|
|
175
192
|
|
|
176
193
|
* Revert "chore: increment version manually to fix semantic release issue" ([896ac83](https://github.com/dialpad/dialtone-vue/commit/896ac835a1ae74abb1d0fde9b6cdae6c48279ff8))
|
|
177
194
|
|
|
178
|
-
# [2.
|
|
195
|
+
# [2.90.0-dialtone8.2](https://github.com/dialpad/dialtone-vue/compare/v2.90.0-dialtone8.1...v2.90.0-dialtone8.2) (2023-06-29)
|
|
179
196
|
|
|
180
197
|
|
|
181
198
|
### Bug Fixes
|
|
182
199
|
|
|
183
|
-
*
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
### Features
|
|
187
|
-
|
|
188
|
-
* **Datepicker:** added missing events ([#1043](https://github.com/dialpad/dialtone-vue/issues/1043)) ([6f334cf](https://github.com/dialpad/dialtone-vue/commit/6f334cf3ab5dfbb325b7a336304b5ce7105196d2))
|
|
189
|
-
* **Emoji Picker, Scroller, Datepicker:** build registration component and sort ([#1046](https://github.com/dialpad/dialtone-vue/issues/1046)) ([240fc23](https://github.com/dialpad/dialtone-vue/commit/240fc23920ea566f9aaea26bc47f7cff48bb720c))
|
|
190
|
-
* update dialtone-icons ([1fbd629](https://github.com/dialpad/dialtone-vue/commit/1fbd62948ef365227f0ca1849195c6b4ff3028c8))
|
|
200
|
+
* package-lock ([48f3120](https://github.com/dialpad/dialtone-vue/commit/48f3120ce19da51bf5617638393a8a3acfecbb1b))
|
|
191
201
|
|
|
192
|
-
# [2.
|
|
202
|
+
# [2.90.0-dialtone8.1](https://github.com/dialpad/dialtone-vue/compare/v2.89.0...v2.90.0-dialtone8.1) (2023-06-29)
|
|
193
203
|
|
|
194
204
|
|
|
195
205
|
### Bug Fixes
|
|
196
206
|
|
|
197
|
-
*
|
|
198
|
-
*
|
|
199
|
-
*
|
|
207
|
+
* add placeholder text for richtexteditor ([#1004](https://github.com/dialpad/dialtone-vue/issues/1004)) ([19e1ef9](https://github.com/dialpad/dialtone-vue/commit/19e1ef92401ad3b1b43513eaf8582f7dadb61ee9))
|
|
208
|
+
* change to fnv algo ([f6e01a1](https://github.com/dialpad/dialtone-vue/commit/f6e01a1cbef354c8cfa16a8642a29c4425f79634))
|
|
209
|
+
* component documentation link class ([#985](https://github.com/dialpad/dialtone-vue/issues/985)) ([95c178c](https://github.com/dialpad/dialtone-vue/commit/95c178c29c3b9b8b4891d19f7a9cb87304400286))
|
|
210
|
+
* **Contact Row, Group Row, General Row:** null on description ([#1013](https://github.com/dialpad/dialtone-vue/issues/1013)) ([8092faf](https://github.com/dialpad/dialtone-vue/commit/8092faf55a9927d641180ed13cad87720305869e))
|
|
211
|
+
* DIALTONE-1089 pagination muted clear button error ([4bd3170](https://github.com/dialpad/dialtone-vue/commit/4bd3170bf68e67673fabebd7bcd5963b70066136))
|
|
212
|
+
* **Keyboard Shortcut:** inverted border color ([b68387c](https://github.com/dialpad/dialtone-vue/commit/b68387cff880ab244c42ab5ce50a107c7fd678f7))
|
|
213
|
+
* **Leftbar General Row:** add href for focusability ([#994](https://github.com/dialpad/dialtone-vue/issues/994)) ([73bc4e0](https://github.com/dialpad/dialtone-vue/commit/73bc4e0de90950421f2ae6347090954334dac976))
|
|
214
|
+
* missing migrations ([7483e16](https://github.com/dialpad/dialtone-vue/commit/7483e167d4689375fbc11a340f1c57cb8efeb2e5))
|
|
215
|
+
* **Modal:** secondary action button kind ([#1011](https://github.com/dialpad/dialtone-vue/issues/1011)) ([f899cb8](https://github.com/dialpad/dialtone-vue/commit/f899cb8677015b4ad0081604964c7497d9ce0a94))
|
|
216
|
+
* remove peer dep ([b5be026](https://github.com/dialpad/dialtone-vue/commit/b5be0265b786ce0858157b6d04e8224b3a264104))
|
|
217
|
+
* revert [DIALTONE-1089] fix: pagination muted clear button error ([f43066c](https://github.com/dialpad/dialtone-vue/commit/f43066c1cd393f5a28ad775534056c2123c50766))
|
|
218
|
+
* 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))
|
|
219
|
+
* update dialtone-icons ([9a8c31a](https://github.com/dialpad/dialtone-vue/commit/9a8c31ac8c14086fd1d94271b98123cc9431e7c8))
|
|
200
220
|
|
|
201
221
|
|
|
202
|
-
###
|
|
203
|
-
|
|
204
|
-
* **Datepicker:** documentation ([#1035](https://github.com/dialpad/dialtone-vue/issues/1035)) ([e77a12c](https://github.com/dialpad/dialtone-vue/commit/e77a12c53be4e4fd79ae1f64f1243ffa58d6992e))
|
|
205
|
-
* **Datepicker:** keyboard navigation ([#1025](https://github.com/dialpad/dialtone-vue/issues/1025)) ([498bff1](https://github.com/dialpad/dialtone-vue/commit/498bff17822da79205ced0d03ddb807923dcc3bd))
|
|
206
|
-
* **Datepicker:** tests ([#1032](https://github.com/dialpad/dialtone-vue/issues/1032)) ([a037c09](https://github.com/dialpad/dialtone-vue/commit/a037c09f9e8a00476e9e7506ac4bba24dc22a672))
|
|
207
|
-
|
|
208
|
-
# [2.87.0](https://github.com/dialpad/dialtone-vue/compare/v2.86.0...v2.87.0) (2023-06-22)
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
### Bug Fixes
|
|
222
|
+
### Code Refactoring
|
|
212
223
|
|
|
213
|
-
* **
|
|
214
|
-
* **
|
|
215
|
-
* **General Row:** nested a tags ([#1022](https://github.com/dialpad/dialtone-vue/issues/1022)) ([c73cdfb](https://github.com/dialpad/dialtone-vue/commit/c73cdfb9b30f2e0d90e10c3c69d581ae80f90c1f))
|
|
216
|
-
* revert feat(modal): show event and initial-focus-element ([#1009](https://github.com/dialpad/dialtone-vue/issues/1009)) ([893b25f](https://github.com/dialpad/dialtone-vue/commit/893b25fc1f8011280720c65dbc865d3e0ee44a1c))
|
|
217
|
-
* **Rich Text Editor:** add a check and workaround for phone regex ([9719dd2](https://github.com/dialpad/dialtone-vue/commit/9719dd295d27e4325e5f4c167cdcd57bcc16f911))
|
|
224
|
+
* **Datepicker:** name refactoring ([#1049](https://github.com/dialpad/dialtone-vue/issues/1049)) ([f6d34aa](https://github.com/dialpad/dialtone-vue/commit/f6d34aaf5ed8d5f250bc44e9b46a69f8b378fead))
|
|
225
|
+
* **Datepicker:** name refactoring ([#1049](https://github.com/dialpad/dialtone-vue/issues/1049)) ([75f7146](https://github.com/dialpad/dialtone-vue/commit/75f714615e5273c09aa62e0ad3f1a9f279e6cca1))
|
|
218
226
|
|
|
219
227
|
|
|
220
|
-
###
|
|
228
|
+
### Documentation
|
|
221
229
|
|
|
222
|
-
*
|
|
230
|
+
* fix broken story ([8097ff2](https://github.com/dialpad/dialtone-vue/commit/8097ff294dec240fddbd5030c454a444053e847e))
|
|
223
231
|
|
|
224
232
|
|
|
225
233
|
### Features
|
|
226
234
|
|
|
227
|
-
* **
|
|
228
|
-
* **
|
|
229
|
-
* **
|
|
235
|
+
* **Avatar:** update to flat colors ([#982](https://github.com/dialpad/dialtone-vue/issues/982)) ([469fe05](https://github.com/dialpad/dialtone-vue/commit/469fe0522189247fc5c0a3f62ed92110617ec78c))
|
|
236
|
+
* **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))
|
|
237
|
+
* **Datepicker:** datepicker component ([#1007](https://github.com/dialpad/dialtone-vue/issues/1007)) ([335af23](https://github.com/dialpad/dialtone-vue/commit/335af2385b8a89fa34d3c480c6cbffb303e228f3))
|
|
238
|
+
* Merge branch 'staging' into dialtone8 ([001d2f7](https://github.com/dialpad/dialtone-vue/commit/001d2f76e6ff39b251a0f52b6704ad88bc633f04))
|
|
239
|
+
* 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)
|
|
240
|
+
* **Modal:** show event and initial-focus-element ([#1009](https://github.com/dialpad/dialtone-vue/issues/1009)) ([935d6da](https://github.com/dialpad/dialtone-vue/commit/935d6da21d3b996178fc6985e08f221b92bacb68))
|
|
241
|
+
* **Rich Text Editor:** link extension ([#991](https://github.com/dialpad/dialtone-vue/issues/991)) ([d88e704](https://github.com/dialpad/dialtone-vue/commit/d88e704141be76be088da731ddf751400fbff4bd))
|
|
242
|
+
* **Rich Text Editor:** tests for rich text editor link extension and utils ([#1001](https://github.com/dialpad/dialtone-vue/issues/1001)) ([b947270](https://github.com/dialpad/dialtone-vue/commit/b94727049c0ad7ce18380939cb65360bb48869ee))
|
|
243
|
+
* state changes for feed item row ([#1002](https://github.com/dialpad/dialtone-vue/issues/1002)) ([9aeefc6](https://github.com/dialpad/dialtone-vue/commit/9aeefc60daee0ff8f37db518756238471ec15d7c))
|
|
244
|
+
* update dialtone-icons ([1fb19be](https://github.com/dialpad/dialtone-vue/commit/1fb19beca6145d4f8625653847525aba1c2283a2))
|
|
230
245
|
|
|
231
|
-
# [2.
|
|
246
|
+
# [2.84.0-beta.3](https://github.com/dialpad/dialtone-vue/compare/v2.84.0-beta.2...v2.84.0-beta.3) (2023-06-14)
|
|
232
247
|
|
|
233
248
|
|
|
234
249
|
### Bug Fixes
|
|
235
250
|
|
|
236
|
-
* add placeholder text for richtexteditor ([#1004](https://github.com/dialpad/dialtone-vue/issues/1004)) ([
|
|
237
|
-
* **Contact Row, Group Row, General Row:** null on description ([#1013](https://github.com/dialpad/dialtone-vue/issues/1013)) ([
|
|
238
|
-
* DIALTONE-1089 pagination muted clear button error ([
|
|
239
|
-
* **
|
|
240
|
-
*
|
|
251
|
+
* add placeholder text for richtexteditor ([#1004](https://github.com/dialpad/dialtone-vue/issues/1004)) ([19e1ef9](https://github.com/dialpad/dialtone-vue/commit/19e1ef92401ad3b1b43513eaf8582f7dadb61ee9))
|
|
252
|
+
* **Contact Row, Group Row, General Row:** null on description ([#1013](https://github.com/dialpad/dialtone-vue/issues/1013)) ([8092faf](https://github.com/dialpad/dialtone-vue/commit/8092faf55a9927d641180ed13cad87720305869e))
|
|
253
|
+
* DIALTONE-1089 pagination muted clear button error ([4bd3170](https://github.com/dialpad/dialtone-vue/commit/4bd3170bf68e67673fabebd7bcd5963b70066136))
|
|
254
|
+
* **Keyboard Shortcut:** inverted border color ([b68387c](https://github.com/dialpad/dialtone-vue/commit/b68387cff880ab244c42ab5ce50a107c7fd678f7))
|
|
255
|
+
* **Leftbar General Row:** add href for focusability ([#994](https://github.com/dialpad/dialtone-vue/issues/994)) ([73bc4e0](https://github.com/dialpad/dialtone-vue/commit/73bc4e0de90950421f2ae6347090954334dac976))
|
|
256
|
+
* missing migrations ([7483e16](https://github.com/dialpad/dialtone-vue/commit/7483e167d4689375fbc11a340f1c57cb8efeb2e5))
|
|
257
|
+
* **Modal:** secondary action button kind ([#1011](https://github.com/dialpad/dialtone-vue/issues/1011)) ([f899cb8](https://github.com/dialpad/dialtone-vue/commit/f899cb8677015b4ad0081604964c7497d9ce0a94))
|
|
258
|
+
* revert [DIALTONE-1089] fix: pagination muted clear button error ([f43066c](https://github.com/dialpad/dialtone-vue/commit/f43066c1cd393f5a28ad775534056c2123c50766))
|
|
241
259
|
|
|
242
260
|
|
|
243
261
|
### Documentation
|
|
244
262
|
|
|
245
|
-
* fix broken story ([
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Features
|
|
249
|
-
|
|
250
|
-
* **Modal:** show event and initial-focus-element ([#1009](https://github.com/dialpad/dialtone-vue/issues/1009)) ([f4109a7](https://github.com/dialpad/dialtone-vue/commit/f4109a7969b2d035102bc7c4b94875cba8a31595))
|
|
251
|
-
* **Rich Text Editor:** link extension ([#991](https://github.com/dialpad/dialtone-vue/issues/991)) ([9612c7c](https://github.com/dialpad/dialtone-vue/commit/9612c7cb1581c24fb2d20c5d156aaf45dd0b0263))
|
|
252
|
-
* **Rich Text Editor:** tests for rich text editor link extension and utils ([#1001](https://github.com/dialpad/dialtone-vue/issues/1001)) ([203fda4](https://github.com/dialpad/dialtone-vue/commit/203fda48f1ed99d10d3f7bb4a74ba412a43d15b0))
|
|
253
|
-
* state changes for feed item row ([#1002](https://github.com/dialpad/dialtone-vue/issues/1002)) ([5838862](https://github.com/dialpad/dialtone-vue/commit/583886255d8e692a79b4233ca8005e7ee48b79bc))
|
|
254
|
-
|
|
255
|
-
## [2.85.1](https://github.com/dialpad/dialtone-vue/compare/v2.85.0...v2.85.1) (2023-05-25)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
### Bug Fixes
|
|
259
|
-
|
|
260
|
-
* **Keyboard Shortcut:** inverted border color ([75b0de2](https://github.com/dialpad/dialtone-vue/commit/75b0de235bf762805384f7c1eefaf2891dc31268))
|
|
261
|
-
* **Leftbar General Row:** add href for focusability ([#994](https://github.com/dialpad/dialtone-vue/issues/994)) ([d7954a7](https://github.com/dialpad/dialtone-vue/commit/d7954a709a9b3ce10d4aefb3aed9e726d717cab3))
|
|
262
|
-
|
|
263
|
-
# [2.85.0](https://github.com/dialpad/dialtone-vue/compare/v2.84.1...v2.85.0) (2023-05-23)
|
|
263
|
+
* fix broken story ([8097ff2](https://github.com/dialpad/dialtone-vue/commit/8097ff294dec240fddbd5030c454a444053e847e))
|
|
264
264
|
|
|
265
265
|
|
|
266
266
|
### Features
|
|
267
267
|
|
|
268
|
-
*
|
|
268
|
+
* **Datepicker:** datepicker component ([#1007](https://github.com/dialpad/dialtone-vue/issues/1007)) ([335af23](https://github.com/dialpad/dialtone-vue/commit/335af2385b8a89fa34d3c480c6cbffb303e228f3))
|
|
269
|
+
* **Modal:** show event and initial-focus-element ([#1009](https://github.com/dialpad/dialtone-vue/issues/1009)) ([935d6da](https://github.com/dialpad/dialtone-vue/commit/935d6da21d3b996178fc6985e08f221b92bacb68))
|
|
270
|
+
* **Rich Text Editor:** link extension ([#991](https://github.com/dialpad/dialtone-vue/issues/991)) ([d88e704](https://github.com/dialpad/dialtone-vue/commit/d88e704141be76be088da731ddf751400fbff4bd))
|
|
271
|
+
* **Rich Text Editor:** tests for rich text editor link extension and utils ([#1001](https://github.com/dialpad/dialtone-vue/issues/1001)) ([b947270](https://github.com/dialpad/dialtone-vue/commit/b94727049c0ad7ce18380939cb65360bb48869ee))
|
|
272
|
+
* state changes for feed item row ([#1002](https://github.com/dialpad/dialtone-vue/issues/1002)) ([9aeefc6](https://github.com/dialpad/dialtone-vue/commit/9aeefc60daee0ff8f37db518756238471ec15d7c))
|
|
269
273
|
|
|
270
|
-
|
|
274
|
+
# [2.84.0-beta.2](https://github.com/dialpad/dialtone-vue/compare/v2.84.0-beta.1...v2.84.0-beta.2) (2023-06-05)
|
|
271
275
|
|
|
272
276
|
|
|
273
277
|
### Bug Fixes
|
|
274
278
|
|
|
275
|
-
*
|
|
279
|
+
* remove peer dep ([b5be026](https://github.com/dialpad/dialtone-vue/commit/b5be0265b786ce0858157b6d04e8224b3a264104))
|
|
276
280
|
|
|
277
|
-
# [2.84.0](https://github.com/dialpad/dialtone-vue/compare/v2.83.
|
|
281
|
+
# [2.84.0-beta.1](https://github.com/dialpad/dialtone-vue/compare/v2.83.3...v2.84.0-beta.1) (2023-06-05)
|
|
278
282
|
|
|
279
283
|
|
|
280
284
|
### Bug Fixes
|
|
281
285
|
|
|
282
|
-
*
|
|
286
|
+
* change to fnv algo ([f6e01a1](https://github.com/dialpad/dialtone-vue/commit/f6e01a1cbef354c8cfa16a8642a29c4425f79634))
|
|
287
|
+
* component documentation link class ([#985](https://github.com/dialpad/dialtone-vue/issues/985)) ([95c178c](https://github.com/dialpad/dialtone-vue/commit/95c178c29c3b9b8b4891d19f7a9cb87304400286))
|
|
288
|
+
* 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))
|
|
289
|
+
* update dialtone-icons ([9a8c31a](https://github.com/dialpad/dialtone-vue/commit/9a8c31ac8c14086fd1d94271b98123cc9431e7c8))
|
|
283
290
|
|
|
284
291
|
|
|
285
292
|
### Features
|
|
286
293
|
|
|
287
|
-
* **Avatar:** update to flat colors ([#982](https://github.com/dialpad/dialtone-vue/issues/982)) ([
|
|
288
|
-
* **Confact Info:** add `showAvatar` and `avatarIcon` props ([#981](https://github.com/dialpad/dialtone-vue/issues/981)) ([
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Bug Fixes
|
|
294
|
-
|
|
295
|
-
* component documentation link class ([#985](https://github.com/dialpad/dialtone-vue/issues/985)) ([a565285](https://github.com/dialpad/dialtone-vue/commit/a565285cac178cb30339e81853d5e3b445444bdc))
|
|
296
|
-
|
|
297
|
-
## [2.83.4](https://github.com/dialpad/dialtone-vue/compare/v2.83.3...v2.83.4) (2023-05-17)
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
### Bug Fixes
|
|
301
|
-
|
|
302
|
-
* update dialtone-icons ([14ae0e6](https://github.com/dialpad/dialtone-vue/commit/14ae0e6200baeecdbfb7fc87a3c3fb5d38bedd31))
|
|
294
|
+
* **Avatar:** update to flat colors ([#982](https://github.com/dialpad/dialtone-vue/issues/982)) ([469fe05](https://github.com/dialpad/dialtone-vue/commit/469fe0522189247fc5c0a3f62ed92110617ec78c))
|
|
295
|
+
* **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))
|
|
296
|
+
* 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)
|
|
297
|
+
* update dialtone-icons ([1fb19be](https://github.com/dialpad/dialtone-vue/commit/1fb19beca6145d4f8625653847525aba1c2283a2))
|
|
303
298
|
|
|
304
299
|
## [2.83.3](https://github.com/dialpad/dialtone-vue/compare/v2.83.2...v2.83.3) (2023-05-15)
|
|
305
300
|
|