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