@gitlab/duo-ui 15.8.3 → 15.10.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/dist/components/agentic_chat/components/agentic_binary_feedback/agentic_binary_feedback.js +143 -16
- package/dist/components/chat/components/duo_chat_message/duo_chat_message.js +1 -1
- package/dist/components/chat/components/duo_chat_threads/duo_chat_threads.js +45 -6
- package/dist/components/chat/constants.js +2 -1
- package/dist/components/chat/mock_data.js +60 -100
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +4 -4
- package/src/components/agentic_chat/components/agentic_binary_feedback/agentic_binary_feedback.vue +233 -14
- package/src/components/chat/components/duo_chat_message/duo_chat_message.vue +1 -1
- package/src/components/chat/components/duo_chat_threads/duo_chat_threads.vue +56 -3
- package/src/components/chat/constants.js +2 -0
- package/src/components/chat/mock_data.js +60 -110
- package/translations.js +18 -0
- package/CHANGELOG.md +0 -1986
package/CHANGELOG.md
DELETED
|
@@ -1,1986 +0,0 @@
|
|
|
1
|
-
## [15.8.3](https://gitlab.com/gitlab-org/duo-ui/compare/v15.8.2...v15.8.3) (2026-02-02)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* Show run command error output ([672bfd2](https://gitlab.com/gitlab-org/duo-ui/commit/672bfd221d1526403a767fa42b79092907b0837d))
|
|
7
|
-
|
|
8
|
-
## [15.8.2](https://gitlab.com/gitlab-org/duo-ui/compare/v15.8.1...v15.8.2) (2026-01-30)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
### Bug Fixes
|
|
12
|
-
|
|
13
|
-
* **deps:** update dependency @floating-ui/dom to v1.7.5 ([9e4f63b](https://gitlab.com/gitlab-org/duo-ui/commit/9e4f63bb1b18b9360a2da36d889ff62553cdcc46))
|
|
14
|
-
|
|
15
|
-
## [15.8.1](https://gitlab.com/gitlab-org/duo-ui/compare/v15.8.0...v15.8.1) (2026-01-29)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Bug Fixes
|
|
19
|
-
|
|
20
|
-
* **MarkdownRenderer:** update renderMarkdown call ([d4cdd59](https://gitlab.com/gitlab-org/duo-ui/commit/d4cdd59564be8c1d49194611fbea45964ddca650))
|
|
21
|
-
|
|
22
|
-
# [15.8.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.7.2...v15.8.0) (2026-01-28)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Features
|
|
26
|
-
|
|
27
|
-
* export MessageToolKVSection ([9fd00fe](https://gitlab.com/gitlab-org/duo-ui/commit/9fd00fe3b9d415f33e3b401e96f1b6c9c6f030ab))
|
|
28
|
-
|
|
29
|
-
## [15.7.2](https://gitlab.com/gitlab-org/duo-ui/compare/v15.7.1...v15.7.2) (2026-01-28)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
### Bug Fixes
|
|
33
|
-
|
|
34
|
-
* **chat:** hide loading indicator while awaiting tool approval ([6a44530](https://gitlab.com/gitlab-org/duo-ui/commit/6a4453087faf630a14406276cd44108ce699e6a4))
|
|
35
|
-
|
|
36
|
-
## [15.7.1](https://gitlab.com/gitlab-org/duo-ui/compare/v15.7.0...v15.7.1) (2026-01-27)
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
* gdk links not displaying due to sanitization ([d3bae5b](https://gitlab.com/gitlab-org/duo-ui/commit/d3bae5becf4553de68cd5d9081fa30de6513db78))
|
|
42
|
-
|
|
43
|
-
# [15.7.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.6.0...v15.7.0) (2026-01-16)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### Features
|
|
47
|
-
|
|
48
|
-
* **agentic-chat:** add binary feedback component ([a143471](https://gitlab.com/gitlab-org/duo-ui/commit/a1434711ed187da15920971bb9fef158d8dd4b8b))
|
|
49
|
-
|
|
50
|
-
# [15.6.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.5.1...v15.6.0) (2026-01-16)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* **agentic-chat:** add binary feedback component with thumbs up/down ([3acc48b](https://gitlab.com/gitlab-org/duo-ui/commit/3acc48bad73ff89ae5c0e2c7d8a441aa156ef0bc))
|
|
56
|
-
|
|
57
|
-
## [15.5.1](https://gitlab.com/gitlab-org/duo-ui/compare/v15.5.0...v15.5.1) (2026-01-13)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* Fix chat autoscroll ([33b6d85](https://gitlab.com/gitlab-org/duo-ui/commit/33b6d8579a4819983b86d2557b94d599d71d1dea))
|
|
63
|
-
|
|
64
|
-
# [15.5.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.4.2...v15.5.0) (2026-01-09)
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
### Features
|
|
68
|
-
|
|
69
|
-
* **DuoChat:** Display agent name as subtitle in chat history ([69caff5](https://gitlab.com/gitlab-org/duo-ui/commit/69caff5a584359fea90ba90e0b045eb8da8d4791))
|
|
70
|
-
|
|
71
|
-
## [15.4.2](https://gitlab.com/gitlab-org/duo-ui/compare/v15.4.1...v15.4.2) (2026-01-06)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### Bug Fixes
|
|
75
|
-
|
|
76
|
-
* **DuoChat:** align AI disclaimers ([b723efa](https://gitlab.com/gitlab-org/duo-ui/commit/b723efa1e4b38d5a709628781e981d3ca416f9a0))
|
|
77
|
-
|
|
78
|
-
## [15.4.1](https://gitlab.com/gitlab-org/duo-ui/compare/v15.4.0...v15.4.1) (2026-01-06)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Bug Fixes
|
|
82
|
-
|
|
83
|
-
* migrate to npm trusted publishing ([c63fe65](https://gitlab.com/gitlab-org/duo-ui/commit/c63fe6575973c7e3d9cca7711be85c2836d47d26))
|
|
84
|
-
|
|
85
|
-
# [15.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.3.0...v15.4.0) (2025-12-15)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Features
|
|
89
|
-
|
|
90
|
-
* Syntax highlight markdown code blocks ([c491219](https://gitlab.com/gitlab-org/duo-ui/commit/c491219a4ae2bdce94931ecc4c8e3f5246b47ed2))
|
|
91
|
-
|
|
92
|
-
# [15.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.2.0...v15.3.0) (2025-12-11)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Features
|
|
96
|
-
|
|
97
|
-
* Display skeleton-loader when loading history ([18bcab2](https://gitlab.com/gitlab-org/duo-ui/commit/18bcab26978e2a5783ac852070476536f3ee09d7))
|
|
98
|
-
|
|
99
|
-
# [15.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.1.0...v15.2.0) (2025-12-11)
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
### Features
|
|
103
|
-
|
|
104
|
-
* Update agent message to render title and icon ([0a910d7](https://gitlab.com/gitlab-org/duo-ui/commit/0a910d7b519488eff16bc51798481d070f4d0ef3))
|
|
105
|
-
|
|
106
|
-
# [15.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.8...v15.1.0) (2025-12-10)
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
### Features
|
|
110
|
-
|
|
111
|
-
* Support IDE chat global state ([e7ffb8c](https://gitlab.com/gitlab-org/duo-ui/commit/e7ffb8c270985dba5e006e4e535c68b12f4550e7))
|
|
112
|
-
|
|
113
|
-
## [15.0.8](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.7...v15.0.8) (2025-12-08)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
### Bug Fixes
|
|
117
|
-
|
|
118
|
-
* **DuoChat:** Remove layout shift for custom empty state ([b0a583a](https://gitlab.com/gitlab-org/duo-ui/commit/b0a583a5b13448fec8959a359929a892d2458512))
|
|
119
|
-
|
|
120
|
-
## [15.0.7](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.6...v15.0.7) (2025-12-08)
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### Bug Fixes
|
|
124
|
-
|
|
125
|
-
* **DuoChat:** Apply centering classes conditionally for custom-empty-state slot ([4dc6b50](https://gitlab.com/gitlab-org/duo-ui/commit/4dc6b50224e3d53eb5303d8a3946e2faa0a26ef5))
|
|
126
|
-
|
|
127
|
-
## [15.0.6](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.5...v15.0.6) (2025-12-08)
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Bug Fixes
|
|
131
|
-
|
|
132
|
-
* trustedUrls propagation to renderMarkdown ([7e296d1](https://gitlab.com/gitlab-org/duo-ui/commit/7e296d15d82d9edc5f3216c1f557861d6ba37272))
|
|
133
|
-
* trustedUrls validation and comments ([66b1307](https://gitlab.com/gitlab-org/duo-ui/commit/66b1307938f07d50792fcf3d95337512846855fc))
|
|
134
|
-
|
|
135
|
-
## [15.0.5](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.4...v15.0.5) (2025-12-07)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Bug Fixes
|
|
139
|
-
|
|
140
|
-
* Do not allow to cancel chat while tool is being processed ([41ba989](https://gitlab.com/gitlab-org/duo-ui/commit/41ba9896584762a5d0064d64a6284dd563494b46))
|
|
141
|
-
* Tool approval buttons enabled too fast ([8977579](https://gitlab.com/gitlab-org/duo-ui/commit/897757973ad54ac69a6bfb225df4c88bcda6426b))
|
|
142
|
-
|
|
143
|
-
## [15.0.4](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.3...v15.0.4) (2025-12-03)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Bug Fixes
|
|
147
|
-
|
|
148
|
-
* **DuoChat:** Add vertical centering for custom empty state slot ([922ed40](https://gitlab.com/gitlab-org/duo-ui/commit/922ed404f53c151ea5595e72d8905ecad42c8581))
|
|
149
|
-
|
|
150
|
-
## [15.0.3](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.2...v15.0.3) (2025-12-02)
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Bug Fixes
|
|
154
|
-
|
|
155
|
-
* **WebDuoChatHeader:** Break longer titles anywhere to ellipse them ([91e5dca](https://gitlab.com/gitlab-org/duo-ui/commit/91e5dca7e63adb7b30aa3509f4b754dd7a821e0a))
|
|
156
|
-
|
|
157
|
-
## [15.0.2](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.1...v15.0.2) (2025-11-26)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Bug Fixes
|
|
161
|
-
|
|
162
|
-
* **DuoChat:** Fix pre code color inheritence in dark mode ([194ded3](https://gitlab.com/gitlab-org/duo-ui/commit/194ded33b1ef9736a72231bc5649e8cdf8497245)), closes [#000000](https://gitlab.com/gitlab-org/duo-ui/issues/000000)
|
|
163
|
-
|
|
164
|
-
## [15.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v15.0.0...v15.0.1) (2025-11-25)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### Bug Fixes
|
|
168
|
-
|
|
169
|
-
* Use a generic clipboard copy action ([b1eb7a3](https://gitlab.com/gitlab-org/duo-ui/commit/b1eb7a3b5d56c42346a569bbc14740aeb8a73fb4))
|
|
170
|
-
|
|
171
|
-
# [15.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v14.3.0...v15.0.0) (2025-11-21)
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
### Bug Fixes
|
|
175
|
-
|
|
176
|
-
* **DuoChat:** Remove new chat button ([5e9944f](https://gitlab.com/gitlab-org/duo-ui/commit/5e9944f5dfbb6963f27152636c727908bf0228d8))
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### BREAKING CHANGES
|
|
180
|
-
|
|
181
|
-
* **DuoChat:** Removes New Chat button for web header as the
|
|
182
|
-
button is now toggles from the navigation siderail
|
|
183
|
-
|
|
184
|
-
# [14.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v14.2.0...v14.3.0) (2025-11-20)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Features
|
|
188
|
-
|
|
189
|
-
* Update styling of chat empty state ([38fb901](https://gitlab.com/gitlab-org/duo-ui/commit/38fb9015e9e57ec92c24451cd07cbe91b7c40d1d))
|
|
190
|
-
|
|
191
|
-
# [14.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v14.1.1...v14.2.0) (2025-11-20)
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
### Features
|
|
195
|
-
|
|
196
|
-
* Tool code block improvements ([967859d](https://gitlab.com/gitlab-org/duo-ui/commit/967859d7ac0d3d2888529c2adc741f437717f8de))
|
|
197
|
-
|
|
198
|
-
## [14.1.1](https://gitlab.com/gitlab-org/duo-ui/compare/v14.1.0...v14.1.1) (2025-11-20)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
### Bug Fixes
|
|
202
|
-
|
|
203
|
-
* Add more logic for border use ([a0364bc](https://gitlab.com/gitlab-org/duo-ui/commit/a0364bce0ff649b48850cb7b830ffe3c8f6041e0))
|
|
204
|
-
|
|
205
|
-
# [14.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v14.0.0...v14.1.0) (2025-11-18)
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
### Bug Fixes
|
|
209
|
-
|
|
210
|
-
* Do not display commit message accordion when no message is present ([bb35d4d](https://gitlab.com/gitlab-org/duo-ui/commit/bb35d4deb4ca541d9df974bb860c5f5211ccab2f))
|
|
211
|
-
* Fix collapse chevron alignment ([3e3603c](https://gitlab.com/gitlab-org/duo-ui/commit/3e3603c2f7647333397aeb9ea373faeace9ea9d1))
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
### Features
|
|
215
|
-
|
|
216
|
-
* Improve tool approval params visualization ([0893a90](https://gitlab.com/gitlab-org/duo-ui/commit/0893a9047ba7999d271559fc88eb2193ce15fc71))
|
|
217
|
-
|
|
218
|
-
# [14.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.8...v14.0.0) (2025-11-18)
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
### Features
|
|
222
|
-
|
|
223
|
-
* **DuoChat:** Move session ID menu to top bar ([4ec2077](https://gitlab.com/gitlab-org/duo-ui/commit/4ec207736c526534031b450302a06628d3b34b9d))
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### BREAKING CHANGES
|
|
227
|
-
|
|
228
|
-
* **DuoChat:** The session ID dropdown menu has been
|
|
229
|
-
moved from the main header section to the top
|
|
230
|
-
header bar in drawer view.
|
|
231
|
-
|
|
232
|
-
## [13.10.8](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.7...v13.10.8) (2025-11-14)
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
### Bug Fixes
|
|
236
|
-
|
|
237
|
-
* **DuoChat:** move AI disclaimer above input ([ecb482d](https://gitlab.com/gitlab-org/duo-ui/commit/ecb482d6f996e3bd46146f4d200d36ed961615a0))
|
|
238
|
-
|
|
239
|
-
## [13.10.7](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.6...v13.10.7) (2025-11-13)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
* apply suggestions ([a6337ea](https://gitlab.com/gitlab-org/duo-ui/commit/a6337ea87e807f28fb6d869f594d5d600050d207))
|
|
245
|
-
* **DuoChatThreads:** update UI ([a5bc60d](https://gitlab.com/gitlab-org/duo-ui/commit/a5bc60d004ad98220befa5e3884a886a90c737e5))
|
|
246
|
-
|
|
247
|
-
## [13.10.6](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.5...v13.10.6) (2025-11-13)
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
### Bug Fixes
|
|
251
|
-
|
|
252
|
-
* Tool code blocks improvements ([c779c5c](https://gitlab.com/gitlab-org/duo-ui/commit/c779c5c92edef99750836e08c3833b954c2576ae))
|
|
253
|
-
|
|
254
|
-
## [13.10.5](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.4...v13.10.5) (2025-11-12)
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
### Bug Fixes
|
|
258
|
-
|
|
259
|
-
* Chat message border radius and forced colors mode borders ([61e9271](https://gitlab.com/gitlab-org/duo-ui/commit/61e9271ce918253b6d0a028b40a70c34d4d6759f))
|
|
260
|
-
|
|
261
|
-
## [13.10.4](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.3...v13.10.4) (2025-11-12)
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Bug Fixes
|
|
265
|
-
|
|
266
|
-
* Duo chat WHCM and forced colors mode borders ([422d39a](https://gitlab.com/gitlab-org/duo-ui/commit/422d39a92a9d1c844d078b436255d86e7914703e))
|
|
267
|
-
|
|
268
|
-
## [13.10.3](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.2...v13.10.3) (2025-11-11)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### Bug Fixes
|
|
272
|
-
|
|
273
|
-
* **WebDuoChat, WebAgenticDuoChat:** adjust empty state with design ([689631d](https://gitlab.com/gitlab-org/duo-ui/commit/689631d0e7806c7b19da3eb86ccc35b607920c5e))
|
|
274
|
-
|
|
275
|
-
## [13.10.2](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.1...v13.10.2) (2025-11-10)
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
### Bug Fixes
|
|
279
|
-
|
|
280
|
-
* **DuoChat:** Accept both Object and Array for messages prop ([ee52b96](https://gitlab.com/gitlab-org/duo-ui/commit/ee52b96ffc2bf03488e3037165124993ef59ac8f))
|
|
281
|
-
* **DuoChat:** Display all tools in multi-tool approval requests ([49a4bfc](https://gitlab.com/gitlab-org/duo-ui/commit/49a4bfccecf83fe6cfb7b0757a3b00a38140201a))
|
|
282
|
-
|
|
283
|
-
## [13.10.1](https://gitlab.com/gitlab-org/duo-ui/compare/v13.10.0...v13.10.1) (2025-11-10)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
* Use consistent bg color in code blocks ([f673e0f](https://gitlab.com/gitlab-org/duo-ui/commit/f673e0f154fab574f088359ea8b6fa2004100d19))
|
|
289
|
-
|
|
290
|
-
# [13.10.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.9.0...v13.10.0) (2025-11-07)
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Features
|
|
294
|
-
|
|
295
|
-
* Remove x padding from disclaimer on web ([4267c49](https://gitlab.com/gitlab-org/duo-ui/commit/4267c49de3b4436bc313237addf587230482ad42))
|
|
296
|
-
|
|
297
|
-
# [13.9.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.8.0...v13.9.0) (2025-11-07)
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
### Features
|
|
301
|
-
|
|
302
|
-
* Remove extra padding from empty state ([d48c5a5](https://gitlab.com/gitlab-org/duo-ui/commit/d48c5a55857f3683c9a3507350cf71c19eb4ba2c))
|
|
303
|
-
|
|
304
|
-
# [13.8.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.7.1...v13.8.0) (2025-11-07)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### Features
|
|
308
|
-
|
|
309
|
-
* Support flows slots in chat ([bca3d2d](https://gitlab.com/gitlab-org/duo-ui/commit/bca3d2ddf90c2027b38f692f5cfd3be6d4565683))
|
|
310
|
-
|
|
311
|
-
## [13.7.1](https://gitlab.com/gitlab-org/duo-ui/compare/v13.7.0...v13.7.1) (2025-11-07)
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
### Bug Fixes
|
|
315
|
-
|
|
316
|
-
* **DuoChatMessage:** Align message actions with design ([abe5fee](https://gitlab.com/gitlab-org/duo-ui/commit/abe5feed07931dbb8c2bd45e1f6f31e5dd991f4a))
|
|
317
|
-
|
|
318
|
-
# [13.7.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.6.3...v13.7.0) (2025-11-07)
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
### Features
|
|
322
|
-
|
|
323
|
-
* Redesign tool message UI ([94d6039](https://gitlab.com/gitlab-org/duo-ui/commit/94d6039c858473abc99c656ca68b522e98ac4eaf))
|
|
324
|
-
|
|
325
|
-
## [13.6.3](https://gitlab.com/gitlab-org/duo-ui/compare/v13.6.2...v13.6.3) (2025-11-06)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Bug Fixes
|
|
329
|
-
|
|
330
|
-
* **DuoChat:** Fix code highlight in dark mode ([ed27c58](https://gitlab.com/gitlab-org/duo-ui/commit/ed27c58cd3e57be23fecc2d5c3cf597bbcfca919))
|
|
331
|
-
* **WebAgenticDuoChat:** fix chat header overflow ([84d26ba](https://gitlab.com/gitlab-org/duo-ui/commit/84d26ba581bd234bf96507bdbb75453315028aa5))
|
|
332
|
-
|
|
333
|
-
## [13.6.2](https://gitlab.com/gitlab-org/duo-ui/compare/v13.6.1...v13.6.2) (2025-11-05)
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
### Bug Fixes
|
|
337
|
-
|
|
338
|
-
* Set max width on the model selector ([2991545](https://gitlab.com/gitlab-org/duo-ui/commit/29915454f4e21348e9052a7a0651f75f9718d7f1))
|
|
339
|
-
|
|
340
|
-
## [13.6.1](https://gitlab.com/gitlab-org/duo-ui/compare/v13.6.0...v13.6.1) (2025-11-05)
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
### Bug Fixes
|
|
344
|
-
|
|
345
|
-
* message tool copy emit event to ide ([cc4a030](https://gitlab.com/gitlab-org/duo-ui/commit/cc4a030f7ce56b2109ab4c71085c44781916196b))
|
|
346
|
-
|
|
347
|
-
# [13.6.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.5.3...v13.6.0) (2025-11-04)
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### Features
|
|
351
|
-
|
|
352
|
-
* **WebDuoChatHeader:** Align with design ([75497be](https://gitlab.com/gitlab-org/duo-ui/commit/75497be7e7a78bf81e0ffe7b580ee6a682a3745d))
|
|
353
|
-
|
|
354
|
-
## [13.5.3](https://gitlab.com/gitlab-org/duo-ui/compare/v13.5.2...v13.5.3) (2025-11-04)
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
### Bug Fixes
|
|
358
|
-
|
|
359
|
-
* Fix display create_commit tool params bug ([408116e](https://gitlab.com/gitlab-org/duo-ui/commit/408116efb7cce89b2f3acee9341eb99d14ec7468))
|
|
360
|
-
* Fix run command tool param overflow ([fc77e4a](https://gitlab.com/gitlab-org/duo-ui/commit/fc77e4ae0a5dd52de028f42cf7977491cb934a3d))
|
|
361
|
-
* Fix work item note rendering ([4a0f2f2](https://gitlab.com/gitlab-org/duo-ui/commit/4a0f2f2d2ed7a5eb7e2fff2042405ef6ee820fa5))
|
|
362
|
-
|
|
363
|
-
## [13.5.2](https://gitlab.com/gitlab-org/duo-ui/compare/v13.5.1...v13.5.2) (2025-11-03)
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
### Bug Fixes
|
|
367
|
-
|
|
368
|
-
* **WebDuoChat, WebAgenticDuoChat, DuoChat, AgenticDuoChat:** Adjust spacings and scrim ([506b4aa](https://gitlab.com/gitlab-org/duo-ui/commit/506b4aae891684bbb2667166f396ec75d94387ba))
|
|
369
|
-
|
|
370
|
-
## [13.5.1](https://gitlab.com/gitlab-org/duo-ui/compare/v13.5.0...v13.5.1) (2025-11-03)
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
### Bug Fixes
|
|
374
|
-
|
|
375
|
-
* **DuoChat:** Remove chat history button ([a9d1675](https://gitlab.com/gitlab-org/duo-ui/commit/a9d16755ea828601ac6a3e1e6bf7fa0863bdf54f))
|
|
376
|
-
|
|
377
|
-
# [13.5.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.4.0...v13.5.0) (2025-10-31)
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
### Features
|
|
381
|
-
|
|
382
|
-
* **WebDuoChat:** add `shouldAutoFocusInput` prop to WebDuoChat ([213a673](https://gitlab.com/gitlab-org/duo-ui/commit/213a6730123511d15541e9841a92c0c7a736d8ca))
|
|
383
|
-
|
|
384
|
-
# [13.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.3.0...v13.4.0) (2025-10-30)
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
### Features
|
|
388
|
-
|
|
389
|
-
* Improve support for work items and notes ([7c0c5e3](https://gitlab.com/gitlab-org/duo-ui/commit/7c0c5e3b3da6a5ee11fde57344348228f50c1362))
|
|
390
|
-
|
|
391
|
-
# [13.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.2.0...v13.3.0) (2025-10-29)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
### Features
|
|
395
|
-
|
|
396
|
-
* **DuoChatHeader:** adds visual tip for foundational agents ([9524a88](https://gitlab.com/gitlab-org/duo-ui/commit/9524a88b72d37db64a25a742cfaf76812c30db9f))
|
|
397
|
-
|
|
398
|
-
# [13.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.1.0...v13.2.0) (2025-10-28)
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
### Features
|
|
402
|
-
|
|
403
|
-
* **AgenticDuoChat:** message tool details ([8102ae9](https://gitlab.com/gitlab-org/duo-ui/commit/8102ae9c690966f749f8b967025c87fb0e32f97b))
|
|
404
|
-
|
|
405
|
-
# [13.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v13.0.4...v13.1.0) (2025-10-28)
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
### Features
|
|
409
|
-
|
|
410
|
-
* **AgenticDuoChat:** Add `canCancel` props ([1e6d9b5](https://gitlab.com/gitlab-org/duo-ui/commit/1e6d9b5982f07205385efe2cc543c51f90a8db29))
|
|
411
|
-
|
|
412
|
-
## [13.0.4](https://gitlab.com/gitlab-org/duo-ui/compare/v13.0.3...v13.0.4) (2025-10-27)
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
### Bug Fixes
|
|
416
|
-
|
|
417
|
-
* **DuoChat:** Hide Chat History Button ([d74aa00](https://gitlab.com/gitlab-org/duo-ui/commit/d74aa00a1c82cc1b37013382ffe84952bee49e6a))
|
|
418
|
-
|
|
419
|
-
## [13.0.3](https://gitlab.com/gitlab-org/duo-ui/compare/v13.0.2...v13.0.3) (2025-10-27)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### Bug Fixes
|
|
423
|
-
|
|
424
|
-
* **DuoChat:** Add fallback for empty branch in commit approval ([dd82fb1](https://gitlab.com/gitlab-org/duo-ui/commit/dd82fb14285dfe31bd9bf7f5f95f9655e1c9cbe8))
|
|
425
|
-
* **DuoChat:** Fixed padding around agent name ([7228112](https://gitlab.com/gitlab-org/duo-ui/commit/7228112e916b05293bc4527a4004df1d13666766))
|
|
426
|
-
* **DuoChat:** Fixed the use of unexisting prop ([119628c](https://gitlab.com/gitlab-org/duo-ui/commit/119628c837e2da07c72044d01fa5c3b14687e788))
|
|
427
|
-
|
|
428
|
-
## [13.0.2](https://gitlab.com/gitlab-org/duo-ui/compare/v13.0.1...v13.0.2) (2025-10-24)
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
### Bug Fixes
|
|
432
|
-
|
|
433
|
-
* **DuoChat:** Added showStudioHeader back in ([2b7e5d3](https://gitlab.com/gitlab-org/duo-ui/commit/2b7e5d3efbd9bc870bb4cd5e0291826d045a0de0))
|
|
434
|
-
|
|
435
|
-
## [13.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v13.0.0...v13.0.1) (2025-10-24)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
### Bug Fixes
|
|
439
|
-
|
|
440
|
-
* **DuoChat:** revert hide new chat button in Duo Chat ([436deba](https://gitlab.com/gitlab-org/duo-ui/commit/436deba98c636d10cbcad81fe2589425484f44bf))
|
|
441
|
-
|
|
442
|
-
# [13.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v12.4.3...v13.0.0) (2025-10-24)
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### Code Refactoring
|
|
446
|
-
|
|
447
|
-
* **DuoChat:** cleanup of showStudioHeader prop ([e25a886](https://gitlab.com/gitlab-org/duo-ui/commit/e25a886501fb2468ca250807e08c443d15432e6c))
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
### BREAKING CHANGES
|
|
451
|
-
|
|
452
|
-
* **DuoChat:** Added isEmbedded prop to the monolith
|
|
453
|
-
Removing showStudioHeader prop as it is a duplicate of isEmbedded
|
|
454
|
-
Will need to remove the prop from the monolith
|
|
455
|
-
|
|
456
|
-
## [12.4.3](https://gitlab.com/gitlab-org/duo-ui/compare/v12.4.2...v12.4.3) (2025-10-23)
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
### Bug Fixes
|
|
460
|
-
|
|
461
|
-
* **DuoChat:** Fix renderGFM call in messages ([7c6e84d](https://gitlab.com/gitlab-org/duo-ui/commit/7c6e84d6c406725d0212d2f02f2af8a55e4455e7))
|
|
462
|
-
|
|
463
|
-
## [12.4.2](https://gitlab.com/gitlab-org/duo-ui/compare/v12.4.1...v12.4.2) (2025-10-22)
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
### Bug Fixes
|
|
467
|
-
|
|
468
|
-
* **DuoChat:** Hide new chat button ([cf49260](https://gitlab.com/gitlab-org/duo-ui/commit/cf49260511e8b80fdd160dc271b50b9d8c5d1f75))
|
|
469
|
-
|
|
470
|
-
## [12.4.1](https://gitlab.com/gitlab-org/duo-ui/compare/v12.4.0...v12.4.1) (2025-10-21)
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
### Bug Fixes
|
|
474
|
-
|
|
475
|
-
* Fix code block overflow ([d866ff2](https://gitlab.com/gitlab-org/duo-ui/commit/d866ff25c828858df1bd475c4bb1c2d0e79117fe))
|
|
476
|
-
|
|
477
|
-
# [12.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v12.3.3...v12.4.0) (2025-10-21)
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
### Features
|
|
481
|
-
|
|
482
|
-
* **AgenticDuoChat:** add model selection slot ([8491438](https://gitlab.com/gitlab-org/duo-ui/commit/84914385634777f9542e3aa2ce5066b0c9b2e418))
|
|
483
|
-
|
|
484
|
-
## [12.3.3](https://gitlab.com/gitlab-org/duo-ui/compare/v12.3.2...v12.3.3) (2025-10-17)
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
### Bug Fixes
|
|
488
|
-
|
|
489
|
-
* **DuoChat:** Fix minor padding issue ([08fa46e](https://gitlab.com/gitlab-org/duo-ui/commit/08fa46e2e9a36c038c178fadf1fc6dcad27f99f6))
|
|
490
|
-
|
|
491
|
-
## [12.3.2](https://gitlab.com/gitlab-org/duo-ui/compare/v12.3.1...v12.3.2) (2025-10-16)
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
### Bug Fixes
|
|
495
|
-
|
|
496
|
-
* **chat:** Added new prop ([24423c4](https://gitlab.com/gitlab-org/duo-ui/commit/24423c41738f114ab2fc86faa947347c1baf2d5a))
|
|
497
|
-
* **DuoChat:** Updated prop naming ([151101a](https://gitlab.com/gitlab-org/duo-ui/commit/151101add54dc8e935c9b512aacb9894fc6cbe3e))
|
|
498
|
-
|
|
499
|
-
## [12.3.1](https://gitlab.com/gitlab-org/duo-ui/compare/v12.3.0...v12.3.1) (2025-10-16)
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
### Bug Fixes
|
|
503
|
-
|
|
504
|
-
* **DuoChat:** Fix user message being left aligned ([77d78c3](https://gitlab.com/gitlab-org/duo-ui/commit/77d78c384eaacf30586ef27a2208d27a4c00ec13))
|
|
505
|
-
|
|
506
|
-
# [12.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v12.2.0...v12.3.0) (2025-10-16)
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
### Features
|
|
510
|
-
|
|
511
|
-
* **WebAgenticDuoChat:** make autofocus controlled prop ([fc79b85](https://gitlab.com/gitlab-org/duo-ui/commit/fc79b857aca26c8443016e84d1a7ebe8261aaf8b))
|
|
512
|
-
|
|
513
|
-
# [12.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v12.1.1...v12.2.0) (2025-10-14)
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
### Features
|
|
517
|
-
|
|
518
|
-
* **chat:** Added prop to classic chat ([13ad2d5](https://gitlab.com/gitlab-org/duo-ui/commit/13ad2d5da2ce7a33cd48818b47afe724da3f3745))
|
|
519
|
-
|
|
520
|
-
## [12.1.1](https://gitlab.com/gitlab-org/duo-ui/compare/v12.1.0...v12.1.1) (2025-10-13)
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
### Bug Fixes
|
|
524
|
-
|
|
525
|
-
* Tool command approval card fixes ([9734429](https://gitlab.com/gitlab-org/duo-ui/commit/9734429a6ea03320fcf45b89a8154eceeb9e5b5d))
|
|
526
|
-
|
|
527
|
-
# [12.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v12.0.0...v12.1.0) (2025-10-10)
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
### Features
|
|
531
|
-
|
|
532
|
-
* Adjust visual styling of the duo layout overlay ([9e99e74](https://gitlab.com/gitlab-org/duo-ui/commit/9e99e74291f63c6a92b852d94fd4e71664537f74))
|
|
533
|
-
|
|
534
|
-
# [12.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v11.4.1...v12.0.0) (2025-10-09)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
### Bug Fixes
|
|
538
|
-
|
|
539
|
-
* **web-agentic-duo-chat:** changed default for showStudioHeader ([4cf3769](https://gitlab.com/gitlab-org/duo-ui/commit/4cf37695773f82d9992f8d71f18525cb23207433))
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
### BREAKING CHANGES
|
|
543
|
-
|
|
544
|
-
* **web-agentic-duo-chat:** prop default will change from true to [secure]
|
|
545
|
-
|
|
546
|
-
## [11.4.1](https://gitlab.com/gitlab-org/duo-ui/compare/v11.4.0...v11.4.1) (2025-10-08)
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
### Bug Fixes
|
|
550
|
-
|
|
551
|
-
* Ensure cancelPrompt is shown/hidden at correct times ([b65330b](https://gitlab.com/gitlab-org/duo-ui/commit/b65330b23b8cd566b26023e74651df7b01bfdb81))
|
|
552
|
-
|
|
553
|
-
# [11.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v11.3.0...v11.4.0) (2025-10-07)
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
### Features
|
|
557
|
-
|
|
558
|
-
* Improve commit tool approval output ([bf787f9](https://gitlab.com/gitlab-org/duo-ui/commit/bf787f97b7120dddaaa5797a840a346f7f78ebff))
|
|
559
|
-
|
|
560
|
-
# [11.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v11.2.2...v11.3.0) (2025-10-03)
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
### Bug Fixes
|
|
564
|
-
|
|
565
|
-
* **MCP:** Display correct cancelPrompt state after approvals ([d82ae48](https://gitlab.com/gitlab-org/duo-ui/commit/d82ae48267f1689f16680670d18faf5d97dab6f7))
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
### Features
|
|
569
|
-
|
|
570
|
-
* **header:** Adden new boolean to hide only part of header ([ec361ad](https://gitlab.com/gitlab-org/duo-ui/commit/ec361adccc4886c292c6a8061718d5bf1ebdbe50))
|
|
571
|
-
|
|
572
|
-
## [11.2.2](https://gitlab.com/gitlab-org/duo-ui/compare/v11.2.1...v11.2.2) (2025-10-03)
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
### Bug Fixes
|
|
576
|
-
|
|
577
|
-
* display old and new content in commit approval dialog ([99ccfc3](https://gitlab.com/gitlab-org/duo-ui/commit/99ccfc37d157b92db949ff0e61810dfbd9a4a5e2))
|
|
578
|
-
|
|
579
|
-
## [11.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v11.2.0...v11.2.1) (2025-09-29)
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
### Bug Fixes
|
|
583
|
-
|
|
584
|
-
* **chat:** Removed modification of shared styles ([bac6001](https://gitlab.com/gitlab-org/duo-ui/commit/bac6001765476c17bc412cdbbe9bb905e8bb1a25))
|
|
585
|
-
* **chat-input:** fixed input field positioning ([26587f7](https://gitlab.com/gitlab-org/duo-ui/commit/26587f764d7c51cabaf9d3dfcaee4437033f9c96))
|
|
586
|
-
|
|
587
|
-
# [11.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v11.1.2...v11.2.0) (2025-09-28)
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
### Features
|
|
591
|
-
|
|
592
|
-
* Further improvements to tool approval visualization in agentic chat ([e9b88ce](https://gitlab.com/gitlab-org/duo-ui/commit/e9b88ce8a7cf4396c907669eff5df90108996179))
|
|
593
|
-
|
|
594
|
-
## [11.1.2](https://gitlab.com/gitlab-org/duo-ui/compare/v11.1.1...v11.1.2) (2025-09-24)
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
### Bug Fixes
|
|
598
|
-
|
|
599
|
-
* limit chat header subtitle max width to prevent overflow ([3568b44](https://gitlab.com/gitlab-org/duo-ui/commit/3568b442d9ab9f4d14bc5ce9deab7a40d7927c64))
|
|
600
|
-
|
|
601
|
-
## [11.1.1](https://gitlab.com/gitlab-org/duo-ui/compare/v11.1.0...v11.1.1) (2025-09-24)
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
### Bug Fixes
|
|
605
|
-
|
|
606
|
-
* long subtitle overflows close button out of view ([ee7b50d](https://gitlab.com/gitlab-org/duo-ui/commit/ee7b50daed029c7cd4b94ecca00498c3607de1e1))
|
|
607
|
-
|
|
608
|
-
# [11.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v11.0.1...v11.1.0) (2025-09-19)
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
### Features
|
|
612
|
-
|
|
613
|
-
* **mcp:** Extend multi-approve button to agentic chat ([2f11bb6](https://gitlab.com/gitlab-org/duo-ui/commit/2f11bb669ed8174e77bcdd9f3ceecb1a5b3321d5))
|
|
614
|
-
* **mcp:** Port multi approve changes to message tool approval ([f364b34](https://gitlab.com/gitlab-org/duo-ui/commit/f364b3401e1a7df4ecac2ab397b237e5c0193074))
|
|
615
|
-
|
|
616
|
-
## [11.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v11.0.0...v11.0.1) (2025-09-18)
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
### Bug Fixes
|
|
620
|
-
|
|
621
|
-
* **chat:** fixed darkmode ([98d57cd](https://gitlab.com/gitlab-org/duo-ui/commit/98d57cde8df7e703747fe9d1a104b958c59f9ae6))
|
|
622
|
-
* **Duo:** Dark mode fix ([d9fdc24](https://gitlab.com/gitlab-org/duo-ui/commit/d9fdc244014ff53ecfe8b69d3143e7d462038ad6))
|
|
623
|
-
* **message:** removed message visual style update ([198b32b](https://gitlab.com/gitlab-org/duo-ui/commit/198b32bbd31d7f4c289be01e90bfff0d451afa09))
|
|
624
|
-
|
|
625
|
-
# [11.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.23.1...v11.0.0) (2025-09-18)
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
### Features
|
|
629
|
-
|
|
630
|
-
* Introduce Web only component to reduce Agentic Chat ([3e68e06](https://gitlab.com/gitlab-org/duo-ui/commit/3e68e06a1477d274c1bfe98321dee9090be07009))
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
### BREAKING CHANGES
|
|
634
|
-
|
|
635
|
-
* Adds web_ prefixed components (WebDuoChat,
|
|
636
|
-
WebAgenticDuoChat, WebDuoChatHeader) with unique translation
|
|
637
|
-
keys to implement the new Chat design for Web platform.
|
|
638
|
-
These components are intended for Web consumption only
|
|
639
|
-
IDE versions remain unchanged.
|
|
640
|
-
|
|
641
|
-
## [10.23.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.23.0...v10.23.1) (2025-09-16)
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
### Bug Fixes
|
|
645
|
-
|
|
646
|
-
* trigger release pipeline after reverting MR 271 and MR 263 ([514243a](https://gitlab.com/gitlab-org/duo-ui/commit/514243a6e5ccdaff638032e4d7970f80d2c6acd9))
|
|
647
|
-
|
|
648
|
-
# [10.23.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.22.1...v10.23.0) (2025-09-13)
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
### Features
|
|
652
|
-
|
|
653
|
-
* **MCP:** Add DOM element based testing in favor of vm ([aa57f8b](https://gitlab.com/gitlab-org/duo-ui/commit/aa57f8bac963af318ff9e113731bef0864c43147))
|
|
654
|
-
* **MCP:** Add new schema for button option configs ([1cfc076](https://gitlab.com/gitlab-org/duo-ui/commit/1cfc076366b6fecea9b511ee0d24ec9798816c55))
|
|
655
|
-
* **MCP:** Add safeApproval computed property and replace manual checks ([fc093da](https://gitlab.com/gitlab-org/duo-ui/commit/fc093da8ba2e9a2f961e46d85c7b66e2a50c434a))
|
|
656
|
-
* **MCP:** Add tests for button and cleanup unused code for local dev ([d8da63b](https://gitlab.com/gitlab-org/duo-ui/commit/d8da63b38f3395acd08ef28a2b6ad3bc1bfcf782))
|
|
657
|
-
* **MCP:** Add working split button from gitlab-ui ([cdfee53](https://gitlab.com/gitlab-org/duo-ui/commit/cdfee53e3fee66c063987f442a6d0185032b732a))
|
|
658
|
-
* **MCP:** Ensure correct formatting with lint fix ([8ddcda8](https://gitlab.com/gitlab-org/duo-ui/commit/8ddcda822257d0a6b0ccf266cc5bb6f5c80c0f46))
|
|
659
|
-
* **MCP:** Fix Vue3 specs ([31377d7](https://gitlab.com/gitlab-org/duo-ui/commit/31377d772e76ddf802c09ec5443e946b958b2324))
|
|
660
|
-
* **MCP:** Rename single approval tool emit message ([ddb3c4e](https://gitlab.com/gitlab-org/duo-ui/commit/ddb3c4e6ef43bfeec274b42777227a31959577e1))
|
|
661
|
-
* **MCP:** Require that approve-once is always in component ([f9a9d7a](https://gitlab.com/gitlab-org/duo-ui/commit/f9a9d7ae362fad882f28d3b39f86a274dc6c4e0f))
|
|
662
|
-
|
|
663
|
-
## [10.22.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.22.0...v10.22.1) (2025-09-12)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### Bug Fixes
|
|
667
|
-
|
|
668
|
-
* **siderail:** fixed layout style and storybook ([a9b470b](https://gitlab.com/gitlab-org/duo-ui/commit/a9b470b3f46d2235267b5243c4c50cff60acf87b))
|
|
669
|
-
|
|
670
|
-
# [10.22.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.21.0...v10.22.0) (2025-09-12)
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
### Features
|
|
674
|
-
|
|
675
|
-
* **siderail:** added chat layout and siderail ([17c61cc](https://gitlab.com/gitlab-org/duo-ui/commit/17c61cc9c523294242cccdb6f6296f9a5a555f73))
|
|
676
|
-
|
|
677
|
-
# [10.21.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.20.0...v10.21.0) (2025-09-11)
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
### Features
|
|
681
|
-
|
|
682
|
-
* Improve tool approval dialog UI ([d337427](https://gitlab.com/gitlab-org/duo-ui/commit/d33742757bb358add571ed9b2ae39c5c796b31d5))
|
|
683
|
-
|
|
684
|
-
# [10.20.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.19.0...v10.20.0) (2025-09-05)
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
### Features
|
|
688
|
-
|
|
689
|
-
* add agent dropdown to duo chat header ([a74a34c](https://gitlab.com/gitlab-org/duo-ui/commit/a74a34c1b7bcc0b557f2a75e08257177425d9174))
|
|
690
|
-
|
|
691
|
-
# [10.19.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.18.0...v10.19.0) (2025-09-04)
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
### Features
|
|
695
|
-
|
|
696
|
-
* Allow to copy chat sessionId if provided ([f1643de](https://gitlab.com/gitlab-org/duo-ui/commit/f1643de45654e6b86514a732595682c66aa7457b))
|
|
697
|
-
|
|
698
|
-
# [10.18.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.17.4...v10.18.0) (2025-08-26)
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
### Features
|
|
702
|
-
|
|
703
|
-
* add prompt character count ([3e7977e](https://gitlab.com/gitlab-org/duo-ui/commit/3e7977e7dd19f7f8cf9ad47f6dc76181516d0a0e))
|
|
704
|
-
|
|
705
|
-
## [10.17.4](https://gitlab.com/gitlab-org/duo-ui/compare/v10.17.3...v10.17.4) (2025-08-26)
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
### Bug Fixes
|
|
709
|
-
|
|
710
|
-
* **DuoChat:** Fix horizontal overflow problems in chat messages ([0049850](https://gitlab.com/gitlab-org/duo-ui/commit/0049850057d7e4502179c48763db3a3bed7e592c))
|
|
711
|
-
|
|
712
|
-
## [10.17.3](https://gitlab.com/gitlab-org/duo-ui/compare/v10.17.2...v10.17.3) (2025-08-24)
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
### Bug Fixes
|
|
716
|
-
|
|
717
|
-
* **deps:** update dependency @floating-ui/dom to v1.7.4 ([b5a1dde](https://gitlab.com/gitlab-org/duo-ui/commit/b5a1dde03ce06bd0d87686d55e82437cc4cbe1e3))
|
|
718
|
-
|
|
719
|
-
## [10.17.2](https://gitlab.com/gitlab-org/duo-ui/compare/v10.17.1...v10.17.2) (2025-08-22)
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
### Bug Fixes
|
|
723
|
-
|
|
724
|
-
* Correct esc key behavior for context menu interactions ([5b71efe](https://gitlab.com/gitlab-org/duo-ui/commit/5b71efe70d3df7e0ecd752dfbae74414d32d0720))
|
|
725
|
-
|
|
726
|
-
## [10.17.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.17.0...v10.17.1) (2025-08-21)
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
### Bug Fixes
|
|
730
|
-
|
|
731
|
-
* adjust command output to return as object ([ff49372](https://gitlab.com/gitlab-org/duo-ui/commit/ff493724efdf3473ca6daaf8b9828be4308341dd))
|
|
732
|
-
* rollback object format and use tool_request.content ([9b8d758](https://gitlab.com/gitlab-org/duo-ui/commit/9b8d75869f813b2f081a505429b1a3ed087f891f))
|
|
733
|
-
|
|
734
|
-
# [10.17.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.16.3...v10.17.0) (2025-08-21)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
### Features
|
|
738
|
-
|
|
739
|
-
* Disable prompt submit button if prompt is empty ([213b513](https://gitlab.com/gitlab-org/duo-ui/commit/213b513e85b4be6968156d62912392117637f53c))
|
|
740
|
-
|
|
741
|
-
## [10.16.3](https://gitlab.com/gitlab-org/duo-ui/compare/v10.16.2...v10.16.3) (2025-08-19)
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
### Bug Fixes
|
|
745
|
-
|
|
746
|
-
* fix command output typo in response ([e0ee6ad](https://gitlab.com/gitlab-org/duo-ui/commit/e0ee6adcaff48380b5e9423e80707bccf64221a6))
|
|
747
|
-
|
|
748
|
-
## [10.16.2](https://gitlab.com/gitlab-org/duo-ui/compare/v10.16.1...v10.16.2) (2025-08-19)
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
### Bug Fixes
|
|
752
|
-
|
|
753
|
-
* update message-map to follow end child list padding styles ([2c6f60c](https://gitlab.com/gitlab-org/duo-ui/commit/2c6f60c9c28c35a141cf54fcdb640175912948c7))
|
|
754
|
-
|
|
755
|
-
## [10.16.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.16.0...v10.16.1) (2025-08-14)
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
### Bug Fixes
|
|
759
|
-
|
|
760
|
-
* **DuoChat:** Added test for some common keyboard shortcuts ([af93b26](https://gitlab.com/gitlab-org/duo-ui/commit/af93b263ddf55fc66f805743c4dbdbe11b0cd56e))
|
|
761
|
-
* **DuoChat:** Fix VScode undo/redo ([4b4c7bc](https://gitlab.com/gitlab-org/duo-ui/commit/4b4c7bc3cd154cfdc57bcce5646face488672084))
|
|
762
|
-
|
|
763
|
-
# [10.16.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.15.4...v10.16.0) (2025-08-13)
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
### Features
|
|
767
|
-
|
|
768
|
-
* drill down project path ([de6ac72](https://gitlab.com/gitlab-org/duo-ui/commit/de6ac72edb3b27def03a5202a1a4cdbda7c405e9))
|
|
769
|
-
* remove code bg transparency from scss ([7fa417a](https://gitlab.com/gitlab-org/duo-ui/commit/7fa417a82dd3dfa7adae320d147e90c943dd3bf0))
|
|
770
|
-
* update terminal command component into chat ([1dde731](https://gitlab.com/gitlab-org/duo-ui/commit/1dde731cc5fa80cddfff38b0fb001e84885cde5e))
|
|
771
|
-
|
|
772
|
-
## [10.15.4](https://gitlab.com/gitlab-org/duo-ui/compare/v10.15.3...v10.15.4) (2025-08-13)
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
### Bug Fixes
|
|
776
|
-
|
|
777
|
-
* trigger release pipeline after reverting MR 235 ([a425969](https://gitlab.com/gitlab-org/duo-ui/commit/a4259699ea1b478006f75d9ab89f5be50af4d052))
|
|
778
|
-
|
|
779
|
-
## [10.15.3](https://gitlab.com/gitlab-org/duo-ui/compare/v10.15.2...v10.15.3) (2025-08-12)
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
### Bug Fixes
|
|
783
|
-
|
|
784
|
-
* add important style tags to chat override vars ([6fd2f5e](https://gitlab.com/gitlab-org/duo-ui/commit/6fd2f5e17953711d8edaf3a636e1250cfe5d1414))
|
|
785
|
-
|
|
786
|
-
## [10.15.2](https://gitlab.com/gitlab-org/duo-ui/compare/v10.15.1...v10.15.2) (2025-08-12)
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
### Bug Fixes
|
|
790
|
-
|
|
791
|
-
* **duo_chat_message:** added explicit z-index ([df001af](https://gitlab.com/gitlab-org/duo-ui/commit/df001af30be29846f415a36d89032567ba070f71))
|
|
792
|
-
|
|
793
|
-
## [10.15.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.15.0...v10.15.1) (2025-08-12)
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
### Bug Fixes
|
|
797
|
-
|
|
798
|
-
* **DuoChat:** Fix VScode undo/redo ([c770c94](https://gitlab.com/gitlab-org/duo-ui/commit/c770c94c684847daae3228f820e82c1684a8405c))
|
|
799
|
-
|
|
800
|
-
# [10.15.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.14.0...v10.15.0) (2025-08-06)
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
### Features
|
|
804
|
-
|
|
805
|
-
* add styles prop to message-map ([dd0ebf0](https://gitlab.com/gitlab-org/duo-ui/commit/dd0ebf009df46005e88e757737dc6cb737547afa))
|
|
806
|
-
|
|
807
|
-
# [10.14.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.13.2...v10.14.0) (2025-08-06)
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
### Features
|
|
811
|
-
|
|
812
|
-
* Update MessageMap with customStyles ([c4dbc4e](https://gitlab.com/gitlab-org/duo-ui/commit/c4dbc4e04c414fd5998489994f07e4b116747fd9))
|
|
813
|
-
|
|
814
|
-
## [10.13.2](https://gitlab.com/gitlab-org/duo-ui/compare/v10.13.1...v10.13.2) (2025-08-04)
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
### Bug Fixes
|
|
818
|
-
|
|
819
|
-
* **deps:** update dependency @floating-ui/dom to v1.7.3 ([5a2f8a0](https://gitlab.com/gitlab-org/duo-ui/commit/5a2f8a0fdb70bcc659db5393b7b7d8577dcc4528))
|
|
820
|
-
|
|
821
|
-
## [10.13.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.13.0...v10.13.1) (2025-08-04)
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
### Bug Fixes
|
|
825
|
-
|
|
826
|
-
* clipboard icon on hover ([e456591](https://gitlab.com/gitlab-org/duo-ui/commit/e456591d023134c398390e5c9ab0511a6bd55e67))
|
|
827
|
-
|
|
828
|
-
# [10.13.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.12.1...v10.13.0) (2025-07-24)
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
### Features
|
|
832
|
-
|
|
833
|
-
* Export message types ([8593b0d](https://gitlab.com/gitlab-org/duo-ui/commit/8593b0d469e7b451141425550caaf8a7171af188))
|
|
834
|
-
|
|
835
|
-
## [10.12.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.12.0...v10.12.1) (2025-07-24)
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
### Bug Fixes
|
|
839
|
-
|
|
840
|
-
* Remove question icon from DuoChatPredefinedPrompts ([8e55188](https://gitlab.com/gitlab-org/duo-ui/commit/8e5518879108163e66c07bb3a1948e162f4f9089))
|
|
841
|
-
|
|
842
|
-
# [10.12.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.11.0...v10.12.0) (2025-07-22)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
### Features
|
|
846
|
-
|
|
847
|
-
* introduce support for the agentic chat history ([f95b16f](https://gitlab.com/gitlab-org/duo-ui/commit/f95b16f9c09570a0b81939339da2776814c54bf5))
|
|
848
|
-
|
|
849
|
-
# [10.11.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.10.0...v10.11.0) (2025-07-21)
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
### Bug Fixes
|
|
853
|
-
|
|
854
|
-
* removed border and padding from the empty state ([de66b96](https://gitlab.com/gitlab-org/duo-ui/commit/de66b96d65d459eed78e98367e00f00fbff655e7))
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
### Features
|
|
858
|
-
|
|
859
|
-
* improved spacing and styling of avatar ([c801120](https://gitlab.com/gitlab-org/duo-ui/commit/c801120cea89e52cf70f7ac9a064893485252afc))
|
|
860
|
-
* render user avatar on the User messages in chat ([3f46886](https://gitlab.com/gitlab-org/duo-ui/commit/3f46886d78a9c7bc4c9d349619c88ced83df04a1))
|
|
861
|
-
|
|
862
|
-
# [10.10.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.9.0...v10.10.0) (2025-07-21)
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
### Features
|
|
866
|
-
|
|
867
|
-
* remove canceledRequestIds prop in Agentic Duo Chat ([5c34b99](https://gitlab.com/gitlab-org/duo-ui/commit/5c34b993ffd99cab36d5ae1694a591b9ee0ac5d9))
|
|
868
|
-
|
|
869
|
-
# [10.9.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.8.2...v10.9.0) (2025-07-17)
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
### Features
|
|
873
|
-
|
|
874
|
-
* Support workflow_end custom values ([53271a4](https://gitlab.com/gitlab-org/duo-ui/commit/53271a44e301117b7eff1be5c8efcd8f1d90a83b))
|
|
875
|
-
|
|
876
|
-
## [10.8.2](https://gitlab.com/gitlab-org/duo-ui/compare/v10.8.1...v10.8.2) (2025-07-17)
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
### Bug Fixes
|
|
880
|
-
|
|
881
|
-
* fixed the broken styles for the chat messages ([67c7538](https://gitlab.com/gitlab-org/duo-ui/commit/67c7538298e957b3a27c74ffb88dea6c81812933))
|
|
882
|
-
|
|
883
|
-
## [10.8.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.8.0...v10.8.1) (2025-07-16)
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
### Bug Fixes
|
|
887
|
-
|
|
888
|
-
* Ensure chat suggestion buttons have correct block padding ([b4601a4](https://gitlab.com/gitlab-org/duo-ui/commit/b4601a4cd36a176e1eee157e7a4155e1872c4e9e))
|
|
889
|
-
|
|
890
|
-
# [10.8.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.7.0...v10.8.0) (2025-07-16)
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
### Features
|
|
894
|
-
|
|
895
|
-
* full-width messages in the chat ([35984c8](https://gitlab.com/gitlab-org/duo-ui/commit/35984c8fb6ac89806e1e7e315033141da120bc1a))
|
|
896
|
-
|
|
897
|
-
# [10.7.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.6.1...v10.7.0) (2025-07-15)
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
### Features
|
|
901
|
-
|
|
902
|
-
* add duo_recent_content component ([0faa59b](https://gitlab.com/gitlab-org/duo-ui/commit/0faa59b2d6b590ed7176053de41b09f7817c3d9d))
|
|
903
|
-
* add DuoRecentCollapsible to index.js ([ed4c32d](https://gitlab.com/gitlab-org/duo-ui/commit/ed4c32d93eeb13635e6f12c896559517aa1a2638))
|
|
904
|
-
* add recent collapsible component to duo-ui ([5428bfe](https://gitlab.com/gitlab-org/duo-ui/commit/5428bfefebe8d38b219cbe3b81ec1f8d383bcfcf))
|
|
905
|
-
* modify collapsible to not rely on collapsible ([e110a44](https://gitlab.com/gitlab-org/duo-ui/commit/e110a44b4694b4f5134b12b1418f89f6154e366b))
|
|
906
|
-
|
|
907
|
-
## [10.6.1](https://gitlab.com/gitlab-org/duo-ui/compare/v10.6.0...v10.6.1) (2025-07-14)
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
### Bug Fixes
|
|
911
|
-
|
|
912
|
-
* enhance markdown renderer security ([b73cc42](https://gitlab.com/gitlab-org/duo-ui/commit/b73cc42ecbec353cbe3646ceb0dacfd506b08975))
|
|
913
|
-
* enhance markdown renderer security ([c422395](https://gitlab.com/gitlab-org/duo-ui/commit/c422395af70992d91d1bc0350d87d1bbba9cfa9b))
|
|
914
|
-
|
|
915
|
-
# [10.6.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.5.0...v10.6.0) (2025-07-09)
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
### Features
|
|
919
|
-
|
|
920
|
-
* Export and use messageMap in agentic chat ([884a306](https://gitlab.com/gitlab-org/duo-ui/commit/884a306b275ddd020c5f6e79c3cee51d35fc4e14))
|
|
921
|
-
|
|
922
|
-
# [10.5.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.4.0...v10.5.0) (2025-07-08)
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
### Features
|
|
926
|
-
|
|
927
|
-
* create duo navigation-bar-component ([a2c9678](https://gitlab.com/gitlab-org/duo-ui/commit/a2c967860ff1831e7d23ba4b08b4a54210b2b62b))
|
|
928
|
-
|
|
929
|
-
# [10.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.3.0...v10.4.0) (2025-07-08)
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
### Features
|
|
933
|
-
|
|
934
|
-
* **agenticDuoChat:** update chat branding to GitLab Duo Agentic Chat ([f64bcaa](https://gitlab.com/gitlab-org/duo-ui/commit/f64bcaa345e567818e9d6ff84724a2ac06bd6c1e))
|
|
935
|
-
|
|
936
|
-
# [10.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.2.0...v10.3.0) (2025-07-08)
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
### Features
|
|
940
|
-
|
|
941
|
-
* **agenticDuoChat, duoChat:** Added footer slot ([5e63d0b](https://gitlab.com/gitlab-org/duo-ui/commit/5e63d0b2b64d1d7e96467ea8d050f50eb372b3e0))
|
|
942
|
-
|
|
943
|
-
# [10.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.1.0...v10.2.0) (2025-07-04)
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
### Features
|
|
947
|
-
|
|
948
|
-
* Improve message tool component to display more meta data ([111f427](https://gitlab.com/gitlab-org/duo-ui/commit/111f427c18da9c51999b160e571eb46bb4eda4bf))
|
|
949
|
-
|
|
950
|
-
# [10.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v10.0.0...v10.1.0) (2025-07-03)
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
### Features
|
|
954
|
-
|
|
955
|
-
* Add a message map for consistency ([336247b](https://gitlab.com/gitlab-org/duo-ui/commit/336247bad72baf0b378f658702d6d584c64b9b96))
|
|
956
|
-
|
|
957
|
-
# [10.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v9.1.1...v10.0.0) (2025-07-02)
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
### Bug Fixes
|
|
961
|
-
|
|
962
|
-
* agentic chat resolve input not clearing after submission ([68c9dee](https://gitlab.com/gitlab-org/duo-ui/commit/68c9deeda19073fdce046544b4adc3f826189ec0))
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
### BREAKING CHANGES
|
|
966
|
-
|
|
967
|
-
* The chat input would remain populated after sending a
|
|
968
|
-
message due to a race condition where the textarea was disabled before
|
|
969
|
-
the prompt could be cleared. This happened because `canSubmit = [secure]`
|
|
970
|
-
executed before `setPromptAndFocus()` completed its async DOM update.
|
|
971
|
-
|
|
972
|
-
## [9.1.1](https://gitlab.com/gitlab-org/duo-ui/compare/v9.1.0...v9.1.1) (2025-07-02)
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
### Bug Fixes
|
|
976
|
-
|
|
977
|
-
* propagate the open-file event for agentic chat ([72d21a7](https://gitlab.com/gitlab-org/duo-ui/commit/72d21a7f1d5ca33db9da4599c28455f9ea95f5f3))
|
|
978
|
-
|
|
979
|
-
# [9.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v9.0.1...v9.1.0) (2025-07-01)
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
### Features
|
|
983
|
-
|
|
984
|
-
* **duo-chat:** add inline tool approval ([5aad7a2](https://gitlab.com/gitlab-org/duo-ui/commit/5aad7a2bd3f1b7b929c19b03ad6a718ba2d4d1b0))
|
|
985
|
-
|
|
986
|
-
## [9.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v9.0.0...v9.0.1) (2025-07-01)
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
### Bug Fixes
|
|
990
|
-
|
|
991
|
-
* **deps:** update dependency @floating-ui/dom to v1.7.2 ([767a255](https://gitlab.com/gitlab-org/duo-ui/commit/767a255edda17d5c5a575b64b431a7b46d425c7e))
|
|
992
|
-
|
|
993
|
-
# [9.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.24.0...v9.0.0) (2025-07-01)
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
### chore
|
|
997
|
-
|
|
998
|
-
* remove unused duo workflow components ([54be435](https://gitlab.com/gitlab-org/duo-ui/commit/54be43542f3400365574212b712c3d2aaa0ba53e))
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
### BREAKING CHANGES
|
|
1002
|
-
|
|
1003
|
-
* removing duo ui components
|
|
1004
|
-
remove duo_workflow_prompt from duo ui
|
|
1005
|
-
remove duo_workflow_panel from duo ui
|
|
1006
|
-
update translations
|
|
1007
|
-
|
|
1008
|
-
# [8.24.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.23.0...v8.24.0) (2025-06-27)
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
### Features
|
|
1012
|
-
|
|
1013
|
-
* enable insert snippet and copy code ([16dd03d](https://gitlab.com/gitlab-org/duo-ui/commit/16dd03d88d429db5dd198c1149d7e370ffdce150))
|
|
1014
|
-
|
|
1015
|
-
# [8.23.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.22.1...v8.23.0) (2025-06-26)
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
### Features
|
|
1019
|
-
|
|
1020
|
-
* add message feedback to agentic messages ([04ca354](https://gitlab.com/gitlab-org/duo-ui/commit/04ca354f2a7e1e54074222f2672dd3967737452e))
|
|
1021
|
-
|
|
1022
|
-
## [8.22.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.22.0...v8.22.1) (2025-06-20)
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
### Bug Fixes
|
|
1026
|
-
|
|
1027
|
-
* **chat:** Fix chat history group dates ([548c507](https://gitlab.com/gitlab-org/duo-ui/commit/548c5078090d0a648824727a59a0fe6f727d31f2))
|
|
1028
|
-
|
|
1029
|
-
# [8.22.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.21.0...v8.22.0) (2025-06-18)
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
### Features
|
|
1033
|
-
|
|
1034
|
-
* **agentic-chat:** add tool approval flow component ([60630a0](https://gitlab.com/gitlab-org/duo-ui/commit/60630a09dd2f41e0eb4c8d9c9d45ae130f9e996f))
|
|
1035
|
-
|
|
1036
|
-
# [8.21.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.20.0...v8.21.0) (2025-06-09)
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
### Features
|
|
1040
|
-
|
|
1041
|
-
* export insert code snippet element ([01b883e](https://gitlab.com/gitlab-org/duo-ui/commit/01b883efce8bc6dfdb8c951998f07eac6c262c1e))
|
|
1042
|
-
|
|
1043
|
-
# [8.20.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.19.1...v8.20.0) (2025-06-06)
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
### Features
|
|
1047
|
-
|
|
1048
|
-
* **DuoChat:** adjust duo chat drawer header UI ([27cf5cc](https://gitlab.com/gitlab-org/duo-ui/commit/27cf5cc1b23edcf6bf6725c955177e085494b4e9))
|
|
1049
|
-
|
|
1050
|
-
## [8.19.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.19.0...v8.19.1) (2025-06-05)
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
### Bug Fixes
|
|
1054
|
-
|
|
1055
|
-
* **deps:** update dependency @floating-ui/dom to v1.7.1 ([3d18912](https://gitlab.com/gitlab-org/duo-ui/commit/3d189125315bb0cb6a31db3d74a8d1f7103ec583))
|
|
1056
|
-
|
|
1057
|
-
# [8.19.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.18.0...v8.19.0) (2025-06-04)
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
### Features
|
|
1061
|
-
|
|
1062
|
-
* **DuoChatMessageSources:** update citation styling ([74a395f](https://gitlab.com/gitlab-org/duo-ui/commit/74a395f9b09f3a7538395e62f741121bb7caf1b6))
|
|
1063
|
-
|
|
1064
|
-
# [8.18.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.17.0...v8.18.0) (2025-06-03)
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
### Features
|
|
1068
|
-
|
|
1069
|
-
* add terminal output component ([bd2bf5a](https://gitlab.com/gitlab-org/duo-ui/commit/bd2bf5ad14cdf540102cb961df35dc264be66398))
|
|
1070
|
-
|
|
1071
|
-
# [8.17.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.16.2...v8.17.0) (2025-05-29)
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
### Features
|
|
1075
|
-
|
|
1076
|
-
* export function to add markdown plugins ([dc36846](https://gitlab.com/gitlab-org/duo-ui/commit/dc368460e7bcee5476765846077529e27990d1a4))
|
|
1077
|
-
|
|
1078
|
-
## [8.16.2](https://gitlab.com/gitlab-org/duo-ui/compare/v8.16.1...v8.16.2) (2025-05-28)
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
### Bug Fixes
|
|
1082
|
-
|
|
1083
|
-
* correct config option for DOMPurify ([5085b3c](https://gitlab.com/gitlab-org/duo-ui/commit/5085b3cc3e6c9e690aef7d2d35644076a9b7ea50))
|
|
1084
|
-
* fixed nested code blocks ([1a1953a](https://gitlab.com/gitlab-org/duo-ui/commit/1a1953aab48ecaf72160be24f29f0be48ff79a7f))
|
|
1085
|
-
|
|
1086
|
-
## [8.16.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.16.0...v8.16.1) (2025-05-21)
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
### Bug Fixes
|
|
1090
|
-
|
|
1091
|
-
* **chat:** Update Agentic Chat disclaimer ([8277327](https://gitlab.com/gitlab-org/duo-ui/commit/827732738f2dc7bf1f7e67a9ddb48593e291706f))
|
|
1092
|
-
|
|
1093
|
-
# [8.16.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.15.0...v8.16.0) (2025-05-14)
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
### Features
|
|
1097
|
-
|
|
1098
|
-
* Add repository context category ([793f77d](https://gitlab.com/gitlab-org/duo-ui/commit/793f77d76f3673a2cac5fc116b864b3c3779d0bf))
|
|
1099
|
-
|
|
1100
|
-
# [8.15.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.14.2...v8.15.0) (2025-05-12)
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
### Features
|
|
1104
|
-
|
|
1105
|
-
* Add new tool call styling ([8501c64](https://gitlab.com/gitlab-org/duo-ui/commit/8501c64e87d11aee0274043e1e6d32bfac05fbc0))
|
|
1106
|
-
|
|
1107
|
-
## [8.14.2](https://gitlab.com/gitlab-org/duo-ui/compare/v8.14.1...v8.14.2) (2025-05-05)
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
### Bug Fixes
|
|
1111
|
-
|
|
1112
|
-
* **deps:** update dependency @floating-ui/dom to v1.7.0 ([e047457](https://gitlab.com/gitlab-org/duo-ui/commit/e047457020962c50ec78baef367593d78d9f9961))
|
|
1113
|
-
|
|
1114
|
-
## [8.14.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.14.0...v8.14.1) (2025-05-01)
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
### Bug Fixes
|
|
1118
|
-
|
|
1119
|
-
* **chat:** Fix runtime error related to undefined element ([775fef2](https://gitlab.com/gitlab-org/duo-ui/commit/775fef27a59cd1d5891bb5c99d8aca430dbe0d51))
|
|
1120
|
-
|
|
1121
|
-
# [8.14.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.13.2...v8.14.0) (2025-04-25)
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
### Features
|
|
1125
|
-
|
|
1126
|
-
* **chat:** introduce new message types ([eb2908a](https://gitlab.com/gitlab-org/duo-ui/commit/eb2908ae1bfa6ac4f495692a852a684173c131f1))
|
|
1127
|
-
|
|
1128
|
-
## [8.13.2](https://gitlab.com/gitlab-org/duo-ui/compare/v8.13.1...v8.13.2) (2025-04-24)
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
### Bug Fixes
|
|
1132
|
-
|
|
1133
|
-
* **deps:** upgrade `@floating-ui/dom` to `v1.6.13` ([e450107](https://gitlab.com/gitlab-org/duo-ui/commit/e45010741e4429ccc03f452efff0d42c0c275075))
|
|
1134
|
-
|
|
1135
|
-
## [8.13.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.13.0...v8.13.1) (2025-04-24)
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
### Bug Fixes
|
|
1139
|
-
|
|
1140
|
-
* fix broken link to release docs ([0f3cd49](https://gitlab.com/gitlab-org/duo-ui/commit/0f3cd49da688cf50c38795faac2faa40d4963093))
|
|
1141
|
-
|
|
1142
|
-
# [8.13.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.12.1...v8.13.0) (2025-04-23)
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
### Features
|
|
1146
|
-
|
|
1147
|
-
* **chat:** introduce withFeedback prop ([c7d0e1e](https://gitlab.com/gitlab-org/duo-ui/commit/c7d0e1eb4bb309f0707551d6510c76827a3ca5ba))
|
|
1148
|
-
|
|
1149
|
-
## [8.12.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.12.0...v8.12.1) (2025-04-09)
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
### Bug Fixes
|
|
1153
|
-
|
|
1154
|
-
* make custom code buttons work when response html lacks code tag ([35ce601](https://gitlab.com/gitlab-org/duo-ui/commit/35ce60111be3494ba58a4da7dfe4f916cc488547))
|
|
1155
|
-
|
|
1156
|
-
# [8.12.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.11.0...v8.12.0) (2025-04-07)
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
### Bug Fixes
|
|
1160
|
-
|
|
1161
|
-
* add frontend duo link sanitization ([158bfba](https://gitlab.com/gitlab-org/duo-ui/commit/158bfba6c807f99749e1e55f2cf04694dd7879f4))
|
|
1162
|
-
* add frontend duo link sanitization ([5493491](https://gitlab.com/gitlab-org/duo-ui/commit/549349111905feb83d47025bde7c5b7a0eda8368))
|
|
1163
|
-
* add frontend duo link sanitization ([0bd7dd4](https://gitlab.com/gitlab-org/duo-ui/commit/0bd7dd47bc7a7a6bb405389e92d9e3f14726ae8e))
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
### Features
|
|
1167
|
-
|
|
1168
|
-
* new agentic duo chat UI ([76a3cff](https://gitlab.com/gitlab-org/duo-ui/commit/76a3cffd821dd61e34d18ad80e348f7b02935317))
|
|
1169
|
-
|
|
1170
|
-
# [8.11.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.10.0...v8.11.0) (2025-04-02)
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
### Features
|
|
1174
|
-
|
|
1175
|
-
* ensure inactivity information fits on one line ([426b58c](https://gitlab.com/gitlab-org/duo-ui/commit/426b58c1260fb5ca44398c561ec2e9eb806b54d2))
|
|
1176
|
-
|
|
1177
|
-
# [8.10.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.9.1...v8.10.0) (2025-04-02)
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
### Features
|
|
1181
|
-
|
|
1182
|
-
* Emit event on Duo message "Copy" ([7c1b460](https://gitlab.com/gitlab-org/duo-ui/commit/7c1b46079ed97593a5342f7896bb5359b5482fad))
|
|
1183
|
-
|
|
1184
|
-
## [8.9.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.9.0...v8.9.1) (2025-03-31)
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
### Bug Fixes
|
|
1188
|
-
|
|
1189
|
-
* revert MR to change Duo Chat's greeting ([bfc2de0](https://gitlab.com/gitlab-org/duo-ui/commit/bfc2de0776f40c470c2adc660268abb49f9fa2b2))
|
|
1190
|
-
|
|
1191
|
-
# [8.9.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.8.0...v8.9.0) (2025-03-31)
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
### Features
|
|
1195
|
-
|
|
1196
|
-
* render current thread's title in Duo Chat ([fdbc38d](https://gitlab.com/gitlab-org/duo-ui/commit/fdbc38d143c5e563732cb92d60dabb685e89ea96))
|
|
1197
|
-
|
|
1198
|
-
# [8.8.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.11...v8.8.0) (2025-03-31)
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
### Features
|
|
1202
|
-
|
|
1203
|
-
* support terminal context category ([2aefdc6](https://gitlab.com/gitlab-org/duo-ui/commit/2aefdc60b95cbff87c8a6e284e01ef3f4e95da8c))
|
|
1204
|
-
|
|
1205
|
-
## [8.7.11](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.10...v8.7.11) (2025-03-28)
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
### Bug Fixes
|
|
1209
|
-
|
|
1210
|
-
* change Duo Chat default greeting ([aa002c9](https://gitlab.com/gitlab-org/duo-ui/commit/aa002c95fabe775219cd2049775a7658a5541648))
|
|
1211
|
-
|
|
1212
|
-
## [8.7.10](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.9...v8.7.10) (2025-03-28)
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
### Bug Fixes
|
|
1216
|
-
|
|
1217
|
-
* set focus to input field when creating a new chat ([2fa2b6a](https://gitlab.com/gitlab-org/duo-ui/commit/2fa2b6a97525f65060f05d28bc5fd381b0c793c5))
|
|
1218
|
-
|
|
1219
|
-
## [8.7.9](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.8...v8.7.9) (2025-03-27)
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
### Bug Fixes
|
|
1223
|
-
|
|
1224
|
-
* reduced vertical spacing for threads listing ([987bce7](https://gitlab.com/gitlab-org/duo-ui/commit/987bce7c6a967798e02decfba0a9de7ea98ee79a))
|
|
1225
|
-
|
|
1226
|
-
## [8.7.8](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.7...v8.7.8) (2025-03-26)
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
### Bug Fixes
|
|
1230
|
-
|
|
1231
|
-
* group threads by lastUpdatedAt in Chat history ([98d89dd](https://gitlab.com/gitlab-org/duo-ui/commit/98d89dd2bbb6e09d86468b383d9560265af99d95))
|
|
1232
|
-
|
|
1233
|
-
## [8.7.7](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.6...v8.7.7) (2025-03-26)
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
### Bug Fixes
|
|
1237
|
-
|
|
1238
|
-
* elevated Duo Chat footer ([1c7698b](https://gitlab.com/gitlab-org/duo-ui/commit/1c7698bd05e404bd42b4d56a40a0166d789aef94))
|
|
1239
|
-
|
|
1240
|
-
## [8.7.6](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.5...v8.7.6) (2025-03-21)
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
### Bug Fixes
|
|
1244
|
-
|
|
1245
|
-
* Emit 'get-content' only when content is undefined ([8d2370b](https://gitlab.com/gitlab-org/duo-ui/commit/8d2370bcca52531071279b79b5ff7961dd3edb04))
|
|
1246
|
-
|
|
1247
|
-
## [8.7.5](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.4...v8.7.5) (2025-03-20)
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
### Bug Fixes
|
|
1251
|
-
|
|
1252
|
-
* duo chat footer overlay ([6273eb2](https://gitlab.com/gitlab-org/duo-ui/commit/6273eb2137df80e30e599f103f715bc3a42f096e))
|
|
1253
|
-
|
|
1254
|
-
## [8.7.4](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.3...v8.7.4) (2025-03-20)
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
### Bug Fixes
|
|
1258
|
-
|
|
1259
|
-
* prevent deletion of the last thread ([31e44ba](https://gitlab.com/gitlab-org/duo-ui/commit/31e44ba39ef74b2bebb5ceb8ed91e4e9bfaa1f10))
|
|
1260
|
-
|
|
1261
|
-
## [8.7.3](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.2...v8.7.3) (2025-03-14)
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
### Bug Fixes
|
|
1265
|
-
|
|
1266
|
-
* fix headers to look more proportional ([d1d9ffa](https://gitlab.com/gitlab-org/duo-ui/commit/d1d9ffa74ab578b36eba73cae5517fd2cf7d4c94))
|
|
1267
|
-
|
|
1268
|
-
## [8.7.2](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.1...v8.7.2) (2025-03-13)
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
### Bug Fixes
|
|
1272
|
-
|
|
1273
|
-
* Add accessible sender context for Duo Chat messages ([68d6034](https://gitlab.com/gitlab-org/duo-ui/commit/68d60347494d79d8779bcdfcd1465be6547cd03c))
|
|
1274
|
-
|
|
1275
|
-
## [8.7.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.7.0...v8.7.1) (2025-03-11)
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
### Bug Fixes
|
|
1279
|
-
|
|
1280
|
-
* Duo Chat overflow on header ([90b37c7](https://gitlab.com/gitlab-org/duo-ui/commit/90b37c70ccb25f93dfdb1f3709b59c8125c1b428))
|
|
1281
|
-
|
|
1282
|
-
# [8.7.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.6.0...v8.7.0) (2025-03-11)
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
### Bug Fixes
|
|
1286
|
-
|
|
1287
|
-
* adapt default to BCP 47 ([7786272](https://gitlab.com/gitlab-org/duo-ui/commit/7786272f35b6447bda958ac01fc6922d0fb4c102))
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
### Features
|
|
1291
|
-
|
|
1292
|
-
* improve date formatting with localization support ([24c2548](https://gitlab.com/gitlab-org/duo-ui/commit/24c2548b2576fd70e5e93511f7107d965dd6361d))
|
|
1293
|
-
|
|
1294
|
-
# [8.6.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.5.0...v8.6.0) (2025-03-11)
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
### Features
|
|
1298
|
-
|
|
1299
|
-
* added the copy-message button ([469895b](https://gitlab.com/gitlab-org/duo-ui/commit/469895b201443be1c18039442355e79072270145))
|
|
1300
|
-
|
|
1301
|
-
# [8.5.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.4.0...v8.5.0) (2025-03-05)
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
### Features
|
|
1305
|
-
|
|
1306
|
-
* Add Tooltips to DuoChat multi-threaded ([c4b2712](https://gitlab.com/gitlab-org/duo-ui/commit/c4b2712a9a9c9683f87d6e72af47b09acbcc92c8))
|
|
1307
|
-
|
|
1308
|
-
# [8.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.3.0...v8.4.0) (2025-02-28)
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
### Features
|
|
1312
|
-
|
|
1313
|
-
* add support for duo chat multithreading ([7f10c77](https://gitlab.com/gitlab-org/duo-ui/commit/7f10c77f4ed28b869a749317f5278c384cd653b3))
|
|
1314
|
-
|
|
1315
|
-
# [8.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.3.0...v8.4.0) (2025-02-28)
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
### Features
|
|
1319
|
-
|
|
1320
|
-
* add support for duo chat multithreading ([7f10c77](https://gitlab.com/gitlab-org/duo-ui/commit/7f10c77f4ed28b869a749317f5278c384cd653b3))
|
|
1321
|
-
|
|
1322
|
-
# [8.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.3.0...v8.4.0) (2025-02-27)
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
### Features
|
|
1326
|
-
|
|
1327
|
-
* add support for duo chat multithreading ([7f10c77](https://gitlab.com/gitlab-org/duo-ui/commit/7f10c77f4ed28b869a749317f5278c384cd653b3))
|
|
1328
|
-
|
|
1329
|
-
# [8.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.3.0...v8.4.0) (2025-02-27)
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
### Features
|
|
1333
|
-
|
|
1334
|
-
* add support for duo chat multithreading ([7f10c77](https://gitlab.com/gitlab-org/duo-ui/commit/7f10c77f4ed28b869a749317f5278c384cd653b3))
|
|
1335
|
-
|
|
1336
|
-
# [8.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.1...v8.3.0) (2025-02-21)
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
### Features
|
|
1340
|
-
|
|
1341
|
-
* add Duo Chat header component ([b120863](https://gitlab.com/gitlab-org/duo-ui/commit/b12086344411a02894ddca77c3be9c7763443ce6))
|
|
1342
|
-
|
|
1343
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-21)
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
### Bug Fixes
|
|
1347
|
-
|
|
1348
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1349
|
-
* Dark mode for user chat message ([5a4981a](https://gitlab.com/gitlab-org/duo-ui/commit/5a4981ae374a4a88592a439dec43e60ea383bde0))
|
|
1350
|
-
* Use CSS semantic for error messae ([341298d](https://gitlab.com/gitlab-org/duo-ui/commit/341298db5c7f2f33e501150dfcb349288cbf464e))
|
|
1351
|
-
* Use CSS semantic for sources text and icon ([147fd81](https://gitlab.com/gitlab-org/duo-ui/commit/147fd810bedbfcc1f8b3ee2c6d98b94088fb5d85))
|
|
1352
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1353
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1354
|
-
* Use semantic CSS for inline code background ([0db8686](https://gitlab.com/gitlab-org/duo-ui/commit/0db8686d7133ecca1aa5609077b43e0a232a0d77))
|
|
1355
|
-
|
|
1356
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-21)
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
### Bug Fixes
|
|
1360
|
-
|
|
1361
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1362
|
-
* Dark mode for user chat message ([5a4981a](https://gitlab.com/gitlab-org/duo-ui/commit/5a4981ae374a4a88592a439dec43e60ea383bde0))
|
|
1363
|
-
* Use CSS semantic for error messae ([341298d](https://gitlab.com/gitlab-org/duo-ui/commit/341298db5c7f2f33e501150dfcb349288cbf464e))
|
|
1364
|
-
* Use CSS semantic for sources text and icon ([147fd81](https://gitlab.com/gitlab-org/duo-ui/commit/147fd810bedbfcc1f8b3ee2c6d98b94088fb5d85))
|
|
1365
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1366
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1367
|
-
* Use semantic CSS for inline code background ([0db8686](https://gitlab.com/gitlab-org/duo-ui/commit/0db8686d7133ecca1aa5609077b43e0a232a0d77))
|
|
1368
|
-
|
|
1369
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-21)
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
### Bug Fixes
|
|
1373
|
-
|
|
1374
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1375
|
-
* Dark mode for user chat message ([5a4981a](https://gitlab.com/gitlab-org/duo-ui/commit/5a4981ae374a4a88592a439dec43e60ea383bde0))
|
|
1376
|
-
* Use CSS semantic for error messae ([341298d](https://gitlab.com/gitlab-org/duo-ui/commit/341298db5c7f2f33e501150dfcb349288cbf464e))
|
|
1377
|
-
* Use CSS semantic for sources text and icon ([147fd81](https://gitlab.com/gitlab-org/duo-ui/commit/147fd810bedbfcc1f8b3ee2c6d98b94088fb5d85))
|
|
1378
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1379
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1380
|
-
* Use semantic CSS for inline code background ([0db8686](https://gitlab.com/gitlab-org/duo-ui/commit/0db8686d7133ecca1aa5609077b43e0a232a0d77))
|
|
1381
|
-
|
|
1382
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-21)
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
### Bug Fixes
|
|
1386
|
-
|
|
1387
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1388
|
-
* Dark mode for user chat message ([5a4981a](https://gitlab.com/gitlab-org/duo-ui/commit/5a4981ae374a4a88592a439dec43e60ea383bde0))
|
|
1389
|
-
* Use CSS semantic for error messae ([341298d](https://gitlab.com/gitlab-org/duo-ui/commit/341298db5c7f2f33e501150dfcb349288cbf464e))
|
|
1390
|
-
* Use CSS semantic for sources text and icon ([147fd81](https://gitlab.com/gitlab-org/duo-ui/commit/147fd810bedbfcc1f8b3ee2c6d98b94088fb5d85))
|
|
1391
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1392
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1393
|
-
* Use semantic CSS for inline code background ([0db8686](https://gitlab.com/gitlab-org/duo-ui/commit/0db8686d7133ecca1aa5609077b43e0a232a0d77))
|
|
1394
|
-
|
|
1395
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-21)
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
### Bug Fixes
|
|
1399
|
-
|
|
1400
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1401
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1402
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1403
|
-
|
|
1404
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
### Bug Fixes
|
|
1408
|
-
|
|
1409
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1410
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1411
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1412
|
-
|
|
1413
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
### Bug Fixes
|
|
1417
|
-
|
|
1418
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1419
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1420
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1421
|
-
|
|
1422
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
### Bug Fixes
|
|
1426
|
-
|
|
1427
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1428
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1429
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1430
|
-
|
|
1431
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
### Bug Fixes
|
|
1435
|
-
|
|
1436
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1437
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1438
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1439
|
-
|
|
1440
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
### Bug Fixes
|
|
1444
|
-
|
|
1445
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1446
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1447
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1448
|
-
|
|
1449
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
### Bug Fixes
|
|
1453
|
-
|
|
1454
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1455
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1456
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1457
|
-
|
|
1458
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
### Bug Fixes
|
|
1462
|
-
|
|
1463
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1464
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1465
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1466
|
-
|
|
1467
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
### Bug Fixes
|
|
1471
|
-
|
|
1472
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1473
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1474
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1475
|
-
|
|
1476
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
### Bug Fixes
|
|
1480
|
-
|
|
1481
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1482
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1483
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1484
|
-
|
|
1485
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
### Bug Fixes
|
|
1489
|
-
|
|
1490
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1491
|
-
* Use semantic CSS for chat loader ([c855d9a](https://gitlab.com/gitlab-org/duo-ui/commit/c855d9ab08f219701f542fc080bfed6e7751d992))
|
|
1492
|
-
* Use semantic CSS for highlighted command ([8033d36](https://gitlab.com/gitlab-org/duo-ui/commit/8033d367f2e6fddb26f97d1da0b557681546f7d3))
|
|
1493
|
-
|
|
1494
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-20)
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
### Bug Fixes
|
|
1498
|
-
|
|
1499
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1500
|
-
|
|
1501
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-19)
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
### Bug Fixes
|
|
1505
|
-
|
|
1506
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1507
|
-
|
|
1508
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-19)
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
### Bug Fixes
|
|
1512
|
-
|
|
1513
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1514
|
-
|
|
1515
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-19)
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
### Bug Fixes
|
|
1519
|
-
|
|
1520
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1521
|
-
|
|
1522
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-19)
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
### Bug Fixes
|
|
1526
|
-
|
|
1527
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1528
|
-
|
|
1529
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-19)
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
### Bug Fixes
|
|
1533
|
-
|
|
1534
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1535
|
-
|
|
1536
|
-
## [8.2.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.2.0...v8.2.1) (2025-02-19)
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
### Bug Fixes
|
|
1540
|
-
|
|
1541
|
-
* Dark mode for suggested prompts ([76ba6a3](https://gitlab.com/gitlab-org/duo-ui/commit/76ba6a3b38c7a21b2c4fa3ca2675cd4f2c626d99))
|
|
1542
|
-
|
|
1543
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
### Features
|
|
1547
|
-
|
|
1548
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1549
|
-
|
|
1550
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
### Features
|
|
1554
|
-
|
|
1555
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1556
|
-
|
|
1557
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
### Features
|
|
1561
|
-
|
|
1562
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1563
|
-
|
|
1564
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
### Features
|
|
1568
|
-
|
|
1569
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1570
|
-
|
|
1571
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
### Features
|
|
1575
|
-
|
|
1576
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1577
|
-
|
|
1578
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
### Features
|
|
1582
|
-
|
|
1583
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1584
|
-
|
|
1585
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
### Features
|
|
1589
|
-
|
|
1590
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1591
|
-
|
|
1592
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-04)
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
### Features
|
|
1596
|
-
|
|
1597
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1598
|
-
|
|
1599
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-03)
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
### Features
|
|
1603
|
-
|
|
1604
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1605
|
-
|
|
1606
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-03)
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
### Features
|
|
1610
|
-
|
|
1611
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1612
|
-
|
|
1613
|
-
# [8.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.1.0...v8.2.0) (2025-02-03)
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
### Features
|
|
1617
|
-
|
|
1618
|
-
* Call clipboard API when env has permissions ([7be69e7](https://gitlab.com/gitlab-org/duo-ui/commit/7be69e752d955301e86bde3dafc1afb7db23248d))
|
|
1619
|
-
|
|
1620
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-30)
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
### Features
|
|
1624
|
-
|
|
1625
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1626
|
-
|
|
1627
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-30)
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
### Features
|
|
1631
|
-
|
|
1632
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1633
|
-
|
|
1634
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-29)
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
### Features
|
|
1638
|
-
|
|
1639
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1640
|
-
|
|
1641
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-29)
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
### Features
|
|
1645
|
-
|
|
1646
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1647
|
-
|
|
1648
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-28)
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
### Features
|
|
1652
|
-
|
|
1653
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1654
|
-
|
|
1655
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-28)
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
### Features
|
|
1659
|
-
|
|
1660
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1661
|
-
|
|
1662
|
-
# [8.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.0.0...v8.1.0) (2025-01-28)
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
### Features
|
|
1666
|
-
|
|
1667
|
-
* **DuoChatMessage:** create tooltip on copy and insert button ([268823d](https://gitlab.com/gitlab-org/duo-ui/commit/268823dfe2dc2e20c570c2420d8567b44e8c19e2))
|
|
1668
|
-
|
|
1669
|
-
# [8.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v7.0.0...v8.0.0) (2025-01-24)
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
### Bug Fixes
|
|
1673
|
-
|
|
1674
|
-
* apply reviewer suggestions ([96b23f3](https://gitlab.com/gitlab-org/duo-ui/commit/96b23f37fa3970c4f2de9603d2fb595f2f76f86a))
|
|
1675
|
-
* handle esc key when focus is not on input ([214277b](https://gitlab.com/gitlab-org/duo-ui/commit/214277b905f1b40f42c190975b637f5f0e9107f6))
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
### chore
|
|
1679
|
-
|
|
1680
|
-
* update peer dependency and remove deprecated prop ([fa9bc38](https://gitlab.com/gitlab-org/duo-ui/commit/fa9bc3817060576881b2fb67cfc994b1f0dd146a))
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
### BREAKING CHANGES
|
|
1684
|
-
|
|
1685
|
-
* This change is required to maintain compatibility
|
|
1686
|
-
with gitlab-ui changes from
|
|
1687
|
-
https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/4911
|
|
1688
|
-
where the helpPageUrl prop was removed from Badge component.
|
|
1689
|
-
|
|
1690
|
-
- Update @gitlab/ui peer dependency to `>=106.2.0` to support future
|
|
1691
|
-
versions
|
|
1692
|
-
- Set dev dependency to "latest" to ensure development and testing use
|
|
1693
|
-
newest version
|
|
1694
|
-
- Remove deprecated `helpPageUrl` prop from Badge component in DuoChat
|
|
1695
|
-
|
|
1696
|
-
# [8.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v7.0.0...v8.0.0) (2025-01-24)
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
### Bug Fixes
|
|
1700
|
-
|
|
1701
|
-
* apply reviewer suggestions ([96b23f3](https://gitlab.com/gitlab-org/duo-ui/commit/96b23f37fa3970c4f2de9603d2fb595f2f76f86a))
|
|
1702
|
-
* handle esc key when focus is not on input ([214277b](https://gitlab.com/gitlab-org/duo-ui/commit/214277b905f1b40f42c190975b637f5f0e9107f6))
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
### chore
|
|
1706
|
-
|
|
1707
|
-
* update peer dependency and remove deprecated prop ([fa9bc38](https://gitlab.com/gitlab-org/duo-ui/commit/fa9bc3817060576881b2fb67cfc994b1f0dd146a))
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
### BREAKING CHANGES
|
|
1711
|
-
|
|
1712
|
-
* This change is required to maintain compatibility
|
|
1713
|
-
with gitlab-ui changes from
|
|
1714
|
-
https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/4911
|
|
1715
|
-
where the helpPageUrl prop was removed from Badge component.
|
|
1716
|
-
|
|
1717
|
-
- Update @gitlab/ui peer dependency to `>=106.2.0` to support future
|
|
1718
|
-
versions
|
|
1719
|
-
- Set dev dependency to "latest" to ensure development and testing use
|
|
1720
|
-
newest version
|
|
1721
|
-
- Remove deprecated `helpPageUrl` prop from Badge component in DuoChat
|
|
1722
|
-
|
|
1723
|
-
# [8.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v7.0.0...v8.0.0) (2025-01-24)
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
### Bug Fixes
|
|
1727
|
-
|
|
1728
|
-
* apply reviewer suggestions ([96b23f3](https://gitlab.com/gitlab-org/duo-ui/commit/96b23f37fa3970c4f2de9603d2fb595f2f76f86a))
|
|
1729
|
-
* handle esc key when focus is not on input ([214277b](https://gitlab.com/gitlab-org/duo-ui/commit/214277b905f1b40f42c190975b637f5f0e9107f6))
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
### chore
|
|
1733
|
-
|
|
1734
|
-
* update peer dependency and remove deprecated prop ([fa9bc38](https://gitlab.com/gitlab-org/duo-ui/commit/fa9bc3817060576881b2fb67cfc994b1f0dd146a))
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
### BREAKING CHANGES
|
|
1738
|
-
|
|
1739
|
-
* This change is required to maintain compatibility
|
|
1740
|
-
with gitlab-ui changes from
|
|
1741
|
-
https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/4911
|
|
1742
|
-
where the helpPageUrl prop was removed from Badge component.
|
|
1743
|
-
|
|
1744
|
-
- Update @gitlab/ui peer dependency to `>=106.2.0` to support future
|
|
1745
|
-
versions
|
|
1746
|
-
- Set dev dependency to "latest" to ensure development and testing use
|
|
1747
|
-
newest version
|
|
1748
|
-
- Remove deprecated `helpPageUrl` prop from Badge component in DuoChat
|
|
1749
|
-
|
|
1750
|
-
## [7.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v7.0.0...v7.0.1) (2025-01-24)
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
### Bug Fixes
|
|
1754
|
-
|
|
1755
|
-
* apply reviewer suggestions ([96b23f3](https://gitlab.com/gitlab-org/duo-ui/commit/96b23f37fa3970c4f2de9603d2fb595f2f76f86a))
|
|
1756
|
-
* handle esc key when focus is not on input ([214277b](https://gitlab.com/gitlab-org/duo-ui/commit/214277b905f1b40f42c190975b637f5f0e9107f6))
|
|
1757
|
-
|
|
1758
|
-
# [7.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v7.0.0) (2025-01-23)
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
### Bug Fixes
|
|
1762
|
-
|
|
1763
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
### Features
|
|
1767
|
-
|
|
1768
|
-
* keep context menu open when selecting items ([569e9c4](https://gitlab.com/gitlab-org/duo-ui/commit/569e9c4a9318e4bd5f89f5289e2d71a3a06ddb0a))
|
|
1769
|
-
* remove reset specific submit logic ([69657c4](https://gitlab.com/gitlab-org/duo-ui/commit/69657c400006d3c7760fdf12c2a15e6f63f963df))
|
|
1770
|
-
* **ci:** add gitlab ui-job and enhance pages job for cross-pipeline use ([1540e06](https://gitlab.com/gitlab-org/duo-ui/commit/1540e0609258d782e0fa1fc8b41508c7b1217118))
|
|
1771
|
-
* add /new slash command ([08ea3ca](https://gitlab.com/gitlab-org/duo-ui/commit/08ea3caad6fffec8be72dd33e8207d25b0ef6f63))
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
### BREAKING CHANGES
|
|
1775
|
-
|
|
1776
|
-
* /reset will behave similar to /clear
|
|
1777
|
-
|
|
1778
|
-
# [7.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v7.0.0) (2025-01-23)
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
### Bug Fixes
|
|
1782
|
-
|
|
1783
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
### Features
|
|
1787
|
-
|
|
1788
|
-
* remove reset specific submit logic ([69657c4](https://gitlab.com/gitlab-org/duo-ui/commit/69657c400006d3c7760fdf12c2a15e6f63f963df))
|
|
1789
|
-
* **ci:** add gitlab ui-job and enhance pages job for cross-pipeline use ([1540e06](https://gitlab.com/gitlab-org/duo-ui/commit/1540e0609258d782e0fa1fc8b41508c7b1217118))
|
|
1790
|
-
* add /new slash command ([08ea3ca](https://gitlab.com/gitlab-org/duo-ui/commit/08ea3caad6fffec8be72dd33e8207d25b0ef6f63))
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
### BREAKING CHANGES
|
|
1794
|
-
|
|
1795
|
-
* /reset will behave similar to /clear
|
|
1796
|
-
|
|
1797
|
-
# [7.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v7.0.0) (2025-01-23)
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
### Bug Fixes
|
|
1801
|
-
|
|
1802
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
### Features
|
|
1806
|
-
|
|
1807
|
-
* remove reset specific submit logic ([69657c4](https://gitlab.com/gitlab-org/duo-ui/commit/69657c400006d3c7760fdf12c2a15e6f63f963df))
|
|
1808
|
-
* **ci:** add gitlab ui-job and enhance pages job for cross-pipeline use ([1540e06](https://gitlab.com/gitlab-org/duo-ui/commit/1540e0609258d782e0fa1fc8b41508c7b1217118))
|
|
1809
|
-
* add /new slash command ([08ea3ca](https://gitlab.com/gitlab-org/duo-ui/commit/08ea3caad6fffec8be72dd33e8207d25b0ef6f63))
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
### BREAKING CHANGES
|
|
1813
|
-
|
|
1814
|
-
* /reset will behave similar to /clear
|
|
1815
|
-
|
|
1816
|
-
# [6.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v6.1.0) (2025-01-23)
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
### Bug Fixes
|
|
1820
|
-
|
|
1821
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
### Features
|
|
1825
|
-
|
|
1826
|
-
* **ci:** add gitlab ui-job and enhance pages job for cross-pipeline use ([1540e06](https://gitlab.com/gitlab-org/duo-ui/commit/1540e0609258d782e0fa1fc8b41508c7b1217118))
|
|
1827
|
-
* add /new slash command ([08ea3ca](https://gitlab.com/gitlab-org/duo-ui/commit/08ea3caad6fffec8be72dd33e8207d25b0ef6f63))
|
|
1828
|
-
|
|
1829
|
-
# [6.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v6.1.0) (2025-01-23)
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
### Bug Fixes
|
|
1833
|
-
|
|
1834
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
### Features
|
|
1838
|
-
|
|
1839
|
-
* **ci:** add gitlab ui-job and enhance pages job for cross-pipeline use ([1540e06](https://gitlab.com/gitlab-org/duo-ui/commit/1540e0609258d782e0fa1fc8b41508c7b1217118))
|
|
1840
|
-
* add /new slash command ([08ea3ca](https://gitlab.com/gitlab-org/duo-ui/commit/08ea3caad6fffec8be72dd33e8207d25b0ef6f63))
|
|
1841
|
-
|
|
1842
|
-
# [6.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v6.1.0) (2025-01-20)
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
### Bug Fixes
|
|
1846
|
-
|
|
1847
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
### Features
|
|
1851
|
-
|
|
1852
|
-
* add /new slash command ([08ea3ca](https://gitlab.com/gitlab-org/duo-ui/commit/08ea3caad6fffec8be72dd33e8207d25b0ef6f63))
|
|
1853
|
-
|
|
1854
|
-
## [6.0.2](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.1...v6.0.2) (2025-01-20)
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
### Bug Fixes
|
|
1858
|
-
|
|
1859
|
-
* **UserFeedbackModal:** Adds a11y attributes for checkboxgroup form field ([d0565ac](https://gitlab.com/gitlab-org/duo-ui/commit/d0565aca6641e4ec0b121bd4d341f081d4f53da4))
|
|
1860
|
-
|
|
1861
|
-
## [6.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v6.0.0...v6.0.1) (2025-01-06)
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
### Bug Fixes
|
|
1865
|
-
|
|
1866
|
-
* tidy up context icon search popover target ([9e0cbf6](https://gitlab.com/gitlab-org/duo-ui/commit/9e0cbf64adec45a98450d652ad7335a182f24fc7))
|
|
1867
|
-
|
|
1868
|
-
# [6.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v5.0.1...v6.0.0) (2024-12-21)
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
### chore
|
|
1872
|
-
|
|
1873
|
-
* **ui:** sync @gitlab/ui versions and restore styles ([c555366](https://gitlab.com/gitlab-org/duo-ui/commit/c55536681f83abf01c91f0bcc31991ac729d6293))
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
### BREAKING CHANGES
|
|
1877
|
-
|
|
1878
|
-
* **ui:** Synchronize @gitlab/ui version in peerDependencies and
|
|
1879
|
-
devDependencies to ^105.0.0 to ensure consistent
|
|
1880
|
-
dependency management. Restore previously removed styles needed
|
|
1881
|
-
for proper component rendering.
|
|
1882
|
-
|
|
1883
|
-
## [5.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v5.0.0...v5.0.1) (2024-12-18)
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
### Bug Fixes
|
|
1887
|
-
|
|
1888
|
-
* improve context items layout ([1104b37](https://gitlab.com/gitlab-org/duo-ui/commit/1104b3702da29da17899d9253a19d02bb88d2803))
|
|
1889
|
-
|
|
1890
|
-
# [5.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v4.1.0...v5.0.0) (2024-12-11)
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
### chore
|
|
1894
|
-
|
|
1895
|
-
* Upgrade @gitlab/ui to 105 ([02c701e](https://gitlab.com/gitlab-org/duo-ui/commit/02c701ebe8a82a584dade70eb9d6d55e11c801c6))
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
### BREAKING CHANGES
|
|
1899
|
-
|
|
1900
|
-
* This commit
|
|
1901
|
-
upgrades the @gitlab/ui peer dependency
|
|
1902
|
-
to 105 since this removes the deprecated
|
|
1903
|
-
duo components in gitlab-ui.
|
|
1904
|
-
|
|
1905
|
-
# [4.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v4.0.0...v4.1.0) (2024-12-11)
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
### Features
|
|
1909
|
-
|
|
1910
|
-
* Make Duo Chat empty state more engaging ([8635e23](https://gitlab.com/gitlab-org/duo-ui/commit/8635e23986eb2a892f1807f702055bd9c2c2f971))
|
|
1911
|
-
|
|
1912
|
-
# [4.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v3.0.1...v4.0.0) (2024-12-10)
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
### Features
|
|
1916
|
-
|
|
1917
|
-
* add resizable mechanism for DuoChat ([d4ae63c](https://gitlab.com/gitlab-org/duo-ui/commit/d4ae63ca03894a895f9dd75512be8210b8d593d1))
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
### BREAKING CHANGES
|
|
1921
|
-
|
|
1922
|
-
* This MR introduces
|
|
1923
|
-
an optional resizable mechanism for DuoChat
|
|
1924
|
-
|
|
1925
|
-
## [3.0.1](https://gitlab.com/gitlab-org/duo-ui/compare/v3.0.0...v3.0.1) (2024-11-22)
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
### Bug Fixes
|
|
1929
|
-
|
|
1930
|
-
* ensure popover badge truncates in expected way ([a287f72](https://gitlab.com/gitlab-org/duo-ui/commit/a287f7212a49bc7334e8aa7ebc7fa1ce53ba4c12))
|
|
1931
|
-
|
|
1932
|
-
# [3.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v2.0.0...v3.0.0) (2024-11-20)
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
### Features
|
|
1936
|
-
|
|
1937
|
-
* Update Duo Components to match GitLab UI v103.3.0 ([9aed5c3](https://gitlab.com/gitlab-org/duo-ui/commit/9aed5c3c12212fceb8d51375c387a79a58cbef0b))
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
### BREAKING CHANGES
|
|
1941
|
-
|
|
1942
|
-
* Synced Duo components with GitLab UI v103.3.0
|
|
1943
|
-
see: https://gitlab.com/gitlab-org/gitlab-ui/-/releases/v103.3.0
|
|
1944
|
-
|
|
1945
|
-
# [2.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v1.0.0...v2.0.0) (2024-11-12)
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
### Features
|
|
1949
|
-
|
|
1950
|
-
* Update Duo Components to match GitLab UI v102.0.0 ([cf10f9d](https://gitlab.com/gitlab-org/duo-ui/commit/cf10f9d251e4e919f9e171fce676cb93d5b06d82))
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
### BREAKING CHANGES
|
|
1954
|
-
|
|
1955
|
-
* Synced Duo components with GitLab UI v102.0.0
|
|
1956
|
-
see: https://gitlab.com/gitlab-org/gitlab-ui/-/releases/v102.0.0
|
|
1957
|
-
|
|
1958
|
-
# [1.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v0.4.0...v1.0.0) (2024-11-12)
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
### Features
|
|
1962
|
-
|
|
1963
|
-
* refactor translation mechanism ([e28fc10](https://gitlab.com/gitlab-org/duo-ui/commit/e28fc108870446555a9a75bd71f0b0e2cf6d8198))
|
|
1964
|
-
* Update Duo Components to match GitLab UI v101.16.0 ([58c6bf9](https://gitlab.com/gitlab-org/duo-ui/commit/58c6bf91c1b237485d29717ecad581319d83ad64))
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
### BREAKING CHANGES
|
|
1968
|
-
|
|
1969
|
-
* Synced Duo components with GitLab UI v101.16.0
|
|
1970
|
-
see: https://gitlab.com/gitlab-org/gitlab-ui/-/releases/v101.16.0
|
|
1971
|
-
|
|
1972
|
-
# [0.4.0](https://gitlab.com/gitlab-org/duo-ui/compare/v0.3.0...v0.4.0) (2024-11-07)
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
### Features
|
|
1976
|
-
|
|
1977
|
-
* Update rollup config to include files from all paths ([4adcb17](https://gitlab.com/gitlab-org/duo-ui/commit/4adcb17729c40868c093625b10089858bf1cebae))
|
|
1978
|
-
|
|
1979
|
-
# [0.3.0](https://gitlab.com/gitlab-org/duo-ui/compare/v0.2.0...v0.3.0) (2024-11-04)
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
### Features
|
|
1983
|
-
|
|
1984
|
-
* Update Duo Components to match GitLab UI v100.0.0 ([1f21667](https://gitlab.com/gitlab-org/duo-ui/commit/1f216677c435923c845228901b513cbaf02df433))
|
|
1985
|
-
|
|
1986
|
-
# [0.2.0](https://gitlab.com/gitlab-org/duo-ui/compare/v0.1.0...v0.2.0) (2024-10-25)
|