@pixum/combobox 1.1.0 → 1.1.1
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 +394 -386
- package/lib/ComboBox.d.ts +5 -5
- package/lib/ComboBox.js +117 -117
- package/lib/ComboBoxOptions.d.ts +4 -0
- package/lib/ComboBoxOptions.js +65 -0
- package/lib/ComboBoxOptions.js.map +1 -0
- package/lib/ComboboxOptions/Options.d.ts +12 -12
- package/lib/ComboboxOptions/Options.js +23 -23
- package/lib/ComboboxOptions/OptionsGroup.d.ts +13 -13
- package/lib/ComboboxOptions/OptionsGroup.js +34 -34
- package/lib/ComboboxOptions/index.d.ts +4 -4
- package/lib/ComboboxOptions/index.js +52 -52
- package/lib/helper/calculateListMaxHeight.d.ts +1 -1
- package/lib/helper/calculateListMaxHeight.js +11 -11
- package/lib/helper/scrollOptionToViewport.d.ts +1 -1
- package/lib/helper/scrollOptionToViewport.js +21 -21
- package/lib/helper/useIsDesktop.d.ts +1 -1
- package/lib/helper/useIsDesktop.js +13 -13
- package/lib/index.d.ts +3 -3
- package/lib/index.js +18 -18
- package/lib/types.d.ts +33 -33
- package/lib/types.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [1.1.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.1.0...@pixum/combobox@1.1.1) (2023-10-11)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pixum/combobox
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.1.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.0.3...@pixum/combobox@1.1.0) (2023-10-06)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -20,390 +28,390 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
20
28
|
|
|
21
29
|
|
|
22
30
|
|
|
23
|
-
|
|
24
|
-
## [1.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.0.1...@pixum/combobox@1.0.2) (2023-10-06)
|
|
25
|
-
|
|
26
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## [1.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.3...@pixum/combobox@1.0.1) (2023-10-06)
|
|
33
|
-
|
|
34
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
## [0.29.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.2...@pixum/combobox@0.29.3) (2023-10-05)
|
|
41
|
-
|
|
42
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## [0.29.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.1...@pixum/combobox@0.29.2) (2023-10-05)
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### Bug Fixes
|
|
52
|
-
|
|
53
|
-
* **Combobox:** remove gitHead ([0f4c4e0](https://git.pixum.net/design-system/component-library/commits/0f4c4e09c49f0f2d5669783869085f3064673767))
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [0.29.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.0...@pixum/combobox@0.29.1) (2023-10-05)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
### Bug Fixes
|
|
63
|
-
|
|
64
|
-
* **Combobox:** fix interface ([769fd0c](https://git.pixum.net/design-system/component-library/commits/769fd0c6c0acd3d839b184e754072a2c41333b25))
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
# [0.29.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.28.1...@pixum/combobox@0.29.0) (2023-10-05)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
### Features
|
|
74
|
-
|
|
75
|
-
* **Combobox:** add leading type and option details ([22cc22f](https://git.pixum.net/design-system/component-library/commits/22cc22fb6fcd9744e9d2b696e18008776100ce20))
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
## [0.28.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.28.0...@pixum/combobox@0.28.1) (2023-08-02)
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
### Bug Fixes
|
|
85
|
-
|
|
86
|
-
* replace TextTags and TextVariants strings with enum; mark HeadlineTag als deprecated (seems to be the same as TextVariant) ([32ebe46](https://git.pixum.net/design-system/component-library/commits/32ebe46de875687cae7c6b5424e503cf36a44c35))
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
# [0.28.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.27.0...@pixum/combobox@0.28.0) (2023-07-31)
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
### Features
|
|
97
|
-
|
|
98
|
-
* **combobox:** do bot hide select field on mobile ([0fb3f6e](https://git.pixum.net/design-system/component-library/commits/0fb3f6e25520557d34c5b54944eb0cb7c20ae239))
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
# [0.27.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.26.0...@pixum/combobox@0.27.0) (2023-07-26)
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* **combobox:** solve position in combobox headline options ([f765d00](https://git.pixum.net/design-system/component-library/commits/f765d00ee23ce6fc4298681530b95a57c2783849))
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
# [0.26.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.25.0...@pixum/combobox@0.26.0) (2023-07-25)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Features
|
|
119
|
-
|
|
120
|
-
* **combobox:** fix bg color for the search input field on mobil ([13ab11c](https://git.pixum.net/design-system/component-library/commits/13ab11c81f576ef08e40b1d3f92dcd737c44f7ea))
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
# [0.25.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.24.0...@pixum/combobox@0.25.0) (2023-07-25)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* **combobox:** fix the scroll to element ([01d88fc](https://git.pixum.net/design-system/component-library/commits/01d88fc08ece7a075a4f4d339b0547cc7c6ac38a))
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
# [0.24.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.23.0...@pixum/combobox@0.24.0) (2023-07-25)
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
### Features
|
|
141
|
-
|
|
142
|
-
* **combobox:** fix the scroll to element ([13bf545](https://git.pixum.net/design-system/component-library/commits/13bf5453a029e1429ab817adab0f87579531c0de))
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
# [0.23.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.22.0...@pixum/combobox@0.23.0) (2023-07-25)
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
### Features
|
|
152
|
-
|
|
153
|
-
* **combobox:** fix the scroll to element ([8f66df3](https://git.pixum.net/design-system/component-library/commits/8f66df32c75eba24be016d1863c102f1aa6afd36))
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
# [0.22.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.21.0...@pixum/combobox@0.22.0) (2023-07-24)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Features
|
|
163
|
-
|
|
164
|
-
* **bottom-sheet:** check if content should swipe ([7e57356](https://git.pixum.net/design-system/component-library/commits/7e57356724a1aa6cb9c2e5534951b3376ad567bb))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
# [0.21.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.20.0...@pixum/combobox@0.21.0) (2023-07-24)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Features
|
|
174
|
-
|
|
175
|
-
* **bottom-sheet:** check if content should swipe ([c1b16ee](https://git.pixum.net/design-system/component-library/commits/c1b16ee79f79ab8359eff8045596b309115bfe66))
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
# [0.20.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.19.0...@pixum/combobox@0.20.0) (2023-07-24)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
### Features
|
|
185
|
-
|
|
186
|
-
* **search:** add input mode attribute ([fc29043](https://git.pixum.net/design-system/component-library/commits/fc29043023c13ddd21f8ccf605f29788e0efbe8a))
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
# [0.19.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.18.0...@pixum/combobox@0.19.0) (2023-07-24)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
### Features
|
|
196
|
-
|
|
197
|
-
* **combobox:** fix data in the combobox options ([cd00b96](https://git.pixum.net/design-system/component-library/commits/cd00b96408c1070b9f437beb07f58f3a9ee86380))
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
# [0.18.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.17.0...@pixum/combobox@0.18.0) (2023-07-21)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* **combobox:** fix data in the combobox options ([37b3b60](https://git.pixum.net/design-system/component-library/commits/37b3b603c542705a2e6c57312738fc446c21eb23))
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
# [0.17.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.16.1...@pixum/combobox@0.17.0) (2023-07-21)
|
|
216
|
-
|
|
217
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## [0.16.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.16.0...@pixum/combobox@0.16.1) (2023-07-20)
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
### Bug Fixes
|
|
227
|
-
|
|
228
|
-
* **user-input:** fix focus ([ec9a0ea](https://git.pixum.net/design-system/component-library/commits/ec9a0ea1dde2477e6067bfbbc8676cb0321259a9))
|
|
229
|
-
* **user-input:** fix types & story ([3799c07](https://git.pixum.net/design-system/component-library/commits/3799c07a2d34f57773970a12ab27063d15a17428))
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
# [0.16.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.15.0...@pixum/combobox@0.16.0) (2023-07-19)
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
### Features
|
|
239
|
-
|
|
240
|
-
* **combobox:** allow placeholder ([4677ad0](https://git.pixum.net/design-system/component-library/commits/4677ad04015e04574ad2ee5e391709deeaa07aa1))
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
# [0.15.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.14.0...@pixum/combobox@0.15.0) (2023-07-19)
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
### Features
|
|
250
|
-
|
|
251
|
-
* **combobox:** fix styling issues ([38bec1b](https://git.pixum.net/design-system/component-library/commits/38bec1bbccb7d8f8e3bb445652c844081a12de20))
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
# [0.14.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.13.0...@pixum/combobox@0.14.0) (2023-07-19)
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
### Features
|
|
261
|
-
|
|
262
|
-
* **combobox:** fix styling issues ([6c378ce](https://git.pixum.net/design-system/component-library/commits/6c378ce88995fc3d1ea73020304bee7a0e6ec346))
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
# [0.13.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.12.0...@pixum/combobox@0.13.0) (2023-07-19)
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
### Features
|
|
272
|
-
|
|
273
|
-
* **combobox:** fix styling issues ([1494f25](https://git.pixum.net/design-system/component-library/commits/1494f2501a9ea45e50f0c3deee83562f927151de))
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
# [0.12.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.11.0...@pixum/combobox@0.12.0) (2023-07-18)
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
### Features
|
|
283
|
-
|
|
284
|
-
* **combobox:** fix default value ([178135c](https://git.pixum.net/design-system/component-library/commits/178135c2ca1aea8f16c566c98fdf6200f9b7fd62))
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
# [0.11.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.10.0...@pixum/combobox@0.11.0) (2023-07-18)
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### Features
|
|
294
|
-
|
|
295
|
-
* **button:** remove hover from close icon ([e3071b8](https://git.pixum.net/design-system/component-library/commits/e3071b8e56e4134eb2e90b761027c277e75e94ac))
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
# [0.10.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.9.0...@pixum/combobox@0.10.0) (2023-07-18)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Features
|
|
305
|
-
|
|
306
|
-
* **combobox:** generate new version ([11bfce1](https://git.pixum.net/design-system/component-library/commits/11bfce1657fd9497bdf46d5daab4b9b828c4d00f))
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
# [0.9.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.8.0...@pixum/combobox@0.9.0) (2023-07-18)
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
### Features
|
|
316
|
-
|
|
317
|
-
* **combobox:** generate new version ([f1f3f33](https://git.pixum.net/design-system/component-library/commits/f1f3f334ae96fd2fd6c522436bc97d5aa55ff99b))
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
# [0.8.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.7.0...@pixum/combobox@0.8.0) (2023-07-18)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### Features
|
|
327
|
-
|
|
328
|
-
* **combobox:** fix select is compact and selected value ([808aa23](https://git.pixum.net/design-system/component-library/commits/808aa234fc43fe055a77a528c21022144f695fc0))
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
# [0.7.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.6.0...@pixum/combobox@0.7.0) (2023-07-18)
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
### Features
|
|
338
|
-
|
|
339
|
-
* **combobox:** fix issues after migrate the component ([220b743](https://git.pixum.net/design-system/component-library/commits/220b74392fd1b759d4133b137c8cec857663d8b8))
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
# [0.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.5.0...@pixum/combobox@0.6.0) (2023-07-18)
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
### Features
|
|
349
|
-
|
|
350
|
-
* **combobox:** fix issues after migrate the component ([1e238d8](https://git.pixum.net/design-system/component-library/commits/1e238d884cbb2fbdc7b99bf943bb4f180cf95d14))
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
# [0.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.4.0...@pixum/combobox@0.5.0) (2023-07-18)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
### Features
|
|
360
|
-
|
|
361
|
-
* **combobox:** fix export and onclick issue ([037570e](https://git.pixum.net/design-system/component-library/commits/037570e64f47f9974d7b305525cc190798bc09f3))
|
|
362
|
-
* **combobox:** fix issues after migrate the component ([019cb85](https://git.pixum.net/design-system/component-library/commits/019cb85d0fce0ba60dff5a7c96bc70e712702218))
|
|
363
|
-
* **combobox:** fix issues after migrate the component ([08cb4a2](https://git.pixum.net/design-system/component-library/commits/08cb4a2410d0eba51fa7acf778dd4cf81cf31859))
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
# [0.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.3.0...@pixum/combobox@0.4.0) (2023-07-17)
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### Features
|
|
373
|
-
|
|
374
|
-
* **combobox:** fix export and onclick issue ([d0b1e94](https://git.pixum.net/design-system/component-library/commits/d0b1e94e7a97143550307a58702e219a0ba3f7ac))
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
# [0.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.2.0...@pixum/combobox@0.3.0) (2023-07-17)
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
### Features
|
|
384
|
-
|
|
385
|
-
* **combobox:** fix export and onclick issue ([4522908](https://git.pixum.net/design-system/component-library/commits/4522908dca84b3b46b1a58e3f40526f1939fb984))
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
# [0.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.1.0...@pixum/combobox@0.2.0) (2023-07-17)
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
### Features
|
|
395
|
-
|
|
396
|
-
* **combobox:** fix export and onclick issue ([7df79de](https://git.pixum.net/design-system/component-library/commits/7df79debbb129d4b5238e44a11ab24ba5cc01bd3))
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
# 0.1.0 (2023-07-17)
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
### Features
|
|
406
|
-
|
|
407
|
-
* **combobox:** add combobox component ([1fe4ec2](https://git.pixum.net/design-system/component-library/commits/1fe4ec254317fe65faa372cc82a51f1a4afcca9a))
|
|
408
|
-
* **combobox:** apply code-review ([8e79167](https://git.pixum.net/design-system/component-library/commits/8e79167eeb196be32a66e67929864a63a351af36))
|
|
31
|
+
|
|
32
|
+
## [1.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.0.1...@pixum/combobox@1.0.2) (2023-10-06)
|
|
33
|
+
|
|
34
|
+
**Note:** Version bump only for package @pixum/combobox
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## [1.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.3...@pixum/combobox@1.0.1) (2023-10-06)
|
|
41
|
+
|
|
42
|
+
**Note:** Version bump only for package @pixum/combobox
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## [0.29.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.2...@pixum/combobox@0.29.3) (2023-10-05)
|
|
49
|
+
|
|
50
|
+
**Note:** Version bump only for package @pixum/combobox
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [0.29.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.1...@pixum/combobox@0.29.2) (2023-10-05)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* **Combobox:** remove gitHead ([0f4c4e0](https://git.pixum.net/design-system/component-library/commits/0f4c4e09c49f0f2d5669783869085f3064673767))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## [0.29.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.29.0...@pixum/combobox@0.29.1) (2023-10-05)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Bug Fixes
|
|
71
|
+
|
|
72
|
+
* **Combobox:** fix interface ([769fd0c](https://git.pixum.net/design-system/component-library/commits/769fd0c6c0acd3d839b184e754072a2c41333b25))
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
# [0.29.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.28.1...@pixum/combobox@0.29.0) (2023-10-05)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Features
|
|
82
|
+
|
|
83
|
+
* **Combobox:** add leading type and option details ([22cc22f](https://git.pixum.net/design-system/component-library/commits/22cc22fb6fcd9744e9d2b696e18008776100ce20))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## [0.28.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.28.0...@pixum/combobox@0.28.1) (2023-08-02)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Bug Fixes
|
|
93
|
+
|
|
94
|
+
* replace TextTags and TextVariants strings with enum; mark HeadlineTag als deprecated (seems to be the same as TextVariant) ([32ebe46](https://git.pixum.net/design-system/component-library/commits/32ebe46de875687cae7c6b5424e503cf36a44c35))
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
# [0.28.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.27.0...@pixum/combobox@0.28.0) (2023-07-31)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
|
|
106
|
+
* **combobox:** do bot hide select field on mobile ([0fb3f6e](https://git.pixum.net/design-system/component-library/commits/0fb3f6e25520557d34c5b54944eb0cb7c20ae239))
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
# [0.27.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.26.0...@pixum/combobox@0.27.0) (2023-07-26)
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### Features
|
|
116
|
+
|
|
117
|
+
* **combobox:** solve position in combobox headline options ([f765d00](https://git.pixum.net/design-system/component-library/commits/f765d00ee23ce6fc4298681530b95a57c2783849))
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
# [0.26.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.25.0...@pixum/combobox@0.26.0) (2023-07-25)
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Features
|
|
127
|
+
|
|
128
|
+
* **combobox:** fix bg color for the search input field on mobil ([13ab11c](https://git.pixum.net/design-system/component-library/commits/13ab11c81f576ef08e40b1d3f92dcd737c44f7ea))
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
# [0.25.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.24.0...@pixum/combobox@0.25.0) (2023-07-25)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Features
|
|
138
|
+
|
|
139
|
+
* **combobox:** fix the scroll to element ([01d88fc](https://git.pixum.net/design-system/component-library/commits/01d88fc08ece7a075a4f4d339b0547cc7c6ac38a))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
# [0.24.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.23.0...@pixum/combobox@0.24.0) (2023-07-25)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Features
|
|
149
|
+
|
|
150
|
+
* **combobox:** fix the scroll to element ([13bf545](https://git.pixum.net/design-system/component-library/commits/13bf5453a029e1429ab817adab0f87579531c0de))
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
# [0.23.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.22.0...@pixum/combobox@0.23.0) (2023-07-25)
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
### Features
|
|
160
|
+
|
|
161
|
+
* **combobox:** fix the scroll to element ([8f66df3](https://git.pixum.net/design-system/component-library/commits/8f66df32c75eba24be016d1863c102f1aa6afd36))
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
# [0.22.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.21.0...@pixum/combobox@0.22.0) (2023-07-24)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* **bottom-sheet:** check if content should swipe ([7e57356](https://git.pixum.net/design-system/component-library/commits/7e57356724a1aa6cb9c2e5534951b3376ad567bb))
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
# [0.21.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.20.0...@pixum/combobox@0.21.0) (2023-07-24)
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
### Features
|
|
182
|
+
|
|
183
|
+
* **bottom-sheet:** check if content should swipe ([c1b16ee](https://git.pixum.net/design-system/component-library/commits/c1b16ee79f79ab8359eff8045596b309115bfe66))
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
# [0.20.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.19.0...@pixum/combobox@0.20.0) (2023-07-24)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
### Features
|
|
193
|
+
|
|
194
|
+
* **search:** add input mode attribute ([fc29043](https://git.pixum.net/design-system/component-library/commits/fc29043023c13ddd21f8ccf605f29788e0efbe8a))
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
# [0.19.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.18.0...@pixum/combobox@0.19.0) (2023-07-24)
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
### Features
|
|
204
|
+
|
|
205
|
+
* **combobox:** fix data in the combobox options ([cd00b96](https://git.pixum.net/design-system/component-library/commits/cd00b96408c1070b9f437beb07f58f3a9ee86380))
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
# [0.18.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.17.0...@pixum/combobox@0.18.0) (2023-07-21)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
### Features
|
|
215
|
+
|
|
216
|
+
* **combobox:** fix data in the combobox options ([37b3b60](https://git.pixum.net/design-system/component-library/commits/37b3b603c542705a2e6c57312738fc446c21eb23))
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
# [0.17.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.16.1...@pixum/combobox@0.17.0) (2023-07-21)
|
|
224
|
+
|
|
225
|
+
**Note:** Version bump only for package @pixum/combobox
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## [0.16.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.16.0...@pixum/combobox@0.16.1) (2023-07-20)
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
* **user-input:** fix focus ([ec9a0ea](https://git.pixum.net/design-system/component-library/commits/ec9a0ea1dde2477e6067bfbbc8676cb0321259a9))
|
|
237
|
+
* **user-input:** fix types & story ([3799c07](https://git.pixum.net/design-system/component-library/commits/3799c07a2d34f57773970a12ab27063d15a17428))
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
# [0.16.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.15.0...@pixum/combobox@0.16.0) (2023-07-19)
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
### Features
|
|
247
|
+
|
|
248
|
+
* **combobox:** allow placeholder ([4677ad0](https://git.pixum.net/design-system/component-library/commits/4677ad04015e04574ad2ee5e391709deeaa07aa1))
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
# [0.15.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.14.0...@pixum/combobox@0.15.0) (2023-07-19)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
### Features
|
|
258
|
+
|
|
259
|
+
* **combobox:** fix styling issues ([38bec1b](https://git.pixum.net/design-system/component-library/commits/38bec1bbccb7d8f8e3bb445652c844081a12de20))
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
# [0.14.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.13.0...@pixum/combobox@0.14.0) (2023-07-19)
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
### Features
|
|
269
|
+
|
|
270
|
+
* **combobox:** fix styling issues ([6c378ce](https://git.pixum.net/design-system/component-library/commits/6c378ce88995fc3d1ea73020304bee7a0e6ec346))
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
# [0.13.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.12.0...@pixum/combobox@0.13.0) (2023-07-19)
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
### Features
|
|
280
|
+
|
|
281
|
+
* **combobox:** fix styling issues ([1494f25](https://git.pixum.net/design-system/component-library/commits/1494f2501a9ea45e50f0c3deee83562f927151de))
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
# [0.12.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.11.0...@pixum/combobox@0.12.0) (2023-07-18)
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
### Features
|
|
291
|
+
|
|
292
|
+
* **combobox:** fix default value ([178135c](https://git.pixum.net/design-system/component-library/commits/178135c2ca1aea8f16c566c98fdf6200f9b7fd62))
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
# [0.11.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.10.0...@pixum/combobox@0.11.0) (2023-07-18)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Features
|
|
302
|
+
|
|
303
|
+
* **button:** remove hover from close icon ([e3071b8](https://git.pixum.net/design-system/component-library/commits/e3071b8e56e4134eb2e90b761027c277e75e94ac))
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
# [0.10.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.9.0...@pixum/combobox@0.10.0) (2023-07-18)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
### Features
|
|
313
|
+
|
|
314
|
+
* **combobox:** generate new version ([11bfce1](https://git.pixum.net/design-system/component-library/commits/11bfce1657fd9497bdf46d5daab4b9b828c4d00f))
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
# [0.9.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.8.0...@pixum/combobox@0.9.0) (2023-07-18)
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
### Features
|
|
324
|
+
|
|
325
|
+
* **combobox:** generate new version ([f1f3f33](https://git.pixum.net/design-system/component-library/commits/f1f3f334ae96fd2fd6c522436bc97d5aa55ff99b))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
# [0.8.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.7.0...@pixum/combobox@0.8.0) (2023-07-18)
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
### Features
|
|
335
|
+
|
|
336
|
+
* **combobox:** fix select is compact and selected value ([808aa23](https://git.pixum.net/design-system/component-library/commits/808aa234fc43fe055a77a528c21022144f695fc0))
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
# [0.7.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.6.0...@pixum/combobox@0.7.0) (2023-07-18)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
### Features
|
|
346
|
+
|
|
347
|
+
* **combobox:** fix issues after migrate the component ([220b743](https://git.pixum.net/design-system/component-library/commits/220b74392fd1b759d4133b137c8cec857663d8b8))
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
# [0.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.5.0...@pixum/combobox@0.6.0) (2023-07-18)
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Features
|
|
357
|
+
|
|
358
|
+
* **combobox:** fix issues after migrate the component ([1e238d8](https://git.pixum.net/design-system/component-library/commits/1e238d884cbb2fbdc7b99bf943bb4f180cf95d14))
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
# [0.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.4.0...@pixum/combobox@0.5.0) (2023-07-18)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
* **combobox:** fix export and onclick issue ([037570e](https://git.pixum.net/design-system/component-library/commits/037570e64f47f9974d7b305525cc190798bc09f3))
|
|
370
|
+
* **combobox:** fix issues after migrate the component ([019cb85](https://git.pixum.net/design-system/component-library/commits/019cb85d0fce0ba60dff5a7c96bc70e712702218))
|
|
371
|
+
* **combobox:** fix issues after migrate the component ([08cb4a2](https://git.pixum.net/design-system/component-library/commits/08cb4a2410d0eba51fa7acf778dd4cf81cf31859))
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
# [0.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.3.0...@pixum/combobox@0.4.0) (2023-07-17)
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
### Features
|
|
381
|
+
|
|
382
|
+
* **combobox:** fix export and onclick issue ([d0b1e94](https://git.pixum.net/design-system/component-library/commits/d0b1e94e7a97143550307a58702e219a0ba3f7ac))
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
# [0.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.2.0...@pixum/combobox@0.3.0) (2023-07-17)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
### Features
|
|
392
|
+
|
|
393
|
+
* **combobox:** fix export and onclick issue ([4522908](https://git.pixum.net/design-system/component-library/commits/4522908dca84b3b46b1a58e3f40526f1939fb984))
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
# [0.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@0.1.0...@pixum/combobox@0.2.0) (2023-07-17)
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Features
|
|
403
|
+
|
|
404
|
+
* **combobox:** fix export and onclick issue ([7df79de](https://git.pixum.net/design-system/component-library/commits/7df79debbb129d4b5238e44a11ab24ba5cc01bd3))
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
# 0.1.0 (2023-07-17)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
### Features
|
|
414
|
+
|
|
415
|
+
* **combobox:** add combobox component ([1fe4ec2](https://git.pixum.net/design-system/component-library/commits/1fe4ec254317fe65faa372cc82a51f1a4afcca9a))
|
|
416
|
+
* **combobox:** apply code-review ([8e79167](https://git.pixum.net/design-system/component-library/commits/8e79167eeb196be32a66e67929864a63a351af36))
|
|
409
417
|
* **combobox:** apply code-review ([2554747](https://git.pixum.net/design-system/component-library/commits/25547475a701273c06c75dc7c051849016ee63d4))
|