@empathyco/x-components 3.0.0-alpha.73 → 3.0.0-alpha.76
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 +35 -230
- package/README.md +27 -8
- package/design-system/default-theme.css +100 -100
- package/design-system/full-theme.css +15 -14
- package/docs/API-reference/api/x-components.baseresultpreviousprice.format.md +2 -2
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +1 -1
- package/docs/API-reference/api/x-components.debounce.md +1 -1
- package/docs/API-reference/api/x-components.deeppartial.md +1 -1
- package/docs/API-reference/api/x-components.firstparameter.md +0 -2
- package/docs/API-reference/api/x-components.md +0 -3
- package/docs/API-reference/api/x-components.returns.md +1 -1
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +267 -28
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +36 -8
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js +1 -5
- package/js/components/currency/base-currency.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/js/components/decorators/bus.decorators.js.map +1 -1
- package/js/components/decorators/debounce.decorators.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js +1 -1
- package/js/components/result/base-result-previous-price.vue_rollup-plugin-vue_script.vue.js.map +1 -1
- package/package.json +8 -7
- package/report/x-components.api.json +8 -102
- package/report/x-components.api.md +3 -10
- package/types/components/currency/base-currency.vue.d.ts.map +1 -1
- package/types/components/decorators/bus.decorators.d.ts.map +1 -1
- package/types/components/decorators/debounce.decorators.d.ts +2 -1
- package/types/components/decorators/debounce.decorators.d.ts.map +1 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +1 -2
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
- package/types/utils/types.d.ts +1 -18
- package/types/utils/types.d.ts.map +1 -1
- package/docs/API-reference/api/x-components.anyfunction.md +0 -13
- package/docs/API-reference/api/x-components.nonprimitive.md +0 -13
- package/docs/API-reference/api/x-components.primitive.md +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -3,32 +3,57 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [3.0.0-alpha.
|
|
6
|
+
## [3.0.0-alpha.76](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.75...@empathyco/x-components@3.0.0-alpha.76) (2022-04-01)
|
|
7
7
|
|
|
8
|
-
###
|
|
8
|
+
### Code Refactoring
|
|
9
9
|
|
|
10
|
-
-
|
|
11
|
-
([
|
|
12
|
-
closes [EX-
|
|
10
|
+
- move `NonPrimitive`, `Primitive` and `AnyFunction` types from `x-components` to `x-utils`
|
|
11
|
+
([7efe460](https://github.com/empathyco/x/commit/7efe4605303492e2de6f42d844f1c3244e0bcef1)),
|
|
12
|
+
closes [EX-5792](https://searchbroker.atlassian.net/browse/EX-5792)
|
|
13
|
+
|
|
14
|
+
### Documentation
|
|
15
|
+
|
|
16
|
+
- fix links and update repository information and development setup for `x-components` (#394)
|
|
17
|
+
([64d2118](https://github.com/empathyco/x/commit/64d2118f95673048df7e1a791ec3ae26da316ec9))
|
|
13
18
|
|
|
14
19
|
# Change Log
|
|
15
20
|
|
|
16
21
|
All notable changes to this project will be documented in this file. See
|
|
17
22
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
23
|
|
|
19
|
-
## [3.0.0-alpha.
|
|
24
|
+
## [3.0.0-alpha.75](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.74...@empathyco/x-components@3.0.0-alpha.75) (2022-03-31)
|
|
20
25
|
|
|
21
|
-
|
|
26
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
22
27
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
|
|
28
|
+
## [3.0.0-alpha.74](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.73...@empathyco/x-components@3.0.0-alpha.74) (2022-03-31)
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
- **base-currency:** format preference goes prop to be injected by default
|
|
33
|
+
([29d5e8d](https://github.com/empathyco/x/commit/29d5e8d576019504ef642af6119c764292f44c51)),
|
|
34
|
+
closes [EX-5649](https://searchbroker.atlassian.net/browse/EX-5649)
|
|
26
35
|
|
|
27
36
|
# Change Log
|
|
28
37
|
|
|
29
38
|
All notable changes to this project will be documented in this file. See
|
|
30
39
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
31
40
|
|
|
41
|
+
## [3.0.0-alpha.73](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.72...@empathyco/x-components@3.0.0-alpha.73) (2022-03-24)
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
- **history-queries:** add toggle to enable/disable the history queries
|
|
46
|
+
([655b55a](https://github.com/empathyco/x/commit/655b55a3f10788073a842d18f7849634e5f94376)),
|
|
47
|
+
closes [EX-5600](https://searchbroker.atlassian.net/browse/EX-5600)
|
|
48
|
+
|
|
49
|
+
## [3.0.0-alpha.72](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.71...@empathyco/x-components@3.0.0-alpha.72) (2022-03-23)
|
|
50
|
+
|
|
51
|
+
### Documentation
|
|
52
|
+
|
|
53
|
+
- Update documentation to differentiate integration from development
|
|
54
|
+
([fc8d9fa](https://github.com/empathyco/x/commit/fc8d9faa57faafee90c0f4da159b6040294c099c)),
|
|
55
|
+
closes [EX-5608](https://searchbroker.atlassian.net/browse/EX-5608)
|
|
56
|
+
|
|
32
57
|
## [3.0.0-alpha.71](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.70...@empathyco/x-components@3.0.0-alpha.71) (2022-03-23)
|
|
33
58
|
|
|
34
59
|
### Testing
|
|
@@ -36,20 +61,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
36
61
|
- E2E tests maintenance (#371) [[EX-5618](https://searchbroker.atlassian.net/browse/EX-5618)]
|
|
37
62
|
([e12ca33](https://github.com/empathyco/x/commit/e12ca335235c654f5e1e9ae608950bf527954448))
|
|
38
63
|
|
|
39
|
-
# Change Log
|
|
40
|
-
|
|
41
|
-
All notable changes to this project will be documented in this file. See
|
|
42
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
43
|
-
|
|
44
64
|
## [3.0.0-alpha.70](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.69...@empathyco/x-components@3.0.0-alpha.70) (2022-03-21)
|
|
45
65
|
|
|
46
66
|
**Note:** Version bump only for package @empathyco/x-components
|
|
47
67
|
|
|
48
|
-
# Change Log
|
|
49
|
-
|
|
50
|
-
All notable changes to this project will be documented in this file. See
|
|
51
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
52
|
-
|
|
53
68
|
## [3.0.0-alpha.69](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.68...@empathyco/x-components@3.0.0-alpha.69) (2022-03-18)
|
|
54
69
|
|
|
55
70
|
### Features
|
|
@@ -58,11 +73,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
58
73
|
([a7de7f2](https://github.com/empathyco/x/commit/a7de7f297251bf4290787e362f46b2ab3ec6a428)),
|
|
59
74
|
closes [EX-3582](https://searchbroker.atlassian.net/browse/EX-3582)
|
|
60
75
|
|
|
61
|
-
# Change Log
|
|
62
|
-
|
|
63
|
-
All notable changes to this project will be documented in this file. See
|
|
64
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
65
|
-
|
|
66
76
|
## [3.0.0-alpha.68](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.67...@empathyco/x-components@3.0.0-alpha.68) (2022-03-16)
|
|
67
77
|
|
|
68
78
|
### Bug Fixes
|
|
@@ -70,11 +80,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
70
80
|
- prevent node-ipc vulnerability
|
|
71
81
|
([fc8b83c](https://github.com/empathyco/x/commit/fc8b83ce73bdbd7148ce99ad3a95d7a7658bd8ba))
|
|
72
82
|
|
|
73
|
-
# Change Log
|
|
74
|
-
|
|
75
|
-
All notable changes to this project will be documented in this file. See
|
|
76
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
77
|
-
|
|
78
83
|
## [3.0.0-alpha.67](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.66...@empathyco/x-components@3.0.0-alpha.67) (2022-03-11)
|
|
79
84
|
|
|
80
85
|
### ⚠ BREAKING CHANGES
|
|
@@ -88,11 +93,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
88
93
|
([4e71797](https://github.com/empathyco/x/commit/4e717970198f67018a9b66ed6e47f511ecef4c62)),
|
|
89
94
|
closes [EX-5410](https://searchbroker.atlassian.net/browse/EX-5410)
|
|
90
95
|
|
|
91
|
-
# Change Log
|
|
92
|
-
|
|
93
|
-
All notable changes to this project will be documented in this file. See
|
|
94
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
95
|
-
|
|
96
96
|
## [3.0.0-alpha.66](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.65...@empathyco/x-components@3.0.0-alpha.66) (2022-03-09)
|
|
97
97
|
|
|
98
98
|
### Testing
|
|
@@ -101,11 +101,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
101
101
|
([6d25577](https://github.com/empathyco/x/commit/6d25577ad383e6e82a3072eb22809872dc0dc865)),
|
|
102
102
|
closes [EX-5525](https://searchbroker.atlassian.net/browse/EX-5525)
|
|
103
103
|
|
|
104
|
-
# Change Log
|
|
105
|
-
|
|
106
|
-
All notable changes to this project will be documented in this file. See
|
|
107
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
108
|
-
|
|
109
104
|
## [3.0.0-alpha.65](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.64...@empathyco/x-components@3.0.0-alpha.65) (2022-03-08)
|
|
110
105
|
|
|
111
106
|
### Features
|
|
@@ -114,11 +109,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
114
109
|
([73edca6](https://github.com/empathyco/x/commit/73edca61c1cea39d82a7ab94bc18c8bff94c138c)),
|
|
115
110
|
closes [EX-5367](https://searchbroker.atlassian.net/browse/EX-5367)
|
|
116
111
|
|
|
117
|
-
# Change Log
|
|
118
|
-
|
|
119
|
-
All notable changes to this project will be documented in this file. See
|
|
120
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
121
|
-
|
|
122
112
|
## [3.0.0-alpha.64](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.63...@empathyco/x-components@3.0.0-alpha.64) (2022-03-03)
|
|
123
113
|
|
|
124
114
|
### Features
|
|
@@ -127,11 +117,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
127
117
|
([8c53cc7](https://github.com/empathyco/x/commit/8c53cc74cdd95e1a8ef3aa8167206cd81685d1e7)),
|
|
128
118
|
closes [EX-5384](https://searchbroker.atlassian.net/browse/EX-5384)
|
|
129
119
|
|
|
130
|
-
# Change Log
|
|
131
|
-
|
|
132
|
-
All notable changes to this project will be documented in this file. See
|
|
133
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
134
|
-
|
|
135
120
|
## [3.0.0-alpha.63](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.62...@empathyco/x-components@3.0.0-alpha.63) (2022-03-01)
|
|
136
121
|
|
|
137
122
|
### Build System
|
|
@@ -140,20 +125,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
140
125
|
([a06fcf3](https://github.com/empathyco/x/commit/a06fcf333b06a4d26c32304127f02125d101a0fd)),
|
|
141
126
|
closes [EX-3559](https://searchbroker.atlassian.net/browse/EX-3559)
|
|
142
127
|
|
|
143
|
-
# Change Log
|
|
144
|
-
|
|
145
|
-
All notable changes to this project will be documented in this file. See
|
|
146
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
147
|
-
|
|
148
128
|
## [3.0.0-alpha.62](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.61...@empathyco/x-components@3.0.0-alpha.62) (2022-02-28)
|
|
149
129
|
|
|
150
130
|
**Note:** Version bump only for package @empathyco/x-components
|
|
151
131
|
|
|
152
|
-
# Change Log
|
|
153
|
-
|
|
154
|
-
All notable changes to this project will be documented in this file. See
|
|
155
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
156
|
-
|
|
157
132
|
## [3.0.0-alpha.61](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.60...@empathyco/x-components@3.0.0-alpha.61) (2022-02-24)
|
|
158
133
|
|
|
159
134
|
### Testing
|
|
@@ -162,11 +137,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
162
137
|
([4275c28](https://github.com/empathyco/x/commit/4275c2811ea7b0eaaf588fa4d96a7ae3cf4c43c7)),
|
|
163
138
|
closes [EX-5377](https://searchbroker.atlassian.net/browse/EX-5377)
|
|
164
139
|
|
|
165
|
-
# Change Log
|
|
166
|
-
|
|
167
|
-
All notable changes to this project will be documented in this file. See
|
|
168
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
169
|
-
|
|
170
140
|
## [3.0.0-alpha.60](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.59...@empathyco/x-components@3.0.0-alpha.60) (2022-02-24)
|
|
171
141
|
|
|
172
142
|
### Features
|
|
@@ -181,11 +151,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
181
151
|
([cf06d2f](https://github.com/empathyco/x/commit/cf06d2f7e9aff3987bc14fa46cd65eace402e612)),
|
|
182
152
|
closes [EX-5374](https://searchbroker.atlassian.net/browse/EX-5374)
|
|
183
153
|
|
|
184
|
-
# Change Log
|
|
185
|
-
|
|
186
|
-
All notable changes to this project will be documented in this file. See
|
|
187
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
188
|
-
|
|
189
154
|
## [3.0.0-alpha.59](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.58...@empathyco/x-components@3.0.0-alpha.59) (2022-02-17)
|
|
190
155
|
|
|
191
156
|
### Features
|
|
@@ -194,11 +159,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
194
159
|
([dd229fd](https://github.com/empathyco/x/commit/dd229fd3d64840ed3041bec618a1a23e3726430d)),
|
|
195
160
|
closes [EX-5290](https://searchbroker.atlassian.net/browse/EX-5290)
|
|
196
161
|
|
|
197
|
-
# Change Log
|
|
198
|
-
|
|
199
|
-
All notable changes to this project will be documented in this file. See
|
|
200
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
201
|
-
|
|
202
162
|
## [3.0.0-alpha.58](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.57...@empathyco/x-components@3.0.0-alpha.58) (2022-02-16)
|
|
203
163
|
|
|
204
164
|
### Features
|
|
@@ -207,11 +167,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
207
167
|
([7f5642c](https://github.com/empathyco/x/commit/7f5642cf5e60fe96a22c8fe9897c9ba73cbede55)),
|
|
208
168
|
closes [EX-5249](https://searchbroker.atlassian.net/browse/EX-5249)
|
|
209
169
|
|
|
210
|
-
# Change Log
|
|
211
|
-
|
|
212
|
-
All notable changes to this project will be documented in this file. See
|
|
213
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
214
|
-
|
|
215
170
|
## [3.0.0-alpha.57](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.56...@empathyco/x-components@3.0.0-alpha.57) (2022-02-16)
|
|
216
171
|
|
|
217
172
|
### Bug Fixes
|
|
@@ -220,11 +175,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
220
175
|
([f79d7b9](https://github.com/empathyco/x/commit/f79d7b9e738485e14ac8f88b343a97d8f55c51e6)),
|
|
221
176
|
closes [EX-5396](https://searchbroker.atlassian.net/browse/EX-5396)
|
|
222
177
|
|
|
223
|
-
# Change Log
|
|
224
|
-
|
|
225
|
-
All notable changes to this project will be documented in this file. See
|
|
226
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
227
|
-
|
|
228
178
|
## [3.0.0-alpha.56](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.55...@empathyco/x-components@3.0.0-alpha.56) (2022-02-15)
|
|
229
179
|
|
|
230
180
|
### Bug Fixes
|
|
@@ -233,20 +183,10 @@ All notable changes to this project will be documented in this file. See
|
|
|
233
183
|
([27da789](https://github.com/empathyco/x/commit/27da789412804f3f768d07e8ffd846ea2df8553e)),
|
|
234
184
|
closes [EX-5215](https://searchbroker.atlassian.net/browse/EX-5215)
|
|
235
185
|
|
|
236
|
-
# Change Log
|
|
237
|
-
|
|
238
|
-
All notable changes to this project will be documented in this file. See
|
|
239
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
240
|
-
|
|
241
186
|
## [3.0.0-alpha.55](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.54...@empathyco/x-components@3.0.0-alpha.55) (2022-02-10)
|
|
242
187
|
|
|
243
188
|
**Note:** Version bump only for package @empathyco/x-components
|
|
244
189
|
|
|
245
|
-
# Change Log
|
|
246
|
-
|
|
247
|
-
All notable changes to this project will be documented in this file. See
|
|
248
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
249
|
-
|
|
250
190
|
## [3.0.0-alpha.54](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.53...@empathyco/x-components@3.0.0-alpha.54) (2022-02-09)
|
|
251
191
|
|
|
252
192
|
### ⚠ BREAKING CHANGES
|
|
@@ -261,11 +201,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
261
201
|
([a6120c1](https://github.com/empathyco/x/commit/a6120c135f93e5993f8d41b2b823085a2bf3d291)),
|
|
262
202
|
closes [EX-5355](https://searchbroker.atlassian.net/browse/EX-5355)
|
|
263
203
|
|
|
264
|
-
# Change Log
|
|
265
|
-
|
|
266
|
-
All notable changes to this project will be documented in this file. See
|
|
267
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
268
|
-
|
|
269
204
|
## [3.0.0-alpha.53](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.52...@empathyco/x-components@3.0.0-alpha.53) (2022-02-08)
|
|
270
205
|
|
|
271
206
|
### Continuous Integration
|
|
@@ -274,11 +209,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
274
209
|
([d240f3d](https://github.com/empathyco/x/commit/d240f3de8bc3e226d0bd8ac2d9bd4282cc660b86)),
|
|
275
210
|
closes [EX-5342](https://searchbroker.atlassian.net/browse/EX-5342)
|
|
276
211
|
|
|
277
|
-
# Change Log
|
|
278
|
-
|
|
279
|
-
All notable changes to this project will be documented in this file. See
|
|
280
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
281
|
-
|
|
282
212
|
## [3.0.0-alpha.52](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.51...@empathyco/x-components@3.0.0-alpha.52) (2022-02-07)
|
|
283
213
|
|
|
284
214
|
### Documentation
|
|
@@ -287,11 +217,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
287
217
|
([226a2e5](https://github.com/empathyco/x/commit/226a2e54a4ed8832c7c47d26254e85c301913d98)),
|
|
288
218
|
closes [EX-5035](https://searchbroker.atlassian.net/browse/EX-5035)
|
|
289
219
|
|
|
290
|
-
# Change Log
|
|
291
|
-
|
|
292
|
-
All notable changes to this project will be documented in this file. See
|
|
293
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
294
|
-
|
|
295
220
|
## [3.0.0-alpha.51](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.50...@empathyco/x-components@3.0.0-alpha.51) (2022-02-04)
|
|
296
221
|
|
|
297
222
|
### Code Refactoring
|
|
@@ -300,11 +225,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
300
225
|
([26634c8](https://github.com/empathyco/x/commit/26634c8010bc4d2e795caceefc622c6329fad72c)),
|
|
301
226
|
closes [EX-5327](https://searchbroker.atlassian.net/browse/EX-5327)
|
|
302
227
|
|
|
303
|
-
# Change Log
|
|
304
|
-
|
|
305
|
-
All notable changes to this project will be documented in this file. See
|
|
306
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
307
|
-
|
|
308
228
|
## [3.0.0-alpha.50](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.49...@empathyco/x-components@3.0.0-alpha.50) (2022-02-04)
|
|
309
229
|
|
|
310
230
|
### Features
|
|
@@ -313,11 +233,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
313
233
|
([2fd261a](https://github.com/empathyco/x/commit/2fd261ae54ec3de8eabdbcd5611bf5e1416d37f8)),
|
|
314
234
|
closes [EX-5354](https://searchbroker.atlassian.net/browse/EX-5354)
|
|
315
235
|
|
|
316
|
-
# Change Log
|
|
317
|
-
|
|
318
|
-
All notable changes to this project will be documented in this file. See
|
|
319
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
320
|
-
|
|
321
236
|
## [3.0.0-alpha.49](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.48...@empathyco/x-components@3.0.0-alpha.49) (2022-02-03)
|
|
322
237
|
|
|
323
238
|
### Continuous Integration
|
|
@@ -326,11 +241,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
326
241
|
([f86e0b3](https://github.com/empathyco/x/commit/f86e0b3ad14e7a9bd6d659219fe12f6d94ebdb94)),
|
|
327
242
|
closes [EX-5263](https://searchbroker.atlassian.net/browse/EX-5263)
|
|
328
243
|
|
|
329
|
-
# Change Log
|
|
330
|
-
|
|
331
|
-
All notable changes to this project will be documented in this file. See
|
|
332
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
333
|
-
|
|
334
244
|
## [3.0.0-alpha.48](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.47...@empathyco/x-components@3.0.0-alpha.48) (2022-02-02)
|
|
335
245
|
|
|
336
246
|
### ⚠ BREAKING CHANGES
|
|
@@ -353,11 +263,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
353
263
|
([54c1842](https://github.com/empathyco/x/commit/54c18420011e5e452bd8b48d640cbd067d0ce921)),
|
|
354
264
|
closes [EX-5278](https://searchbroker.atlassian.net/browse/EX-5278)
|
|
355
265
|
|
|
356
|
-
# Change Log
|
|
357
|
-
|
|
358
|
-
All notable changes to this project will be documented in this file. See
|
|
359
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
360
|
-
|
|
361
266
|
## [3.0.0-alpha.47](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.46...@empathyco/x-components@3.0.0-alpha.47) (2022-02-01)
|
|
362
267
|
|
|
363
268
|
### Features
|
|
@@ -373,11 +278,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
373
278
|
closes [EX-3539](https://searchbroker.atlassian.net/browse/EX-3539)
|
|
374
279
|
[EX-3538](https://searchbroker.atlassian.net/browse/EX-3538)
|
|
375
280
|
|
|
376
|
-
# Change Log
|
|
377
|
-
|
|
378
|
-
All notable changes to this project will be documented in this file. See
|
|
379
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
380
|
-
|
|
381
281
|
## [3.0.0-alpha.46](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.45...@empathyco/x-components@3.0.0-alpha.46) (2022-01-24)
|
|
382
282
|
|
|
383
283
|
### Bug Fixes
|
|
@@ -392,11 +292,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
392
292
|
([2ffcc22](https://github.com/empathyco/x/commit/2ffcc222f5666d7866c8d7cd3a0eec7c0bb1f938)),
|
|
393
293
|
closes [EX-5293](https://searchbroker.atlassian.net/browse/EX-5293)
|
|
394
294
|
|
|
395
|
-
# Change Log
|
|
396
|
-
|
|
397
|
-
All notable changes to this project will be documented in this file. See
|
|
398
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
399
|
-
|
|
400
295
|
## [3.0.0-alpha.45](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.44...@empathyco/x-components@3.0.0-alpha.45) (2022-01-20)
|
|
401
296
|
|
|
402
297
|
### Features
|
|
@@ -417,11 +312,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
417
312
|
([f98cd25](https://github.com/empathyco/x/commit/f98cd254084f60893b1eb723d4081bf0c0f44166)),
|
|
418
313
|
closes [EX-5273](https://searchbroker.atlassian.net/browse/EX-5273)
|
|
419
314
|
|
|
420
|
-
# Change Log
|
|
421
|
-
|
|
422
|
-
All notable changes to this project will be documented in this file. See
|
|
423
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
424
|
-
|
|
425
315
|
## [3.0.0-alpha.44](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.43...@empathyco/x-components@3.0.0-alpha.44) (2022-01-14)
|
|
426
316
|
|
|
427
317
|
### ⚠ BREAKING CHANGES
|
|
@@ -447,11 +337,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
447
337
|
closes [EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
448
338
|
[EX-5247](https://searchbroker.atlassian.net/browse/EX-5247)
|
|
449
339
|
|
|
450
|
-
# Change Log
|
|
451
|
-
|
|
452
|
-
All notable changes to this project will be documented in this file. See
|
|
453
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
454
|
-
|
|
455
340
|
## [3.0.0-alpha.43](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.42...@empathyco/x-components@3.0.0-alpha.43) (2022-01-06)
|
|
456
341
|
|
|
457
342
|
### Features
|
|
@@ -460,11 +345,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
460
345
|
([693b26f](https://github.com/empathyco/x/commit/693b26f8e2d250f97bcf0cce472299b2edcc4823)),
|
|
461
346
|
closes [EX-5245](https://searchbroker.atlassian.net/browse/EX-5245)
|
|
462
347
|
|
|
463
|
-
# Change Log
|
|
464
|
-
|
|
465
|
-
All notable changes to this project will be documented in this file. See
|
|
466
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
467
|
-
|
|
468
348
|
## [3.0.0-alpha.42](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.41...@empathyco/x-components@3.0.0-alpha.42) (2022-01-05)
|
|
469
349
|
|
|
470
350
|
### Features
|
|
@@ -485,11 +365,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
485
365
|
([bcf2092](https://github.com/empathyco/x/commit/bcf20925c3baf7847792b7b77b07178d62a27e7e)),
|
|
486
366
|
closes [EX-5234](https://searchbroker.atlassian.net/browse/EX-5234)
|
|
487
367
|
|
|
488
|
-
# Change Log
|
|
489
|
-
|
|
490
|
-
All notable changes to this project will be documented in this file. See
|
|
491
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
492
|
-
|
|
493
368
|
## [3.0.0-alpha.41](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.40...@empathyco/x-components@3.0.0-alpha.41) (2022-01-03)
|
|
494
369
|
|
|
495
370
|
### Features
|
|
@@ -498,11 +373,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
498
373
|
([8b7b313](https://github.com/empathyco/x/commit/8b7b3132c7fa8aff095a92c84abdc150be705976)),
|
|
499
374
|
closes [EX-5152](https://searchbroker.atlassian.net/browse/EX-5152)
|
|
500
375
|
|
|
501
|
-
# Change Log
|
|
502
|
-
|
|
503
|
-
All notable changes to this project will be documented in this file. See
|
|
504
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
505
|
-
|
|
506
376
|
## [3.0.0-alpha.40](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.39...@empathyco/x-components@3.0.0-alpha.40) (2021-12-29)
|
|
507
377
|
|
|
508
378
|
### Features
|
|
@@ -526,11 +396,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
526
396
|
([f574792](https://github.com/empathyco/x/commit/f5747923f60f81564ebf124d95cae8a5d92400d4)),
|
|
527
397
|
closes [EX-5194](https://searchbroker.atlassian.net/browse/EX-5194)
|
|
528
398
|
|
|
529
|
-
# Change Log
|
|
530
|
-
|
|
531
|
-
All notable changes to this project will be documented in this file. See
|
|
532
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
533
|
-
|
|
534
399
|
## [3.0.0-alpha.39](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.38...@empathyco/x-components@3.0.0-alpha.39) (2021-12-22)
|
|
535
400
|
|
|
536
401
|
### Features
|
|
@@ -545,11 +410,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
545
410
|
([2f5515e](https://github.com/empathyco/x/commit/2f5515e5bcaca67f085ff3eef4fb52698041292c)),
|
|
546
411
|
closes [EX-5179](https://searchbroker.atlassian.net/browse/EX-5179)
|
|
547
412
|
|
|
548
|
-
# Change Log
|
|
549
|
-
|
|
550
|
-
All notable changes to this project will be documented in this file. See
|
|
551
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
552
|
-
|
|
553
413
|
## [3.0.0-alpha.38](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.37...@empathyco/x-components@3.0.0-alpha.38) (2021-12-22)
|
|
554
414
|
|
|
555
415
|
### Features
|
|
@@ -574,11 +434,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
574
434
|
([84752ba](https://github.com/empathyco/x/commit/84752ba3eb1ab728b6adf5cc62ea31646f42b959)),
|
|
575
435
|
closes [EX-5047](https://searchbroker.atlassian.net/browse/EX-5047)
|
|
576
436
|
|
|
577
|
-
# Change Log
|
|
578
|
-
|
|
579
|
-
All notable changes to this project will be documented in this file. See
|
|
580
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
581
|
-
|
|
582
437
|
## [3.0.0-alpha.37](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.36...@empathyco/x-components@3.0.0-alpha.37) (2021-12-15)
|
|
583
438
|
|
|
584
439
|
### Features
|
|
@@ -591,11 +446,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
591
446
|
closes [EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
592
447
|
[EX-5163](https://searchbroker.atlassian.net/browse/EX-5163)
|
|
593
448
|
|
|
594
|
-
# Change Log
|
|
595
|
-
|
|
596
|
-
All notable changes to this project will be documented in this file. See
|
|
597
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
598
|
-
|
|
599
449
|
## [3.0.0-alpha.36](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.35...@empathyco/x-components@3.0.0-alpha.36) (2021-12-15)
|
|
600
450
|
|
|
601
451
|
### Build System
|
|
@@ -610,11 +460,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
610
460
|
([ff2ecba](https://github.com/empathyco/x/commit/ff2ecbac79fd3c16d72a05c133dbe0b60de606f7)),
|
|
611
461
|
closes [EX-5161](https://searchbroker.atlassian.net/browse/EX-5161)
|
|
612
462
|
|
|
613
|
-
# Change Log
|
|
614
|
-
|
|
615
|
-
All notable changes to this project will be documented in this file. See
|
|
616
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
617
|
-
|
|
618
463
|
## [3.0.0-alpha.35](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.34...@empathyco/x-components@3.0.0-alpha.35) (2021-12-14)
|
|
619
464
|
|
|
620
465
|
### Features
|
|
@@ -662,11 +507,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
662
507
|
([a7e16c6](https://github.com/empathyco/x/commit/a7e16c616fe2593eccf93799f9a46c688857b35b)),
|
|
663
508
|
closes [EX-5064](https://searchbroker.atlassian.net/browse/EX-5064)
|
|
664
509
|
|
|
665
|
-
# Change Log
|
|
666
|
-
|
|
667
|
-
All notable changes to this project will be documented in this file. See
|
|
668
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
669
|
-
|
|
670
510
|
## [3.0.0-alpha.34](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.33...@empathyco/x-components@3.0.0-alpha.34) (2021-12-03)
|
|
671
511
|
|
|
672
512
|
### Features
|
|
@@ -687,11 +527,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
687
527
|
([6252165](https://github.com/empathyco/x/commit/62521658374eb5c78112314502606e2d82113a95)),
|
|
688
528
|
closes [EX-5081](https://searchbroker.atlassian.net/browse/EX-5081)
|
|
689
529
|
|
|
690
|
-
# Change Log
|
|
691
|
-
|
|
692
|
-
All notable changes to this project will be documented in this file. See
|
|
693
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
694
|
-
|
|
695
530
|
## [3.0.0-alpha.33](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.32...@empathyco/x-components@3.0.0-alpha.33) (2021-11-30)
|
|
696
531
|
|
|
697
532
|
### Features
|
|
@@ -707,11 +542,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
707
542
|
([087d646](https://github.com/empathyco/x/commit/087d646a2b97f945e9c4f81112925a6783d66f41)),
|
|
708
543
|
closes [EX-5077](https://searchbroker.atlassian.net/browse/EX-5077)
|
|
709
544
|
|
|
710
|
-
# Change Log
|
|
711
|
-
|
|
712
|
-
All notable changes to this project will be documented in this file. See
|
|
713
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
714
|
-
|
|
715
545
|
## [3.0.0-alpha.32](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.31...@empathyco/x-components@3.0.0-alpha.32) (2021-11-29)
|
|
716
546
|
|
|
717
547
|
### ⚠ BREAKING CHANGES
|
|
@@ -742,11 +572,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
742
572
|
([f3fee15](https://github.com/empathyco/x/commit/f3fee157d724292f5cbb7166908d48ef2fb4fe8c)),
|
|
743
573
|
closes [EX-5027](https://searchbroker.atlassian.net/browse/EX-5027)
|
|
744
574
|
|
|
745
|
-
# Change Log
|
|
746
|
-
|
|
747
|
-
All notable changes to this project will be documented in this file. See
|
|
748
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
749
|
-
|
|
750
575
|
## [3.0.0-alpha.31](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.30...@empathyco/x-components@3.0.0-alpha.31) (2021-11-25)
|
|
751
576
|
|
|
752
577
|
### Features
|
|
@@ -779,11 +604,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
779
604
|
([8a40986](https://github.com/empathyco/x/commit/8a409865fea2cd67e0c2daa5d4464f553ff33a2b)),
|
|
780
605
|
closes [EX-5033](https://searchbroker.atlassian.net/browse/EX-5033)
|
|
781
606
|
|
|
782
|
-
# Change Log
|
|
783
|
-
|
|
784
|
-
All notable changes to this project will be documented in this file. See
|
|
785
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
786
|
-
|
|
787
607
|
## [3.0.0-alpha.30](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.29...@empathyco/x-components@3.0.0-alpha.30) (2021-11-22)
|
|
788
608
|
|
|
789
609
|
### Features
|
|
@@ -847,11 +667,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
847
667
|
([5142bb5](https://github.com/empathyco/x/commit/5142bb5fb61181f199fa1019cf7c910d9736deb8)),
|
|
848
668
|
closes [EX-3801](https://searchbroker.atlassian.net/browse/EX-3801)
|
|
849
669
|
|
|
850
|
-
# Change Log
|
|
851
|
-
|
|
852
|
-
All notable changes to this project will be documented in this file. See
|
|
853
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
854
|
-
|
|
855
670
|
## [3.0.0-alpha.29](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.28...@empathyco/x-components@3.0.0-alpha.29) (2021-11-09)
|
|
856
671
|
|
|
857
672
|
### Features
|
|
@@ -860,11 +675,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
860
675
|
([6d98ca3](https://github.com/empathyco/x/commit/6d98ca3e031a9075c27f436419818e2d85b610cc)),
|
|
861
676
|
closes [EX-3517](https://searchbroker.atlassian.net/browse/EX-3517)
|
|
862
677
|
|
|
863
|
-
# Change Log
|
|
864
|
-
|
|
865
|
-
All notable changes to this project will be documented in this file. See
|
|
866
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
867
|
-
|
|
868
678
|
## [3.0.0-alpha.28](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.27...@empathyco/x-components@3.0.0-alpha.28) (2021-11-03)
|
|
869
679
|
|
|
870
680
|
### Features
|
|
@@ -912,11 +722,6 @@ All notable changes to this project will be documented in this file. See
|
|
|
912
722
|
([bfb56a8](https://github.com/empathyco/x/commit/bfb56a8a004fccdde20e4f2342b591e37679201c)),
|
|
913
723
|
closes [EX-4953](https://searchbroker.atlassian.net/browse/EX-4953)
|
|
914
724
|
|
|
915
|
-
# Change Log
|
|
916
|
-
|
|
917
|
-
All notable changes to this project will be documented in this file. See
|
|
918
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
919
|
-
|
|
920
725
|
## [3.0.0-alpha.27](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.26...@empathyco/x-components@3.0.0-alpha.27) (2021-10-25)
|
|
921
726
|
|
|
922
727
|
### ⚠ BREAKING CHANGES
|
package/README.md
CHANGED
|
@@ -1,14 +1,33 @@
|
|
|
1
1
|
# X Components
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
This is a library based on components, it offers you the possibility to combine them in different
|
|
4
|
+
ways to create your own search experience. These components can be used even if you don't want to
|
|
5
|
+
build a search experience, they can be used to build a regular application but taking advantage of
|
|
6
|
+
their flexibility.
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
[X Components]()
|
|
8
|
+
## Set up development environment
|
|
10
9
|
|
|
11
|
-
###
|
|
10
|
+
### Local setup
|
|
11
|
+
|
|
12
|
+
To start contributing on this project you need to understand how to see the X Components up and
|
|
13
|
+
running.
|
|
14
|
+
|
|
15
|
+
1. run `npm ci` at the project root
|
|
16
|
+
2. set `packages/x-components` as working directory at the terminal
|
|
17
|
+
3. run `npm run serve`
|
|
18
|
+
|
|
19
|
+
The app will be launch in localhost. Every view available at the top tabs is set in
|
|
20
|
+
`packages/x-components/src/router.ts`.
|
|
21
|
+
|
|
22
|
+
The main tab is `Home`, pressing start you will see the contents of
|
|
23
|
+
`packages/x-components/src/views/home/Home.vue` with most of the X Components presents on the view.
|
|
24
|
+
|
|
25
|
+
### Use the X Components in your own project
|
|
26
|
+
|
|
27
|
+
A documentation about how to install and use X components can be found
|
|
28
|
+
[here](https://docs.empathy.co/develop-empathy-platform/build-search-ui/web-x-components-integration-guide.html).
|
|
29
|
+
|
|
30
|
+
## Contributing
|
|
12
31
|
|
|
13
32
|
To start contributing to project, please take a look to our
|
|
14
|
-
[Contributing
|
|
33
|
+
[Contributing Guidelines](CONTRIBUTING.md) for Interface X Components.
|