@empathyco/x-components 6.0.0-alpha.63 → 6.0.0-alpha.65
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 +269 -902
- package/design-system/deprecated-full-theme.css +348 -348
- package/docs/API-reference/api/x-components.fallbackdisclaimer.md +2 -2
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.md +1 -1
- package/docs/API-reference/api/x-components.identifierresults.md +1 -1
- package/docs/API-reference/api/x-components.md +1 -1
- package/docs/API-reference/api/x-components.myhistory.md +1 -1
- package/docs/API-reference/api/x-components.partialresultslist.md +1 -1
- package/docs/API-reference/api/x-components.querypreview.md +2 -2
- package/docs/API-reference/api/x-components.recommendations.md +1 -1
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +2 -2
- package/docs/API-reference/api/x-components.relatedtag.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchinput.md +1 -1
- package/docs/API-reference/api/x-components.semanticqueries.md +1 -1
- package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
- package/docs/API-reference/api/x-components.sortlist.md +1 -1
- package/docs/API-reference/api/x-components.sortpickerlist.md +1 -1
- package/docs/API-reference/api/x-components.spellcheck.md +2 -2
- package/docs/API-reference/api/x-components.spellcheckbutton.md +1 -1
- package/docs/API-reference/api/x-components.usestate.md +5 -4
- package/js/composables/use-state.js +7 -9
- package/js/composables/use-state.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue2.js +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue2.js +1 -4
- package/js/x-modules/history-queries/components/history-queries-switch.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue2.js +1 -1
- package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue2.js +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +6 -11
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue2.js +1 -3
- package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +1 -4
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +1 -6
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue2.js +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/search/components/banners-list.vue.js +1 -1
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js +1 -4
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue2.js +1 -3
- package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue2.js +1 -1
- package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +1 -7
- package/js/x-modules/search/components/results-list.vue.js.map +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 +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 +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 +1 -1
- package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue2.js +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue2.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue2.js +1 -1
- package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue2.js +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue2.js +1 -1
- package/js/x-modules/search-box/components/search-button.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue2.js +1 -1
- package/js/x-modules/search-box/components/search-input.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +1 -3
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/package.json +2 -2
- package/report/x-components.api.json +63 -70
- package/report/x-components.api.md +21 -19
- package/types/composables/use-state.d.ts +4 -5
- package/types/composables/use-state.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +1 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +1 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +3 -3
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +1 -2
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +4 -4
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +1 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +2 -2
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +1 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
- package/types/x-modules/search/components/sort-list.vue.d.ts +1 -1
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +1 -1
- package/types/x-modules/search/components/spellcheck.vue.d.ts +2 -2
- package/types/x-modules/search-box/components/search-button.vue.d.ts +1 -2
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input.vue.d.ts +1 -1
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +1 -3
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,163 +3,132 @@
|
|
|
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.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)
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
###
|
|
9
|
+
### Documentation
|
|
10
10
|
|
|
11
|
-
*
|
|
11
|
+
* update CHANGELOG to reflect breaking change on #1741 (#1752) ([34da8e6](https://github.com/empathyco/x/commit/34da8e6f8132fbd0f5a82aabd5ecee1e36db0c2a))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
## [6.0.0-alpha.
|
|
15
|
+
## [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)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
### ⚠ BREAKING CHANGES
|
|
18
18
|
|
|
19
|
+
- Simplified the `useState` composable function usage removing the need to specify state paths explicitly. Now it returns a proxy object that dynamically computes state properties. Therefore `useState` now will receive **only one** parameter, the module name.
|
|
19
20
|
|
|
21
|
+
### Bug Fixes
|
|
20
22
|
|
|
23
|
+
- **use-state:** improve type definitions for state paths ([df67d71](https://github.com/empathyco/x/commit/df67d719d1def432ca20a7e321bc3e95d2e38782))
|
|
21
24
|
|
|
25
|
+
### Code Refactoring
|
|
22
26
|
|
|
23
|
-
|
|
27
|
+
- **use-state:** change usages ([aeb0782](https://github.com/empathyco/x/commit/aeb0782f063a12ccf8ec2c437f7beebf98fd4061))
|
|
28
|
+
- **use-state:** simplify state property retrieval using Proxy ([ce21d81](https://github.com/empathyco/x/commit/ce21d817e116b49637b79278f77ab109ffaf2993))
|
|
24
29
|
|
|
30
|
+
## [6.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.62...@empathyco/x-components@6.0.0-alpha.63) (2025-04-15)
|
|
25
31
|
|
|
26
|
-
###
|
|
32
|
+
### Bug Fixes
|
|
27
33
|
|
|
28
|
-
|
|
34
|
+
- **x-components:** fix type error on bus emit (#1751) ([7357693](https://github.com/empathyco/x/commit/7357693bc9ffa5d5fbd60ca40fa7760b33da2782))
|
|
29
35
|
|
|
36
|
+
## [6.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.61...@empathyco/x-components@6.0.0-alpha.62) (2025-04-14)
|
|
30
37
|
|
|
38
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
31
39
|
|
|
32
|
-
## [6.0.0-alpha.
|
|
40
|
+
## [6.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.60...@empathyco/x-components@6.0.0-alpha.61) (2025-04-10)
|
|
33
41
|
|
|
42
|
+
### Features
|
|
34
43
|
|
|
35
|
-
|
|
44
|
+
- create generic custom teleport component (#1742) ([b738e2a](https://github.com/empathyco/x/commit/b738e2a33a49bd6c598d38b0785d19f49dd57bce))
|
|
36
45
|
|
|
37
|
-
|
|
46
|
+
## [6.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.59...@empathyco/x-components@6.0.0-alpha.60) (2025-04-08)
|
|
38
47
|
|
|
48
|
+
### Bug Fixes
|
|
39
49
|
|
|
50
|
+
- send the query + tag as query param if a related tag is selected (#1739) ([0061d2b](https://github.com/empathyco/x/commit/0061d2b3426fc053c793ca9861e2942b2309a4d7))
|
|
40
51
|
|
|
41
52
|
## [6.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.58...@empathyco/x-components@6.0.0-alpha.59) (2025-04-07)
|
|
42
53
|
|
|
43
|
-
|
|
44
54
|
### Styling
|
|
45
55
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
56
|
+
- **related-prompt:** align text left (#1736) ([c0d8544](https://github.com/empathyco/x/commit/c0d85447ee74dd27e66d42e3f023d42609468495))
|
|
49
57
|
|
|
50
58
|
## [6.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.57...@empathyco/x-components@6.0.0-alpha.58) (2025-04-02)
|
|
51
59
|
|
|
52
|
-
|
|
53
60
|
### Bug Fixes
|
|
54
61
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
62
|
+
- base-switch classes are not reacting to external changes to modelValue (#1735) ([578310a](https://github.com/empathyco/x/commit/578310ad82faf99b3667ce6a1a43995f34b10eca))
|
|
58
63
|
|
|
59
64
|
## [6.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.56...@empathyco/x-components@6.0.0-alpha.57) (2025-04-02)
|
|
60
65
|
|
|
61
|
-
|
|
62
66
|
### Features
|
|
63
67
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
68
|
+
- ResultFeature type augmentation (#1727) ([dc02fb8](https://github.com/empathyco/x/commit/dc02fb8bf30a8eab237a1d12d538891b4ba74bbb))
|
|
67
69
|
|
|
68
70
|
## [6.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.55...@empathyco/x-components@6.0.0-alpha.56) (2025-03-26)
|
|
69
71
|
|
|
70
|
-
|
|
71
72
|
### Features
|
|
72
73
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
- **related-prompt:** persist prompt in URL (#1723) ([63529d8](https://github.com/empathyco/x/commit/63529d899b9a471604ad498c198a3962a5411f87))
|
|
76
75
|
|
|
77
76
|
## [6.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.54...@empathyco/x-components@6.0.0-alpha.55) (2025-03-24)
|
|
78
77
|
|
|
79
78
|
**Note:** Version bump only for package @empathyco/x-components
|
|
80
79
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
80
|
## [6.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.53...@empathyco/x-components@6.0.0-alpha.54) (2025-03-24)
|
|
86
81
|
|
|
87
|
-
|
|
88
82
|
### ⚠ BREAKING CHANGES
|
|
89
83
|
|
|
90
|
-
|
|
84
|
+
- - Checkout info added on add2cart action previously saved into SessionStorage, passes to be saved in LocalStorage with the established ttl.
|
|
91
85
|
|
|
92
86
|
### Features
|
|
93
87
|
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
88
|
+
- save checkout info in the LocalStorage with a ttl (#1731) ([99249d5](https://github.com/empathyco/x/commit/99249d5fd85db0100883d689b1c013958d961b7b))
|
|
97
89
|
|
|
98
90
|
## [6.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.52...@empathyco/x-components@6.0.0-alpha.53) (2025-03-20)
|
|
99
91
|
|
|
100
|
-
|
|
101
92
|
### Bug Fixes
|
|
102
93
|
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
94
|
+
- update toolingDisplayTagging to be inside tagging object (#1728) ([96e349e](https://github.com/empathyco/x/commit/96e349ebece45e4dd7bcd45f35afa78cd0880627))
|
|
106
95
|
|
|
107
96
|
## [6.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.51...@empathyco/x-components@6.0.0-alpha.52) (2025-03-19)
|
|
108
97
|
|
|
109
98
|
**Note:** Version bump only for package @empathyco/x-components
|
|
110
99
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
100
|
## [6.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.50...@empathyco/x-components@6.0.0-alpha.51) (2025-03-19)
|
|
116
101
|
|
|
117
|
-
|
|
118
102
|
### Bug Fixes
|
|
119
103
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
104
|
+
- related-prompts-tag-list refresh on request change (#1724) ([7f7c7ce](https://github.com/empathyco/x/commit/7f7c7ce0d9c6468b92ada221a2c887f796310aaf))
|
|
123
105
|
|
|
124
106
|
## [6.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.49...@empathyco/x-components@6.0.0-alpha.50) (2025-03-19)
|
|
125
107
|
|
|
126
|
-
|
|
127
108
|
### Documentation
|
|
128
109
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
110
|
+
- update x-components CHANGELOG to reflect breaking change (#1725) ([db03940](https://github.com/empathyco/x/commit/db03940b00cc7795a82031d075e79715455bc3e5))
|
|
132
111
|
|
|
133
112
|
## [6.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.48...@empathyco/x-components@6.0.0-alpha.49) (2025-03-17)
|
|
134
113
|
|
|
135
|
-
|
|
136
114
|
### Bug Fixes
|
|
137
115
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
116
|
+
- **related-prompt:** expanded related prompt width on mobile ([25a49d6](https://github.com/empathyco/x/commit/25a49d6987039b9391a3d321b83b39ba4caf2f33))
|
|
141
117
|
|
|
142
118
|
## [6.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.47...@empathyco/x-components@6.0.0-alpha.48) (2025-03-14)
|
|
143
119
|
|
|
144
|
-
|
|
145
120
|
### Features
|
|
146
121
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
122
|
+
- add slot for extra content in related prompts component (#1719) ([7247c90](https://github.com/empathyco/x/commit/7247c90b239caa6e928b378a10208ee9ffe09fb5))
|
|
150
123
|
|
|
151
124
|
## [6.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.46...@empathyco/x-components@6.0.0-alpha.47) (2025-03-13)
|
|
152
125
|
|
|
153
|
-
|
|
154
126
|
### Bug Fixes
|
|
155
127
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
128
|
+
- **url-handler:** replace '+' with '%20' in query parameters only ([6fed89f](https://github.com/empathyco/x/commit/6fed89fba25b5ec19e32603c6c43b3e3d3df25e7))
|
|
159
129
|
|
|
160
130
|
## [6.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.45...@empathyco/x-components@6.0.0-alpha.46) (2025-03-13)
|
|
161
131
|
|
|
162
|
-
|
|
163
132
|
### ⚠ BREAKING CHANGES
|
|
164
133
|
|
|
165
134
|
Renaming properties in the Tagging module and renaming DefaultPDPAddToCartService to DefaultExternalTaggingService:
|
|
@@ -172,244 +141,163 @@ Renaming properties in the Tagging module and renaming DefaultPDPAddToCartServic
|
|
|
172
141
|
|
|
173
142
|
### Features
|
|
174
143
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
144
|
+
- store result info on add to cart events to be able to track checkout (#1718) ([3ac62b0](https://github.com/empathyco/x/commit/3ac62b072b5841af29fd450b5c13779f085cea50))
|
|
178
145
|
|
|
179
146
|
## [6.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.44...@empathyco/x-components@6.0.0-alpha.45) (2025-03-03)
|
|
180
147
|
|
|
181
|
-
|
|
182
148
|
### Bug Fixes
|
|
183
149
|
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
150
|
+
- remove selected filters from state when there are no results (#1716) ([1324ce9](https://github.com/empathyco/x/commit/1324ce96bbb6fa753fbe1623fcfd0bc93050dd4f))
|
|
187
151
|
|
|
188
152
|
## [6.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.43...@empathyco/x-components@6.0.0-alpha.44) (2025-02-28)
|
|
189
153
|
|
|
190
|
-
|
|
191
154
|
### Features
|
|
192
155
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
156
|
+
- refactor RPs types and send toolingDisplayClick when a prompt is selected (#1715) ([eefb327](https://github.com/empathyco/x/commit/eefb327445a07e1dd63db779d4948f78257ee67b))
|
|
196
157
|
|
|
197
158
|
## [6.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.42...@empathyco/x-components@6.0.0-alpha.43) (2025-02-27)
|
|
198
159
|
|
|
199
|
-
|
|
200
160
|
### Code Refactoring
|
|
201
161
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
162
|
+
- **empathize:** use computed for hasContent to improve reactivity (#1712) ([76de6ac](https://github.com/empathyco/x/commit/76de6ac65c345a4add6c9e0eb80c3853c518ed31))
|
|
205
163
|
|
|
206
164
|
## [6.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.41...@empathyco/x-components@6.0.0-alpha.42) (2025-02-26)
|
|
207
165
|
|
|
208
|
-
|
|
209
166
|
### Code Refactoring
|
|
210
167
|
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
168
|
+
- related prompts type (#1714) ([13a1940](https://github.com/empathyco/x/commit/13a1940ddd5d455a64b68d519b9857677b746887))
|
|
214
169
|
|
|
215
170
|
## [6.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.40...@empathyco/x-components@6.0.0-alpha.41) (2025-02-19)
|
|
216
171
|
|
|
217
|
-
|
|
218
172
|
### Code Refactoring
|
|
219
173
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
174
|
+
- **typing:** avoiding export default (#1711) ([fe1d67a](https://github.com/empathyco/x/commit/fe1d67ad3ecfef745d9c483bc3fe58b10b312847))
|
|
223
175
|
|
|
224
176
|
## [6.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.39...@empathyco/x-components@6.0.0-alpha.40) (2025-02-18)
|
|
225
177
|
|
|
226
|
-
|
|
227
178
|
### Styling
|
|
228
179
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
180
|
+
- **related-prompts-tag-list:** add showButton and scrollContainerClass props (#1708) ([ff78329](https://github.com/empathyco/x/commit/ff783295f33cb20f962ec3d9508194a46047a2ee))
|
|
232
181
|
|
|
233
182
|
## [6.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.38...@empathyco/x-components@6.0.0-alpha.39) (2025-02-17)
|
|
234
183
|
|
|
235
|
-
|
|
236
184
|
### Features
|
|
237
185
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
186
|
+
- change display-click-provider component location (#1709) ([132a671](https://github.com/empathyco/x/commit/132a67150fa9d777a65dc780c61f1e1d7f77d97e))
|
|
241
187
|
|
|
242
188
|
## [6.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.37...@empathyco/x-components@6.0.0-alpha.38) (2025-02-17)
|
|
243
189
|
|
|
244
|
-
|
|
245
190
|
### Features
|
|
246
191
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
192
|
+
- related-prompts tooling tagging (#1703) ([24df720](https://github.com/empathyco/x/commit/24df7200df5de76a7530e24953367dd09f683fdc))
|
|
250
193
|
|
|
251
194
|
## [6.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.36...@empathyco/x-components@6.0.0-alpha.37) (2025-02-17)
|
|
252
195
|
|
|
253
|
-
|
|
254
196
|
### Code Refactoring
|
|
255
197
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
198
|
+
- **RelatedPrompt:** component logic to be reusable (#1696) ([fede761](https://github.com/empathyco/x/commit/fede7611e14fab550da63a7a2d793479680f5aba))
|
|
259
199
|
|
|
260
200
|
## [6.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.35...@empathyco/x-components@6.0.0-alpha.36) (2025-01-28)
|
|
261
201
|
|
|
262
|
-
|
|
263
202
|
### Features
|
|
264
203
|
|
|
265
|
-
|
|
266
|
-
|
|
204
|
+
- remove tailwind class dependency from page-loader-button.vue (#1693) ([26e7c05](https://github.com/empathyco/x/commit/26e7c05970a560be28aa5be55a2bcbfc5277642a))
|
|
267
205
|
|
|
268
206
|
### Bug Fixes
|
|
269
207
|
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
208
|
+
- **extra-params:** give more priority to values prop over params state in the ExtraParamsProvided payload (#1700) ([d924211](https://github.com/empathyco/x/commit/d9242110a4443cba3cf78ee7c7f9d7689e8fe3a9))
|
|
273
209
|
|
|
274
210
|
## [6.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.34...@empathyco/x-components@6.0.0-alpha.35) (2025-01-22)
|
|
275
211
|
|
|
276
212
|
**Note:** Version bump only for package @empathyco/x-components
|
|
277
213
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
214
|
## [6.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.33...@empathyco/x-components@6.0.0-alpha.34) (2025-01-22)
|
|
283
215
|
|
|
284
|
-
|
|
285
216
|
### Bug Fixes
|
|
286
217
|
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
218
|
+
- **page-selector:** request should start at 0 (#1697) ([5dbad85](https://github.com/empathyco/x/commit/5dbad85a6c844eeaf3b2f0df8d63b4e503ab2a9f))
|
|
290
219
|
|
|
291
220
|
## [6.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.32...@empathyco/x-components@6.0.0-alpha.33) (2025-01-21)
|
|
292
221
|
|
|
293
|
-
|
|
294
222
|
### Features
|
|
295
223
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
224
|
+
- create pagination component (#1687) ([63b20bd](https://github.com/empathyco/x/commit/63b20bd13e28d433d609ef9210dd17dbc7f963dc))
|
|
299
225
|
|
|
300
226
|
## [6.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.31...@empathyco/x-components@6.0.0-alpha.32) (2025-01-16)
|
|
301
227
|
|
|
302
|
-
|
|
303
228
|
### Bug Fixes
|
|
304
229
|
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
230
|
+
- send related-prompts request when a query preview is accepted (#1692) ([ba336b3](https://github.com/empathyco/x/commit/ba336b37574d541b0f220e916ece77a07b6f05fc))
|
|
308
231
|
|
|
309
232
|
## [6.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.30...@empathyco/x-components@6.0.0-alpha.31) (2025-01-15)
|
|
310
233
|
|
|
311
234
|
**Note:** Version bump only for package @empathyco/x-components
|
|
312
235
|
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
236
|
## [6.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.29...@empathyco/x-components@6.0.0-alpha.30) (2025-01-15)
|
|
318
237
|
|
|
319
|
-
|
|
320
238
|
### Bug Fixes
|
|
321
239
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
240
|
+
- replace `x-w-[calc(100%)]` with a custom one (#1690) ([ecff709](https://github.com/empathyco/x/commit/ecff709280ea8716414439107dc017b396ffc0b4))
|
|
325
241
|
|
|
326
242
|
## [6.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.28...@empathyco/x-components@6.0.0-alpha.29) (2025-01-13)
|
|
327
243
|
|
|
328
|
-
|
|
329
244
|
### Styling
|
|
330
245
|
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
246
|
+
- **tailwind:** extend tailwind config to be used by the demo (#1668) ([f33992e](https://github.com/empathyco/x/commit/f33992ed8743367677e1e35fb7dd07e6dcce7424))
|
|
334
247
|
|
|
335
248
|
## [6.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.27...@empathyco/x-components@6.0.0-alpha.28) (2025-01-09)
|
|
336
249
|
|
|
337
|
-
|
|
338
250
|
### Features
|
|
339
251
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
252
|
+
- **components:** make reference selector for `BaseModal` reactive (#1686) ([b25c2af](https://github.com/empathyco/x/commit/b25c2af800880ecd4ce36369be3e55a626be55e5))
|
|
343
253
|
|
|
344
254
|
## [6.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.26...@empathyco/x-components@6.0.0-alpha.27) (2025-01-09)
|
|
345
255
|
|
|
346
|
-
|
|
347
256
|
### Features
|
|
348
257
|
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
258
|
+
- add related prompts list component (#1680) ([8011a96](https://github.com/empathyco/x/commit/8011a967528f6fa33af41aca45971cb9f30d6a8f))
|
|
352
259
|
|
|
353
260
|
## [6.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.25...@empathyco/x-components@6.0.0-alpha.26) (2025-01-07)
|
|
354
261
|
|
|
355
|
-
|
|
356
262
|
### Code Refactoring
|
|
357
263
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
264
|
+
- **store:** deprecate useStore in favor of vuex's useStore ([de4fecf](https://github.com/empathyco/x/commit/de4fecfa6dcfd9f0d408d34a60d4bdd00dffce99))
|
|
361
265
|
|
|
362
266
|
## [6.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.24...@empathyco/x-components@6.0.0-alpha.25) (2025-01-06)
|
|
363
267
|
|
|
364
|
-
|
|
365
268
|
### Continuous Integration
|
|
366
269
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
270
|
+
- remove template comments from build ([443d277](https://github.com/empathyco/x/commit/443d27761bc2c024931245d9e6a7b26766101ed7))
|
|
370
271
|
|
|
371
272
|
## [6.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.23...@empathyco/x-components@6.0.0-alpha.24) (2024-12-19)
|
|
372
273
|
|
|
373
|
-
|
|
374
274
|
### Bug Fixes
|
|
375
275
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
276
|
+
- **types:** update installExtraPlugins to support Promise return type ([99d0620](https://github.com/empathyco/x/commit/99d0620d7017167441d63805d29446778432d60b))
|
|
379
277
|
|
|
380
278
|
## [6.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.22...@empathyco/x-components@6.0.0-alpha.23) (2024-12-12)
|
|
381
279
|
|
|
382
|
-
|
|
383
280
|
### Bug Fixes
|
|
384
281
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
282
|
+
- **components:** export missing store utils (#1677) ([a1f9cee](https://github.com/empathyco/x/commit/a1f9cee4b2006a71689fc2ce7f07f12816fbb574))
|
|
388
283
|
|
|
389
284
|
## [6.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.21...@empathyco/x-components@6.0.0-alpha.22) (2024-12-09)
|
|
390
285
|
|
|
391
|
-
|
|
392
286
|
### Bug Fixes
|
|
393
287
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
288
|
+
- fix ref usage ([12d5a05](https://github.com/empathyco/x/commit/12d5a053b55d8a4f09b6e396f16a9ce1877c0774))
|
|
397
289
|
|
|
398
290
|
## [6.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.20...@empathyco/x-components@6.0.0-alpha.21) (2024-12-09)
|
|
399
291
|
|
|
400
|
-
|
|
401
292
|
### Features
|
|
402
293
|
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
294
|
+
- **x-installer:** extend domElement type to allow ShadowRoot ([900eb9c](https://github.com/empathyco/x/commit/900eb9c0c9bce7b48897b86ca11e4f1ec82d783b))
|
|
406
295
|
|
|
407
296
|
## [6.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.19...@empathyco/x-components@6.0.0-alpha.20) (2024-11-25)
|
|
408
297
|
|
|
409
|
-
|
|
410
298
|
### ⚠ BREAKING CHANGES
|
|
411
299
|
|
|
412
|
-
|
|
300
|
+
- **xds:** the x tailwincss plugin no longer admits an options configuration. The plugin theme is accessible through theme: extend: { x: {...}} so now if you need to customize a value you can do it via extending the general tailwind theme:
|
|
413
301
|
|
|
414
302
|
```ts
|
|
415
303
|
module.exports = {
|
|
@@ -423,12 +311,12 @@ module.exports = {
|
|
|
423
311
|
x: {
|
|
424
312
|
colors: {
|
|
425
313
|
neutral: {
|
|
426
|
-
5: '#56ac91'
|
|
427
|
-
}
|
|
428
|
-
}
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
}
|
|
314
|
+
5: '#56ac91',
|
|
315
|
+
},
|
|
316
|
+
},
|
|
317
|
+
},
|
|
318
|
+
},
|
|
319
|
+
},
|
|
432
320
|
}
|
|
433
321
|
```
|
|
434
322
|
|
|
@@ -436,659 +324,448 @@ To add new components you can do it via https://tailwindcss.com/docs/adding-cust
|
|
|
436
324
|
|
|
437
325
|
### Features
|
|
438
326
|
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
327
|
+
- **xds:** avoid overriding consumers theme by xds (#1658) ([bd3ed79](https://github.com/empathyco/x/commit/bd3ed79f654fc7e76939c7d0baa2a67e6b879ed8))
|
|
442
328
|
|
|
443
329
|
## [6.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.18...@empathyco/x-components@6.0.0-alpha.19) (2024-11-25)
|
|
444
330
|
|
|
445
|
-
|
|
446
331
|
### Features
|
|
447
332
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
333
|
+
- Add content class in base slider to ease customisation (#1662) ([63d7b99](https://github.com/empathyco/x/commit/63d7b9983ec37fb979115ec35a32d2ec2dfc1eca))
|
|
451
334
|
|
|
452
335
|
## [6.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.17...@empathyco/x-components@6.0.0-alpha.18) (2024-11-22)
|
|
453
336
|
|
|
454
|
-
|
|
455
337
|
### Features
|
|
456
338
|
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
339
|
+
- add related prompts selection events (#1663) ([8cdf6db](https://github.com/empathyco/x/commit/8cdf6dbaff4a5e111fbc77a898a502ce133e1afe))
|
|
460
340
|
|
|
461
341
|
## [6.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.16...@empathyco/x-components@6.0.0-alpha.17) (2024-11-21)
|
|
462
342
|
|
|
463
|
-
|
|
464
343
|
### Features
|
|
465
344
|
|
|
466
|
-
|
|
467
|
-
|
|
345
|
+
- add selection state to related prompts module (#1659) ([220c449](https://github.com/empathyco/x/commit/220c44926709378ebee87a21e06c6f188c5d3cd1))
|
|
468
346
|
|
|
469
347
|
### Bug Fixes
|
|
470
348
|
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
349
|
+
- **animation-prop:** decommission old animation-prop.ts and generalize the new one (#1660) ([493b6bd](https://github.com/empathyco/x/commit/493b6bd1e8a9de2731b582bb60fac6e29a1a0a47))
|
|
474
350
|
|
|
475
351
|
## [6.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.15...@empathyco/x-components@6.0.0-alpha.16) (2024-11-21)
|
|
476
352
|
|
|
477
|
-
|
|
478
353
|
### Bug Fixes
|
|
479
354
|
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
355
|
+
- **next-queries:** export types from module(#1661) ([ef0f71e](https://github.com/empathyco/x/commit/ef0f71eb08494699b4c017d077dc9fc8fbe97ce0))
|
|
483
356
|
|
|
484
357
|
## [6.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.14...@empathyco/x-components@6.0.0-alpha.15) (2024-11-20)
|
|
485
358
|
|
|
486
|
-
|
|
487
359
|
### Bug Fixes
|
|
488
360
|
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
361
|
+
- **define-component:** relax definecomponent type to avoid type collisions (#1657) ([2ff1b67](https://github.com/empathyco/x/commit/2ff1b67bf38f6b59425131e55354ebfe681a3b66))
|
|
492
362
|
|
|
493
363
|
## [6.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.13...@empathyco/x-components@6.0.0-alpha.14) (2024-11-20)
|
|
494
364
|
|
|
495
365
|
**Note:** Version bump only for package @empathyco/x-components
|
|
496
366
|
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
367
|
## [6.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.12...@empathyco/x-components@6.0.0-alpha.13) (2024-11-13)
|
|
502
368
|
|
|
503
|
-
|
|
504
369
|
### Features
|
|
505
370
|
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
371
|
+
- add lang parameter to the queriesPreview hash (#1653) ([b41e6c6](https://github.com/empathyco/x/commit/b41e6c6dfe629270a7919cf7f5c528b839c7c831))
|
|
509
372
|
|
|
510
373
|
## [6.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.11...@empathyco/x-components@6.0.0-alpha.12) (2024-11-04)
|
|
511
374
|
|
|
512
|
-
|
|
513
375
|
### Features
|
|
514
376
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
377
|
+
- new base-slider component (#1650) ([a3b1a0a](https://github.com/empathyco/x/commit/a3b1a0ad1c53d2ae39ae3e9d4229518825a040af))
|
|
518
378
|
|
|
519
379
|
## [6.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.10...@empathyco/x-components@6.0.0-alpha.11) (2024-11-01)
|
|
520
380
|
|
|
521
|
-
|
|
522
381
|
### Features
|
|
523
382
|
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
383
|
+
- create related prompts module (#1642) ([36cdcc6](https://github.com/empathyco/x/commit/36cdcc681d4b049815b99a42d48c22d30c49fafa))
|
|
527
384
|
|
|
528
385
|
## [6.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.9...@empathyco/x-components@6.0.0-alpha.10) (2024-10-31)
|
|
529
386
|
|
|
530
387
|
**Note:** Version bump only for package @empathyco/x-components
|
|
531
388
|
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
389
|
## [6.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.8...@empathyco/x-components@6.0.0-alpha.9) (2024-10-31)
|
|
537
390
|
|
|
538
391
|
**Note:** Version bump only for package @empathyco/x-components
|
|
539
392
|
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
393
|
## [6.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.7...@empathyco/x-components@6.0.0-alpha.8) (2024-10-31)
|
|
545
394
|
|
|
546
395
|
**Note:** Version bump only for package @empathyco/x-components
|
|
547
396
|
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
397
|
## [6.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.6...@empathyco/x-components@6.0.0-alpha.7) (2024-10-28)
|
|
553
398
|
|
|
554
399
|
**Note:** Version bump only for package @empathyco/x-components
|
|
555
400
|
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
401
|
## [6.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.5...@empathyco/x-components@6.0.0-alpha.6) (2024-10-28)
|
|
561
402
|
|
|
562
|
-
|
|
563
403
|
### Features
|
|
564
404
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
405
|
+
- add types for related prompts (#1640) ([9822c28](https://github.com/empathyco/x/commit/9822c285410f6d308a8a0e43f47e951b052592a2))
|
|
568
406
|
|
|
569
407
|
## [6.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.4...@empathyco/x-components@6.0.0-alpha.5) (2024-10-28)
|
|
570
408
|
|
|
571
|
-
|
|
572
409
|
### Build System
|
|
573
410
|
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
411
|
+
- use vue latest version as peer dependency (#1651) ([1618993](https://github.com/empathyco/x/commit/161899326d325db46f39eead4ca7b57984b58b39))
|
|
577
412
|
|
|
578
413
|
## [6.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.83...@empathyco/x-components@6.0.0-alpha.4) (2024-10-24)
|
|
579
414
|
|
|
580
|
-
|
|
581
415
|
### Features
|
|
582
416
|
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
417
|
+
- update x-components and related packages to vue 3 (#1644) ([d590842](https://github.com/empathyco/x/commit/d5908427544b9a65bbc16a860ea6f73270ee7c26))
|
|
586
418
|
|
|
587
419
|
## [6.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.2...@empathyco/x-components@6.0.0-alpha.3) (2024-10-04)
|
|
588
420
|
|
|
589
|
-
|
|
590
421
|
### Bug Fixes
|
|
591
422
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
423
|
+
- **scroll:** scroll direction inconsistency (#1629) ([ad970ae](https://github.com/empathyco/x/commit/ad970ae8cd7898f23baa11d3a128d3251cd57cdb))
|
|
595
424
|
|
|
596
425
|
## [6.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@6.0.0-alpha.1...@empathyco/x-components@6.0.0-alpha.2) (2024-09-25)
|
|
597
426
|
|
|
598
|
-
|
|
599
427
|
### ⚠ BREAKING CHANGES
|
|
600
428
|
|
|
601
|
-
|
|
429
|
+
- **history-queries-switch:** remove `change` event emission in favour of `update:modelValue` in `BaseSwitch` component.
|
|
602
430
|
|
|
603
431
|
### Bug Fixes
|
|
604
432
|
|
|
605
|
-
|
|
606
|
-
|
|
433
|
+
- **history-queries-switch:** migrate value to modelValue (#1618) ([82a6e27](https://github.com/empathyco/x/commit/82a6e27b9a78388b6c0b42c57ce7ff6e63293686))
|
|
607
434
|
|
|
608
435
|
### Testing
|
|
609
436
|
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
437
|
+
- active and fix linter for tests (#1616) ([0f35e7c](https://github.com/empathyco/x/commit/0f35e7caf529e7a06252abe0ea64b119c1206566))
|
|
438
|
+
- adjust test to vue3 (#1608) ([0f4bb97](https://github.com/empathyco/x/commit/0f4bb97dcba50b21c98575d51bda944bfe532b1f))
|
|
439
|
+
- **e2e-components:** rewrite all e2e sheet components to accomplish vue3 (#1619) ([5a419b2](https://github.com/empathyco/x/commit/5a419b2d882c151f81d9921d591140e5471f5b05))
|
|
440
|
+
- **e2e:** fix e2e tests (#1617) ([f81add6](https://github.com/empathyco/x/commit/f81add665e5b2f36ecedf25d14eb5f6573f0e0fb))
|
|
616
441
|
|
|
617
442
|
## [6.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.81...@empathyco/x-components@6.0.0-alpha.1) (2024-09-05)
|
|
618
443
|
|
|
619
|
-
|
|
620
444
|
### ⚠ BREAKING CHANGES
|
|
621
445
|
|
|
622
|
-
|
|
623
|
-
|
|
446
|
+
- @empathyco/x-components v6 and @empathyco/x-archetype-utils v2 are only compatible with Vue 3 and if you are looking for the Vue 2 versions, take look at the main brach.
|
|
447
|
+
- refactors the GlobalXBus to use a prop to receive the listeners instead of relying on attributes.
|
|
624
448
|
|
|
625
449
|
### Features
|
|
626
450
|
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
451
|
+
- bump packages versions (#1611) ([eb7d377](https://github.com/empathyco/x/commit/eb7d377f0da3d09b78bc964de90529326889eb62))
|
|
452
|
+
- make internal demo app functional (#1574) ([a485dea](https://github.com/empathyco/x/commit/a485dea768918280e2fec46cae0d5a3f4932002f))
|
|
453
|
+
- **x-installer:** update to vue3 and adapt x-installer (#1572) ([c6b28e5](https://github.com/empathyco/x/commit/c6b28e5e9a07832e992f27a40d7513dbec90d2f2))
|
|
631
454
|
|
|
632
455
|
### Bug Fixes
|
|
633
456
|
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
457
|
+
- adjust to new vue render function API (#1596) ([7ec2b97](https://github.com/empathyco/x/commit/7ec2b9719f18275e7843544f26f94c393fef7090))
|
|
458
|
+
- **infinite-scroll:** getting xBus from XPlugin instead useXBus ([b936ae5](https://github.com/empathyco/x/commit/b936ae585b4ef5ae390515cfc2c3a0dfc782ad39))
|
|
459
|
+
- **layout:** avoid shared CSS classes between layouts with scoped (#1605) ([b3cc3f5](https://github.com/empathyco/x/commit/b3cc3f528f71b0877a406c65cadfbecda7aca756))
|
|
460
|
+
- **list-components:** fix list components, migrate infinite-scroll directive and deprecated layouts (#1576) ([4b57f19](https://github.com/empathyco/x/commit/4b57f19be601220a4dc6874dc1d5efa8fdbcf991))
|
|
461
|
+
- **search:** replace results state to append new results instead of pushing them (#1597) ([e64e3cb](https://github.com/empathyco/x/commit/e64e3cb9f3c046d1c30249fb56b0b3ad32f97925))
|
|
640
462
|
|
|
641
463
|
### Testing
|
|
642
464
|
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
465
|
+
- **auto-progress-bar:** fix test after Vue3 update (#1582) ([335c370](https://github.com/empathyco/x/commit/335c37021f9a0f6fefaec01714cc31fb6bf66391))
|
|
466
|
+
- **components:** fix tests after Vue3 update BATCH 1 ([5d4dec8](https://github.com/empathyco/x/commit/5d4dec81b5b9ee99f1cbfc1d88bbf58cd5188602))
|
|
467
|
+
- **vue-jest:** update vue-jest dependency (#1581) ([46ff08b](https://github.com/empathyco/x/commit/46ff08bb5834d790b0c6414fc549141b9a64f1d1))
|
|
647
468
|
|
|
648
469
|
### Code Refactoring
|
|
649
470
|
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
471
|
+
- **animation-factory:** fix Vue3 breaking changes (#1579) ([f915731](https://github.com/empathyco/x/commit/f915731cc8ea662a2066fee054f47885ee2154a9))
|
|
472
|
+
- **base-switch:** decommission of value prop (#1589) ([35968eb](https://github.com/empathyco/x/commit/35968ebb69634984e867b03221d373efe4af96c8))
|
|
473
|
+
- **base-switch:** migrate component to vue3 (#1588) ([875a6e2](https://github.com/empathyco/x/commit/875a6e2638885498396db362753550857ec8d7e2))
|
|
474
|
+
- **components:** remove warnings first batch (#1575) ([1877da6](https://github.com/empathyco/x/commit/1877da61c2eb5aff5742387dc2285b3db86afda5))
|
|
475
|
+
- get rid of NoElement component and useNoElementRender composable (#1583) ([059eecc](https://github.com/empathyco/x/commit/059eecc0fd5aa1612c1fc7b4d5ec08cfe5fc5b84))
|
|
476
|
+
- **render-function:** clear void calls (#1580) ([7875ff5](https://github.com/empathyco/x/commit/7875ff5b8420ea1ed03edd3fee28a822582b4641))
|
|
477
|
+
- **staggered-fade-and-slide:** use Vue native staggered transition (#1578) ([79e136f](https://github.com/empathyco/x/commit/79e136f04b0b75ddea77c464b8f5ea0ed6602eb1))
|
|
478
|
+
- **v-deep:** replace by :deep() (#1577) ([71c08db](https://github.com/empathyco/x/commit/71c08dbc175093bbfc56160e3b07b8774fcbc683))
|
|
659
479
|
|
|
660
480
|
### Build System
|
|
661
481
|
|
|
662
|
-
|
|
663
|
-
|
|
482
|
+
- adjust rollup production build for Vue3 (#1603) ([ed587b1](https://github.com/empathyco/x/commit/ed587b16a56b32734e9cf3ff05311954627f3820))
|
|
664
483
|
|
|
665
484
|
### Continuous Integration
|
|
666
485
|
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
486
|
+
- **linter:** fix linter issues to pass the CI (#1606) ([aff3151](https://github.com/empathyco/x/commit/aff3151818c64885d7c28e69f511d33ae41b38f5))
|
|
670
487
|
|
|
671
488
|
## [5.0.0-alpha.83](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.82...@empathyco/x-components@5.0.0-alpha.83) (2024-10-03)
|
|
672
489
|
|
|
673
|
-
|
|
674
490
|
### Bug Fixes
|
|
675
491
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
492
|
+
- snippet config extra params reactivity (#1628) ([c87788a](https://github.com/empathyco/x/commit/c87788a6f194e6b8f59b520f05e9ed617c98bae6))
|
|
679
493
|
|
|
680
494
|
## [5.0.0-alpha.82](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.81...@empathyco/x-components@5.0.0-alpha.82) (2024-09-30)
|
|
681
495
|
|
|
682
|
-
|
|
683
496
|
### Bug Fixes
|
|
684
497
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
498
|
+
- **tagging:** query tagging and send session param (#1627) ([69dd690](https://github.com/empathyco/x/commit/69dd690c1adf9195782f4747ba5d255251f5ac3c))
|
|
688
499
|
|
|
689
500
|
## [5.0.0-alpha.81](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.80...@empathyco/x-components@5.0.0-alpha.81) (2024-08-20)
|
|
690
501
|
|
|
691
|
-
|
|
692
502
|
### Features
|
|
693
503
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
504
|
+
- **querySuggestions:** hide suggestions that match with any session query (#1600) ([2f51375](https://github.com/empathyco/x/commit/2f51375e04d46e2aba77f08332797285829ebde7))
|
|
697
505
|
|
|
698
506
|
## [5.0.0-alpha.80](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.79...@empathyco/x-components@5.0.0-alpha.80) (2024-08-19)
|
|
699
507
|
|
|
700
508
|
**Note:** Version bump only for package @empathyco/x-components
|
|
701
509
|
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
510
|
## [5.0.0-alpha.79](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.78...@empathyco/x-components@5.0.0-alpha.79) (2024-08-14)
|
|
707
511
|
|
|
708
|
-
|
|
709
512
|
### Features
|
|
710
513
|
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
514
|
+
- update result information in the QPs (#1591) ([3e99d0c](https://github.com/empathyco/x/commit/3e99d0cdcb25366af2adff977e25d58d45f7421f))
|
|
714
515
|
|
|
715
516
|
## [5.0.0-alpha.78](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.77...@empathyco/x-components@5.0.0-alpha.78) (2024-08-13)
|
|
716
517
|
|
|
717
|
-
|
|
718
518
|
### Features
|
|
719
519
|
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
520
|
+
- **main-modal:** make events configurable via props (#1590) ([60d630c](https://github.com/empathyco/x/commit/60d630ca2a181d2919b9f1019abbf1eee5dd2c30))
|
|
723
521
|
|
|
724
522
|
## [5.0.0-alpha.77](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.76...@empathyco/x-components@5.0.0-alpha.77) (2024-08-13)
|
|
725
523
|
|
|
726
524
|
**Note:** Version bump only for package @empathyco/x-components
|
|
727
525
|
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
526
|
## [5.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.75...@empathyco/x-components@5.0.0-alpha.76) (2024-08-08)
|
|
733
527
|
|
|
734
|
-
|
|
735
528
|
### Bug Fixes
|
|
736
529
|
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
530
|
+
- send origin in query tagging (#1585) ([92efdf7](https://github.com/empathyco/x/commit/92efdf71a4f794d58b9f68cf68783ca0489eb7ee))
|
|
740
531
|
|
|
741
532
|
## [5.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.74...@empathyco/x-components@5.0.0-alpha.75) (2024-07-23)
|
|
742
533
|
|
|
743
|
-
|
|
744
534
|
### Code Refactoring
|
|
745
535
|
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
536
|
+
- **no-element:** towards getting rid of no-element component (#1564) ([12bb73d](https://github.com/empathyco/x/commit/12bb73dbe7ff6cf761cc2e6581b56e78c9c3359a))
|
|
749
537
|
|
|
750
538
|
## [5.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.73...@empathyco/x-components@5.0.0-alpha.74) (2024-07-23)
|
|
751
539
|
|
|
752
|
-
|
|
753
540
|
### Features
|
|
754
541
|
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
542
|
+
- **display-emitter:** support Vue3 to the component (#1555) ([21bcd52](https://github.com/empathyco/x/commit/21bcd5228bf2cc3e8f31d49fe55683788438e089))
|
|
758
543
|
|
|
759
544
|
## [5.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.72...@empathyco/x-components@5.0.0-alpha.73) (2024-07-18)
|
|
760
545
|
|
|
761
|
-
|
|
762
546
|
### Bug Fixes
|
|
763
547
|
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
548
|
+
- keyboard navigation within shadow dom (#1571) ([1784c4c](https://github.com/empathyco/x/commit/1784c4cb6f130947a2454f5adbabcaf4821f8ab2))
|
|
767
549
|
|
|
768
550
|
## [5.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.71...@empathyco/x-components@5.0.0-alpha.72) (2024-07-18)
|
|
769
551
|
|
|
770
|
-
|
|
771
552
|
### Bug Fixes
|
|
772
553
|
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
554
|
+
- **queryPreviewList:** repeated query loading issue (#1566) ([60aa0c0](https://github.com/empathyco/x/commit/60aa0c0975eabc3a282cfece4ab64fd29c02a3cb))
|
|
776
555
|
|
|
777
556
|
## [5.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.70...@empathyco/x-components@5.0.0-alpha.71) (2024-07-15)
|
|
778
557
|
|
|
779
558
|
**Note:** Version bump only for package @empathyco/x-components
|
|
780
559
|
|
|
560
|
+
## [5.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.69...@empathyco/x-components@5.0.0-alpha.70) (2024-07-11)
|
|
781
561
|
|
|
562
|
+
### Features
|
|
782
563
|
|
|
564
|
+
- migrate internal view components (#1563) ([df0d026](https://github.com/empathyco/x/commit/df0d02634d1193f35918a5c8fd6913faa65c9ab7))
|
|
783
565
|
|
|
784
|
-
|
|
785
|
-
## [5.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.69...@empathyco/x-components@5.0.0-alpha.70) (2024-07-11)
|
|
786
|
-
|
|
566
|
+
## [5.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.68...@empathyco/x-components@5.0.0-alpha.69) (2024-07-11)
|
|
787
567
|
|
|
788
568
|
### Features
|
|
789
569
|
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
## [5.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.68...@empathyco/x-components@5.0.0-alpha.69) (2024-07-11)
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
### Features
|
|
798
|
-
|
|
799
|
-
* migrate Scroll and ScrolToTop componentes (#1562) ([c8182f4](https://github.com/empathyco/x/commit/c8182f4a4435e1e62e7eaee518fb6325fe01bf7e))
|
|
800
|
-
|
|
801
|
-
|
|
570
|
+
- migrate Scroll and ScrolToTop componentes (#1562) ([c8182f4](https://github.com/empathyco/x/commit/c8182f4a4435e1e62e7eaee518fb6325fe01bf7e))
|
|
802
571
|
|
|
803
572
|
## [5.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.67...@empathyco/x-components@5.0.0-alpha.68) (2024-07-10)
|
|
804
573
|
|
|
805
|
-
|
|
806
574
|
### Features
|
|
807
575
|
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
576
|
+
- **create-animation:** migrate to composition API (#1553) ([1097c0d](https://github.com/empathyco/x/commit/1097c0d1b9dd63f9573812b9ddb41b790725b46e))
|
|
811
577
|
|
|
812
578
|
## [5.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.66...@empathyco/x-components@5.0.0-alpha.67) (2024-07-10)
|
|
813
579
|
|
|
814
|
-
|
|
815
580
|
### Features
|
|
816
581
|
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
582
|
+
- migrate url-handler x-module (#1556) ([9445758](https://github.com/empathyco/x/commit/94457580884be4b03ec72fa18231350bdf3f115a))
|
|
820
583
|
|
|
821
584
|
## [5.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.65...@empathyco/x-components@5.0.0-alpha.66) (2024-07-10)
|
|
822
585
|
|
|
823
|
-
|
|
824
586
|
### Features
|
|
825
587
|
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
588
|
+
- **icons:** migrate icons to composition API (#1551) ([243419f](https://github.com/empathyco/x/commit/243419f15b504cea6f8db3ef53899915a174a031))
|
|
829
589
|
|
|
830
590
|
## [5.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.64...@empathyco/x-components@5.0.0-alpha.65) (2024-07-09)
|
|
831
591
|
|
|
832
|
-
|
|
833
592
|
### Features
|
|
834
593
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
594
|
+
- migrate experience controls (#1530) ([91ee6d0](https://github.com/empathyco/x/commit/91ee6d0f171b870c42e6dcc95229a6be66b7067e))
|
|
838
595
|
|
|
839
596
|
## [5.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.63...@empathyco/x-components@5.0.0-alpha.64) (2024-07-09)
|
|
840
597
|
|
|
841
|
-
|
|
842
598
|
### Bug Fixes
|
|
843
599
|
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
600
|
+
- **main-scroll:** obtain observed container element reliably to work with any Vue version (#1552) ([0b4e415](https://github.com/empathyco/x/commit/0b4e41504409dd35a3da0fcf35fa471ea8350f6f))
|
|
847
601
|
|
|
848
602
|
## [5.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.62...@empathyco/x-components@5.0.0-alpha.63) (2024-07-08)
|
|
849
603
|
|
|
850
|
-
|
|
851
604
|
### Features
|
|
852
605
|
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
606
|
+
- migrate filters components to Composition API (#1550) ([dd6a2d7](https://github.com/empathyco/x/commit/dd6a2d728632e81c25cc918c1cac1aa10daab590))
|
|
856
607
|
|
|
857
608
|
## [5.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.61...@empathyco/x-components@5.0.0-alpha.62) (2024-07-08)
|
|
858
609
|
|
|
859
|
-
|
|
860
610
|
### Features
|
|
861
611
|
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
612
|
+
- **renderless-extra-param:** migrate to composition API (#1546) ([3f111f9](https://github.com/empathyco/x/commit/3f111f98fdf0a4175dce0a5d8711bb8d4e4729df))
|
|
865
613
|
|
|
866
614
|
## [5.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.60...@empathyco/x-components@5.0.0-alpha.61) (2024-07-03)
|
|
867
615
|
|
|
868
|
-
|
|
869
616
|
### Features
|
|
870
617
|
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
618
|
+
- **fallback-disclaimer:** migration to composition api (#1545) ([6af6737](https://github.com/empathyco/x/commit/6af6737e854616567822e6ea5a09f093a7368960))
|
|
874
619
|
|
|
875
620
|
## [5.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.59...@empathyco/x-components@5.0.0-alpha.60) (2024-07-03)
|
|
876
621
|
|
|
877
|
-
|
|
878
622
|
### Features
|
|
879
623
|
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
624
|
+
- migrate device-detector component (#1544) ([4083571](https://github.com/empathyco/x/commit/4083571bd2fdfc268b529c4ea5a02acb81eecc32))
|
|
883
625
|
|
|
884
626
|
## [5.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.58...@empathyco/x-components@5.0.0-alpha.59) (2024-07-03)
|
|
885
627
|
|
|
886
|
-
|
|
887
628
|
### Features
|
|
888
629
|
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
630
|
+
- **tagging:** migrate to composition API (#1543) ([f06e35d](https://github.com/empathyco/x/commit/f06e35d25fb561bca1b53f579ed7ace8674b9085))
|
|
892
631
|
|
|
893
632
|
## [5.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.57...@empathyco/x-components@5.0.0-alpha.58) (2024-07-02)
|
|
894
633
|
|
|
895
|
-
|
|
896
634
|
### ⚠ BREAKING CHANGES
|
|
897
635
|
|
|
898
|
-
|
|
636
|
+
- **simple-filter:** use cssClasses prop to pass classes through the component in Vue 3 instead of class or :class when using RenderlessFilter or SimpleFilter components
|
|
899
637
|
|
|
900
638
|
### Features
|
|
901
639
|
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
640
|
+
- **simple-filter:** migrate RenderlessFilter and SimpleFilter to composition API(#1529) ([8d3a2f2](https://github.com/empathyco/x/commit/8d3a2f23748eec700be10f83cad909b6fdf2aa9b))
|
|
905
641
|
|
|
906
642
|
## [5.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.56...@empathyco/x-components@5.0.0-alpha.57) (2024-07-01)
|
|
907
643
|
|
|
908
|
-
|
|
909
644
|
### Features
|
|
910
645
|
|
|
911
|
-
|
|
912
|
-
|
|
646
|
+
- **facets:** migrate AllFilter component to Composition API (#1535) ([0b00671](https://github.com/empathyco/x/commit/0b006711297f6fb3721622082fe63b87ce4bcbf7))
|
|
913
647
|
|
|
914
648
|
### Bug Fixes
|
|
915
649
|
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
650
|
+
- **vue3:** fix minor Vue3 warnings about migration (#1533) ([8b65ea7](https://github.com/empathyco/x/commit/8b65ea796c7e02c973ba9566bd6bae17fc879c3e))
|
|
919
651
|
|
|
920
652
|
## [5.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.55...@empathyco/x-components@5.0.0-alpha.56) (2024-07-01)
|
|
921
653
|
|
|
922
|
-
|
|
923
654
|
### Features
|
|
924
655
|
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
656
|
+
- migrate `Redirection` component to composition api (#1532) ([93c0809](https://github.com/empathyco/x/commit/93c08094a33f9828631ad4e4bbb9ac7831db5963))
|
|
928
657
|
|
|
929
658
|
## [5.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.54...@empathyco/x-components@5.0.0-alpha.55) (2024-06-26)
|
|
930
659
|
|
|
931
|
-
|
|
932
660
|
### ⚠ BREAKING CHANGES
|
|
933
661
|
|
|
934
|
-
|
|
662
|
+
- **use-register-x-module:** get rid of useRegisterXModule composable. Use XPlugin.registerXModule(xModule) or InstallXOptions.initialXModules instead
|
|
935
663
|
|
|
936
664
|
### Code Refactoring
|
|
937
665
|
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
666
|
+
- **use-register-x-module:** get rid of register x-module composable and deprecated the mixin for the same (#1534) ([4dabc84](https://github.com/empathyco/x/commit/4dabc84c67720e4bfca739b685f3fed5d100f693))
|
|
941
667
|
|
|
942
668
|
## [5.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.53...@empathyco/x-components@5.0.0-alpha.54) (2024-06-24)
|
|
943
669
|
|
|
944
|
-
|
|
945
670
|
### Features
|
|
946
671
|
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
672
|
+
- replace DisableAnimationMixin by useDisableAnimation composable (#1469) ([f498d3f](https://github.com/empathyco/x/commit/f498d3fba5d294391dcfca47f9724558e98f50f0))
|
|
950
673
|
|
|
951
674
|
## [5.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.52...@empathyco/x-components@5.0.0-alpha.53) (2024-06-24)
|
|
952
675
|
|
|
953
|
-
|
|
954
676
|
### Features
|
|
955
677
|
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
678
|
+
- **extra-params:** migrate extra params and snippet config extra params (#1531) ([d869f18](https://github.com/empathyco/x/commit/d869f1886c11f74af8a6350033d7567385ad629d))
|
|
959
679
|
|
|
960
680
|
## [5.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.51...@empathyco/x-components@5.0.0-alpha.52) (2024-06-20)
|
|
961
681
|
|
|
962
|
-
|
|
963
682
|
### Features
|
|
964
683
|
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
684
|
+
- migrate `QueryPreviewButton` component to composition API (#1525) ([3eff0c7](https://github.com/empathyco/x/commit/3eff0c7c9479abbebbda59e8cc538af6f55375e1))
|
|
968
685
|
|
|
969
686
|
## [5.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.50...@empathyco/x-components@5.0.0-alpha.51) (2024-06-19)
|
|
970
687
|
|
|
971
|
-
|
|
972
688
|
### Features
|
|
973
689
|
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
690
|
+
- migrate popular-searches x-module (#1524) ([f79456d](https://github.com/empathyco/x/commit/f79456d4589b3f9dee5fd86fad9625b853dde267))
|
|
977
691
|
|
|
978
692
|
## [5.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.49...@empathyco/x-components@5.0.0-alpha.50) (2024-06-19)
|
|
979
693
|
|
|
980
|
-
|
|
981
694
|
### Features
|
|
982
695
|
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
696
|
+
- migrate `facets provider` component to use Composition API (#1523) ([eff7b8d](https://github.com/empathyco/x/commit/eff7b8d92c54aece07061c2d8ce58507a56e7d01))
|
|
986
697
|
|
|
987
698
|
## [5.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.48...@empathyco/x-components@5.0.0-alpha.49) (2024-06-18)
|
|
988
699
|
|
|
989
|
-
|
|
990
700
|
### Features
|
|
991
701
|
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
702
|
+
- migrate `next-queries` module to composition API ([324d5d8](https://github.com/empathyco/x/commit/324d5d866167352b9ad5e1b2858853ce197fe7fe))
|
|
995
703
|
|
|
996
704
|
## [5.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.47...@empathyco/x-components@5.0.0-alpha.48) (2024-06-18)
|
|
997
705
|
|
|
998
|
-
|
|
999
706
|
### Features
|
|
1000
707
|
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
708
|
+
- migrate `identifier-results` x-module to composition API (#1521) ([81b18d0](https://github.com/empathyco/x/commit/81b18d03b3ae2ba9df05f5c288a7eab0e0e7966c))
|
|
1004
709
|
|
|
1005
710
|
## [5.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.46...@empathyco/x-components@5.0.0-alpha.47) (2024-06-17)
|
|
1006
711
|
|
|
1007
|
-
|
|
1008
712
|
### Bug Fixes
|
|
1009
713
|
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
714
|
+
- **x-module:** deprecate useRegisterXModule composable in favour of register the x-module itself in the import (#1520) ([525b020](https://github.com/empathyco/x/commit/525b020f033b1e44d95e5b4042c8201636c87287))
|
|
1013
715
|
|
|
1014
716
|
## [5.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.45...@empathyco/x-components@5.0.0-alpha.46) (2024-06-17)
|
|
1015
717
|
|
|
1016
|
-
|
|
1017
718
|
### Features
|
|
1018
719
|
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
720
|
+
- **search:** add the capability to reload the current search (#1515) ([617c3b0](https://github.com/empathyco/x/commit/617c3b0d4c07a1054d95c9b4316b86dc5112643e))
|
|
1022
721
|
|
|
1023
722
|
## [5.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.44...@empathyco/x-components@5.0.0-alpha.45) (2024-06-14)
|
|
1024
723
|
|
|
1025
|
-
|
|
1026
724
|
### Features
|
|
1027
725
|
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
726
|
+
- **recommendations:** migrate recommendations x-module to composition api (#1519) ([5d44214](https://github.com/empathyco/x/commit/5d44214092af033d9cbf88ec9f306d15a1ded120))
|
|
1031
727
|
|
|
1032
728
|
## [5.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.43...@empathyco/x-components@5.0.0-alpha.44) (2024-06-14)
|
|
1033
729
|
|
|
1034
|
-
|
|
1035
730
|
### Features
|
|
1036
731
|
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
732
|
+
- migrate `Spellcheck` and `SpellcheckButton` components to composition api (#1518) ([0e848a7](https://github.com/empathyco/x/commit/0e848a70d69a780b4a053d5bc78b432178f21327))
|
|
1040
733
|
|
|
1041
734
|
## [5.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.42...@empathyco/x-components@5.0.0-alpha.43) (2024-06-13)
|
|
1042
735
|
|
|
1043
|
-
|
|
1044
736
|
### Features
|
|
1045
737
|
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
738
|
+
- migrate semantics queries module to composition api (#1508) ([72914a2](https://github.com/empathyco/x/commit/72914a25195e2e546da343d32c6a4544b38bdd91))
|
|
1049
739
|
|
|
1050
740
|
## [5.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.41...@empathyco/x-components@5.0.0-alpha.42) (2024-06-12)
|
|
1051
741
|
|
|
1052
|
-
|
|
1053
742
|
### Features
|
|
1054
743
|
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
744
|
+
- migrate `Banner` and `Promoted` to composition API (#1506) ([c102fd9](https://github.com/empathyco/x/commit/c102fd96b26425df2ed8d73d58b3db8fc454deeb))
|
|
745
|
+
- migrate RTs module to composition API (#1498) ([22c5325](https://github.com/empathyco/x/commit/22c5325666441121e8ee64bfaa4c51ddad11939a))
|
|
1059
746
|
|
|
1060
747
|
## [5.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.40...@empathyco/x-components@5.0.0-alpha.41) (2024-06-12)
|
|
1061
748
|
|
|
1062
|
-
|
|
1063
749
|
### Features
|
|
1064
750
|
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
751
|
+
- migrate `query suggestions` module to composition api (#1497) ([4a9c742](https://github.com/empathyco/x/commit/4a9c742007476367328be6c978d16ec16ae115c1))
|
|
1068
752
|
|
|
1069
753
|
## [5.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.39...@empathyco/x-components@5.0.0-alpha.40) (2024-06-12)
|
|
1070
754
|
|
|
1071
|
-
|
|
1072
755
|
### Features
|
|
1073
756
|
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
757
|
+
- migrate history queries x module to composition api (#1494) ([cd51e9b](https://github.com/empathyco/x/commit/cd51e9bb2afb77bbb8f935445bfda360dcfaafde))
|
|
1077
758
|
|
|
1078
759
|
## [5.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.34...@empathyco/x-components@5.0.0-alpha.39) (2024-06-11)
|
|
1079
760
|
|
|
1080
|
-
|
|
1081
761
|
### Bug Fixes
|
|
1082
762
|
|
|
1083
|
-
|
|
1084
|
-
|
|
763
|
+
- **semantic-queries:** cancel track no results query on QueryPreviewUnmounted event (#1507) ([cc6518e](https://github.com/empathyco/x/commit/cc6518efe8e00bf02240ca54e39ef77d05a3139f))
|
|
1085
764
|
|
|
1086
765
|
### Continuous Integration
|
|
1087
766
|
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
767
|
+
- add token to checkout action (#1511) ([c7cd70a](https://github.com/empathyco/x/commit/c7cd70a5b6df5701b5e46b4558b82485bc40f953))
|
|
768
|
+
- fix package version and remove `persist-credentials` (#1513) ([c3add80](https://github.com/empathyco/x/commit/c3add8033ac5515e715e1ffff636b6df8133bccc))
|
|
1092
769
|
|
|
1093
770
|
## [5.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.37...@empathyco/x-components@5.0.0-alpha.38) (2024-06-11)
|
|
1094
771
|
|
|
@@ -1106,275 +783,191 @@ To add new components you can do it via https://tailwindcss.com/docs/adding-cust
|
|
|
1106
783
|
|
|
1107
784
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1108
785
|
|
|
1109
|
-
|
|
1110
786
|
## [5.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.33...@empathyco/x-components@5.0.0-alpha.34) (2024-06-06)
|
|
1111
787
|
|
|
1112
788
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1113
789
|
|
|
1114
|
-
|
|
1115
790
|
## [5.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.32...@empathyco/x-components@5.0.0-alpha.33) (2024-06-05)
|
|
1116
791
|
|
|
1117
|
-
|
|
1118
792
|
### Code Refactoring
|
|
1119
793
|
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
794
|
+
- **keyboard-navigation:** use xBus only (#1502) ([8bb3c60](https://github.com/empathyco/x/commit/8bb3c604f308598a124719345bb4cf15a4d83103))
|
|
1123
795
|
|
|
1124
796
|
## [5.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.31...@empathyco/x-components@5.0.0-alpha.32) (2024-06-05)
|
|
1125
797
|
|
|
1126
|
-
|
|
1127
798
|
### Features
|
|
1128
799
|
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
800
|
+
- migrate PartialQueryButton and PartialResultsList (#1501) ([5e87123](https://github.com/empathyco/x/commit/5e87123d4a6c1edeb05f83c31ee8f096b5558e0f))
|
|
1132
801
|
|
|
1133
802
|
## [5.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.30...@empathyco/x-components@5.0.0-alpha.31) (2024-06-04)
|
|
1134
803
|
|
|
1135
|
-
|
|
1136
804
|
### Features
|
|
1137
805
|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
806
|
+
- migrate BaseEventsModal to composition API ([7ef04b6](https://github.com/empathyco/x/commit/7ef04b65bcef2eb9b9dc5bc107bc02823831d444))
|
|
1141
807
|
|
|
1142
808
|
## [5.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.29...@empathyco/x-components@5.0.0-alpha.30) (2024-06-04)
|
|
1143
809
|
|
|
1144
|
-
|
|
1145
810
|
### Features
|
|
1146
811
|
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
812
|
+
- **base-id-modal:** migrate to composition API (#1500) ([6274c67](https://github.com/empathyco/x/commit/6274c676946536c9c1c4e54205ebda18c79b8f55))
|
|
1150
813
|
|
|
1151
814
|
## [5.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.28...@empathyco/x-components@5.0.0-alpha.29) (2024-05-31)
|
|
1152
815
|
|
|
1153
|
-
|
|
1154
816
|
### Features
|
|
1155
817
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
818
|
+
- **keyboard-navigation:** migrate keyboard-navigation component to composition API (#1493) ([4cf31c9](https://github.com/empathyco/x/commit/4cf31c9df4b751514deaaef4c9abfe4ee5ddfc40))
|
|
1159
819
|
|
|
1160
820
|
## [5.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.27...@empathyco/x-components@5.0.0-alpha.28) (2024-05-31)
|
|
1161
821
|
|
|
1162
|
-
|
|
1163
822
|
### Features
|
|
1164
823
|
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
824
|
+
- **panels:** migrate `base-panels` components to composition api (#1491) ([077ad4d](https://github.com/empathyco/x/commit/077ad4d1bcc1dcf0ae2e16a02f1ac073481a1892))
|
|
825
|
+
- **result-images:** migrate result images components to composition API (#1496) ([624fb45](https://github.com/empathyco/x/commit/624fb459e71b3c0905e53ba70c1a3a15f581a0fc))
|
|
1169
826
|
|
|
1170
827
|
## [5.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.26...@empathyco/x-components@5.0.0-alpha.27) (2024-05-30)
|
|
1171
828
|
|
|
1172
|
-
|
|
1173
829
|
### Features
|
|
1174
830
|
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
831
|
+
- **highlight:** migrate highlight component to composition API (#1486) ([10dd541](https://github.com/empathyco/x/commit/10dd5417f861d6e1152483abbd510059d2917f48))
|
|
1178
832
|
|
|
1179
833
|
## [5.0.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.25...@empathyco/x-components@5.0.0-alpha.26) (2024-05-30)
|
|
1180
834
|
|
|
1181
|
-
|
|
1182
835
|
### Bug Fixes
|
|
1183
836
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
837
|
+
- **animation:** fix Expected Object, got Function on animations props (#1489) ([4467edc](https://github.com/empathyco/x/commit/4467edcb08c8d4f59044209d0f9a800745f6d6af))
|
|
1187
838
|
|
|
1188
839
|
## [5.0.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.24...@empathyco/x-components@5.0.0-alpha.25) (2024-05-29)
|
|
1189
840
|
|
|
1190
|
-
|
|
1191
841
|
### Features
|
|
1192
842
|
|
|
1193
|
-
|
|
1194
|
-
|
|
843
|
+
- migrate base suggestions component to composition API ([34bd833](https://github.com/empathyco/x/commit/34bd833e58f9b5f559df17ec2781e529476cdda8))
|
|
1195
844
|
|
|
1196
845
|
### Bug Fixes
|
|
1197
846
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
847
|
+
- build ([f3b6ea9](https://github.com/empathyco/x/commit/f3b6ea91039dcfb1a2d2a50977b65aec7c5cd4c8))
|
|
848
|
+
- fix type of prop ([fbfca6f](https://github.com/empathyco/x/commit/fbfca6f09f3d5145f87b4a2b7f6e4f7084468996))
|
|
1201
849
|
|
|
1202
850
|
### Code Refactoring
|
|
1203
851
|
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
852
|
+
- use implicit return ([99dce8d](https://github.com/empathyco/x/commit/99dce8d461c0b966fabca4ef61ced10ab44b20e2))
|
|
853
|
+
- use implicit return ([4405835](https://github.com/empathyco/x/commit/440583514bf78eae6b8531d89ef28a22718831ea))
|
|
1208
854
|
|
|
1209
855
|
## [5.0.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.23...@empathyco/x-components@5.0.0-alpha.24) (2024-05-29)
|
|
1210
856
|
|
|
1211
|
-
|
|
1212
857
|
### Bug Fixes
|
|
1213
858
|
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
859
|
+
- handle dynamic content in empathize (#1492) ([db082ef](https://github.com/empathyco/x/commit/db082efdcfa6fda3863a344f884cd05848bac97d))
|
|
1217
860
|
|
|
1218
861
|
## [5.0.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.22...@empathyco/x-components@5.0.0-alpha.23) (2024-05-28)
|
|
1219
862
|
|
|
1220
|
-
|
|
1221
863
|
### Features
|
|
1222
864
|
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
865
|
+
- **base-modal:** migrate base-modal component and side effects (#1479) ([610ec16](https://github.com/empathyco/x/commit/610ec16e20b10a344936b2914c61085e22a09dfd))
|
|
866
|
+
- **sliding-panel:** migrate sliding-panel component to composition API (#1485) ([bf9e1a3](https://github.com/empathyco/x/commit/bf9e1a38364a23402562a19ce8095452da5f02d7))
|
|
1227
867
|
|
|
1228
868
|
## [5.0.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.21...@empathyco/x-components@5.0.0-alpha.22) (2024-05-28)
|
|
1229
869
|
|
|
1230
|
-
|
|
1231
870
|
### Code Refactoring
|
|
1232
871
|
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
872
|
+
- migrate `BaseVariableColumnGrid` to Composition API (#1482) ([b7e292a](https://github.com/empathyco/x/commit/b7e292ae55560f557dd7db3cfbceed993c7b318e))
|
|
1236
873
|
|
|
1237
874
|
## [5.0.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.20...@empathyco/x-components@5.0.0-alpha.21) (2024-05-28)
|
|
1238
875
|
|
|
1239
|
-
|
|
1240
876
|
### Features
|
|
1241
877
|
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
878
|
+
- replace extra divs with `NoElement` (#1484) ([cc7042e](https://github.com/empathyco/x/commit/cc7042e5f144f2abc9eb39e3834c8a153795f558))
|
|
1245
879
|
|
|
1246
880
|
## [5.0.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.19...@empathyco/x-components@5.0.0-alpha.20) (2024-05-28)
|
|
1247
881
|
|
|
1248
|
-
|
|
1249
882
|
### Features
|
|
1250
883
|
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
884
|
+
- **empathize:** migrate empathize component to composition API (#1481) ([ae34083](https://github.com/empathyco/x/commit/ae34083978ea658f7b740f7a4f701b3dd74c0b2f))
|
|
1254
885
|
|
|
1255
886
|
## [5.0.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.18...@empathyco/x-components@5.0.0-alpha.19) (2024-05-27)
|
|
1256
887
|
|
|
1257
|
-
|
|
1258
888
|
### Features
|
|
1259
889
|
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
890
|
+
- Replace `layoutsmixin` by `useLayouts` composable (#1480) ([71feaae](https://github.com/empathyco/x/commit/71feaae8493fb683919967bdf52de161a4e4fbf2))
|
|
1263
891
|
|
|
1264
892
|
## [5.0.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.17...@empathyco/x-components@5.0.0-alpha.18) (2024-05-23)
|
|
1265
893
|
|
|
1266
|
-
|
|
1267
894
|
### Features
|
|
1268
895
|
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
896
|
+
- **search-box:** migrate search-box x-module components to Composition API (#1476) ([5c2b7bc](https://github.com/empathyco/x/commit/5c2b7bcf47281f9a3bb2ea65a1bfb73c6d850260))
|
|
1272
897
|
|
|
1273
898
|
## [5.0.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.16...@empathyco/x-components@5.0.0-alpha.17) (2024-05-22)
|
|
1274
899
|
|
|
1275
|
-
|
|
1276
900
|
### Features
|
|
1277
901
|
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
902
|
+
- **use-debounce:** create useDebounce composable to deprecate Debounce decorator (#1475) ([67f0e42](https://github.com/empathyco/x/commit/67f0e42079839ec9c0f74a9d25ecf9bb2de9a9ab))
|
|
1281
903
|
|
|
1282
904
|
## [5.0.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.15...@empathyco/x-components@5.0.0-alpha.16) (2024-05-22)
|
|
1283
905
|
|
|
1284
|
-
|
|
1285
906
|
### Code Refactoring
|
|
1286
907
|
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
908
|
+
- **noElement:** use the full array of VNodes from the default slot (#1474) ([8fb904c](https://github.com/empathyco/x/commit/8fb904caf9be32ab573bcc9acba4dbc602dd1bc6))
|
|
1290
909
|
|
|
1291
910
|
## [5.0.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.14...@empathyco/x-components@5.0.0-alpha.15) (2024-05-21)
|
|
1292
911
|
|
|
1293
912
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1294
913
|
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
914
|
## [5.0.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.13...@empathyco/x-components@5.0.0-alpha.14) (2024-05-21)
|
|
1300
915
|
|
|
1301
|
-
|
|
1302
916
|
### Features
|
|
1303
917
|
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
918
|
+
- **use-x-bus:** unsubscribe from bus events when component is unmounted (#1472) ([36f542a](https://github.com/empathyco/x/commit/36f542ad255096816fccba4c7dcec8e5a9571550))
|
|
1307
919
|
|
|
1308
920
|
## [5.0.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.12...@empathyco/x-components@5.0.0-alpha.13) (2024-05-17)
|
|
1309
921
|
|
|
1310
|
-
|
|
1311
922
|
### ⚠ BREAKING CHANGES
|
|
1312
923
|
|
|
1313
|
-
|
|
924
|
+
- **scroll:** `WindowScroll' component will no longer be available and has been removed.
|
|
1314
925
|
|
|
1315
926
|
### Features
|
|
1316
927
|
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
928
|
+
- **scroll:** replace `ScrollMixin` by `UseScroll` composable (#1473) ([26244cd](https://github.com/empathyco/x/commit/26244cdc8ced863918f0ceb8138ca89bf6792461))
|
|
1320
929
|
|
|
1321
930
|
## [5.0.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.11...@empathyco/x-components@5.0.0-alpha.12) (2024-05-15)
|
|
1322
931
|
|
|
1323
|
-
|
|
1324
932
|
### Features
|
|
1325
933
|
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
934
|
+
- migrate `FiltersInjection` mixin (#1467) ([839c663](https://github.com/empathyco/x/commit/839c66334c98ed399ce354a2c5a3a842734ed54c))
|
|
1329
935
|
|
|
1330
936
|
## [5.0.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.10...@empathyco/x-components@5.0.0-alpha.11) (2024-05-13)
|
|
1331
937
|
|
|
1332
|
-
|
|
1333
938
|
### Features
|
|
1334
939
|
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
940
|
+
- replace `AnimationsMixin` with `useCollapseAnimation` composable (#1468) ([e3ee9d9](https://github.com/empathyco/x/commit/e3ee9d94f9acc4abdcd1c591a754c86d9a6abbb7))
|
|
1338
941
|
|
|
1339
942
|
## [5.0.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.9...@empathyco/x-components@5.0.0-alpha.10) (2024-05-09)
|
|
1340
943
|
|
|
1341
|
-
|
|
1342
944
|
### Features
|
|
1343
945
|
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
946
|
+
- Replace FacetsMixin by useFacets composable (#1462) ([bb7e0ce](https://github.com/empathyco/x/commit/bb7e0cede8653d82e436db696e80c1bdbcb9cc41))
|
|
1347
947
|
|
|
1348
948
|
## [5.0.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.8...@empathyco/x-components@5.0.0-alpha.9) (2024-05-09)
|
|
1349
949
|
|
|
1350
|
-
|
|
1351
950
|
### Features
|
|
1352
951
|
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
952
|
+
- migrate `ItemsListInjection` mixin (#1460) ([a89fb51](https://github.com/empathyco/x/commit/a89fb5179de040695f13d56f43de50917e1c7f97))
|
|
1356
953
|
|
|
1357
954
|
## [5.0.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.7...@empathyco/x-components@5.0.0-alpha.8) (2024-05-08)
|
|
1358
955
|
|
|
1359
|
-
|
|
1360
956
|
### ⚠ BREAKING CHANGES
|
|
1361
957
|
|
|
1362
|
-
|
|
1363
|
-
`MainScrollItem` drops the usage of `NoElement` if no `tag` prop is passed and uses a div as fallback.
|
|
958
|
+
- `MainScroll` drops the usage of `NoElement` as root element and uses a div instead. This extra div could break the style of an application that relies on `MainScroll` rendering their content directly.
|
|
959
|
+
`MainScrollItem` drops the usage of `NoElement` if no `tag` prop is passed and uses a div as fallback.
|
|
1364
960
|
|
|
1365
961
|
### Features
|
|
1366
962
|
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
963
|
+
- migrate `MainScroll` and `MainScrollItem` components (#1456) ([b720132](https://github.com/empathyco/x/commit/b7201322bbf1f5696e80e00622d21d653228177c))
|
|
1370
964
|
|
|
1371
965
|
## [5.0.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.6...@empathyco/x-components@5.0.0-alpha.7) (2024-05-06)
|
|
1372
966
|
|
|
1373
|
-
|
|
1374
967
|
### ⚠ BREAKING CHANGES
|
|
1375
968
|
|
|
1376
|
-
|
|
1377
|
-
`BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`.
|
|
969
|
+
- **ColumnPickerMixin:** `BaseColumnPickerDropdown` component will no longer emit the `change` event, use `update:modelValue` instead.
|
|
970
|
+
`BaseColumnPickerDropdown` prop for the selected columns was renamed from `value` to `modelValue`.
|
|
1378
971
|
|
|
1379
972
|
`BaseColumnPickerList` component will no longer emit the `change` event, use `update:modelValue` instead.
|
|
1380
973
|
`BaseColumnPickerList` prop for the selected columns was renamed from `value` to `modelValue`.
|
|
@@ -1383,653 +976,430 @@ To add new components you can do it via https://tailwindcss.com/docs/adding-cust
|
|
|
1383
976
|
|
|
1384
977
|
### Code Refactoring
|
|
1385
978
|
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
979
|
+
- **ColumnPickerMixin:** get rid of `ColumnPickerMixin` and refactor components which use it (#1461) ([c5b84da](https://github.com/empathyco/x/commit/c5b84da32b75a37d028e91b64220016a2cfb3037))
|
|
1389
980
|
|
|
1390
981
|
## [5.0.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.5...@empathyco/x-components@5.0.0-alpha.6) (2024-05-03)
|
|
1391
982
|
|
|
1392
983
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1393
984
|
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
985
|
## [5.0.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.4...@empathyco/x-components@5.0.0-alpha.5) (2024-05-01)
|
|
1399
986
|
|
|
1400
|
-
|
|
1401
987
|
### Testing
|
|
1402
988
|
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
989
|
+
- add Sort components to Vue 3 migration test (#1454) ([7ccffb0](https://github.com/empathyco/x/commit/7ccffb084cdf6521c57977eca4d19d93f6586a2d))
|
|
1406
990
|
|
|
1407
991
|
## [5.0.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.3...@empathyco/x-components@5.0.0-alpha.4) (2024-05-01)
|
|
1408
992
|
|
|
1409
|
-
|
|
1410
993
|
### Bug Fixes
|
|
1411
994
|
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
995
|
+
- **query-preview-list:** enable inherit attrs (#1458) ([1adbfe0](https://github.com/empathyco/x/commit/1adbfe04665e289aa0c325daced40f257669fe2d))
|
|
1415
996
|
|
|
1416
997
|
## [5.0.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.2...@empathyco/x-components@5.0.0-alpha.3) (2024-05-01)
|
|
1417
998
|
|
|
1418
|
-
|
|
1419
999
|
### Code Refactoring
|
|
1420
1000
|
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1001
|
+
- **base-event-button:** migrate base-event-button component to Composition API (#1457) ([39a7a8e](https://github.com/empathyco/x/commit/39a7a8ed4767ae78d447e6ddca530c41f9f681dc))
|
|
1424
1002
|
|
|
1425
1003
|
## [5.0.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.1...@empathyco/x-components@5.0.0-alpha.2) (2024-05-01)
|
|
1426
1004
|
|
|
1427
|
-
|
|
1428
1005
|
### Documentation
|
|
1429
1006
|
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1007
|
+
- fix typo (#1455) ([44eae35](https://github.com/empathyco/x/commit/44eae359b33f9642eb9af02701fd6a3295a2deb9))
|
|
1433
1008
|
|
|
1434
1009
|
## [5.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@5.0.0-alpha.0...@empathyco/x-components@5.0.0-alpha.1) (2024-04-29)
|
|
1435
1010
|
|
|
1436
|
-
|
|
1437
1011
|
### Code Refactoring
|
|
1438
1012
|
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1013
|
+
- **query-preview:** migrate query preview component x provide (#1452) ([a60c62a](https://github.com/empathyco/x/commit/a60c62a35d7ba3f13e6561583a0af9f5a46c61b2))
|
|
1442
1014
|
|
|
1443
1015
|
## [5.0.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.46...@empathyco/x-components@5.0.0-alpha.0) (2024-04-24)
|
|
1444
1016
|
|
|
1445
|
-
|
|
1446
1017
|
### ⚠ BREAKING CHANGES
|
|
1447
1018
|
|
|
1448
|
-
|
|
1449
|
-
base-dropdown prop for the selected item was renamed from `value` to `modelValue`.
|
|
1019
|
+
- **sort-mixin:** base-dropdown component will no longer emit the `change` event, use `update:modelValue` instead.
|
|
1020
|
+
base-dropdown prop for the selected item was renamed from `value` to `modelValue`.
|
|
1450
1021
|
|
|
1451
1022
|
### Code Refactoring
|
|
1452
1023
|
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1024
|
+
- **sort-mixin:** get rid of SortMixin and refactor components which use it (#1448) ([de0a287](https://github.com/empathyco/x/commit/de0a28754d8fefe8c4db6aa7b7cb5d8407016be2))
|
|
1456
1025
|
|
|
1457
1026
|
## [4.1.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.45...@empathyco/x-components@4.1.0-alpha.46) (2024-04-22)
|
|
1458
1027
|
|
|
1459
|
-
|
|
1460
1028
|
### Features
|
|
1461
1029
|
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1030
|
+
- export pageLoaderButton component (#1449) ([115f744](https://github.com/empathyco/x/commit/115f7448fc92cee5be4151191d4b1a347fd570a1))
|
|
1465
1031
|
|
|
1466
1032
|
## [4.1.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.44...@empathyco/x-components@4.1.0-alpha.45) (2024-04-19)
|
|
1467
1033
|
|
|
1468
|
-
|
|
1469
1034
|
### Features
|
|
1470
1035
|
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1036
|
+
- **bus:** make `useXBus` get bus from `XPlugin` (#1447) ([c57d1af](https://github.com/empathyco/x/commit/c57d1aff8df162e5b99b78822ba5013b617d4aba))
|
|
1474
1037
|
|
|
1475
1038
|
## [4.1.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.43...@empathyco/x-components@4.1.0-alpha.44) (2024-04-19)
|
|
1476
1039
|
|
|
1477
|
-
|
|
1478
1040
|
### Features
|
|
1479
1041
|
|
|
1480
|
-
|
|
1481
|
-
|
|
1042
|
+
- EMP-3849 Create vue3-migration-test package ([399fe51](https://github.com/empathyco/x/commit/399fe5176b8c0a5206ed7da4edf9c54c1219f70b))
|
|
1482
1043
|
|
|
1483
1044
|
### Bug Fixes
|
|
1484
1045
|
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1046
|
+
- Fix @vue/compat alias for x-components imports ([d6d7e2f](https://github.com/empathyco/x/commit/d6d7e2f26e6944af7453c213b8d0a1d28ff359eb))
|
|
1047
|
+
- Fix Vue alias for Cypress component testing ([6a71960](https://github.com/empathyco/x/commit/6a71960ffeef4c4b964084c924feac76e25850b5))
|
|
1489
1048
|
|
|
1490
1049
|
## [4.1.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.42...@empathyco/x-components@4.1.0-alpha.43) (2024-04-08)
|
|
1491
1050
|
|
|
1492
|
-
|
|
1493
1051
|
### Features
|
|
1494
1052
|
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1053
|
+
- migrate result variant provider (#1440) ([b981d9b](https://github.com/empathyco/x/commit/b981d9ba35394288957e13adbffbaaded142e6c7))
|
|
1498
1054
|
|
|
1499
1055
|
## [4.1.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.41...@empathyco/x-components@4.1.0-alpha.42) (2024-04-08)
|
|
1500
1056
|
|
|
1501
|
-
|
|
1502
1057
|
### Features
|
|
1503
1058
|
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1059
|
+
- migrate result variants selector component (#1438) ([1e6d681](https://github.com/empathyco/x/commit/1e6d681d7368ca04810df5d8d6116e702face4ff))
|
|
1507
1060
|
|
|
1508
1061
|
## [4.1.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.40...@empathyco/x-components@4.1.0-alpha.41) (2024-04-08)
|
|
1509
1062
|
|
|
1510
|
-
|
|
1511
1063
|
### Features
|
|
1512
1064
|
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1065
|
+
- migrate base-grid component to vue 2.7 (#1441) ([1974715](https://github.com/empathyco/x/commit/19747154d727bec6cbee171df7d655c34f714db0))
|
|
1516
1066
|
|
|
1517
1067
|
## [4.1.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.39...@empathyco/x-components@4.1.0-alpha.40) (2024-04-04)
|
|
1518
1068
|
|
|
1519
|
-
|
|
1520
1069
|
### Code Refactoring
|
|
1521
1070
|
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1071
|
+
- remove useHybridInject (#1439) ([f3f6c75](https://github.com/empathyco/x/commit/f3f6c75b9860937869eee89249a50a65480054b8))
|
|
1525
1072
|
|
|
1526
1073
|
## [4.1.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.38...@empathyco/x-components@4.1.0-alpha.39) (2024-04-04)
|
|
1527
1074
|
|
|
1528
|
-
|
|
1529
1075
|
### Features
|
|
1530
1076
|
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1077
|
+
- modify use-$x composable (#1434) ([cd9a0d1](https://github.com/empathyco/x/commit/cd9a0d1acc95e9b79142aa1abe4b5df5d04aef40))
|
|
1534
1078
|
|
|
1535
1079
|
## [4.1.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.37...@empathyco/x-components@4.1.0-alpha.38) (2024-03-27)
|
|
1536
1080
|
|
|
1537
|
-
|
|
1538
1081
|
### Bug Fixes
|
|
1539
1082
|
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1083
|
+
- make arrays reactive with ref in useHybridInject (#1437) ([75e6fbf](https://github.com/empathyco/x/commit/75e6fbf0b5c2cc95a2bb6f5549afed5eeca635ca))
|
|
1543
1084
|
|
|
1544
1085
|
## [4.1.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.36...@empathyco/x-components@4.1.0-alpha.37) (2024-03-22)
|
|
1545
1086
|
|
|
1546
|
-
|
|
1547
1087
|
### Code Refactoring
|
|
1548
1088
|
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1089
|
+
- migrate aside to vue 2.7 and use hybridInject (#1433) ([3c94afc](https://github.com/empathyco/x/commit/3c94afc813e58d6c70943e103f814129a17c7eff))
|
|
1552
1090
|
|
|
1553
1091
|
## [4.1.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.35...@empathyco/x-components@4.1.0-alpha.36) (2024-03-21)
|
|
1554
1092
|
|
|
1555
|
-
|
|
1556
1093
|
### Bug Fixes
|
|
1557
1094
|
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1095
|
+
- bus handling of a location ref (#1432) ([b980638](https://github.com/empathyco/x/commit/b98063826f5657088bb613db1a529a446389ed67))
|
|
1561
1096
|
|
|
1562
1097
|
## [4.1.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.34...@empathyco/x-components@4.1.0-alpha.35) (2024-03-20)
|
|
1563
1098
|
|
|
1564
|
-
|
|
1565
1099
|
### Code Refactoring
|
|
1566
1100
|
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1101
|
+
- create alias api composable (#1426) ([6badb3a](https://github.com/empathyco/x/commit/6badb3a9815f880f0f411f948b3755f50e9e60a7))
|
|
1570
1102
|
|
|
1571
1103
|
## [4.1.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.33...@empathyco/x-components@4.1.0-alpha.34) (2024-03-19)
|
|
1572
1104
|
|
|
1573
|
-
|
|
1574
1105
|
### Code Refactoring
|
|
1575
1106
|
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1107
|
+
- migrate no-element component to vue 2.7 ([29d6a61](https://github.com/empathyco/x/commit/29d6a613aa5a46a6584fcb99015a5cbd99d43b42))
|
|
1579
1108
|
|
|
1580
1109
|
## [4.1.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.32...@empathyco/x-components@4.1.0-alpha.33) (2024-03-19)
|
|
1581
1110
|
|
|
1582
|
-
|
|
1583
1111
|
### Code Refactoring
|
|
1584
1112
|
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1113
|
+
- migrate snippet-callbacks to vue 2.7 (#1431) ([168ff1d](https://github.com/empathyco/x/commit/168ff1db8ac964fd12c307c61756d23d84e6ad76))
|
|
1588
1114
|
|
|
1589
1115
|
## [4.1.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.31...@empathyco/x-components@4.1.0-alpha.32) (2024-03-13)
|
|
1590
1116
|
|
|
1591
|
-
|
|
1592
1117
|
### Code Refactoring
|
|
1593
1118
|
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1119
|
+
- migrate preselected filters component (#1422) ([4a38318](https://github.com/empathyco/x/commit/4a383186b5ca669938ffbc230c9c3d02805e866b))
|
|
1597
1120
|
|
|
1598
1121
|
## [4.1.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.30...@empathyco/x-components@4.1.0-alpha.31) (2024-03-13)
|
|
1599
1122
|
|
|
1600
|
-
|
|
1601
1123
|
### Code Refactoring
|
|
1602
1124
|
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1125
|
+
- migrate global-x-bus component (#1429) ([48c8ff5](https://github.com/empathyco/x/commit/48c8ff58f112c7ff11df4568358bde8542f32b0a))
|
|
1606
1126
|
|
|
1607
1127
|
## [4.1.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.29...@empathyco/x-components@4.1.0-alpha.30) (2024-03-12)
|
|
1608
1128
|
|
|
1609
|
-
|
|
1610
1129
|
### Features
|
|
1611
1130
|
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1131
|
+
- send totalHits -1 when there are no results and semantics (#1425) ([d393649](https://github.com/empathyco/x/commit/d39364944d2ee76ee5412480e9c3cdeb55fc4fa1))
|
|
1615
1132
|
|
|
1616
1133
|
## [4.1.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.28...@empathyco/x-components@4.1.0-alpha.29) (2024-03-08)
|
|
1617
1134
|
|
|
1618
|
-
|
|
1619
1135
|
### Features
|
|
1620
1136
|
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1137
|
+
- create load next page component (#1424) ([cf05167](https://github.com/empathyco/x/commit/cf05167904dfdc018e36f33c7d0df2ff0e5de4a9))
|
|
1624
1138
|
|
|
1625
1139
|
## [4.1.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.27...@empathyco/x-components@4.1.0-alpha.28) (2024-03-07)
|
|
1626
1140
|
|
|
1627
|
-
|
|
1628
1141
|
### Bug Fixes
|
|
1629
1142
|
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1143
|
+
- Next Queries not being calculated when using Related Tags (#1428) ([50306b6](https://github.com/empathyco/x/commit/50306b600c681c1bd54e209ee048893295a016cb))
|
|
1633
1144
|
|
|
1634
1145
|
## [4.1.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.26...@empathyco/x-components@4.1.0-alpha.27) (2024-03-04)
|
|
1635
1146
|
|
|
1636
|
-
|
|
1637
1147
|
### Features
|
|
1638
1148
|
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1149
|
+
- change useHybridInject so it works more like vue inject (#1427) ([f7e2946](https://github.com/empathyco/x/commit/f7e2946771213c06b6b7f6c9b4987ba971303463))
|
|
1642
1150
|
|
|
1643
1151
|
## [4.1.0-alpha.26](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.25...@empathyco/x-components@4.1.0-alpha.26) (2024-02-23)
|
|
1644
1152
|
|
|
1645
|
-
|
|
1646
1153
|
### Documentation
|
|
1647
1154
|
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1155
|
+
- replace enable/disable with activate/deactivate (#1420) ([5370c7c](https://github.com/empathyco/x/commit/5370c7c908db1f78d1b315dfd46a518cb534ca8d))
|
|
1651
1156
|
|
|
1652
1157
|
## [4.1.0-alpha.25](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.24...@empathyco/x-components@4.1.0-alpha.25) (2024-02-23)
|
|
1653
1158
|
|
|
1654
|
-
|
|
1655
1159
|
### Code Refactoring
|
|
1656
1160
|
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1161
|
+
- **components:** migrate location-provider component to vue 2.7 (#1421) ([98377e8](https://github.com/empathyco/x/commit/98377e8fb4e3a65dce7aa8ddd144cd69f2ab1395))
|
|
1660
1162
|
|
|
1661
1163
|
## [4.1.0-alpha.24](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.23...@empathyco/x-components@4.1.0-alpha.24) (2024-02-21)
|
|
1662
1164
|
|
|
1663
|
-
|
|
1664
1165
|
### Features
|
|
1665
1166
|
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1167
|
+
- migrating base-rating component using defineComponent sintax (#1419) ([3fb116a](https://github.com/empathyco/x/commit/3fb116ad5a28addcf53c6d66035072e7013a7818))
|
|
1669
1168
|
|
|
1670
1169
|
## [4.1.0-alpha.23](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.22...@empathyco/x-components@4.1.0-alpha.23) (2024-02-21)
|
|
1671
1170
|
|
|
1672
1171
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1673
1172
|
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
1173
|
## [4.1.0-alpha.22](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.21...@empathyco/x-components@4.1.0-alpha.22) (2024-02-21)
|
|
1679
1174
|
|
|
1680
|
-
|
|
1681
1175
|
### Features
|
|
1682
1176
|
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1177
|
+
- **filters:** update preselected filters component so it reacts to snippetConfig changes (#1404) ([05983f3](https://github.com/empathyco/x/commit/05983f352830b7d52c2b586566938749fa9ce44e))
|
|
1686
1178
|
|
|
1687
1179
|
## [4.1.0-alpha.21](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.20...@empathyco/x-components@4.1.0-alpha.21) (2024-02-20)
|
|
1688
1180
|
|
|
1689
|
-
|
|
1690
1181
|
### Features
|
|
1691
1182
|
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1183
|
+
- migrate base-switch to use defineComponent sintax (#1415) ([0592ec9](https://github.com/empathyco/x/commit/0592ec94f7f47c91946d0e3a465dde134dd12021))
|
|
1695
1184
|
|
|
1696
1185
|
## [4.1.0-alpha.20](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.19...@empathyco/x-components@4.1.0-alpha.20) (2024-02-20)
|
|
1697
1186
|
|
|
1698
|
-
|
|
1699
1187
|
### Bug Fixes
|
|
1700
1188
|
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1189
|
+
- **tagging:** fix e2e test when a display result has no queryTagging (#1416) ([6193307](https://github.com/empathyco/x/commit/6193307e609ab340fcd5f1f047d87b352c571e72))
|
|
1704
1190
|
|
|
1705
1191
|
## [4.1.0-alpha.19](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.18...@empathyco/x-components@4.1.0-alpha.19) (2024-02-20)
|
|
1706
1192
|
|
|
1707
|
-
|
|
1708
1193
|
### Features
|
|
1709
1194
|
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1195
|
+
- **composables:** create XBus composable (#1412) ([5246135](https://github.com/empathyco/x/commit/5246135aaf2581e338dcf1934aeb8fb781cfe0a0))
|
|
1196
|
+
- **tagging:** send query event when a result from a QP is clicked (#1409) ([2236948](https://github.com/empathyco/x/commit/22369482f51fc2e9b36c7b8280ad0da3ab5e504d))
|
|
1713
1197
|
|
|
1714
1198
|
### Code Refactoring
|
|
1715
1199
|
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1200
|
+
- migrate cross-fade component to vue 2.7 (#1414) ([7f28d20](https://github.com/empathyco/x/commit/7f28d20f3d644cd69da0914ff7a1f3e2819b2966))
|
|
1201
|
+
- migrate fade component to vue 2.7 (#1413) ([4a8d016](https://github.com/empathyco/x/commit/4a8d0166f34876c71a77ac5326af0f44e4956e77))
|
|
1202
|
+
- move getRottXComponent to a util (#1410) ([6f93f23](https://github.com/empathyco/x/commit/6f93f238fae6da2db7251eb8b2524e306e415814))
|
|
1721
1203
|
|
|
1722
1204
|
## [4.1.0-alpha.18](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.17...@empathyco/x-components@4.1.0-alpha.18) (2024-02-16)
|
|
1723
1205
|
|
|
1724
|
-
|
|
1725
1206
|
### Code Refactoring
|
|
1726
1207
|
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1208
|
+
- **components:** migrate animate-width component to vue 2.7 (#1411) ([47c26fb](https://github.com/empathyco/x/commit/47c26fba64025ae6fc391979e8d82fd366afe5b9))
|
|
1730
1209
|
|
|
1731
1210
|
## [4.1.0-alpha.17](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.16...@empathyco/x-components@4.1.0-alpha.17) (2024-02-14)
|
|
1732
1211
|
|
|
1733
|
-
|
|
1734
1212
|
### Features
|
|
1735
1213
|
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1214
|
+
- **composables:** create use getter composable (#1407) ([44a1488](https://github.com/empathyco/x/commit/44a148848ab027a624a3a1980ed4a62cb0956dea))
|
|
1739
1215
|
|
|
1740
1216
|
## [4.1.0-alpha.16](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.15...@empathyco/x-components@4.1.0-alpha.16) (2024-02-14)
|
|
1741
1217
|
|
|
1742
|
-
|
|
1743
1218
|
### Testing
|
|
1744
1219
|
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1220
|
+
- uncomment tests that were expected to fail (#1405) ([f2310a4](https://github.com/empathyco/x/commit/f2310a43133a1b6e1531d59d8e392912eff96894))
|
|
1748
1221
|
|
|
1749
1222
|
## [4.1.0-alpha.15](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.14...@empathyco/x-components@4.1.0-alpha.15) (2024-02-13)
|
|
1750
1223
|
|
|
1751
|
-
|
|
1752
1224
|
### Features
|
|
1753
1225
|
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1226
|
+
- **composables:** create useState composable (#1402) ([435af42](https://github.com/empathyco/x/commit/435af4222a2ed08d44d728a973406c0e1122b862))
|
|
1757
1227
|
|
|
1758
1228
|
## [4.1.0-alpha.14](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.13...@empathyco/x-components@4.1.0-alpha.14) (2024-02-05)
|
|
1759
1229
|
|
|
1760
|
-
|
|
1761
1230
|
### Features
|
|
1762
1231
|
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1232
|
+
- **components:** create useStore composable (#1401) ([b4e42b9](https://github.com/empathyco/x/commit/b4e42b95bdee4dcc869908e9505830cc15e975a8))
|
|
1233
|
+
- creating useRegisterXModule composable (#1399) ([850a741](https://github.com/empathyco/x/commit/850a741f3a144ae79374d85e7e2f6a2f1c502946))
|
|
1766
1234
|
|
|
1767
1235
|
### Code Refactoring
|
|
1768
1236
|
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1237
|
+
- **tagging:** change sessionId creation logic from nanoId to UUID (#1398) ([be06367](https://github.com/empathyco/x/commit/be063673bb74559efab5be9bf6f7ec56688c71f9))
|
|
1772
1238
|
|
|
1773
1239
|
## [4.1.0-alpha.13](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.12...@empathyco/x-components@4.1.0-alpha.13) (2024-01-25)
|
|
1774
1240
|
|
|
1775
|
-
|
|
1776
1241
|
### Features
|
|
1777
1242
|
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1243
|
+
- **queries-preview:** allow queries preview with same query but different filters or params (#1392) ([4c1f63a](https://github.com/empathyco/x/commit/4c1f63aaf4e9fc75d3b8298b2ea41c1fc207940a))
|
|
1781
1244
|
|
|
1782
1245
|
## [4.1.0-alpha.12](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.11...@empathyco/x-components@4.1.0-alpha.12) (2024-01-25)
|
|
1783
1246
|
|
|
1784
|
-
|
|
1785
1247
|
### Features
|
|
1786
1248
|
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1249
|
+
- **components:** composable and component to fire callbacks when an element appears on viewport (#1391) ([c463352](https://github.com/empathyco/x/commit/c46335243c74c604e6f8168c158461edff9d4eb5))
|
|
1790
1250
|
|
|
1791
1251
|
## [4.1.0-alpha.11](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.10...@empathyco/x-components@4.1.0-alpha.11) (2024-01-22)
|
|
1792
1252
|
|
|
1793
|
-
|
|
1794
1253
|
### Bug Fixes
|
|
1795
1254
|
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1255
|
+
- prevent snippet-config-extra-params of firing change event with no changes (#1393) ([73a7a1b](https://github.com/empathyco/x/commit/73a7a1b4168fbcbca23b665baf45fd0e7398f494))
|
|
1799
1256
|
|
|
1800
1257
|
## [4.1.0-alpha.10](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.9...@empathyco/x-components@4.1.0-alpha.10) (2024-01-17)
|
|
1801
1258
|
|
|
1802
1259
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1803
1260
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
1261
|
## [4.1.0-alpha.9](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.8...@empathyco/x-components@4.1.0-alpha.9) (2024-01-17)
|
|
1809
1262
|
|
|
1810
1263
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1811
1264
|
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
1265
|
## [4.1.0-alpha.8](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.7...@empathyco/x-components@4.1.0-alpha.8) (2024-01-15)
|
|
1817
1266
|
|
|
1818
|
-
|
|
1819
1267
|
### Features
|
|
1820
1268
|
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1269
|
+
- **queries-preview:** display tagging from QP request accessible in QP component (#1389) ([27dfec8](https://github.com/empathyco/x/commit/27dfec8dc2725a7c2300e306d82617a2d1de130f))
|
|
1824
1270
|
|
|
1825
1271
|
## [4.1.0-alpha.7](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.6...@empathyco/x-components@4.1.0-alpha.7) (2024-01-12)
|
|
1826
1272
|
|
|
1827
|
-
|
|
1828
1273
|
### Features
|
|
1829
1274
|
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1275
|
+
- **search:** handle display tagging from search response (#1388) ([b6b5d86](https://github.com/empathyco/x/commit/b6b5d8657947b8510f9d23530d709e757e5e3ecf))
|
|
1833
1276
|
|
|
1834
1277
|
## [4.1.0-alpha.6](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.5...@empathyco/x-components@4.1.0-alpha.6) (2024-01-11)
|
|
1835
1278
|
|
|
1836
|
-
|
|
1837
1279
|
### Features
|
|
1838
1280
|
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1281
|
+
- update to rollup 4 (#1370) ([a5c471b](https://github.com/empathyco/x/commit/a5c471b7d139393b7c2c0dffd88973029f2ced31))
|
|
1842
1282
|
|
|
1843
1283
|
## [4.1.0-alpha.5](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.4...@empathyco/x-components@4.1.0-alpha.5) (2024-01-03)
|
|
1844
1284
|
|
|
1845
|
-
|
|
1846
1285
|
### Documentation
|
|
1847
1286
|
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1287
|
+
- **integration:** add getSnippetConfig info (#1387) ([622286b](https://github.com/empathyco/x/commit/622286be7b9e552f3dd1e5563a295c7bd267cc49))
|
|
1851
1288
|
|
|
1852
1289
|
## [4.1.0-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.3...@empathyco/x-components@4.1.0-alpha.4) (2023-12-29)
|
|
1853
1290
|
|
|
1854
|
-
|
|
1855
1291
|
### Features
|
|
1856
1292
|
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1293
|
+
- **x-plugin:** add snippet config getter to XAPI (#1378) ([a76e1b7](https://github.com/empathyco/x/commit/a76e1b716b9aa86fc6853bcf4d1bb7aaa9478f4a))
|
|
1860
1294
|
|
|
1861
1295
|
## [4.1.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.2...@empathyco/x-components@4.1.0-alpha.3) (2023-12-29)
|
|
1862
1296
|
|
|
1863
|
-
|
|
1864
1297
|
### Documentation
|
|
1865
1298
|
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1299
|
+
- optimize images for SEO (#1379) ([b115a08](https://github.com/empathyco/x/commit/b115a08caa450447f0515532c3d9c9fd1125a1a4))
|
|
1869
1300
|
|
|
1870
1301
|
## [4.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.1...@empathyco/x-components@4.1.0-alpha.2) (2023-12-28)
|
|
1871
1302
|
|
|
1872
1303
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1873
1304
|
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
1305
|
## [4.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.1.0-alpha.0...@empathyco/x-components@4.1.0-alpha.1) (2023-12-27)
|
|
1879
1306
|
|
|
1880
1307
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1881
1308
|
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
1309
|
## [4.1.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.2-alpha.0...@empathyco/x-components@4.1.0-alpha.0) (2023-12-11)
|
|
1887
1310
|
|
|
1888
|
-
|
|
1889
1311
|
### Features
|
|
1890
1312
|
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1313
|
+
- **query-preview:** use cached query-previews (#1360) ([2579ca4](https://github.com/empathyco/x/commit/2579ca42d52c6f6c428b9129d63dc4a0ddb4788c))
|
|
1894
1314
|
|
|
1895
1315
|
## [4.0.2-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.1...@empathyco/x-components@4.0.2-alpha.0) (2023-11-29)
|
|
1896
1316
|
|
|
1897
1317
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1898
1318
|
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
1319
|
## [4.0.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.1-alpha.0...@empathyco/x-components@4.0.1) (2023-11-24)
|
|
1904
1320
|
|
|
1905
1321
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1906
1322
|
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
1323
|
## [4.0.1-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.1-alpha.0) (2023-11-22)
|
|
1912
1324
|
|
|
1913
1325
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1914
1326
|
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
1327
|
## [4.0.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.0) (2023-11-21)
|
|
1920
1328
|
|
|
1921
1329
|
**Note:** Version bump only for package @empathyco/x-components
|
|
1922
1330
|
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
1331
|
## [4.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.0...@empathyco/x-components@4.0.0-alpha.1) (2023-11-20)
|
|
1928
1332
|
|
|
1929
|
-
|
|
1930
1333
|
### Bug Fixes
|
|
1931
1334
|
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1335
|
+
- use `cypress run` for headless testing (#1357) ([bc88050](https://github.com/empathyco/x/commit/bc88050a6c525e65d8b0e2d1adacf5d823df9137))
|
|
1935
1336
|
|
|
1936
1337
|
## [4.0.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.3...@empathyco/x-components@4.0.0-alpha.0) (2023-11-16)
|
|
1937
1338
|
|
|
1938
|
-
|
|
1939
1339
|
### ⚠ BREAKING CHANGES
|
|
1940
1340
|
|
|
1941
|
-
|
|
1942
|
-
|
|
1341
|
+
- **components:** remove deprecated origins from (#1344)
|
|
1342
|
+
- **facets:** The '**unknown-facet**' value for a facetId is deprecated: it has been replaced by the UNKNOWN_FACET_KEY constant, whose value is '**unknown**'.
|
|
1943
1343
|
|
|
1944
1344
|
Co-authored-by: Guillermo Cacheda <cachedacodes@gmail.com>
|
|
1945
1345
|
|
|
1946
1346
|
### Features
|
|
1947
1347
|
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1348
|
+
- **components:** remove deprecated origins (#1355) ([3d7c981](https://github.com/empathyco/x/commit/3d7c981380bd8af30724780f7810808d563db471))
|
|
1349
|
+
- **facets:** Unify **unknown** and **unknown-facet** in a constant (#1351) ([30585f2](https://github.com/empathyco/x/commit/30585f2d57653aa33c68f748ff10f93202f1887e))
|
|
1952
1350
|
|
|
1953
1351
|
## [3.1.0-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.2...@empathyco/x-components@3.1.0-alpha.3) (2023-11-13)
|
|
1954
1352
|
|
|
1955
|
-
|
|
1956
1353
|
### Features
|
|
1957
1354
|
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1355
|
+
- migrate from `vue-cli` to `vite` (#1350) ([52a3b6e](https://github.com/empathyco/x/commit/52a3b6e7d94587f6934e838a2e68c99af97f7999))
|
|
1961
1356
|
|
|
1962
1357
|
## [3.1.0-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.1...@empathyco/x-components@3.1.0-alpha.2) (2023-11-13)
|
|
1963
1358
|
|
|
1964
|
-
|
|
1965
1359
|
### Documentation
|
|
1966
1360
|
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1361
|
+
- **integration:** how to track add2cart event (#1349) ([65509fd](https://github.com/empathyco/x/commit/65509fdfcbd89ce823bd2a36898c3bbf21b7b3ce))
|
|
1970
1362
|
|
|
1971
1363
|
## [3.1.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@3.1.0-alpha.0...@empathyco/x-components@3.1.0-alpha.1) (2023-11-10)
|
|
1972
1364
|
|
|
1973
|
-
|
|
1974
1365
|
### Documentation
|
|
1975
1366
|
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1367
|
+
- fix `@empathyco/x-components import path in examples (#1353) ([071f12d](https://github.com/empathyco/x/commit/071f12dd96285a02f56c9ddc52c8fe6b802cefae))
|
|
1979
1368
|
|
|
1980
1369
|
## [3.1.0-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.4...@empathyco/x-components@3.1.0-alpha.0) (2023-11-06)
|
|
1981
1370
|
|
|
1982
|
-
|
|
1983
1371
|
### Features
|
|
1984
1372
|
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1373
|
+
- **extra-params:** allow currency to be an extra param as default ([319851d](https://github.com/empathyco/x/commit/319851da07f04a79aae128081c9c45cd7ae1b1e9))
|
|
1988
1374
|
|
|
1989
1375
|
## [3.0.1-alpha.4](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.3...@empathyco/x-components@3.0.1-alpha.4) (2023-10-31)
|
|
1990
1376
|
|
|
1991
|
-
|
|
1992
1377
|
### Bug Fixes
|
|
1993
1378
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1379
|
+
- **x-plugin:** improve ResultFeature type values (#1344) ([c4c9f6e](https://github.com/empathyco/x/commit/c4c9f6e69d9f9f2a68619d6f10e918c649b42894))
|
|
1997
1380
|
|
|
1998
1381
|
## [3.0.1-alpha.3](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.2...@empathyco/x-components@3.0.1-alpha.3) (2023-10-30)
|
|
1999
1382
|
|
|
2000
|
-
|
|
2001
1383
|
### Bug Fixes
|
|
2002
1384
|
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
1385
|
+
- identation error in search-box.md ([614407e](https://github.com/empathyco/x/commit/614407e17a4f198e9c8ad11ca324a00ee7275fa6))
|
|
2006
1386
|
|
|
2007
1387
|
## [3.0.1-alpha.2](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.1...@empathyco/x-components@3.0.1-alpha.2) (2023-10-27)
|
|
2008
1388
|
|
|
2009
|
-
|
|
2010
1389
|
### Documentation
|
|
2011
1390
|
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
1391
|
+
- **static-docs:** added redirections in static docs metadata (#1341) ([8c1d27f](https://github.com/empathyco/x/commit/8c1d27fdef0ff5b95a274d0693c98495799436bb))
|
|
2015
1392
|
|
|
2016
1393
|
## [3.0.1-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.1-alpha.0...@empathyco/x-components@3.0.1-alpha.1) (2023-10-26)
|
|
2017
1394
|
|
|
2018
|
-
|
|
2019
1395
|
### Bug Fixes
|
|
2020
1396
|
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
1397
|
+
- **history-queries:** map selected filters correctly when coming from Query Preview (#1325) ([61fdfd1](https://github.com/empathyco/x/commit/61fdfd1f4af0183952084abfd8a72ecdd76ee6ee))
|
|
2024
1398
|
|
|
2025
1399
|
## [3.0.1-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.425...@empathyco/x-components@3.0.1-alpha.0) (2023-10-24)
|
|
2026
1400
|
|
|
2027
1401
|
**Note:** Version bump only for package @empathyco/x-components
|
|
2028
1402
|
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
1403
|
# Change Log
|
|
2034
1404
|
|
|
2035
1405
|
All notable changes to this project will be documented in this file. See
|
|
@@ -2041,12 +1411,9 @@ All notable changes to this project will be documented in this file. See
|
|
|
2041
1411
|
|
|
2042
1412
|
## [3.0.0-alpha.425](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.424...@empathyco/x-components@3.0.0-alpha.425) (2023-10-23)
|
|
2043
1413
|
|
|
2044
|
-
|
|
2045
1414
|
### Documentation
|
|
2046
1415
|
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
1416
|
+
- **integration:** update integration documentation for query preview with filters [(#1336)](https://github.com/empathyco/x/pull/1336) ([b6d6b70](https://github.com/empathyco/x/commit/b6d6b70a6dff5fa22beac9980026e837aded8f8a))
|
|
2050
1417
|
|
|
2051
1418
|
## [3.0.0-alpha.424](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.423...@empathyco/x-components@3.0.0-alpha.424) (2023-10-23)
|
|
2052
1419
|
|