@empathyco/x-components 6.0.0-alpha.204 → 6.0.0-alpha.206

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +335 -867
  2. package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +7 -7
  3. package/docs/API-reference/api/x-components.sortdropdown.md +8 -8
  4. package/docs/API-reference/api/x-components.sortlist.md +9 -9
  5. package/docs/API-reference/api/x-components.sortpickerlist.md +9 -9
  6. package/docs/API-reference/components/search/x-components.sort-list.md +4 -4
  7. package/docs/API-reference/components/search/x-components.sort-picker-list.md +5 -5
  8. package/js/components/animations/animate-scale/animate-scale.style.css.js +1 -1
  9. package/js/components/base-rating.vue3.js +1 -1
  10. package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
  11. package/js/components/column-picker/base-column-picker-dropdown.vue2.js.map +1 -1
  12. package/js/components/sliding-panel.vue3.js +1 -1
  13. package/js/x-modules/facets/components/lists/filters-search.vue3.js +1 -1
  14. package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
  15. package/js/x-modules/search/components/sort-dropdown.vue2.js.map +1 -1
  16. package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
  17. package/js/x-modules/search/components/sort-list.vue2.js.map +1 -1
  18. package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -1
  19. package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
  20. package/package.json +11 -24
  21. package/report/x-components.api.json +128 -112
  22. package/report/x-components.api.md +88 -89
  23. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +8 -9
  24. package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
  25. package/types/views/adapter.d.ts +0 -3
  26. package/types/views/adapter.d.ts.map +1 -1
  27. package/types/x-modules/search/components/sort-dropdown.vue.d.ts +9 -10
  28. package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
  29. package/types/x-modules/search/components/sort-list.vue.d.ts +10 -11
  30. package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
  31. package/types/x-modules/search/components/sort-picker-list.vue.d.ts +10 -11
  32. package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -1
  33. package/types/adapter/e2e-adapter.d.ts +0 -21
  34. package/types/adapter/e2e-adapter.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,1260 +3,728 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## 6.0.0-alpha.204 (2026-02-25)
6
+ ## 6.0.0-alpha.206 (2026-02-27)
7
7
 
