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