8
- * chore(deps): update all non-major dependencies (#1976) ([1a54734](https://github.com/empathyco/x/commit/1a54734)), closes [#1976](https://github.com/empathyco/x/issues/1976)
9
- * chore(deps): update vue version to 3.5.28 ([c023c00](https://github.com/empathyco/x/commit/c023c00))
10
- * refactor: fix type issues ([74216e4](https://github.com/empathyco/x/commit/74216e4))
11
- * build(tsconfig): fix libs and add skipLibCheck option ([c1db14a](https://github.com/empathyco/x/commit/c1db14a))
8
+ - feat: remove Cypress-related configurations and tests ([67ec01d](https://github.com/empathyco/x/commit/67ec01d))
9
+ - feat: update test configurations and clean up SVG files ([3c45eec](https://github.com/empathyco/x/commit/3c45eec))
10
+ - refactor: fix minor type issues in sort-list component ([e8eddfa](https://github.com/empathyco/x/commit/e8eddfa))
11
+ - refactor: fix type issues ([5f4061b](https://github.com/empathyco/x/commit/5f4061b))
12
12
 
13
+ ## 6.0.0-alpha.205 (2026-02-25)
13
14
 
15
+ - chore(deps): update dependency marked to v17 (#2003) ([2191e4d](https://github.com/empathyco/x/commit/2191e4d)), closes [#2003](https://github.com/empathyco/x/issues/2003)
14
16
 
17
+ ## 6.0.0-alpha.204 (2026-02-25)
15
18
 
19
+ - chore(deps): update all non-major dependencies (#1976) ([1a54734](https://github.com/empathyco/x/commit/1a54734)), closes [#1976](https://github.com/empathyco/x/issues/1976)
20
+ - chore(deps): update vue version to 3.5.28 ([c023c00](https://github.com/empathyco/x/commit/c023c00))
21
+ - refactor: fix type issues ([74216e4](https://github.com/empathyco/x/commit/74216e4))
22
+ - build(tsconfig): fix libs and add skipLibCheck option ([c1db14a](https://github.com/empathyco/x/commit/c1db14a))
16
23
 
17
24
  ## 6.0.0-alpha.203 (2026-02-24)
18
25
 
19
- * refactor: remove sass ([1557098](https://github.com/empathyco/x/commit/1557098))
20
-
21
-
22
-
23
-
26
+ - refactor: remove sass ([1557098](https://github.com/empathyco/x/commit/1557098))
24
27
 
25
28
  ## 6.0.0-alpha.202 (2026-02-18)
26
29
 
27
- * feat(x-design-system): add `x-design-system` package with initial skeleton for tailwind 4 (#1988) ([e30f630](https://github.com/empathyco/x/commit/e30f630)), closes [#1988](https://github.com/empathyco/x/issues/1988)
28
-
29
-
30
-
31
-
30
+ - feat(x-design-system): add `x-design-system` package with initial skeleton for tailwind 4 (#1988) ([e30f630](https://github.com/empathyco/x/commit/e30f630)), closes [#1988](https://github.com/empathyco/x/issues/1988)
32
31
 
33
32
  ## 6.0.0-alpha.201 (2026-02-12)
34
33
 
35
- * feat(query-preview): add lazy loading support to QueryPreview (#1980) ([ce95a17](https://github.com/empathyco/x/commit/ce95a17)), closes [#1980](https://github.com/empathyco/x/issues/1980)
36
-
37
-
38
-
39
-
34
+ - feat(query-preview): add lazy loading support to QueryPreview (#1980) ([ce95a17](https://github.com/empathyco/x/commit/ce95a17)), closes [#1980](https://github.com/empathyco/x/issues/1980)
40
35
 
41
36
  ## 6.0.0-alpha.200 (2026-02-11)
42
37
 
43
38
  **Note:** Version bump only for package @empathyco/x-components
44
39
 
40
+ ## 6.0.0-alpha.199 (2026-02-11)
45
41
 
42
+ - fix: solve errors & warnings on serving the demo locally (#1985) ([18e65f3](https://github.com/empathyco/x/commit/18e65f3)), closes [#1985](https://github.com/empathyco/x/issues/1985)
46
43
 
44
+ ## 6.0.0-alpha.198 (2026-02-11)
47
45
 
46
+ **Note:** Version bump only for package @empathyco/x-components
48
47
 
49
- ## 6.0.0-alpha.199 (2026-02-11)
50
-
51
- * fix: solve errors & warnings on serving the demo locally (#1985) ([18e65f3](https://github.com/empathyco/x/commit/18e65f3)), closes [#1985](https://github.com/empathyco/x/issues/1985)
52
-
53
-
54
-
55
-
56
-
57
- ## 6.0.0-alpha.198 (2026-02-11)
58
-
59
- **Note:** Version bump only for package @empathyco/x-components
60
-
61
-
62
-
63
-
64
-
65
- ## 6.0.0-alpha.197 (2026-01-30)
66
-
67
- * chore(lerna): enforce exact dependency versions (#1975) ([6939587](https://github.com/empathyco/x/commit/6939587)), closes [#1975](https://github.com/empathyco/x/issues/1975)
68
-
69
-
70
-
71
-
72
-
73
- ## 6.0.0-alpha.196 (2026-01-29)
74
-
75
- * chore(deps): update all non-major dependencies (#1957) ([41a8824](https://github.com/empathyco/x/commit/41a8824)), closes [#1957](https://github.com/empathyco/x/issues/1957)
76
-
77
-
78
-
79
-
80
-
81
- ## 6.0.0-alpha.195 (2026-01-28)
82
-
83
- * chore(deps): pin x-tailwindcss version (#1973) ([3b8eacf](https://github.com/empathyco/x/commit/3b8eacf)), closes [#1973](https://github.com/empathyco/x/issues/1973)
84
- * chore(deps): update dependency @cucumber/messages to v32 (#1972) ([86ddbfd](https://github.com/empathyco/x/commit/86ddbfd)), closes [#1972](https://github.com/empathyco/x/issues/1972)
85
-
86
-
87
-
88
-
89
-
90
- ## 6.0.0-alpha.194 (2026-01-22)
91
-
92
- * docs: update code examples (#1967) ([3787069](https://github.com/empathyco/x/commit/3787069)), closes [#1967](https://github.com/empathyco/x/issues/1967)
93
- * docs: update code examples (#1968) ([60c3989](https://github.com/empathyco/x/commit/60c3989)), closes [#1968](https://github.com/empathyco/x/issues/1968)
94
-
95
-
96
-
97
-
98
-
99
- ## 6.0.0-alpha.193 (2026-01-22)
100
-
101
- * docs: Update x-modules components documentation (3/6) (#1965) ([625676c](https://github.com/empathyco/x/commit/625676c)), closes [#1965](https://github.com/empathyco/x/issues/1965)
102
- * docs: Update x-modules components documentation (4/6) (#1966) ([a1648b9](https://github.com/empathyco/x/commit/a1648b9)), closes [#1966](https://github.com/empathyco/x/issues/1966)
103
-
104
-
105
-
106
-
107
-
108
- ## 6.0.0-alpha.192 (2026-01-22)
109
-
110
- * feat(ai): add `cta-button` slot and improve toggle button structure in ai-overview component ([0301790](https://github.com/empathyco/x/commit/0301790))
111
- * feat(ai): add test for `cta-button` slot customization in ai-overview component ([8cbe493](https://github.com/empathyco/x/commit/8cbe493))
112
- * docs: Update x-modules components documentation (2/6) (#1964) ([4a04b7f](https://github.com/empathyco/x/commit/4a04b7f)), closes [#1964](https://github.com/empathyco/x/issues/1964)
113
-
114
-
115
-
116
-
117
-
118
- ## 6.0.0-alpha.191 (2026-01-22)
119
-
120
- * docs: Update x-modules components documentation (1/6) (#1963) ([7b236fc](https://github.com/empathyco/x/commit/7b236fc)), closes [#1963](https://github.com/empathyco/x/issues/1963)
121
-
122
-
123
-
124
-
125
-
126
- ## 6.0.0-alpha.190 (2026-01-21)
127
-
128
- * docs: Update common components documentation (#1962) ([9c51d49](https://github.com/empathyco/x/commit/9c51d49)), closes [#1962](https://github.com/empathyco/x/issues/1962)
129
-
130
-
131
-
132
-
133
-
134
- ## 6.0.0-alpha.189 (2026-01-14)
135
-
136
- * chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v24 (#1958) ([3a99988](https://github.com/empathyco/x/commit/3a99988)), closes [#1958](https://github.com/empathyco/x/issues/1958)
137
-
138
-
139
-
140
-
141
-
142
- ## 6.0.0-alpha.188 (2026-01-07)
143
-
144
- * chore(deps): update all non-major dependencies (#1937) ([e8054f1](https://github.com/empathyco/x/commit/e8054f1)), closes [#1937](https://github.com/empathyco/x/issues/1937)
145
-
146
-
147
-
148
-
149
-
150
- ## 6.0.0-alpha.187 (2025-12-17)
151
-
152
- * chore: upgrade Typescript related deps (#1948) ([19dbdd7](https://github.com/empathyco/x/commit/19dbdd7)), closes [#1948](https://github.com/empathyco/x/issues/1948)
153
-
154
-
155
-
156
-
157
-
158
- ## 6.0.0-alpha.186 (2025-12-16)
159
-
160
- * chore: upgrade Vite related dependencies (#1944) ([813fc5e](https://github.com/empathyco/x/commit/813fc5e)), closes [#1944](https://github.com/empathyco/x/issues/1944)
161
- * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.18 (#1945) ([d8c5af9](https://github.com/empathyco/x/commit/d8c5af9)), closes [#1945](https://github.com/empathyco/x/issues/1945)
162
-
163
-
164
-
165
-
166
-
167
- ## 6.0.0-alpha.185 (2025-12-11)
168
-
169
- * chore: upgrade @vue and @vueuse/core (#1943) ([f16b475](https://github.com/empathyco/x/commit/f16b475)), closes [#1943](https://github.com/empathyco/x/issues/1943)
170
-
171
-
172
-
173
-
174
-
175
- ## 6.0.0-alpha.184 (2025-12-11)
176
-
177
- * chore(tests): upgrade cypress and enable e2e tests (#1942) ([b6ad1dd](https://github.com/empathyco/x/commit/b6ad1dd)), closes [#1942](https://github.com/empathyco/x/issues/1942)
178
-
179
-
180
-
181
-
182
-
183
- ## 6.0.0-alpha.183 (2025-12-08)
184
-
185
- * chore(deps): update cypress-related dependencies (#1941) ([3c751ef](https://github.com/empathyco/x/commit/3c751ef)), closes [#1941](https://github.com/empathyco/x/issues/1941)
186
-
187
-
188
-
189
-
190
-
191
- ## 6.0.0-alpha.182 (2025-11-26)
192
-
193
- * chore(deps): upgrade cypress version to 14.5.4 (#1933) ([83b93e8](https://github.com/empathyco/x/commit/83b93e8)), closes [#1933](https://github.com/empathyco/x/issues/1933)
194
-
195
-
196
-
197
-
198
-
199
- ## 6.0.0-alpha.181 (2025-11-20)
200
-
201
- * feat: add standalone facets endpoint and module foundation (#1928) ([b3109e5](https://github.com/empathyco/x/commit/b3109e5)), closes [#1928](https://github.com/empathyco/x/issues/1928)
202
-
203
-
204
-
205
-
206
-
207
- ## 6.0.0-alpha.180 (2025-11-19)
208
-
209
- * chore(deps): update dependency @types/node to v24 (#1927) ([4b58181](https://github.com/empathyco/x/commit/4b58181)), closes [#1927](https://github.com/empathyco/x/issues/1927)
210
-
211
-
212
-
213
-
214
-
215
- ## 6.0.0-alpha.179 (2025-11-12)
216
-
217
- * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.17 (#1926) ([0ea2e89](https://github.com/empathyco/x/commit/0ea2e89)), closes [#1926](https://github.com/empathyco/x/issues/1926)
218
-
219
-
220
-
221
-
222
-
223
- ## 6.0.0-alpha.178 (2025-11-07)
224
-
225
- * refactor(queries-preview): include whole extraParams object in queries preview hash generation (#191 ([df7a373](https://github.com/empathyco/x/commit/df7a373)), closes [#1916](https://github.com/empathyco/x/issues/1916)
226
-
227
-
228
-
229
-
230
-
231
- ## 6.0.0-alpha.177 (2025-11-05)
232
-
233
- * feat(ai): refactor title styling and add margin to content title in ai-overview component ([9d8dc8d](https://github.com/empathyco/x/commit/9d8dc8d))
234
-
235
-
236
-
237
-
238
-
239
- ## 6.0.0-alpha.176 (2025-11-04)
240
-
241
- * refactor(ai): rename `x-ai-overview-content` to `x-ai-overview-conten… (#1922) ([3908d74](https://github.com/empathyco/x/commit/3908d74)), closes [#1922](https://github.com/empathyco/x/issues/1922)
242
-
243
-
244
-
245
-
246
-
247
- ## 6.0.0-alpha.175 (2025-11-04)
248
-
249
- * feat(ai): add `contentClasses` prop and styling improvements to ai-overview component ([6f887c9](https://github.com/empathyco/x/commit/6f887c9))
250
-
251
-
252
-
253
-
254
-
255
- ## 6.0.0-alpha.174 (2025-11-04)
256
-
257
- **Note:** Version bump only for package @empathyco/x-components
258
-
259
-
260
-
261
-
262
-
263
- ## 6.0.0-alpha.173 (2025-11-03)
264
-
265
- * feat(ai): add aiSummarize endpoint and integrate with ai-overview (#1915) ([3423237](https://github.com/empathyco/x/commit/3423237)), closes [#1915](https://github.com/empathyco/x/issues/1915)
266
-
267
-
268
-
269
-
270
-
271
- ## 6.0.0-alpha.172 (2025-11-03)
272
-
273
- * fix(AiOverview): remove query when clicking a product ([4028e81](https://github.com/empathyco/x/commit/4028e81))
274
-
275
-
276
-
277
-
278
-
279
- ## 6.0.0-alpha.171 (2025-10-30)
280
-
281
- * chore(deps): install marked in x-component to parse markdown ([cf90867](https://github.com/empathyco/x/commit/cf90867))
282
-
283
-
284
-
285
-
286
-
287
- ## 6.0.0-alpha.170 (2025-10-30)
288
-
289
- * fix(AiOverview): Collapse AiOverview when AiSuggestions request changes ([a5bb16c](https://github.com/empathyco/x/commit/a5bb16c))
290
-
291
-
292
-
293
-
294
-
295
- ## 6.0.0-alpha.169 (2025-10-29)
296
-
297
- * fix: doc ([b5b7f16](https://github.com/empathyco/x/commit/b5b7f16))
298
- * fix: raname some variables ([4db954b](https://github.com/empathyco/x/commit/4db954b))
299
- * feat(ai-overview): add support to auto expand in search no results ([e2682e0](https://github.com/empathyco/x/commit/e2682e0))
300
- * feat(ai): perform suggestions search on expand and track queries ([76133f4](https://github.com/empathyco/x/commit/76133f4))
301
-
302
-
303
-
304
-
305
-
306
- ## 6.0.0-alpha.168 (2025-10-27)
307
-
308
- * feat(ai): add `extra-content` slot to ai-overview and use in home view ([4a51932](https://github.com/empathyco/x/commit/4a51932))
309
-
310
-
311
-
312
-
313
-
314
- ## 6.0.0-alpha.167 (2025-10-27)
315
-
316
- * chore(deps): update dependency @cucumber/messages to v30 (#1909) ([d450cf2](https://github.com/empathyco/x/commit/d450cf2)), closes [#1909](https://github.com/empathyco/x/issues/1909)
317
-
318
-
319
-
320
-
321
-
322
- ## 6.0.0-alpha.166 (2025-10-24)
323
-
324
- * fix(ai): export missing store things (#1907) ([ac5f37a](https://github.com/empathyco/x/commit/ac5f37a)), closes [#1907](https://github.com/empathyco/x/issues/1907)
325
-
326
-
327
-
328
-
329
-
330
- ## 6.0.0-alpha.165 (2025-10-22)
331
-
332
- * fix(url-handler): disable attribute inheritance to avoid error with GlobalEvents ([dfa0979](https://github.com/empathyco/x/commit/dfa0979))
333
-
334
-
335
-
336
-
337
-
338
- ## 6.0.0-alpha.164 (2025-10-20)
339
-
340
- * feat(ai): connect query preview selection with ai module (#1904) ([400bacb](https://github.com/empathyco/x/commit/400bacb)), closes [#1904](https://github.com/empathyco/x/issues/1904)
341
-
342
-
343
-
344
-
345
-
346
- ## 6.0.0-alpha.163 (2025-10-15)
347
-
348
- * fix: minor improvements in implementation ([454fb8c](https://github.com/empathyco/x/commit/454fb8c))
349
- * feat(AiOverview): add selected filters to requests ([2a6a446](https://github.com/empathyco/x/commit/2a6a446))
350
-
351
-
352
-
353
-
354
-
355
- ## 6.0.0-alpha.162 (2025-10-13)
356
-
357
- * feat(ai): add `suggestions-extra-content` slot to ai-overview component ([350a7c1](https://github.com/empathyco/x/commit/350a7c1))
358
-
359
-
360
-
361
-
362
-
363
- ## 6.0.0-alpha.161 (2025-10-02)
364
-
365
- * fix: fire search only if Empathise is open (#1895) ([2412415](https://github.com/empathyco/x/commit/2412415)), closes [#1895](https://github.com/empathyco/x/issues/1895) [#1894](https://github.com/empathyco/x/issues/1894)
366
-
367
-
368
-
369
-
370
-
371
- ## 6.0.0-alpha.160 (2025-10-02)
372
-
373
- * feat(AiOverview): add origin field to the store module (#1893) ([355ace6](https://github.com/empathyco/x/commit/355ace6)), closes [#1893](https://github.com/empathyco/x/issues/1893)
374
-
375
-
376
-
377
-
378
-
379
- ## 6.0.0-alpha.159 (2025-10-01)
380
-
381
- * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.16 (#1834) ([69e6d9b](https://github.com/empathyco/x/commit/69e6d9b)), closes [#1834](https://github.com/empathyco/x/issues/1834)
382
-
383
-
384
-
385
-
386
-
387
- ## 6.0.0-alpha.158 (2025-10-01)
388
-
389
- * feat(base-teleport): support dynamic host styles and improve type safety (#1839) ([0713104](https://github.com/empathyco/x/commit/0713104)), closes [#1839](https://github.com/empathyco/x/issues/1839)
390
- * chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v23 (#1885) ([5af25a4](https://github.com/empathyco/x/commit/5af25a4)), closes [#1885](https://github.com/empathyco/x/issues/1885)
391
-
392
-
393
-
394
-
395
-
396
- ## 6.0.0-alpha.157 (2025-10-01)
397
-
398
- * fix: selected tag being removed (#1894) ([287cb48](https://github.com/empathyco/x/commit/287cb48)), closes [#1894](https://github.com/empathyco/x/issues/1894)
399
-
400
-
401
-
402
-
403
-
404
- ## 6.0.0-alpha.156 (2025-09-26)
405
-
406
- * feat(ai): smoothly scroll to AI overview on collapse and add relevant test ([45e8133](https://github.com/empathyco/x/commit/45e8133))
407
-
408
-
409
-
410
-
411
-
412
- ## 6.0.0-alpha.155 (2025-09-26)
413
-
414
- * style(ai): prevent content shrinking by adding `flex-shrink: 0` to overview icon (#1891) ([368ca3a](https://github.com/empathyco/x/commit/368ca3a)), closes [#1891](https://github.com/empathyco/x/issues/1891)
415
-
416
-
417
-
418
-
419
-
420
- ## 6.0.0-alpha.154 (2025-09-25)
421
-
422
- * refactor(AiOverview): transform tailwind classes into css (#1888) ([0d2297a](https://github.com/empathyco/x/commit/0d2297a)), closes [#1888](https://github.com/empathyco/x/issues/1888)
423
- * `query-preview` trade off (#1890) ([c990dbc](https://github.com/empathyco/x/commit/c990dbc)), closes [#1890](https://github.com/empathyco/x/issues/1890)
424
-
425
-
426
- ### BREAKING-CHANGE
427
-
428
- * The `updateAQueryPreviewResult` mutation payload now accepts a results array and a hash of string instead of computed of string
429
-
430
-
431
-
432
-
433
- ## 6.0.0-alpha.153 (2025-09-25)
434
-
435
- * refactor(ai): remove unused test for `title-loading` slot in ai-overview ([c3a0513](https://github.com/empathyco/x/commit/c3a0513))
436
- * fix(ai): rename slot `titleLoading` to `title-loading` in ai-overview and update test ([3d40bd4](https://github.com/empathyco/x/commit/3d40bd4))
437
- * feat(ai): add slot support for titleLoading in ai-overview component and update test ([2c08fdd](https://github.com/empathyco/x/commit/2c08fdd))
438
-
439
-
440
-
441
-
442
-
443
- ## 6.0.0-alpha.152 (2025-09-24)
444
-
445
- * feat(AiOverview): handle query tagging for suggested queries (#1887) ([8b47df6](https://github.com/empathyco/x/commit/8b47df6)), closes [#1887](https://github.com/empathyco/x/issues/1887)
446
-
447
-
448
-
449
-
450
-
451
- ## 6.0.0-alpha.151 (2025-09-23)
452
-
453
- * Add tagging to ai overview search queries (#1882) ([4a7b9fc](https://github.com/empathyco/x/commit/4a7b9fc)), closes [#1882](https://github.com/empathyco/x/issues/1882)
454
-
455
-
456
-
457
-
458
-
459
- ## 6.0.0-alpha.150 (2025-09-22)
460
-
461
- * feat(AiOverview): handle new noResult chunk in AiOverview (#1886) ([2c41469](https://github.com/empathyco/x/commit/2c41469)), closes [#1886](https://github.com/empathyco/x/issues/1886)
462
-
463
-
464
-
465
-
466
-
467
- ## 6.0.0-alpha.149 (2025-09-22)
468
-
469
- * style(ai-overview): fade animation to show results (#1880) ([84ee675](https://github.com/empathyco/x/commit/84ee675)), closes [#1880](https://github.com/empathyco/x/issues/1880)
470
-
471
-
472
-
473
-
474
-
475
- ## 6.0.0-alpha.148 (2025-09-18)
476
-
477
- * feat(ai-overview): make component more configurable (#1884) ([8b4b579](https://github.com/empathyco/x/commit/8b4b579)), closes [#1884](https://github.com/empathyco/x/issues/1884)
478
-
479
-
480
-
481
-
482
-
483
- ## 6.0.0-alpha.147 (2025-09-18)
484
-
485
- * fix(ai-overview): expose setExpanded function ([30baae2](https://github.com/empathyco/x/commit/30baae2))
486
-
487
-
488
-
489
-
490
-
491
- ## 6.0.0-alpha.146 (2025-09-18)
492
-
493
- * feat(AiOverview): add SpinnerIcon component and update ai-overview for loading state (#1881) ([e4b03b1](https://github.com/empathyco/x/commit/e4b03b1)), closes [#1881](https://github.com/empathyco/x/issues/1881)
494
-
495
-
496
-
497
-
498
-
499
- ## 6.0.0-alpha.145 (2025-09-12)
500
-
501
- * feat(AiOverview): allow customisation of SlidingPanel buttons through props (#1876) ([f923ef1](https://github.com/empathyco/x/commit/f923ef1)), closes [#1876](https://github.com/empathyco/x/issues/1876)
502
-
503
-
504
-
505
-
506
-
507
- ## 6.0.0-alpha.144 (2025-09-12)
508
-
509
- * refactor(ai): remove unused titleLoadingText in ai-overview tests ([c09e07d](https://github.com/empathyco/x/commit/c09e07d))
510
- * refactor(ai): rename onExpandedButtonClick to onExpandButtonClick and update references ([13f2ad6](https://github.com/empathyco/x/commit/13f2ad6))
511
- * refactor(ai): rename setExpanded to onExpandedButtonClick and update usage ([0713e3c](https://github.com/empathyco/x/commit/0713e3c))
512
-
513
-
514
-
515
-
516
-
517
- ## 6.0.0-alpha.143 (2025-09-12)
518
-
519
- * refactor(ai): remove null safety from suggestionsRequest (#1874) ([7245431](https://github.com/empathyco/x/commit/7245431)), closes [#1874](https://github.com/empathyco/x/issues/1874)
520
-
521
-
522
-
523
-
524
-
525
- ## 6.0.0-alpha.142 (2025-09-12)
526
-
527
- * refactor(ai): simplify toggle button chevron classes and styles (#1873) ([59419eb](https://github.com/empathyco/x/commit/59419eb)), closes [#1873](https://github.com/empathyco/x/issues/1873)
528
-
529
-
530
-
531
-
532
-
533
- ## 6.0.0-alpha.141 (2025-09-11)
534
-
535
- * feat(ai): enhance sliding panel customization (#1872) ([199a6cc](https://github.com/empathyco/x/commit/199a6cc)), closes [#1872](https://github.com/empathyco/x/issues/1872)
536
-
537
-
538
-
539
-
540
-
541
- ## 6.0.0-alpha.140 (2025-09-11)
542
-
543
- * refactor(sliding-panel): simplify scrolling logic and enhance reactivity (#1870) ([c659e00](https://github.com/empathyco/x/commit/c659e00)), closes [#1870](https://github.com/empathyco/x/issues/1870)
544
- * chore: pr review ([6a1d503](https://github.com/empathyco/x/commit/6a1d503))
545
- * feat(AiOverview): add display tagging ([73aa630](https://github.com/empathyco/x/commit/73aa630))
546
- * feat(AiOverview): add toolingDisplayClick tagging ([42f1fd4](https://github.com/empathyco/x/commit/42f1fd4))
547
-
548
-
549
-
550
-
551
-
552
- ## 6.0.0-alpha.139 (2025-09-09)
553
-
554
- * chore: pr review ([d30c56f](https://github.com/empathyco/x/commit/d30c56f))
555
- * style(AiOverview): minor adjustment ([7728c9f](https://github.com/empathyco/x/commit/7728c9f))
556
- * feat(AiOverview): remove the skeleton to display the incremental content from the store ([1d41ee5](https://github.com/empathyco/x/commit/1d41ee5))
557
-
558
-
559
-
560
-
561
-
562
- ## 6.0.0-alpha.138 (2025-09-09)
563
-
564
- * feat(ai): add numFound property to the response of suggestionSearch ([d0118ae](https://github.com/empathyco/x/commit/d0118ae))
565
-
566
-
567
-
568
-
569
-
570
- ## 6.0.0-alpha.137 (2025-09-08)
571
-
572
- * feat(AiOverview): minor component adjustments (#1867) ([554cd79](https://github.com/empathyco/x/commit/554cd79)), closes [#1867](https://github.com/empathyco/x/issues/1867)
573
-
574
-
575
-
576
-
577
-
578
- ## 6.0.0-alpha.136 (2025-09-05)
579
-
580
- * fix(ai): reset state handling (#1864) ([29aa62c](https://github.com/empathyco/x/commit/29aa62c)), closes [#1864](https://github.com/empathyco/x/issues/1864)
581
-
582
-
583
-
584
-
585
-
586
- ## 6.0.0-alpha.135 (2025-09-04)
587
-
588
- * feat(ai): color customization (#1863) ([2445441](https://github.com/empathyco/x/commit/2445441)), closes [#1863](https://github.com/empathyco/x/issues/1863)
589
-
590
-
591
-
592
-
593
-
594
- ## 6.0.0-alpha.134 (2025-09-04)
595
-
596
- * chore: minor adjustment ([ae27549](https://github.com/empathyco/x/commit/ae27549))
597
- * chore(ai-store): remove unused getter ([1ea4ff3](https://github.com/empathyco/x/commit/1ea4ff3))
598
- * feat(AiOverview): adjust style ([db7653f](https://github.com/empathyco/x/commit/db7653f))
599
-
600
-
601
-
602
-
603
-
604
- ## 6.0.0-alpha.133 (2025-09-04)
605
-
606
- * feat(AiOverview): component implementation (#1861) ([17b6535](https://github.com/empathyco/x/commit/17b6535)), closes [#1861](https://github.com/empathyco/x/issues/1861)
607
-
608
-
609
-
610
-
611
-
612
- ## 6.0.0-alpha.132 (2025-09-03)
613
-
614
- * test: fix unit tests ([604b2a1](https://github.com/empathyco/x/commit/604b2a1))
615
- * feat(ai): add AiSuggestionQuery model ([6df871d](https://github.com/empathyco/x/commit/6df871d))
616
- * feat(ai): add loading flag to both suggestions connections ([365a073](https://github.com/empathyco/x/commit/365a073))
617
- * feat(ai): add suggestionsSearchRequest in store ([16383d0](https://github.com/empathyco/x/commit/16383d0))
618
- * feat(ai): avoid crashes on streaming parsing ([b847b69](https://github.com/empathyco/x/commit/b847b69))
619
- * feat(ai): questions to suggestions ([574cd62](https://github.com/empathyco/x/commit/574cd62))
620
- * refactor(ai): fetchAndSave for both requests ([5d2a355](https://github.com/empathyco/x/commit/5d2a355))
621
- * fix(ai): PR suggestions ([7c77c1a](https://github.com/empathyco/x/commit/7c77c1a))
622
-
623
-
624
-
625
-
626
-
627
- ## 6.0.0-alpha.131 (2025-09-02)
628
-
629
- * chore: pr review ([eacfeeb](https://github.com/empathyco/x/commit/eacfeeb))
630
- * feat(x-adapter): create streamHttpClient function ([991fe3c](https://github.com/empathyco/x/commit/991fe3c))
631
-
632
-
633
-
634
-
635
-
636
- ## 6.0.0-alpha.130 (2025-09-01)
637
-
638
- * refactor(suggestions-search): rename ([3ffe0b0](https://github.com/empathyco/x/commit/3ffe0b0))
639
- * fix(e2e): mock adapter ([74ac6a5](https://github.com/empathyco/x/commit/74ac6a5))
640
-
641
-
642
-
643
-
644
-
645
- ## 6.0.0-alpha.129 (2025-08-25)
646
-
647
- * fix(ai): AIOverview gradient missing properties ([2c87386](https://github.com/empathyco/x/commit/2c87386))
648
-
48
+ ## 6.0.0-alpha.197 (2026-01-30)
649
49
 
50
+ - chore(lerna): enforce exact dependency versions (#1975) ([6939587](https://github.com/empathyco/x/commit/6939587)), closes [#1975](https://github.com/empathyco/x/issues/1975)
650
51
 
52
+ ## 6.0.0-alpha.196 (2026-01-29)
651
53
 
54
+ - chore(deps): update all non-major dependencies (#1957) ([41a8824](https://github.com/empathyco/x/commit/41a8824)), closes [#1957](https://github.com/empathyco/x/issues/1957)
652
55
 
653
- ## 6.0.0-alpha.128 (2025-08-22)
56
+ ## 6.0.0-alpha.195 (2026-01-28)
654
57
 
655
- * fix: fixed test ([e202a8d](https://github.com/empathyco/x/commit/e202a8d))
656
- * test: AIOverview tested gradient div ([2f7b634](https://github.com/empathyco/x/commit/2f7b634))
657
- * style(ai-overview): improved gradient in AiOverview ([42bb328](https://github.com/empathyco/x/commit/42bb328))
658
- * feat(ai): AIOverview reset on query change ([cd11378](https://github.com/empathyco/x/commit/cd11378))
659
- * feat(ai): AIOverview slot expansion transition ([c87e086](https://github.com/empathyco/x/commit/c87e086))
58
+ - chore(deps): pin x-tailwindcss version (#1973) ([3b8eacf](https://github.com/empathyco/x/commit/3b8eacf)), closes [#1973](https://github.com/empathyco/x/issues/1973)
59
+ - chore(deps): update dependency @cucumber/messages to v32 (#1972) ([86ddbfd](https://github.com/empathyco/x/commit/86ddbfd)), closes [#1972](https://github.com/empathyco/x/issues/1972)
660
60
 
61
+ ## 6.0.0-alpha.194 (2026-01-22)
661
62
 
63
+ - docs: update code examples (#1967) ([3787069](https://github.com/empathyco/x/commit/3787069)), closes [#1967](https://github.com/empathyco/x/issues/1967)
64
+ - docs: update code examples (#1968) ([60c3989](https://github.com/empathyco/x/commit/60c3989)), closes [#1968](https://github.com/empathyco/x/issues/1968)
662
65
 
66
+ ## 6.0.0-alpha.193 (2026-01-22)
663
67
 
68
+ - docs: Update x-modules components documentation (3/6) (#1965) ([625676c](https://github.com/empathyco/x/commit/625676c)), closes [#1965](https://github.com/empathyco/x/issues/1965)
69
+ - docs: Update x-modules components documentation (4/6) (#1966) ([a1648b9](https://github.com/empathyco/x/commit/a1648b9)), closes [#1966](https://github.com/empathyco/x/issues/1966)
664
70
 
665
- ## 6.0.0-alpha.127 (2025-08-21)
71
+ ## 6.0.0-alpha.192 (2026-01-22)
666
72
 
667
- * fix(ai): register module to use ai overview ([59cfbd7](https://github.com/empathyco/x/commit/59cfbd7))
668
- * fix(ai): remove AiOverview from home ([b9ebdce](https://github.com/empathyco/x/commit/b9ebdce))
73
+ - feat(ai): add `cta-button` slot and improve toggle button structure in ai-overview component ([0301790](https://github.com/empathyco/x/commit/0301790))
74
+ - feat(ai): add test for `cta-button` slot customization in ai-overview component ([8cbe493](https://github.com/empathyco/x/commit/8cbe493))
75
+ - docs: Update x-modules components documentation (2/6) (#1964) ([4a04b7f](https://github.com/empathyco/x/commit/4a04b7f)), closes [#1964](https://github.com/empathyco/x/issues/1964)
669
76
 
77
+ ## 6.0.0-alpha.191 (2026-01-22)
670
78
 
79
+ - docs: Update x-modules components documentation (1/6) (#1963) ([7b236fc](https://github.com/empathyco/x/commit/7b236fc)), closes [#1963](https://github.com/empathyco/x/issues/1963)
671
80
 
81
+ ## 6.0.0-alpha.190 (2026-01-21)
672
82
 
83
+ - docs: Update common components documentation (#1962) ([9c51d49](https://github.com/empathyco/x/commit/9c51d49)), closes [#1962](https://github.com/empathyco/x/issues/1962)
673
84
 
674
- ## 6.0.0-alpha.126 (2025-08-21)
85
+ ## 6.0.0-alpha.189 (2026-01-14)
675
86
 
676
- * fix: applied format ([713c3ab](https://github.com/empathyco/x/commit/713c3ab))
677
- * fix: applied some fixes mentioned in the comments ([69e9cd2](https://github.com/empathyco/x/commit/69e9cd2))
678
- * fix(ai): apply styles ([15c2358](https://github.com/empathyco/x/commit/15c2358))
679
- * fix(ai): integrate AIOverview in Home.vue ([2558948](https://github.com/empathyco/x/commit/2558948))
680
- * fix(ai): set query when clicking on a query preview ([93090c5](https://github.com/empathyco/x/commit/93090c5))
681
- * feat: implemented AiOverview default slot ([aa94a07](https://github.com/empathyco/x/commit/aa94a07))
682
- * feat(ai): AI Overview component ([cf43216](https://github.com/empathyco/x/commit/cf43216))
683
- * feat(ai): AiOverview custom button Text ([0e15561](https://github.com/empathyco/x/commit/0e15561))
684
- * feat(ai): AiOverview header implementation ([3e9df81](https://github.com/empathyco/x/commit/3e9df81))
685
- * feat(ai): bind question to slot default ([2d14717](https://github.com/empathyco/x/commit/2d14717))
686
- * feat(ai): integrate AIOverview in Home.vue ([22a2176](https://github.com/empathyco/x/commit/22a2176))
687
- * test(ai-question-results): added test and migrate the tailwind to css ([8e6d559](https://github.com/empathyco/x/commit/8e6d559))
688
- * test(ai): slot fallback ([acdf20a](https://github.com/empathyco/x/commit/acdf20a))
689
- * styles(ai): gradient ([abba0e2](https://github.com/empathyco/x/commit/abba0e2))
690
- * style: added some styles to sliding panel ([b517493](https://github.com/empathyco/x/commit/b517493))
87
+ - chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v24 (#1958) ([3a99988](https://github.com/empathyco/x/commit/3a99988)), closes [#1958](https://github.com/empathyco/x/issues/1958)
691
88
 
89
+ ## 6.0.0-alpha.188 (2026-01-07)
692
90
 
91
+ - chore(deps): update all non-major dependencies (#1937) ([e8054f1](https://github.com/empathyco/x/commit/e8054f1)), closes [#1937](https://github.com/empathyco/x/issues/1937)
693
92
 
93
+ ## 6.0.0-alpha.187 (2025-12-17)
694
94
 
95
+ - chore: upgrade Typescript related deps (#1948) ([19dbdd7](https://github.com/empathyco/x/commit/19dbdd7)), closes [#1948](https://github.com/empathyco/x/issues/1948)
695
96
 
696
- ## 6.0.0-alpha.125 (2025-08-21)
97
+ ## 6.0.0-alpha.186 (2025-12-16)
697
98
 
698
- **Note:** Version bump only for package @empathyco/x-components
99
+ - chore: upgrade Vite related dependencies (#1944) ([813fc5e](https://github.com/empathyco/x/commit/813fc5e)), closes [#1944](https://github.com/empathyco/x/issues/1944)
100
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.18 (#1945) ([d8c5af9](https://github.com/empathyco/x/commit/d8c5af9)), closes [#1945](https://github.com/empathyco/x/issues/1945)
699
101
 
102
+ ## 6.0.0-alpha.185 (2025-12-11)
700
103
 
104
+ - chore: upgrade @vue and @vueuse/core (#1943) ([f16b475](https://github.com/empathyco/x/commit/f16b475)), closes [#1943](https://github.com/empathyco/x/issues/1943)
701
105
 
106
+ ## 6.0.0-alpha.184 (2025-12-11)
702
107
 
108
+ - chore(tests): upgrade cypress and enable e2e tests (#1942) ([b6ad1dd](https://github.com/empathyco/x/commit/b6ad1dd)), closes [#1942](https://github.com/empathyco/x/issues/1942)
703
109
 
704
- ## 6.0.0-alpha.124 (2025-08-20)
110
+ ## 6.0.0-alpha.183 (2025-12-08)
705
111
 
706
- * test(ai): actions and getters ([ee1aac0](https://github.com/empathyco/x/commit/ee1aac0))
707
- * test(ai): add AiQuestion stub ([64cf1ba](https://github.com/empathyco/x/commit/64cf1ba))
708
- * refactor(ai): remove Object assign ([da8f2c4](https://github.com/empathyco/x/commit/da8f2c4))
709
- * chore(ai): docs ([acd1c3a](https://github.com/empathyco/x/commit/acd1c3a))
710
- * feat(ai): force questions with quere ([939586f](https://github.com/empathyco/x/commit/939586f))
711
- * feat(ai): remove fetch and save ([fb36045](https://github.com/empathyco/x/commit/fb36045))
712
- * feat(ai): wiring, store, emitters for ai module ([48840be](https://github.com/empathyco/x/commit/48840be))
112
+ - chore(deps): update cypress-related dependencies (#1941) ([3c751ef](https://github.com/empathyco/x/commit/3c751ef)), closes [#1941](https://github.com/empathyco/x/issues/1941)
713
113
 
114
+ ## 6.0.0-alpha.182 (2025-11-26)
714
115
 
116
+ - chore(deps): upgrade cypress version to 14.5.4 (#1933) ([83b93e8](https://github.com/empathyco/x/commit/83b93e8)), closes [#1933](https://github.com/empathyco/x/issues/1933)
715
117
 
118
+ ## 6.0.0-alpha.181 (2025-11-20)
716
119
 
120
+ - feat: add standalone facets endpoint and module foundation (#1928) ([b3109e5](https://github.com/empathyco/x/commit/b3109e5)), closes [#1928](https://github.com/empathyco/x/issues/1928)
717
121
 
718
- ## 6.0.0-alpha.123 (2025-08-19)
122
+ ## 6.0.0-alpha.180 (2025-11-19)
719
123
 
720
- * feat(ai): add aiTasks on XComponentsAdapter ([79f0a55](https://github.com/empathyco/x/commit/79f0a55))
721
- * feat(platform-adapter): add questions v1 endpoint ([63323d3](https://github.com/empathyco/x/commit/63323d3))
124
+ - chore(deps): update dependency @types/node to v24 (#1927) ([4b58181](https://github.com/empathyco/x/commit/4b58181)), closes [#1927](https://github.com/empathyco/x/issues/1927)
722
125
 
126
+ ## 6.0.0-alpha.179 (2025-11-12)
723
127
 
128
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.17 (#1926) ([0ea2e89](https://github.com/empathyco/x/commit/0ea2e89)), closes [#1926](https://github.com/empathyco/x/issues/1926)
724
129
 
130
+ ## 6.0.0-alpha.178 (2025-11-07)
725
131
 
132
+ - refactor(queries-preview): include whole extraParams object in queries preview hash generation (#191 ([df7a373](https://github.com/empathyco/x/commit/df7a373)), closes [#1916](https://github.com/empathyco/x/issues/1916)
726
133
 
727
- ## 6.0.0-alpha.122 (2025-08-18)
134
+ ## 6.0.0-alpha.177 (2025-11-05)
728
135
 
729
- * test: fix empty test suite ([3fbb6b7](https://github.com/empathyco/x/commit/3fbb6b7))
730
- * feat(ai): add initial x-module ([189cefe](https://github.com/empathyco/x/commit/189cefe))
731
- * feat(ai): initial ai overview skeleton ([7cd260b](https://github.com/empathyco/x/commit/7cd260b))
732
- * fix: move ai dir ([f30ecb2](https://github.com/empathyco/x/commit/f30ecb2))
136
+ - feat(ai): refactor title styling and add margin to content title in ai-overview component ([9d8dc8d](https://github.com/empathyco/x/commit/9d8dc8d))
733
137
 
138
+ ## 6.0.0-alpha.176 (2025-11-04)
734
139
 
140
+ - refactor(ai): rename `x-ai-overview-content` to `x-ai-overview-conten… (#1922) ([3908d74](https://github.com/empathyco/x/commit/3908d74)), closes [#1922](https://github.com/empathyco/x/issues/1922)
735
141
 
142
+ ## 6.0.0-alpha.175 (2025-11-04)
736
143
 
144
+ - feat(ai): add `contentClasses` prop and styling improvements to ai-overview component ([6f887c9](https://github.com/empathyco/x/commit/6f887c9))
737
145
 
738
- ## 6.0.0-alpha.121 (2025-08-12)
146
+ ## 6.0.0-alpha.174 (2025-11-04)
739
147
 
740
148
  **Note:** Version bump only for package @empathyco/x-components
741
149
 
150
+ ## 6.0.0-alpha.173 (2025-11-03)
742
151
 
152
+ - feat(ai): add aiSummarize endpoint and integrate with ai-overview (#1915) ([3423237](https://github.com/empathyco/x/commit/3423237)), closes [#1915](https://github.com/empathyco/x/issues/1915)
743
153
 
154
+ ## 6.0.0-alpha.172 (2025-11-03)
744
155
 
156
+ - fix(AiOverview): remove query when clicking a product ([4028e81](https://github.com/empathyco/x/commit/4028e81))
745
157
 
746
- ## 6.0.0-alpha.120 (2025-08-11)
158
+ ## 6.0.0-alpha.171 (2025-10-30)
747
159
 
748
- * feat(empathize): implement search and close fallback on no-content state (#1833) ([7a4120c](https://github.com/empathyco/x/commit/7a4120c)), closes [#1833](https://github.com/empathyco/x/issues/1833)
160
+ - chore(deps): install marked in x-component to parse markdown ([cf90867](https://github.com/empathyco/x/commit/cf90867))
749
161
 
162
+ ## 6.0.0-alpha.170 (2025-10-30)
750
163
 
164
+ - fix(AiOverview): Collapse AiOverview when AiSuggestions request changes ([a5bb16c](https://github.com/empathyco/x/commit/a5bb16c))
751
165
 
166
+ ## 6.0.0-alpha.169 (2025-10-29)
752
167
 
168
+ - fix: doc ([b5b7f16](https://github.com/empathyco/x/commit/b5b7f16))
169
+ - fix: raname some variables ([4db954b](https://github.com/empathyco/x/commit/4db954b))
170
+ - feat(ai-overview): add support to auto expand in search no results ([e2682e0](https://github.com/empathyco/x/commit/e2682e0))
171
+ - feat(ai): perform suggestions search on expand and track queries ([76133f4](https://github.com/empathyco/x/commit/76133f4))
753
172
 
754
- ## 6.0.0-alpha.119 (2025-08-06)
173
+ ## 6.0.0-alpha.168 (2025-10-27)
755
174
 
756
- * chore(deps): add missing type dep ([8ff4322](https://github.com/empathyco/x/commit/8ff4322))
757
- * chore(deps): pin dependencies ([b1764e7](https://github.com/empathyco/x/commit/b1764e7))
758
- * chore(deps): update jest to 29 ([ad31210](https://github.com/empathyco/x/commit/ad31210))
759
- * test: fix timers issue with useFakeTimers params ([037c0f7](https://github.com/empathyco/x/commit/037c0f7))
760
- * test: update snapshots manually ([3169ee2](https://github.com/empathyco/x/commit/3169ee2))
175
+ - feat(ai): add `extra-content` slot to ai-overview and use in home view ([4a51932](https://github.com/empathyco/x/commit/4a51932))
761
176
 
177
+ ## 6.0.0-alpha.167 (2025-10-27)
762
178
 
179
+ - chore(deps): update dependency @cucumber/messages to v30 (#1909) ([d450cf2](https://github.com/empathyco/x/commit/d450cf2)), closes [#1909](https://github.com/empathyco/x/issues/1909)
763
180
 
181
+ ## 6.0.0-alpha.166 (2025-10-24)
764
182
 
183
+ - fix(ai): export missing store things (#1907) ([ac5f37a](https://github.com/empathyco/x/commit/ac5f37a)), closes [#1907](https://github.com/empathyco/x/issues/1907)
765
184
 
766
- ## 6.0.0-alpha.118 (2025-07-31)
185
+ ## 6.0.0-alpha.165 (2025-10-22)
767
186
 
768
- * ci: add typecheck ([94becff](https://github.com/empathyco/x/commit/94becff))
187
+ - fix(url-handler): disable attribute inheritance to avoid error with GlobalEvents ([dfa0979](https://github.com/empathyco/x/commit/dfa0979))
769
188
 
189
+ ## 6.0.0-alpha.164 (2025-10-20)
770
190
 
191
+ - feat(ai): connect query preview selection with ai module (#1904) ([400bacb](https://github.com/empathyco/x/commit/400bacb)), closes [#1904](https://github.com/empathyco/x/issues/1904)
771
192
 
193
+ ## 6.0.0-alpha.163 (2025-10-15)
772
194
 
195
+ - fix: minor improvements in implementation ([454fb8c](https://github.com/empathyco/x/commit/454fb8c))
196
+ - feat(AiOverview): add selected filters to requests ([2a6a446](https://github.com/empathyco/x/commit/2a6a446))
773
197
 
774
- ## 6.0.0-alpha.117 (2025-07-17)
198
+ ## 6.0.0-alpha.162 (2025-10-13)
775
199
 
776
- * refactor(animation): replace 'content-visibility' with standard property access ([bfcdd6d](https://github.com/empathyco/x/commit/bfcdd6d))
200
+ - feat(ai): add `suggestions-extra-content` slot to ai-overview component ([350a7c1](https://github.com/empathyco/x/commit/350a7c1))
777
201
 
202
+ ## 6.0.0-alpha.161 (2025-10-02)
778
203
 
204
+ - fix: fire search only if Empathise is open (#1895) ([2412415](https://github.com/empathyco/x/commit/2412415)), closes [#1895](https://github.com/empathyco/x/issues/1895) [#1894](https://github.com/empathyco/x/issues/1894)
779
205
 
206
+ ## 6.0.0-alpha.160 (2025-10-02)
780
207
 
208
+ - feat(AiOverview): add origin field to the store module (#1893) ([355ace6](https://github.com/empathyco/x/commit/355ace6)), closes [#1893](https://github.com/empathyco/x/issues/1893)
781
209
 
782
- ## 6.0.0-alpha.116 (2025-07-16)
210
+ ## 6.0.0-alpha.159 (2025-10-01)
783
211
 
784
- * chore(deps): upgrade typescript to version 5.8.3 ([e334a69](https://github.com/empathyco/x/commit/e334a69))
212
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.16 (#1834) ([69e6d9b](https://github.com/empathyco/x/commit/69e6d9b)), closes [#1834](https://github.com/empathyco/x/issues/1834)
785
213
 
214
+ ## 6.0.0-alpha.158 (2025-10-01)
786
215
 
216
+ - feat(base-teleport): support dynamic host styles and improve type safety (#1839) ([0713104](https://github.com/empathyco/x/commit/0713104)), closes [#1839](https://github.com/empathyco/x/issues/1839)
217
+ - chore(deps): update dependency @badeball/cypress-cucumber-preprocessor to v23 (#1885) ([5af25a4](https://github.com/empathyco/x/commit/5af25a4)), closes [#1885](https://github.com/empathyco/x/issues/1885)
787
218
 
219
+ ## 6.0.0-alpha.157 (2025-10-01)
788
220
 
221
+ - fix: selected tag being removed (#1894) ([287cb48](https://github.com/empathyco/x/commit/287cb48)), closes [#1894](https://github.com/empathyco/x/issues/1894)
789
222
 
790
- ## 6.0.0-alpha.115 (2025-07-16)
223
+ ## 6.0.0-alpha.156 (2025-09-26)
791
224
 
792
- * chore(deps): update vite (#1796) ([6c23bed](https://github.com/empathyco/x/commit/6c23bed)), closes [#1796](https://github.com/empathyco/x/issues/1796)
225
+ - feat(ai): smoothly scroll to AI overview on collapse and add relevant test ([45e8133](https://github.com/empathyco/x/commit/45e8133))
793
226
 
227
+ ## 6.0.0-alpha.155 (2025-09-26)
794
228
 
229
+ - style(ai): prevent content shrinking by adding `flex-shrink: 0` to overview icon (#1891) ([368ca3a](https://github.com/empathyco/x/commit/368ca3a)), closes [#1891](https://github.com/empathyco/x/issues/1891)
795
230
 
231
+ ## 6.0.0-alpha.154 (2025-09-25)
796
232
 
233
+ - refactor(AiOverview): transform tailwind classes into css (#1888) ([0d2297a](https://github.com/empathyco/x/commit/0d2297a)), closes [#1888](https://github.com/empathyco/x/issues/1888)
234
+ - `query-preview` trade off (#1890) ([c990dbc](https://github.com/empathyco/x/commit/c990dbc)), closes [#1890](https://github.com/empathyco/x/issues/1890)
797
235
 
798
- ## 6.0.0-alpha.114 (2025-07-15)
236
+ ### BREAKING-CHANGE
799
237
 
800
- * feat: add aria label to base modal ([cb1f674](https://github.com/empathyco/x/commit/cb1f674))
238
+ - The `updateAQueryPreviewResult` mutation payload now accepts a results array and a hash of string instead of computed of string
801
239
 
240
+ ## 6.0.0-alpha.153 (2025-09-25)
802
241
 
242
+ - refactor(ai): remove unused test for `title-loading` slot in ai-overview ([c3a0513](https://github.com/empathyco/x/commit/c3a0513))
243
+ - fix(ai): rename slot `titleLoading` to `title-loading` in ai-overview and update test ([3d40bd4](https://github.com/empathyco/x/commit/3d40bd4))
244
+ - feat(ai): add slot support for titleLoading in ai-overview component and update test ([2c08fdd](https://github.com/empathyco/x/commit/2c08fdd))
803
245
 
246
+ ## 6.0.0-alpha.152 (2025-09-24)
804
247
 
248
+ - feat(AiOverview): handle query tagging for suggested queries (#1887) ([8b47df6](https://github.com/empathyco/x/commit/8b47df6)), closes [#1887](https://github.com/empathyco/x/issues/1887)
805
249
 
806
- ## 6.0.0-alpha.113 (2025-07-14)
250
+ ## 6.0.0-alpha.151 (2025-09-23)
807
251
 
808
- * chore(deps): remove unused glob dependency ([fee1ff6](https://github.com/empathyco/x/commit/fee1ff6))
809
- * chore(deps): update dependency @types/glob to v9 ([ce0578c](https://github.com/empathyco/x/commit/ce0578c))
252
+ - Add tagging to ai overview search queries (#1882) ([4a7b9fc](https://github.com/empathyco/x/commit/4a7b9fc)), closes [#1882](https://github.com/empathyco/x/issues/1882)
810
253
 
254
+ ## 6.0.0-alpha.150 (2025-09-22)
811
255
 
256
+ - feat(AiOverview): handle new noResult chunk in AiOverview (#1886) ([2c41469](https://github.com/empathyco/x/commit/2c41469)), closes [#1886](https://github.com/empathyco/x/issues/1886)
812
257
 
258
+ ## 6.0.0-alpha.149 (2025-09-22)
813
259
 
260
+ - style(ai-overview): fade animation to show results (#1880) ([84ee675](https://github.com/empathyco/x/commit/84ee675)), closes [#1880](https://github.com/empathyco/x/issues/1880)
814
261
 
815
- ## 6.0.0-alpha.112 (2025-07-14)
262
+ ## 6.0.0-alpha.148 (2025-09-18)
816
263
 
817
- * chore(deps): update dependency @cucumber/messages to v28 ([09c9c4e](https://github.com/empathyco/x/commit/09c9c4e))
264
+ - feat(ai-overview): make component more configurable (#1884) ([8b4b579](https://github.com/empathyco/x/commit/8b4b579)), closes [#1884](https://github.com/empathyco/x/issues/1884)
818
265
 
266
+ ## 6.0.0-alpha.147 (2025-09-18)
819
267
 
268
+ - fix(ai-overview): expose setExpanded function ([30baae2](https://github.com/empathyco/x/commit/30baae2))
820
269
 
270
+ ## 6.0.0-alpha.146 (2025-09-18)
821
271
 
272
+ - feat(AiOverview): add SpinnerIcon component and update ai-overview for loading state (#1881) ([e4b03b1](https://github.com/empathyco/x/commit/e4b03b1)), closes [#1881](https://github.com/empathyco/x/issues/1881)
822
273
 
823
- ## 6.0.0-alpha.111 (2025-07-09)
274
+ ## 6.0.0-alpha.145 (2025-09-12)
824
275
 
825
- * docs: fix API Extractor ([137b708](https://github.com/empathyco/x/commit/137b708))
826
- * fix(x-bus): improve type handling ([009e9ad](https://github.com/empathyco/x/commit/009e9ad))
827
- * feat(x-bus): expose class ([44750c7](https://github.com/empathyco/x/commit/44750c7))
828
- * refactor(x-bus): move to x-components ([a2aadcd](https://github.com/empathyco/x/commit/a2aadcd))
276
+ - feat(AiOverview): allow customisation of SlidingPanel buttons through props (#1876) ([f923ef1](https://github.com/empathyco/x/commit/f923ef1)), closes [#1876](https://github.com/empathyco/x/issues/1876)
829
277
 
278
+ ## 6.0.0-alpha.144 (2025-09-12)
830
279
 
280
+ - refactor(ai): remove unused titleLoadingText in ai-overview tests ([c09e07d](https://github.com/empathyco/x/commit/c09e07d))
281
+ - refactor(ai): rename onExpandedButtonClick to onExpandButtonClick and update references ([13f2ad6](https://github.com/empathyco/x/commit/13f2ad6))
282
+ - refactor(ai): rename setExpanded to onExpandedButtonClick and update usage ([0713e3c](https://github.com/empathyco/x/commit/0713e3c))
831
283
 
284
+ ## 6.0.0-alpha.143 (2025-09-12)
832
285
 
286
+ - refactor(ai): remove null safety from suggestionsRequest (#1874) ([7245431](https://github.com/empathyco/x/commit/7245431)), closes [#1874](https://github.com/empathyco/x/issues/1874)
833
287
 
834
- ## 6.0.0-alpha.110 (2025-07-07)
288
+ ## 6.0.0-alpha.142 (2025-09-12)
835
289
 
836
- * feat!: revert save filtered related prompts in related prompts state ([ccd7065](https://github.com/empathyco/x/commit/ccd7065))
290
+ - refactor(ai): simplify toggle button chevron classes and styles (#1873) ([59419eb](https://github.com/empathyco/x/commit/59419eb)), closes [#1873](https://github.com/empathyco/x/issues/1873)
837
291
 
292
+ ## 6.0.0-alpha.141 (2025-09-11)
838
293
 
839
- ### BREAKING CHANGE
294
+ - feat(ai): enhance sliding panel customization (#1872) ([199a6cc](https://github.com/empathyco/x/commit/199a6cc)), closes [#1872](https://github.com/empathyco/x/issues/1872)
840
295
 
841
- * the backend is already filtering the related prompts in their side, so we can remove the filtering on the frontend.
842
- - Drop use of `useFilteredRelatedPrompts` prop in related-promtps-tag-list.vue component.
843
- - Drop use of `relatedPromptsFiltered` array in RelatedPrompts state.
844
- - Drop use of `setFilteredRelatedPromptsProducts` mutation in RelatedPrompts module.
845
- - Remove related-prompts.utils.ts utils file.
296
+ ## 6.0.0-alpha.140 (2025-09-11)
846
297
 
298
+ - refactor(sliding-panel): simplify scrolling logic and enhance reactivity (#1870) ([c659e00](https://github.com/empathyco/x/commit/c659e00)), closes [#1870](https://github.com/empathyco/x/issues/1870)
299
+ - chore: pr review ([6a1d503](https://github.com/empathyco/x/commit/6a1d503))
300
+ - feat(AiOverview): add display tagging ([73aa630](https://github.com/empathyco/x/commit/73aa630))
301
+ - feat(AiOverview): add toolingDisplayClick tagging ([42f1fd4](https://github.com/empathyco/x/commit/42f1fd4))
847
302
 
303
+ ## 6.0.0-alpha.139 (2025-09-09)
848
304
 
305
+ - chore: pr review ([d30c56f](https://github.com/empathyco/x/commit/d30c56f))
306
+ - style(AiOverview): minor adjustment ([7728c9f](https://github.com/empathyco/x/commit/7728c9f))
307
+ - feat(AiOverview): remove the skeleton to display the incremental content from the store ([1d41ee5](https://github.com/empathyco/x/commit/1d41ee5))
849
308
 
850
- ## 6.0.0-alpha.109 (2025-07-03)
309
+ ## 6.0.0-alpha.138 (2025-09-09)
851
310
 
852
- * chore(deps): update @vueuse/core to version 10.11.0 ([c37a645](https://github.com/empathyco/x/commit/c37a645))
311
+ - feat(ai): add numFound property to the response of suggestionSearch ([d0118ae](https://github.com/empathyco/x/commit/d0118ae))
853
312
 
313
+ ## 6.0.0-alpha.137 (2025-09-08)
854
314
 
315
+ - feat(AiOverview): minor component adjustments (#1867) ([554cd79](https://github.com/empathyco/x/commit/554cd79)), closes [#1867](https://github.com/empathyco/x/issues/1867)
855
316
 
317
+ ## 6.0.0-alpha.136 (2025-09-05)
856
318
 
319
+ - fix(ai): reset state handling (#1864) ([29aa62c](https://github.com/empathyco/x/commit/29aa62c)), closes [#1864](https://github.com/empathyco/x/issues/1864)
857
320
 
858
- ## 6.0.0-alpha.108 (2025-07-02)
321
+ ## 6.0.0-alpha.135 (2025-09-04)
859
322
 
860
- * docs: add BaseTeleport documentation (#1818) ([080cef1](https://github.com/empathyco/x/commit/080cef1)), closes [#1818](https://github.com/empathyco/x/issues/1818)
323
+ - feat(ai): color customization (#1863) ([2445441](https://github.com/empathyco/x/commit/2445441)), closes [#1863](https://github.com/empathyco/x/issues/1863)
861
324
 
325
+ ## 6.0.0-alpha.134 (2025-09-04)
862
326
 
327
+ - chore: minor adjustment ([ae27549](https://github.com/empathyco/x/commit/ae27549))
328
+ - chore(ai-store): remove unused getter ([1ea4ff3](https://github.com/empathyco/x/commit/1ea4ff3))
329
+ - feat(AiOverview): adjust style ([db7653f](https://github.com/empathyco/x/commit/db7653f))
863
330
 
331
+ ## 6.0.0-alpha.133 (2025-09-04)
864
332
 
333
+ - feat(AiOverview): component implementation (#1861) ([17b6535](https://github.com/empathyco/x/commit/17b6535)), closes [#1861](https://github.com/empathyco/x/issues/1861)
865
334
 
866
- ## 6.0.0-alpha.107 (2025-07-01)
335
+ ## 6.0.0-alpha.132 (2025-09-03)
867
336
 
868
- * feat: create ReloadRelatedPromptsRequested event (#1817) ([854c28e](https://github.com/empathyco/x/commit/854c28e)), closes [#1817](https://github.com/empathyco/x/issues/1817)
337
+ - test: fix unit tests ([604b2a1](https://github.com/empathyco/x/commit/604b2a1))
338
+ - feat(ai): add AiSuggestionQuery model ([6df871d](https://github.com/empathyco/x/commit/6df871d))
339
+ - feat(ai): add loading flag to both suggestions connections ([365a073](https://github.com/empathyco/x/commit/365a073))
340
+ - feat(ai): add suggestionsSearchRequest in store ([16383d0](https://github.com/empathyco/x/commit/16383d0))
341
+ - feat(ai): avoid crashes on streaming parsing ([b847b69](https://github.com/empathyco/x/commit/b847b69))
342
+ - feat(ai): questions to suggestions ([574cd62](https://github.com/empathyco/x/commit/574cd62))
343
+ - refactor(ai): fetchAndSave for both requests ([5d2a355](https://github.com/empathyco/x/commit/5d2a355))
344
+ - fix(ai): PR suggestions ([7c77c1a](https://github.com/empathyco/x/commit/7c77c1a))
869
345
 
346
+ ## 6.0.0-alpha.131 (2025-09-02)
870
347
 
348
+ - chore: pr review ([eacfeeb](https://github.com/empathyco/x/commit/eacfeeb))
349
+ - feat(x-adapter): create streamHttpClient function ([991fe3c](https://github.com/empathyco/x/commit/991fe3c))
871
350
 
351
+ ## 6.0.0-alpha.130 (2025-09-01)
872
352
 
353
+ - refactor(suggestions-search): rename ([3ffe0b0](https://github.com/empathyco/x/commit/3ffe0b0))
354
+ - fix(e2e): mock adapter ([74ac6a5](https://github.com/empathyco/x/commit/74ac6a5))
873
355
 
874
- ## 6.0.0-alpha.106 (2025-07-01)
356
+ ## 6.0.0-alpha.129 (2025-08-25)
875
357
 
876
- * feat: save filtered related prompts in the related prompts state (#1816) ([bded354](https://github.com/empathyco/x/commit/bded354)), closes [#1816](https://github.com/empathyco/x/issues/1816)
358
+ - fix(ai): AIOverview gradient missing properties ([2c87386](https://github.com/empathyco/x/commit/2c87386))
877
359
 
360
+ ## 6.0.0-alpha.128 (2025-08-22)
878
361
 
362
+ - fix: fixed test ([e202a8d](https://github.com/empathyco/x/commit/e202a8d))
363
+ - test: AIOverview tested gradient div ([2f7b634](https://github.com/empathyco/x/commit/2f7b634))
364
+ - style(ai-overview): improved gradient in AiOverview ([42bb328](https://github.com/empathyco/x/commit/42bb328))
365
+ - feat(ai): AIOverview reset on query change ([cd11378](https://github.com/empathyco/x/commit/cd11378))
366
+ - feat(ai): AIOverview slot expansion transition ([c87e086](https://github.com/empathyco/x/commit/c87e086))
879
367
 
368
+ ## 6.0.0-alpha.127 (2025-08-21)
880
369
 
370
+ - fix(ai): register module to use ai overview ([59cfbd7](https://github.com/empathyco/x/commit/59cfbd7))
371
+ - fix(ai): remove AiOverview from home ([b9ebdce](https://github.com/empathyco/x/commit/b9ebdce))
881
372
 
882
- ## 6.0.0-alpha.105 (2025-06-30)
373
+ ## 6.0.0-alpha.126 (2025-08-21)
883
374
 
884
- * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.12 (#1814) ([d9a1522](https://github.com/empathyco/x/commit/d9a1522)), closes [#1814](https://github.com/empathyco/x/issues/1814)
375
+ - fix: applied format ([713c3ab](https://github.com/empathyco/x/commit/713c3ab))
376
+ - fix: applied some fixes mentioned in the comments ([69e9cd2](https://github.com/empathyco/x/commit/69e9cd2))
377
+ - fix(ai): apply styles ([15c2358](https://github.com/empathyco/x/commit/15c2358))
378
+ - fix(ai): integrate AIOverview in Home.vue ([2558948](https://github.com/empathyco/x/commit/2558948))
379
+ - fix(ai): set query when clicking on a query preview ([93090c5](https://github.com/empathyco/x/commit/93090c5))
380
+ - feat: implemented AiOverview default slot ([aa94a07](https://github.com/empathyco/x/commit/aa94a07))
381
+ - feat(ai): AI Overview component ([cf43216](https://github.com/empathyco/x/commit/cf43216))
382
+ - feat(ai): AiOverview custom button Text ([0e15561](https://github.com/empathyco/x/commit/0e15561))
383
+ - feat(ai): AiOverview header implementation ([3e9df81](https://github.com/empathyco/x/commit/3e9df81))
384
+ - feat(ai): bind question to slot default ([2d14717](https://github.com/empathyco/x/commit/2d14717))
385
+ - feat(ai): integrate AIOverview in Home.vue ([22a2176](https://github.com/empathyco/x/commit/22a2176))
386
+ - test(ai-question-results): added test and migrate the tailwind to css ([8e6d559](https://github.com/empathyco/x/commit/8e6d559))
387
+ - test(ai): slot fallback ([acdf20a](https://github.com/empathyco/x/commit/acdf20a))
388
+ - styles(ai): gradient ([abba0e2](https://github.com/empathyco/x/commit/abba0e2))
389
+ - style: added some styles to sliding panel ([b517493](https://github.com/empathyco/x/commit/b517493))
885
390
 
391
+ ## 6.0.0-alpha.125 (2025-08-21)
886
392
 
393
+ **Note:** Version bump only for package @empathyco/x-components
887
394
 
395
+ ## 6.0.0-alpha.124 (2025-08-20)
888
396
 
397
+ - test(ai): actions and getters ([ee1aac0](https://github.com/empathyco/x/commit/ee1aac0))
398
+ - test(ai): add AiQuestion stub ([64cf1ba](https://github.com/empathyco/x/commit/64cf1ba))
399
+ - refactor(ai): remove Object assign ([da8f2c4](https://github.com/empathyco/x/commit/da8f2c4))
400
+ - chore(ai): docs ([acd1c3a](https://github.com/empathyco/x/commit/acd1c3a))
401
+ - feat(ai): force questions with quere ([939586f](https://github.com/empathyco/x/commit/939586f))
402
+ - feat(ai): remove fetch and save ([fb36045](https://github.com/empathyco/x/commit/fb36045))
403
+ - feat(ai): wiring, store, emitters for ai module ([48840be](https://github.com/empathyco/x/commit/48840be))
889
404
 
890
- ## 6.0.0-alpha.104 (2025-06-27)
405
+ ## 6.0.0-alpha.123 (2025-08-19)
891
406
 
892
- * chore(deps): update vue-router and vue-i18n (#1813) ([11563f7](https://github.com/empathyco/x/commit/11563f7)), closes [#1813](https://github.com/empathyco/x/issues/1813)
407
+ - feat(ai): add aiTasks on XComponentsAdapter ([79f0a55](https://github.com/empathyco/x/commit/79f0a55))
408
+ - feat(platform-adapter): add questions v1 endpoint ([63323d3](https://github.com/empathyco/x/commit/63323d3))
893
409
 
410
+ ## 6.0.0-alpha.122 (2025-08-18)
894
411
 
412
+ - test: fix empty test suite ([3fbb6b7](https://github.com/empathyco/x/commit/3fbb6b7))
413
+ - feat(ai): add initial x-module ([189cefe](https://github.com/empathyco/x/commit/189cefe))
414
+ - feat(ai): initial ai overview skeleton ([7cd260b](https://github.com/empathyco/x/commit/7cd260b))
415
+ - fix: move ai dir ([f30ecb2](https://github.com/empathyco/x/commit/f30ecb2))
895
416
 
417
+ ## 6.0.0-alpha.121 (2025-08-12)
896
418
 
419
+ **Note:** Version bump only for package @empathyco/x-components
897
420
 
898
- ## 6.0.0-alpha.103 (2025-06-27)
421
+ ## 6.0.0-alpha.120 (2025-08-11)
899
422
 
900
- * feat: avoid related-prompts animation from top of the serp (#1812) ([e333a98](https://github.com/empathyco/x/commit/e333a98)), closes [#1812](https://github.com/empathyco/x/issues/1812)
423
+ - feat(empathize): implement search and close fallback on no-content state (#1833) ([7a4120c](https://github.com/empathyco/x/commit/7a4120c)), closes [#1833](https://github.com/empathyco/x/issues/1833)
901
424
 
425
+ ## 6.0.0-alpha.119 (2025-08-06)
902
426
 
427
+ - chore(deps): add missing type dep ([8ff4322](https://github.com/empathyco/x/commit/8ff4322))
428
+ - chore(deps): pin dependencies ([b1764e7](https://github.com/empathyco/x/commit/b1764e7))
429
+ - chore(deps): update jest to 29 ([ad31210](https://github.com/empathyco/x/commit/ad31210))
430
+ - test: fix timers issue with useFakeTimers params ([037c0f7](https://github.com/empathyco/x/commit/037c0f7))
431
+ - test: update snapshots manually ([3169ee2](https://github.com/empathyco/x/commit/3169ee2))
903
432
 
433
+ ## 6.0.0-alpha.118 (2025-07-31)
904
434
 
435
+ - ci: add typecheck ([94becff](https://github.com/empathyco/x/commit/94becff))
905
436
 
906
- ## 6.0.0-alpha.102 (2025-06-26)
437
+ ## 6.0.0-alpha.117 (2025-07-17)
907
438
 
908
- * chore(deps): bump high confidence packages (#1810) ([892f1b2](https://github.com/empathyco/x/commit/892f1b2)), closes [#1810](https://github.com/empathyco/x/issues/1810)
439
+ - refactor(animation): replace 'content-visibility' with standard property access ([bfcdd6d](https://github.com/empathyco/x/commit/bfcdd6d))
909
440
 
441
+ ## 6.0.0-alpha.116 (2025-07-16)
910
442
 
443
+ - chore(deps): upgrade typescript to version 5.8.3 ([e334a69](https://github.com/empathyco/x/commit/e334a69))
911
444
 
445
+ ## 6.0.0-alpha.115 (2025-07-16)
912
446
 
447
+ - chore(deps): update vite (#1796) ([6c23bed](https://github.com/empathyco/x/commit/6c23bed)), closes [#1796](https://github.com/empathyco/x/issues/1796)
913
448
 
914
- ## 6.0.0-alpha.101 (2025-06-26)
449
+ ## 6.0.0-alpha.114 (2025-07-15)
915
450
 
916
- * feat(related-prompts): add related prompts images as default (#1811) ([e7e51b4](https://github.com/empathyco/x/commit/e7e51b4)), closes [#1811](https://github.com/empathyco/x/issues/1811)
451
+ - feat: add aria label to base modal ([cb1f674](https://github.com/empathyco/x/commit/cb1f674))
917
452
 
453
+ ## 6.0.0-alpha.113 (2025-07-14)
918
454
 
455
+ - chore(deps): remove unused glob dependency ([fee1ff6](https://github.com/empathyco/x/commit/fee1ff6))
456
+ - chore(deps): update dependency @types/glob to v9 ([ce0578c](https://github.com/empathyco/x/commit/ce0578c))
919
457
 
458
+ ## 6.0.0-alpha.112 (2025-07-14)
920
459
 
460
+ - chore(deps): update dependency @cucumber/messages to v28 ([09c9c4e](https://github.com/empathyco/x/commit/09c9c4e))
921
461
 
922
- ## 6.0.0-alpha.100 (2025-06-25)
462
+ ## 6.0.0-alpha.111 (2025-07-09)
923
463
 
924
- * chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.11 (#1808) ([c614b25](https://github.com/empathyco/x/commit/c614b25)), closes [#1808](https://github.com/empathyco/x/issues/1808)
464
+ - docs: fix API Extractor ([137b708](https://github.com/empathyco/x/commit/137b708))
465
+ - fix(x-bus): improve type handling ([009e9ad](https://github.com/empathyco/x/commit/009e9ad))
466
+ - feat(x-bus): expose class ([44750c7](https://github.com/empathyco/x/commit/44750c7))
467
+ - refactor(x-bus): move to x-components ([a2aadcd](https://github.com/empathyco/x/commit/a2aadcd))
925
468
 
469
+ ## 6.0.0-alpha.110 (2025-07-07)
926
470
 
471
+ - feat!: revert save filtered related prompts in related prompts state ([ccd7065](https://github.com/empathyco/x/commit/ccd7065))
927
472
 
473
+ ### BREAKING CHANGE
928
474
 
475
+ - the backend is already filtering the related prompts in their side, so we can remove the filtering on the frontend.
929
476
 
930
- ## 6.0.0-alpha.99 (2025-06-20)
477
+ * Drop use of `useFilteredRelatedPrompts` prop in related-promtps-tag-list.vue component.
478
+ * Drop use of `relatedPromptsFiltered` array in RelatedPrompts state.
479
+ * Drop use of `setFilteredRelatedPromptsProducts` mutation in RelatedPrompts module.
480
+ * Remove related-prompts.utils.ts utils file.
931
481
 
932
- * ci: add typecheck script to package.json (#1806) ([912d163](https://github.com/empathyco/x/commit/912d163)), closes [#1806](https://github.com/empathyco/x/issues/1806)
482
+ ## 6.0.0-alpha.109 (2025-07-03)
933
483
 
484
+ - chore(deps): update @vueuse/core to version 10.11.0 ([c37a645](https://github.com/empathyco/x/commit/c37a645))
934
485
 
486
+ ## 6.0.0-alpha.108 (2025-07-02)
935
487
 
488
+ - docs: add BaseTeleport documentation (#1818) ([080cef1](https://github.com/empathyco/x/commit/080cef1)), closes [#1818](https://github.com/empathyco/x/issues/1818)
936
489
 
490
+ ## 6.0.0-alpha.107 (2025-07-01)
937
491
 
938
- ## 6.0.0-alpha.98 (2025-06-18)
492
+ - feat: create ReloadRelatedPromptsRequested event (#1817) ([854c28e](https://github.com/empathyco/x/commit/854c28e)), closes [#1817](https://github.com/empathyco/x/issues/1817)
939
493
 
940
- **Note:** Version bump only for package @empathyco/x-components
494
+ ## 6.0.0-alpha.106 (2025-07-01)
941
495
 
496
+ - feat: save filtered related prompts in the related prompts state (#1816) ([bded354](https://github.com/empathyco/x/commit/bded354)), closes [#1816](https://github.com/empathyco/x/issues/1816)
497
+
498
+ ## 6.0.0-alpha.105 (2025-06-30)
942
499
 
500
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.12 (#1814) ([d9a1522](https://github.com/empathyco/x/commit/d9a1522)), closes [#1814](https://github.com/empathyco/x/issues/1814)
943
501
 
502
+ ## 6.0.0-alpha.104 (2025-06-27)
944
503
 
504
+ - chore(deps): update vue-router and vue-i18n (#1813) ([11563f7](https://github.com/empathyco/x/commit/11563f7)), closes [#1813](https://github.com/empathyco/x/issues/1813)
945
505
 
946
- ## 6.0.0-alpha.97 (2025-06-17)
506
+ ## 6.0.0-alpha.103 (2025-06-27)
947
507
 
948
- * fix(docs): fix related prompts documentation (#1801) ([7f9ee87](https://github.com/empathyco/x/commit/7f9ee87)), closes [#1801](https://github.com/empathyco/x/issues/1801)
949
- * feat(use-store): remove use-store ([752d70f](https://github.com/empathyco/x/commit/752d70f))
508
+ - feat: avoid related-prompts animation from top of the serp (#1812) ([e333a98](https://github.com/empathyco/x/commit/e333a98)), closes [#1812](https://github.com/empathyco/x/issues/1812)
950
509
 
510
+ ## 6.0.0-alpha.102 (2025-06-26)
951
511
 
512
+ - chore(deps): bump high confidence packages (#1810) ([892f1b2](https://github.com/empathyco/x/commit/892f1b2)), closes [#1810](https://github.com/empathyco/x/issues/1810)
952
513
 
514
+ ## 6.0.0-alpha.101 (2025-06-26)
953
515
 
516
+ - feat(related-prompts): add related prompts images as default (#1811) ([e7e51b4](https://github.com/empathyco/x/commit/e7e51b4)), closes [#1811](https://github.com/empathyco/x/issues/1811)
954
517
 
955
- ## 6.0.0-alpha.96 (2025-06-13)
518
+ ## 6.0.0-alpha.100 (2025-06-25)
956
519
 
957
- **Note:** Version bump only for package @empathyco/x-components
520
+ - chore(deps): pin dependency @empathyco/x-tailwindcss to 2.0.0-alpha.11 (#1808) ([c614b25](https://github.com/empathyco/x/commit/c614b25)), closes [#1808](https://github.com/empathyco/x/issues/1808)
958
521
 
522
+ ## 6.0.0-alpha.99 (2025-06-20)
959
523
 
524
+ - ci: add typecheck script to package.json (#1806) ([912d163](https://github.com/empathyco/x/commit/912d163)), closes [#1806](https://github.com/empathyco/x/issues/1806)
960
525
 
526
+ ## 6.0.0-alpha.98 (2025-06-18)
961
527
 
528
+ **Note:** Version bump only for package @empathyco/x-components
962
529
 
963
- ## 6.0.0-alpha.95 (2025-06-06)
530
+ ## 6.0.0-alpha.97 (2025-06-17)
964
531
 
965
- * feat(logger): remove x-logger (#1800) ([70d210a](https://github.com/empathyco/x/commit/70d210a)), closes [#1800](https://github.com/empathyco/x/issues/1800)
532
+ - fix(docs): fix related prompts documentation (#1801) ([7f9ee87](https://github.com/empathyco/x/commit/7f9ee87)), closes [#1801](https://github.com/empathyco/x/issues/1801)
533
+ - feat(use-store): remove use-store ([752d70f](https://github.com/empathyco/x/commit/752d70f))
966
534
 
535
+ ## 6.0.0-alpha.96 (2025-06-13)
967
536
 
537
+ **Note:** Version bump only for package @empathyco/x-components
968
538
 
539
+ ## 6.0.0-alpha.95 (2025-06-06)
969
540
 
541
+ - feat(logger): remove x-logger (#1800) ([70d210a](https://github.com/empathyco/x/commit/70d210a)), closes [#1800](https://github.com/empathyco/x/issues/1800)
970
542
 
971
543
  ## 6.0.0-alpha.94 (2025-06-04)
972
544
 
973
- * feat!: remove deprecated design system (#1793) ([97a853d](https://github.com/empathyco/x/commit/97a853d)), closes [#1793](https://github.com/empathyco/x/issues/1793)
974
-
545
+ - feat!: remove deprecated design system (#1793) ([97a853d](https://github.com/empathyco/x/commit/97a853d)), closes [#1793](https://github.com/empathyco/x/issues/1793)
975
546
 
976
547
  ### BREAKING CHANGE
977
548
 
978
- * remove deprecated-full-theme.css
549
+ - remove deprecated-full-theme.css
979
550
 
980
551
  Signed-off-by: davidglezz <davidg@empathy.co>
981
552
 
982
- * refactor: extract dev mode styles
553
+ - refactor: extract dev mode styles
983
554
 
984
555
  Signed-off-by: davidglezz <davidg@empathy.co>
985
556
 
986
-
987
-
988
-
989
557
  ## 6.0.0-alpha.93 (2025-06-03)
990
558
 
991
- * chore(deps): pin dependency @cucumber/messages to 27.2.0 ([7f80eb2](https://github.com/empathyco/x/commit/7f80eb2))
992
-
993
-
994
-
995
-
559
+ - chore(deps): pin dependency @cucumber/messages to 27.2.0 ([7f80eb2](https://github.com/empathyco/x/commit/7f80eb2))
996
560
 
997
561
  ## [6.0.0-alpha.92](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.91...@empathyco/x-components@6.0.0-alpha.92) (2025-06-03)
998
562
 
999
563
  **Note:** Version bump only for package @empathyco/x-components
1000
564
 
1001
-
1002
-
1003
-
1004
-
1005
565
  ## [6.0.0-alpha.91](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.90...@empathyco/x-components@6.0.0-alpha.91) (2025-06-03)
1006
566
 
1007
-
1008
567
  ### Features
1009
568
 
1010
- * track by default click on promoted result (#1794) ([9645e49](https://github.com/empathyco/x/commit/9645e49dfb4696e74012966ac6095b04672ed299))
1011
-
1012
-
569
+ - track by default click on promoted result (#1794) ([9645e49](https://github.com/empathyco/x/commit/9645e49dfb4696e74012966ac6095b04672ed299))
1013
570
 
1014
571
  ## [6.0.0-alpha.90](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.89...@empathyco/x-components@6.0.0-alpha.90) (2025-05-21)
1015
572
 
1016
573
  **Note:** Version bump only for package @empathyco/x-components
1017
574
 
1018
-
1019
-
1020
-
1021
-
1022
575
  ## [6.0.0-alpha.89](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.88...@empathyco/x-components@6.0.0-alpha.89) (2025-05-20)
1023
576
 
1024
577
  **Note:** Version bump only for package @empathyco/x-components
1025
578
 
1026
-
1027
-
1028
-
1029
-
1030
579
  ## [6.0.0-alpha.88](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.87...@empathyco/x-components@6.0.0-alpha.88) (2025-05-20)
1031
580
 
1032
-
1033
581
  ### Testing
1034
582
 
1035
- * **base-teleport:** improve tests ([fbcb3bc](https://github.com/empathyco/x/commit/fbcb3bc05f02589123b383f066ab833ce78d5db9))
1036
-
1037
-
583
+ - **base-teleport:** improve tests ([fbcb3bc](https://github.com/empathyco/x/commit/fbcb3bc05f02589123b383f066ab833ce78d5db9))
1038
584
 
1039
585
  ## [6.0.0-alpha.87](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.86...@empathyco/x-components@6.0.0-alpha.87) (2025-05-20)
1040
586
 
1041
587
  **Note:** Version bump only for package @empathyco/x-components
1042
588
 
1043
-
1044
-
1045
-
1046
-
1047
589
  ## [6.0.0-alpha.86](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.85...@empathyco/x-components@6.0.0-alpha.86) (2025-05-19)
1048
590
 
1049
-
1050
591
  ### Features
1051
592
 
1052
- * **base-teleport:** support SSR ensuring DOM existence ([5ad6f28](https://github.com/empathyco/x/commit/5ad6f28c46fea6e6e665796cf7ddb722285746ce))
1053
-
1054
-
593
+ - **base-teleport:** support SSR ensuring DOM existence ([5ad6f28](https://github.com/empathyco/x/commit/5ad6f28c46fea6e6e665796cf7ddb722285746ce))
1055
594
 
1056
595
  ## [6.0.0-alpha.85](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.84...@empathyco/x-components@6.0.0-alpha.85) (2025-05-19)
1057
596
 
1058
597
  **Note:** Version bump only for package @empathyco/x-components
1059
598
 
1060
-
1061
-
1062
-
1063
-
1064
599
  ## [6.0.0-alpha.84](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.84) (2025-05-15)
1065
600
 
1066
-
1067
601
  ### Bug Fixes
1068
602
 
1069
- * **base-teleport:** improve target element observation logic ([4304720](https://github.com/empathyco/x/commit/4304720aaf81202f32555a87d04c078cbfb8f122))
1070
-
1071
-
603
+ - **base-teleport:** improve target element observation logic ([4304720](https://github.com/empathyco/x/commit/4304720aaf81202f32555a87d04c078cbfb8f122))
1072
604
 
1073
605
  ## [6.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.82...@empathyco/x-components@6.0.0-alpha.83) (2025-05-14)
1074
606
 
1075
-
1076
607
  ### Bug Fixes
1077
608
 
1078
- * **base-teleport:** add style tag after DOMContentLoaded was fired ([1086d37](https://github.com/empathyco/x/commit/1086d37358c50ebf0396193607d1c3075ffdbdfa))
1079
-
1080
-
609
+ - **base-teleport:** add style tag after DOMContentLoaded was fired ([1086d37](https://github.com/empathyco/x/commit/1086d37358c50ebf0396193607d1c3075ffdbdfa))
1081
610
 
1082
611
  ## [6.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.81...@empathyco/x-components@6.0.0-alpha.82) (2025-05-14)
1083
612
 
1084
613
  **Note:** Version bump only for package @empathyco/x-components
1085
614
 
1086
-
1087
-
1088
-
1089
-
1090
615
  ## [6.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.80...@empathyco/x-components@6.0.0-alpha.81) (2025-05-14)
1091
616
 
1092
-
1093
617
  ### Bug Fixes
1094
618
 
1095
- * **base-teleport:** fix container element ([e54e755](https://github.com/empathyco/x/commit/e54e755bab06ab0172148a74563e0a3f283bad2d))
1096
- * **base-teleport:** fix shadowRoot support ([d712296](https://github.com/empathyco/x/commit/d712296bb46e58592a3d433f1b3022d0762e740a))
1097
- * **base-teleport:** move teleport host styles to a script tag ([feaaa3d](https://github.com/empathyco/x/commit/feaaa3d43ad5ede1c4e2cf7065fa4c113e5df3ae))
1098
- * remove unused event (#1744) ([e7584e0](https://github.com/empathyco/x/commit/e7584e01d387816021984faf986af27ade2d15b1))
1099
-
619
+ - **base-teleport:** fix container element ([e54e755](https://github.com/empathyco/x/commit/e54e755bab06ab0172148a74563e0a3f283bad2d))
620
+ - **base-teleport:** fix shadowRoot support ([d712296](https://github.com/empathyco/x/commit/d712296bb46e58592a3d433f1b3022d0762e740a))
621
+ - **base-teleport:** move teleport host styles to a script tag ([feaaa3d](https://github.com/empathyco/x/commit/feaaa3d43ad5ede1c4e2cf7065fa4c113e5df3ae))
622
+ - remove unused event (#1744) ([e7584e0](https://github.com/empathyco/x/commit/e7584e01d387816021984faf986af27ade2d15b1))
1100
623
 
1101
624
  ### Documentation
1102
625
 
1103
- * **base-teleport:** add comments for better understanding. ([05efd6d](https://github.com/empathyco/x/commit/05efd6d882021d63f59124d3893bbdc2d771a15e))
1104
-
1105
-
626
+ - **base-teleport:** add comments for better understanding. ([05efd6d](https://github.com/empathyco/x/commit/05efd6d882021d63f59124d3893bbdc2d771a15e))
1106
627
 
1107
628
  ## [6.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.79...@empathyco/x-components@6.0.0-alpha.80) (2025-05-12)
1108
629
 
1109
-
1110
630
  ### Features
1111
631
 
1112
- * **base-teleport:** make target prop reactive ([603aaaf](https://github.com/empathyco/x/commit/603aaafe2e3b462f4ecfe3e7ee9ef886ac0d42f4))
1113
- * **base-teleport:** use isConnected ([0a7cef4](https://github.com/empathyco/x/commit/0a7cef4b428c93f6d231d141eae86a022db366d8))
1114
- * implement target presence observable in BaseTeleport ([fa82b66](https://github.com/empathyco/x/commit/fa82b6645434d0e1cedc9f611d8f1856bc3cd1bc))
1115
-
632
+ - **base-teleport:** make target prop reactive ([603aaaf](https://github.com/empathyco/x/commit/603aaafe2e3b462f4ecfe3e7ee9ef886ac0d42f4))
633
+ - **base-teleport:** use isConnected ([0a7cef4](https://github.com/empathyco/x/commit/0a7cef4b428c93f6d231d141eae86a022db366d8))
634
+ - implement target presence observable in BaseTeleport ([fa82b66](https://github.com/empathyco/x/commit/fa82b6645434d0e1cedc9f611d8f1856bc3cd1bc))
1116
635
 
1117
636
  ### Bug Fixes
1118
637
 
1119
- * **base-teleport:** fix isolation check ([55b3e07](https://github.com/empathyco/x/commit/55b3e073bd642fbbe161f5235350fc4bf42defae))
1120
-
1121
-
638
+ - **base-teleport:** fix isolation check ([55b3e07](https://github.com/empathyco/x/commit/55b3e073bd642fbbe161f5235350fc4bf42defae))
1122
639
 
1123
640
  ## [6.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.78...@empathyco/x-components@6.0.0-alpha.79) (2025-05-08)
1124
641
 
1125
-
1126
642
  ### Bug Fixes
1127
643
 
1128
- * disable default tagging on related-prompts no-result scenario (#1776) ([61480a6](https://github.com/empathyco/x/commit/61480a6069aa73124d2a16e394b549ee78214d89))
1129
-
1130
-
644
+ - disable default tagging on related-prompts no-result scenario (#1776) ([61480a6](https://github.com/empathyco/x/commit/61480a6069aa73124d2a16e394b549ee78214d89))
1131
645
 
1132
646
  ## [6.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.77...@empathyco/x-components@6.0.0-alpha.78) (2025-05-08)
1133
647
 
1134
-
1135
648
  ### Features
1136
649
 
1137
- * **base-teleport:** support shadowRoot ([04c5299](https://github.com/empathyco/x/commit/04c5299756fba1aa332ce083ac27c1e3b7e8c523))
1138
- * **home:** add teleport test section with BaseTeleport component ([a1d34d7](https://github.com/empathyco/x/commit/a1d34d736d7f04144b2b6bb7e69acc41cc330d13))
1139
-
1140
-
650
+ - **base-teleport:** support shadowRoot ([04c5299](https://github.com/empathyco/x/commit/04c5299756fba1aa332ce083ac27c1e3b7e8c523))
651
+ - **home:** add teleport test section with BaseTeleport component ([a1d34d7](https://github.com/empathyco/x/commit/a1d34d736d7f04144b2b6bb7e69acc41cc330d13))
1141
652
 
1142
653
  ## [6.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.76...@empathyco/x-components@6.0.0-alpha.77) (2025-05-06)
1143
654
 
1144
-
1145
655
  ### Features
1146
656
 
1147
- * sent the correct totalHits value when RPs are displayed in no-r… (#1773) ([227c1ee](https://github.com/empathyco/x/commit/227c1ee07330f59f62f450d70badbd2e048a78f9))
1148
-
1149
-
657
+ - sent the correct totalHits value when RPs are displayed in no-r… (#1773) ([227c1ee](https://github.com/empathyco/x/commit/227c1ee07330f59f62f450d70badbd2e048a78f9))
1150
658
 
1151
659
  ## [6.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.75...@empathyco/x-components@6.0.0-alpha.76) (2025-05-05)
1152
660
 
1153
-
1154
661
  ### Code Refactoring
1155
662
 
1156
- * **use-getter:** improve type inference while keeping old signature (#1771) ([6d6f380](https://github.com/empathyco/x/commit/6d6f380b4ef6dec0b7e70657cfcee5552ba987d2))
1157
-
1158
-
663
+ - **use-getter:** improve type inference while keeping old signature (#1771) ([6d6f380](https://github.com/empathyco/x/commit/6d6f380b4ef6dec0b7e70657cfcee5552ba987d2))
1159
664
 
1160
665
  ## [6.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.74...@empathyco/x-components@6.0.0-alpha.75) (2025-05-05)
1161
666
 
1162
-
1163
667
  ### Bug Fixes
1164
668
 
1165
- * prop type definition in BaseTeleport component ([316a87a](https://github.com/empathyco/x/commit/316a87acee266082b86c0b6a1ad69009610fc0c9))
1166
-
669
+ - prop type definition in BaseTeleport component ([316a87a](https://github.com/empathyco/x/commit/316a87acee266082b86c0b6a1ad69009610fc0c9))
1167
670
 
1168
671
  ### Code Refactoring
1169
672
 
1170
- * Update packages/x-components/src/components/base-teleport.vue ([5d53538](https://github.com/empathyco/x/commit/5d5353852613346769c86de34a02c7c1e89e680b))
1171
-
1172
-
673
+ - Update packages/x-components/src/components/base-teleport.vue ([5d53538](https://github.com/empathyco/x/commit/5d5353852613346769c86de34a02c7c1e89e680b))
1173
674
 
1174
675
  ## [6.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.73...@empathyco/x-components@6.0.0-alpha.74) (2025-05-01)
1175
676
 
1176
-
1177
677
  ### Code Refactoring
1178
678
 
1179
- * **home:** simplify related prompts queries preview logic ([d8162c3](https://github.com/empathyco/x/commit/d8162c3e3221b87df5ae16fecd6db4a035774f8d))
1180
-
1181
-
679
+ - **home:** simplify related prompts queries preview logic ([d8162c3](https://github.com/empathyco/x/commit/d8162c3e3221b87df5ae16fecd6db4a035774f8d))
1182
680
 
1183
681
  ## [6.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.72...@empathyco/x-components@6.0.0-alpha.73) (2025-05-01)
1184
682
 
1185
-
1186
683
  ### Features
1187
684
 
1188
- * add ios-utils to x-components (#1766) ([1ffcc56](https://github.com/empathyco/x/commit/1ffcc5688e66d535ff477c334bcd9356b1071c1b))
1189
-
1190
-
685
+ - add ios-utils to x-components (#1766) ([1ffcc56](https://github.com/empathyco/x/commit/1ffcc5688e66d535ff477c334bcd9356b1071c1b))
1191
686
 
1192
687
  ## [6.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.71...@empathyco/x-components@6.0.0-alpha.72) (2025-04-30)
1193
688
 
1194
-
1195
689
  ### Features
1196
690
 
1197
- * **base-teleport:** improve base teleport (#1762) ([f0f53f4](https://github.com/empathyco/x/commit/f0f53f452d5cc7ff3f4dc9baa368057b59ab4a64))
1198
-
1199
-
691
+ - **base-teleport:** improve base teleport (#1762) ([f0f53f4](https://github.com/empathyco/x/commit/f0f53f452d5cc7ff3f4dc9baa368057b59ab4a64))
1200
692
 
1201
693
  ## [6.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.70...@empathyco/x-components@6.0.0-alpha.71) (2025-04-30)
1202
694
 
1203
-
1204
695
  ### Bug Fixes
1205
696
 
1206
- * **related-prompt:** decouple component from x-tailwindcss dep (#1765) ([5f5ac64](https://github.com/empathyco/x/commit/5f5ac6433736e403d04980b79416c9ac3e5e7125))
1207
-
1208
-
697
+ - **related-prompt:** decouple component from x-tailwindcss dep (#1765) ([5f5ac64](https://github.com/empathyco/x/commit/5f5ac6433736e403d04980b79416c9ac3e5e7125))
1209
698
 
1210
699
  ## [6.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.69...@empathyco/x-components@6.0.0-alpha.70) (2025-04-30)
1211
700
 
1212
-
1213
701
  ### Features
1214
702
 
1215
- * add add2cart location to FeatureLocation type (#1764) ([732a0da](https://github.com/empathyco/x/commit/732a0da3c1fdd70c685078663809943a91d72627))
1216
-
1217
-
703
+ - add add2cart location to FeatureLocation type (#1764) ([732a0da](https://github.com/empathyco/x/commit/732a0da3c1fdd70c685078663809943a91d72627))
1218
704
 
1219
705
  ## [6.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.68...@empathyco/x-components@6.0.0-alpha.69) (2025-04-28)
1220
706
 
1221
707
  **Note:** Version bump only for package @empathyco/x-components
1222
708
 
1223
-
1224
-
1225
-
1226
-
1227
709
  ## [6.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.67...@empathyco/x-components@6.0.0-alpha.68) (2025-04-28)
1228
710
 
1229
711
  **Note:** Version bump only for package @empathyco/x-components
1230
712
 
1231
-
1232
-
1233
-
1234
-
1235
713
  ## [6.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.66...@empathyco/x-components@6.0.0-alpha.67) (2025-04-24)
1236
714
 
1237
-
1238
715
  ### Features
1239
716
 
1240
- * add append and inject element approach in BaseTeleport component (#1753) ([34a54d0](https://github.com/empathyco/x/commit/34a54d0995f91803da69ee1703881165fa68fa90))
1241
-
1242
-
717
+ - add append and inject element approach in BaseTeleport component (#1753) ([34a54d0](https://github.com/empathyco/x/commit/34a54d0995f91803da69ee1703881165fa68fa90))
1243
718
 
1244
719
  ## [6.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.65...@empathyco/x-components@6.0.0-alpha.66) (2025-04-21)
1245
720
 
1246
721
  **Note:** Version bump only for package @empathyco/x-components
1247
722
 
1248
-
1249
-
1250
-
1251
-
1252
723
  ## [6.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.64...@empathyco/x-components@6.0.0-alpha.65) (2025-04-17)
1253
724
 
1254
-
1255
725
  ### Documentation
1256
726
 
1257
- * update CHANGELOG to reflect breaking change on #1741 (#1752) ([34da8e6](https://github.com/empathyco/x/commit/34da8e6f8132fbd0f5a82aabd5ecee1e36db0c2a))
1258
-
1259
-
727
+ - update CHANGELOG to reflect breaking change on #1741 (#1752) ([34da8e6](https://github.com/empathyco/x/commit/34da8e6f8132fbd0f5a82aabd5ecee1e36db0c2a))
1260
728
 
1261
729
  ## [6.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.63...@empathyco/x-components@6.0.0-alpha.64) (2025-04-16)
1262
730