@pixum/combobox 1.6.0 → 1.6.3

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +620 -595
  2. package/lib/ComboBox.d.ts +5 -5
  3. package/lib/ComboBox.js +76 -105
  4. package/lib/ComboBox.js.map +1 -1
  5. package/lib/ComboboxOptions/Options.d.ts +12 -12
  6. package/lib/ComboboxOptions/Options.js +15 -23
  7. package/lib/ComboboxOptions/Options.js.map +1 -1
  8. package/lib/ComboboxOptions/OptionsGroup.d.ts +13 -13
  9. package/lib/ComboboxOptions/OptionsGroup.js +7 -38
  10. package/lib/ComboboxOptions/OptionsGroup.js.map +1 -1
  11. package/lib/ComboboxOptions/index.d.ts +4 -4
  12. package/lib/ComboboxOptions/index.js +21 -53
  13. package/lib/ComboboxOptions/index.js.map +1 -1
  14. package/lib/helper/calculateListMaxHeight.d.ts +1 -1
  15. package/lib/helper/calculateListMaxHeight.js +7 -11
  16. package/lib/helper/calculateListMaxHeight.js.map +1 -1
  17. package/lib/helper/scrollOptionToViewport.d.ts +1 -1
  18. package/lib/helper/scrollOptionToViewport.js +17 -21
  19. package/lib/helper/scrollOptionToViewport.js.map +1 -1
  20. package/lib/helper/useIsDesktopScreenWidth.d.ts +2 -2
  21. package/lib/helper/useIsDesktopScreenWidth.js +19 -21
  22. package/lib/helper/useIsDesktopScreenWidth.js.map +1 -1
  23. package/lib/index.d.ts +3 -3
  24. package/lib/index.js +3 -22
  25. package/lib/index.js.map +1 -1
  26. package/lib/types.d.ts +34 -34
  27. package/lib/types.js +1 -2
  28. package/package.json +2 -2
  29. package/lib/helper/useIsDesktop.d.ts +0 -1
  30. package/lib/helper/useIsDesktop.js +0 -14
  31. package/lib/helper/useIsDesktop.js.map +0 -1
  32. package/lib/helper/useScreenSize.d.ts +0 -5
  33. package/lib/helper/useScreenSize.js +0 -24
  34. package/lib/helper/useScreenSize.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,212 +3,7 @@
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.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.5.0...@pixum/combobox@1.6.0) (2023-12-27)
7
-
8
-
9
- ### Features
10
-
11
- * **ComboBox:** use id ([9710908](https://git.pixum.net/design-system/component-library/commits/9710908d4517f3dddeb2129b026b657220d605e7))
12
-
13
-
14
-
15
-
16
-
17
- # [1.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.10...@pixum/combobox@1.5.0) (2023-11-07)
18
-
19
-
20
- ### Features
21
-
22
- * **ComboBox:** ony close on desktop on outside click ([9b9ef56](https://git.pixum.net/design-system/component-library/commits/9b9ef56b99e2e2149ee291ae5d01ad6d99c92a22))
23
-
24
-
25
-
26
-
27
-
28
- ## [1.4.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.9...@pixum/combobox@1.4.10) (2023-11-07)
29
-
30
-
31
- ### Bug Fixes
32
-
33
- * **ComboBox:** fix mobile bottom shett click ([23765f9](https://git.pixum.net/design-system/component-library/commits/23765f963144cf4ff567568a1cfe23b1cc402a4d))
34
-
35
-
36
-
37
-
38
-
39
- ## [1.4.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.8...@pixum/combobox@1.4.9) (2023-11-07)
40
-
41
-
42
- ### Bug Fixes
43
-
44
- * **ComboBox:** close on outside click ([6128c91](https://git.pixum.net/design-system/component-library/commits/6128c91bdf719a9662ecd6b977e16a1894d00fc7))
45
-
46
-
47
-
48
-
49
-
50
- ## [1.4.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.7...@pixum/combobox@1.4.8) (2023-11-06)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * **ComboBox:** check for window object ([edee992](https://git.pixum.net/design-system/component-library/commits/edee992df7116e107454675843c0d1e0f63e845d))
56
-
57
-
58
-
59
-
60
-
61
- ## [1.4.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.6...@pixum/combobox@1.4.7) (2023-11-06)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * **ComboBox:** update isDesktop hook in options component ([3954ad4](https://git.pixum.net/design-system/component-library/commits/3954ad4b0c9556601af4eff89ce5f4e5c5d33926))
67
- * **ComboBox:** use screen size for bottom sheet vs dropdown indication ([821d3d0](https://git.pixum.net/design-system/component-library/commits/821d3d0155c27c02f6c3ffb1f2b3b99fd27beb2e))
68
- * **SelectInput:** fix arrow svg direction ([7f5d2b3](https://git.pixum.net/design-system/component-library/commits/7f5d2b3a082638757020a9a8336d9c64d4e61768))
69
-
70
-
71
-
72
-
73
-
74
- ## [1.4.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.5...@pixum/combobox@1.4.6) (2023-11-03)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **ComboBox:** do not close on option click ([6b1a3cd](https://git.pixum.net/design-system/component-library/commits/6b1a3cd659c91b447b6935431bd188515fd44877))
80
-
81
-
82
-
83
-
84
-
85
- ## [1.4.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.4...@pixum/combobox@1.4.5) (2023-11-03)
86
-
87
- **Note:** Version bump only for package @pixum/combobox
88
-
89
-
90
-
91
-
92
-
93
- ## [1.4.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.3...@pixum/combobox@1.4.4) (2023-11-03)
94
-
95
-
96
- ### Bug Fixes
97
-
98
- * **ComboBox:** remove close on click ([7d8097a](https://git.pixum.net/design-system/component-library/commits/7d8097a4929bf3865883158429ae2e7738e0d7ab))
99
-
100
-
101
-
102
-
103
-
104
- ## [1.4.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.2...@pixum/combobox@1.4.3) (2023-11-03)
105
-
106
-
107
- ### Bug Fixes
108
-
109
- * **ComboBox:** fix bottom sheet option click ([2f83950](https://git.pixum.net/design-system/component-library/commits/2f839504b17f8d11a0edac79917017869c12dfa4))
110
-
111
-
112
-
113
-
114
-
115
- ## [1.4.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.1...@pixum/combobox@1.4.2) (2023-11-03)
116
-
117
-
118
- ### Bug Fixes
119
-
120
- * **UserInput:** remove handle unfocused on click ([71584ba](https://git.pixum.net/design-system/component-library/commits/71584baf9d0bbe58ee5838a6393c4fceceb35660))
121
-
122
-
123
-
124
-
125
-
126
- ## [1.4.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.0...@pixum/combobox@1.4.1) (2023-11-02)
127
-
128
-
129
- ### Bug Fixes
130
-
131
- * **ComboBox:** fix option selection ([9b59d7e](https://git.pixum.net/design-system/component-library/commits/9b59d7e1862d268e5c654c68aba19e076c1425c5))
132
- * **ComboBox:** fix option selection ([b5f8b66](https://git.pixum.net/design-system/component-library/commits/b5f8b6660f50105fead71962bc9cf749c82b9b97))
133
-
134
-
135
-
136
-
137
-
138
- # [1.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.2...@pixum/combobox@1.4.0) (2023-10-31)
139
-
140
- **Note:** Version bump only for package @pixum/combobox
141
-
142
-
143
-
144
-
145
-
146
- ## [1.3.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.1...@pixum/combobox@1.3.2) (2023-10-17)
147
-
148
- **Note:** Version bump only for package @pixum/combobox
149
-
150
-
151
-
152
-
153
-
154
- ## [1.3.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.0...@pixum/combobox@1.3.1) (2023-10-16)
155
-
156
-
157
- ### Bug Fixes
158
-
159
- * **Combobox:** fix header spacing ([2142a7b](https://git.pixum.net/design-system/component-library/commits/2142a7b798a0bcc65bc2dc43fd37a05ebf105acb))
160
-
161
-
162
-
163
-
164
-
165
- # [1.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.2...@pixum/combobox@1.3.0) (2023-10-16)
166
-
167
-
168
- ### Features
169
-
170
- * **UserInout:** add className property ([83e82aa](https://git.pixum.net/design-system/component-library/commits/83e82aa74a7e62daa25b55a5460b01ea07c3dbc6))
171
-
172
-
173
-
174
-
175
-
176
- ## [1.2.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.1...@pixum/combobox@1.2.2) (2023-10-16)
177
-
178
-
179
- ### Bug Fixes
180
-
181
- * **Combobox:** fix bottom sheet height ([bac4f44](https://git.pixum.net/design-system/component-library/commits/bac4f44d99d16b7dcfac88343b62885c8f7ccbe3))
182
-
183
-
184
-
185
-
186
-
187
- ## [1.2.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.0...@pixum/combobox@1.2.1) (2023-10-13)
188
-
189
-
190
- ### Bug Fixes
191
-
192
- * **Combobox:** set dynamic height based on content ([28b2d8d](https://git.pixum.net/design-system/component-library/commits/28b2d8d6684f4f1af8fb4efc8f1c1dc8a282f26c))
193
- * **ComboBox:** set value from outside ([aaae213](https://git.pixum.net/design-system/component-library/commits/aaae213eb381514df21937b94757f1a8ebf61f7c))
194
-
195
-
196
-
197
-
198
-
199
- # [1.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.1.1...@pixum/combobox@1.2.0) (2023-10-11)
200
-
201
-
202
- ### Features
203
-
204
- * **Combobox:** add onMouseEnter for menu items ([fea2a09](https://git.pixum.net/design-system/component-library/commits/fea2a090977fd915911271935b51b4962fff0870))
205
- * **ComboBox:** make open state controllable from outside the component ([0a9ed8d](https://git.pixum.net/design-system/component-library/commits/0a9ed8d1151b47c09b5c0dd25845fee935f54a99))
206
-
207
-
208
-
209
-
210
-
211
- ## [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)
6
+ ## [1.6.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.2...@pixum/combobox@1.6.3) (2024-02-13)
212
7
 
213
8
  **Note:** Version bump only for package @pixum/combobox
214
9
 
@@ -216,25 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
216
11
 
217
12
 
218
13
 
219
- # [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)
220
-
221
-
222
- ### Features
223
-
224
- * **combobox:** fix the pipeline error ([22a3227](https://git.pixum.net/design-system/component-library/commits/22a32273961c09f75352b665be06215676b711d8))
225
-
226
-
227
- ### Reverts
228
-
229
- * Revert "chore(react): update to 18" ([a5f7083](https://git.pixum.net/design-system/component-library/commits/a5f708391b0eb74ccbd903a958528a6b192700a7))
230
- * Revert "Publish" ([80a7a8a](https://git.pixum.net/design-system/component-library/commits/80a7a8a638c2e3480d5bdf224bb53774ebc076c5))
231
-
232
-
233
-
234
-
235
-
236
-
237
- ## [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)
14
+ ## [1.6.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.1...@pixum/combobox@1.6.2) (2024-02-13)
238
15
 
239
16
  **Note:** Version bump only for package @pixum/combobox
240
17
 
@@ -242,190 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
242
19
 
243
20
 
244
21
 
245
- ## [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)
246
-
247
- **Note:** Version bump only for package @pixum/combobox
248
-
249
-
250
-
251
-
252
-
253
- ## [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)
254
-
255
- **Note:** Version bump only for package @pixum/combobox
256
-
257
-
258
-
259
-
260
-
261
- ## [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)
262
-
263
-
264
- ### Bug Fixes
265
-
266
- * **Combobox:** remove gitHead ([0f4c4e0](https://git.pixum.net/design-system/component-library/commits/0f4c4e09c49f0f2d5669783869085f3064673767))
267
-
268
-
269
-
270
-
271
-
272
- ## [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)
273
-
274
-
275
- ### Bug Fixes
276
-
277
- * **Combobox:** fix interface ([769fd0c](https://git.pixum.net/design-system/component-library/commits/769fd0c6c0acd3d839b184e754072a2c41333b25))
278
-
279
-
280
-
281
-
282
-
283
- # [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)
284
-
285
-
286
- ### Features
287
-
288
- * **Combobox:** add leading type and option details ([22cc22f](https://git.pixum.net/design-system/component-library/commits/22cc22fb6fcd9744e9d2b696e18008776100ce20))
289
-
290
-
291
-
292
-
293
-
294
- ## [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)
295
-
296
-
297
- ### Bug Fixes
298
-
299
- * 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))
300
-
301
-
302
-
303
-
304
-
305
-
306
- # [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)
307
-
308
-
309
- ### Features
310
-
311
- * **combobox:** do bot hide select field on mobile ([0fb3f6e](https://git.pixum.net/design-system/component-library/commits/0fb3f6e25520557d34c5b54944eb0cb7c20ae239))
312
-
313
-
314
-
315
-
316
-
317
- # [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)
318
-
319
-
320
- ### Features
321
-
322
- * **combobox:** solve position in combobox headline options ([f765d00](https://git.pixum.net/design-system/component-library/commits/f765d00ee23ce6fc4298681530b95a57c2783849))
323
-
324
-
325
-
326
-
327
-
328
- # [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)
329
-
330
-
331
- ### Features
332
-
333
- * **combobox:** fix bg color for the search input field on mobil ([13ab11c](https://git.pixum.net/design-system/component-library/commits/13ab11c81f576ef08e40b1d3f92dcd737c44f7ea))
334
-
335
-
336
-
337
-
338
-
339
- # [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)
340
-
341
-
342
- ### Features
343
-
344
- * **combobox:** fix the scroll to element ([01d88fc](https://git.pixum.net/design-system/component-library/commits/01d88fc08ece7a075a4f4d339b0547cc7c6ac38a))
345
-
346
-
347
-
348
-
349
-
350
- # [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)
351
-
352
-
353
- ### Features
354
-
355
- * **combobox:** fix the scroll to element ([13bf545](https://git.pixum.net/design-system/component-library/commits/13bf5453a029e1429ab817adab0f87579531c0de))
356
-
357
-
358
-
359
-
360
-
361
- # [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)
362
-
363
-
364
- ### Features
365
-
366
- * **combobox:** fix the scroll to element ([8f66df3](https://git.pixum.net/design-system/component-library/commits/8f66df32c75eba24be016d1863c102f1aa6afd36))
367
-
368
-
369
-
370
-
371
-
372
- # [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)
373
-
374
-
375
- ### Features
376
-
377
- * **bottom-sheet:** check if content should swipe ([7e57356](https://git.pixum.net/design-system/component-library/commits/7e57356724a1aa6cb9c2e5534951b3376ad567bb))
378
-
379
-
380
-
381
-
382
-
383
- # [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)
384
-
385
-
386
- ### Features
387
-
388
- * **bottom-sheet:** check if content should swipe ([c1b16ee](https://git.pixum.net/design-system/component-library/commits/c1b16ee79f79ab8359eff8045596b309115bfe66))
389
-
390
-
391
-
392
-
393
-
394
- # [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)
395
-
396
-
397
- ### Features
398
-
399
- * **search:** add input mode attribute ([fc29043](https://git.pixum.net/design-system/component-library/commits/fc29043023c13ddd21f8ccf605f29788e0efbe8a))
400
-
401
-
402
-
403
-
404
-
405
- # [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)
406
-
407
-
408
- ### Features
409
-
410
- * **combobox:** fix data in the combobox options ([cd00b96](https://git.pixum.net/design-system/component-library/commits/cd00b96408c1070b9f437beb07f58f3a9ee86380))
411
-
412
-
413
-
414
-
415
-
416
- # [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)
417
-
418
-
419
- ### Features
420
-
421
- * **combobox:** fix data in the combobox options ([37b3b60](https://git.pixum.net/design-system/component-library/commits/37b3b603c542705a2e6c57312738fc446c21eb23))
422
-
423
-
424
-
425
-
426
-
427
-
428
- # [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)
22
+ ## [1.6.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.0...@pixum/combobox@1.6.1) (2024-02-13)
429
23
 
430
24
  **Note:** Version bump only for package @pixum/combobox
431
25
 
@@ -433,190 +27,621 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
433
27
 
434
28
 
435
29
 
436
- ## [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)
437
-
438
-
439
- ### Bug Fixes
440
-
441
- * **user-input:** fix focus ([ec9a0ea](https://git.pixum.net/design-system/component-library/commits/ec9a0ea1dde2477e6067bfbbc8676cb0321259a9))
442
- * **user-input:** fix types & story ([3799c07](https://git.pixum.net/design-system/component-library/commits/3799c07a2d34f57773970a12ab27063d15a17428))
443
-
444
-
445
-
446
-
447
-
448
- # [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)
449
-
450
-
451
- ### Features
452
-
453
- * **combobox:** allow placeholder ([4677ad0](https://git.pixum.net/design-system/component-library/commits/4677ad04015e04574ad2ee5e391709deeaa07aa1))
454
-
455
-
456
-
457
-
458
-
459
- # [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)
460
-
461
-
462
- ### Features
463
-
464
- * **combobox:** fix styling issues ([38bec1b](https://git.pixum.net/design-system/component-library/commits/38bec1bbccb7d8f8e3bb445652c844081a12de20))
465
-
466
-
467
-
468
-
469
-
470
- # [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)
471
-
472
-
473
- ### Features
474
-
475
- * **combobox:** fix styling issues ([6c378ce](https://git.pixum.net/design-system/component-library/commits/6c378ce88995fc3d1ea73020304bee7a0e6ec346))
476
-
477
-
478
-
479
-
480
-
481
- # [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)
482
-
483
-
484
- ### Features
485
-
486
- * **combobox:** fix styling issues ([1494f25](https://git.pixum.net/design-system/component-library/commits/1494f2501a9ea45e50f0c3deee83562f927151de))
487
-
488
-
489
-
490
-
491
-
492
- # [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)
493
-
494
-
495
- ### Features
496
-
497
- * **combobox:** fix default value ([178135c](https://git.pixum.net/design-system/component-library/commits/178135c2ca1aea8f16c566c98fdf6200f9b7fd62))
498
-
499
-
500
-
501
-
502
-
503
- # [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)
504
-
505
-
506
- ### Features
507
-
508
- * **button:** remove hover from close icon ([e3071b8](https://git.pixum.net/design-system/component-library/commits/e3071b8e56e4134eb2e90b761027c277e75e94ac))
509
-
510
-
511
-
512
-
513
-
514
- # [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)
515
-
516
-
517
- ### Features
518
-
519
- * **combobox:** generate new version ([11bfce1](https://git.pixum.net/design-system/component-library/commits/11bfce1657fd9497bdf46d5daab4b9b828c4d00f))
520
-
521
-
522
-
523
-
524
-
525
- # [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)
526
-
527
-
528
- ### Features
529
-
530
- * **combobox:** generate new version ([f1f3f33](https://git.pixum.net/design-system/component-library/commits/f1f3f334ae96fd2fd6c522436bc97d5aa55ff99b))
531
-
532
-
533
-
534
-
535
-
536
- # [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)
537
-
538
-
539
- ### Features
540
-
541
- * **combobox:** fix select is compact and selected value ([808aa23](https://git.pixum.net/design-system/component-library/commits/808aa234fc43fe055a77a528c21022144f695fc0))
542
-
543
-
544
-
545
-
546
-
547
- # [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)
548
-
549
-
550
- ### Features
551
-
552
- * **combobox:** fix issues after migrate the component ([220b743](https://git.pixum.net/design-system/component-library/commits/220b74392fd1b759d4133b137c8cec857663d8b8))
553
-
554
-
555
-
556
-
557
-
558
- # [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)
559
-
560
-
561
- ### Features
562
-
563
- * **combobox:** fix issues after migrate the component ([1e238d8](https://git.pixum.net/design-system/component-library/commits/1e238d884cbb2fbdc7b99bf943bb4f180cf95d14))
564
-
565
-
566
-
567
-
568
-
569
- # [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)
570
-
571
-
572
- ### Features
573
-
574
- * **combobox:** fix export and onclick issue ([037570e](https://git.pixum.net/design-system/component-library/commits/037570e64f47f9974d7b305525cc190798bc09f3))
575
- * **combobox:** fix issues after migrate the component ([019cb85](https://git.pixum.net/design-system/component-library/commits/019cb85d0fce0ba60dff5a7c96bc70e712702218))
576
- * **combobox:** fix issues after migrate the component ([08cb4a2](https://git.pixum.net/design-system/component-library/commits/08cb4a2410d0eba51fa7acf778dd4cf81cf31859))
577
-
578
-
579
-
580
-
581
-
582
- # [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)
583
-
584
-
585
- ### Features
586
-
587
- * **combobox:** fix export and onclick issue ([d0b1e94](https://git.pixum.net/design-system/component-library/commits/d0b1e94e7a97143550307a58702e219a0ba3f7ac))
588
-
589
-
590
-
591
-
592
-
593
- # [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)
594
-
595
-
596
- ### Features
597
-
598
- * **combobox:** fix export and onclick issue ([4522908](https://git.pixum.net/design-system/component-library/commits/4522908dca84b3b46b1a58e3f40526f1939fb984))
599
-
600
-
601
-
602
-
603
-
604
- # [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)
605
-
606
-
607
- ### Features
608
-
609
- * **combobox:** fix export and onclick issue ([7df79de](https://git.pixum.net/design-system/component-library/commits/7df79debbb129d4b5238e44a11ab24ba5cc01bd3))
610
-
611
-
612
-
613
-
614
-
615
- # 0.1.0 (2023-07-17)
616
-
617
-
618
- ### Features
619
-
620
- * **combobox:** add combobox component ([1fe4ec2](https://git.pixum.net/design-system/component-library/commits/1fe4ec254317fe65faa372cc82a51f1a4afcca9a))
621
- * **combobox:** apply code-review ([8e79167](https://git.pixum.net/design-system/component-library/commits/8e79167eeb196be32a66e67929864a63a351af36))
30
+
31
+ # [1.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.5.0...@pixum/combobox@1.6.0) (2023-12-27)
32
+
33
+
34
+ ### Features
35
+
36
+ * **ComboBox:** use id ([9710908](https://git.pixum.net/design-system/component-library/commits/9710908d4517f3dddeb2129b026b657220d605e7))
37
+
38
+
39
+
40
+
41
+
42
+ # [1.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.10...@pixum/combobox@1.5.0) (2023-11-07)
43
+
44
+
45
+ ### Features
46
+
47
+ * **ComboBox:** ony close on desktop on outside click ([9b9ef56](https://git.pixum.net/design-system/component-library/commits/9b9ef56b99e2e2149ee291ae5d01ad6d99c92a22))
48
+
49
+
50
+
51
+
52
+
53
+ ## [1.4.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.9...@pixum/combobox@1.4.10) (2023-11-07)
54
+
55
+
56
+ ### Bug Fixes
57
+
58
+ * **ComboBox:** fix mobile bottom shett click ([23765f9](https://git.pixum.net/design-system/component-library/commits/23765f963144cf4ff567568a1cfe23b1cc402a4d))
59
+
60
+
61
+
62
+
63
+
64
+ ## [1.4.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.8...@pixum/combobox@1.4.9) (2023-11-07)
65
+
66
+
67
+ ### Bug Fixes
68
+
69
+ * **ComboBox:** close on outside click ([6128c91](https://git.pixum.net/design-system/component-library/commits/6128c91bdf719a9662ecd6b977e16a1894d00fc7))
70
+
71
+
72
+
73
+
74
+
75
+ ## [1.4.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.7...@pixum/combobox@1.4.8) (2023-11-06)
76
+
77
+
78
+ ### Bug Fixes
79
+
80
+ * **ComboBox:** check for window object ([edee992](https://git.pixum.net/design-system/component-library/commits/edee992df7116e107454675843c0d1e0f63e845d))
81
+
82
+
83
+
84
+
85
+
86
+ ## [1.4.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.6...@pixum/combobox@1.4.7) (2023-11-06)
87
+
88
+
89
+ ### Bug Fixes
90
+
91
+ * **ComboBox:** update isDesktop hook in options component ([3954ad4](https://git.pixum.net/design-system/component-library/commits/3954ad4b0c9556601af4eff89ce5f4e5c5d33926))
92
+ * **ComboBox:** use screen size for bottom sheet vs dropdown indication ([821d3d0](https://git.pixum.net/design-system/component-library/commits/821d3d0155c27c02f6c3ffb1f2b3b99fd27beb2e))
93
+ * **SelectInput:** fix arrow svg direction ([7f5d2b3](https://git.pixum.net/design-system/component-library/commits/7f5d2b3a082638757020a9a8336d9c64d4e61768))
94
+
95
+
96
+
97
+
98
+
99
+ ## [1.4.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.5...@pixum/combobox@1.4.6) (2023-11-03)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * **ComboBox:** do not close on option click ([6b1a3cd](https://git.pixum.net/design-system/component-library/commits/6b1a3cd659c91b447b6935431bd188515fd44877))
105
+
106
+
107
+
108
+
109
+
110
+ ## [1.4.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.4...@pixum/combobox@1.4.5) (2023-11-03)
111
+
112
+ **Note:** Version bump only for package @pixum/combobox
113
+
114
+
115
+
116
+
117
+
118
+ ## [1.4.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.3...@pixum/combobox@1.4.4) (2023-11-03)
119
+
120
+
121
+ ### Bug Fixes
122
+
123
+ * **ComboBox:** remove close on click ([7d8097a](https://git.pixum.net/design-system/component-library/commits/7d8097a4929bf3865883158429ae2e7738e0d7ab))
124
+
125
+
126
+
127
+
128
+
129
+ ## [1.4.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.2...@pixum/combobox@1.4.3) (2023-11-03)
130
+
131
+
132
+ ### Bug Fixes
133
+
134
+ * **ComboBox:** fix bottom sheet option click ([2f83950](https://git.pixum.net/design-system/component-library/commits/2f839504b17f8d11a0edac79917017869c12dfa4))
135
+
136
+
137
+
138
+
139
+
140
+ ## [1.4.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.1...@pixum/combobox@1.4.2) (2023-11-03)
141
+
142
+
143
+ ### Bug Fixes
144
+
145
+ * **UserInput:** remove handle unfocused on click ([71584ba](https://git.pixum.net/design-system/component-library/commits/71584baf9d0bbe58ee5838a6393c4fceceb35660))
146
+
147
+
148
+
149
+
150
+
151
+ ## [1.4.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.4.0...@pixum/combobox@1.4.1) (2023-11-02)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * **ComboBox:** fix option selection ([9b59d7e](https://git.pixum.net/design-system/component-library/commits/9b59d7e1862d268e5c654c68aba19e076c1425c5))
157
+ * **ComboBox:** fix option selection ([b5f8b66](https://git.pixum.net/design-system/component-library/commits/b5f8b6660f50105fead71962bc9cf749c82b9b97))
158
+
159
+
160
+
161
+
162
+
163
+ # [1.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.2...@pixum/combobox@1.4.0) (2023-10-31)
164
+
165
+ **Note:** Version bump only for package @pixum/combobox
166
+
167
+
168
+
169
+
170
+
171
+ ## [1.3.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.1...@pixum/combobox@1.3.2) (2023-10-17)
172
+
173
+ **Note:** Version bump only for package @pixum/combobox
174
+
175
+
176
+
177
+
178
+
179
+ ## [1.3.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.3.0...@pixum/combobox@1.3.1) (2023-10-16)
180
+
181
+
182
+ ### Bug Fixes
183
+
184
+ * **Combobox:** fix header spacing ([2142a7b](https://git.pixum.net/design-system/component-library/commits/2142a7b798a0bcc65bc2dc43fd37a05ebf105acb))
185
+
186
+
187
+
188
+
189
+
190
+ # [1.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.2...@pixum/combobox@1.3.0) (2023-10-16)
191
+
192
+
193
+ ### Features
194
+
195
+ * **UserInout:** add className property ([83e82aa](https://git.pixum.net/design-system/component-library/commits/83e82aa74a7e62daa25b55a5460b01ea07c3dbc6))
196
+
197
+
198
+
199
+
200
+
201
+ ## [1.2.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.1...@pixum/combobox@1.2.2) (2023-10-16)
202
+
203
+
204
+ ### Bug Fixes
205
+
206
+ * **Combobox:** fix bottom sheet height ([bac4f44](https://git.pixum.net/design-system/component-library/commits/bac4f44d99d16b7dcfac88343b62885c8f7ccbe3))
207
+
208
+
209
+
210
+
211
+
212
+ ## [1.2.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.2.0...@pixum/combobox@1.2.1) (2023-10-13)
213
+
214
+
215
+ ### Bug Fixes
216
+
217
+ * **Combobox:** set dynamic height based on content ([28b2d8d](https://git.pixum.net/design-system/component-library/commits/28b2d8d6684f4f1af8fb4efc8f1c1dc8a282f26c))
218
+ * **ComboBox:** set value from outside ([aaae213](https://git.pixum.net/design-system/component-library/commits/aaae213eb381514df21937b94757f1a8ebf61f7c))
219
+
220
+
221
+
222
+
223
+
224
+ # [1.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.1.1...@pixum/combobox@1.2.0) (2023-10-11)
225
+
226
+
227
+ ### Features
228
+
229
+ * **Combobox:** add onMouseEnter for menu items ([fea2a09](https://git.pixum.net/design-system/component-library/commits/fea2a090977fd915911271935b51b4962fff0870))
230
+ * **ComboBox:** make open state controllable from outside the component ([0a9ed8d](https://git.pixum.net/design-system/component-library/commits/0a9ed8d1151b47c09b5c0dd25845fee935f54a99))
231
+
232
+
233
+
234
+
235
+
236
+ ## [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)
237
+
238
+ **Note:** Version bump only for package @pixum/combobox
239
+
240
+
241
+
242
+
243
+
244
+ # [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)
245
+
246
+
247
+ ### Features
248
+
249
+ * **combobox:** fix the pipeline error ([22a3227](https://git.pixum.net/design-system/component-library/commits/22a32273961c09f75352b665be06215676b711d8))
250
+
251
+
252
+ ### Reverts
253
+
254
+ * Revert "chore(react): update to 18" ([a5f7083](https://git.pixum.net/design-system/component-library/commits/a5f708391b0eb74ccbd903a958528a6b192700a7))
255
+ * Revert "Publish" ([80a7a8a](https://git.pixum.net/design-system/component-library/commits/80a7a8a638c2e3480d5bdf224bb53774ebc076c5))
256
+
257
+
258
+
259
+
260
+
261
+
262
+ ## [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)
263
+
264
+ **Note:** Version bump only for package @pixum/combobox
265
+
266
+
267
+
268
+
269
+
270
+ ## [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)
271
+
272
+ **Note:** Version bump only for package @pixum/combobox
273
+
274
+
275
+
276
+
277
+
278
+ ## [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)
279
+
280
+ **Note:** Version bump only for package @pixum/combobox
281
+
282
+
283
+
284
+
285
+
286
+ ## [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)
287
+
288
+
289
+ ### Bug Fixes
290
+
291
+ * **Combobox:** remove gitHead ([0f4c4e0](https://git.pixum.net/design-system/component-library/commits/0f4c4e09c49f0f2d5669783869085f3064673767))
292
+
293
+
294
+
295
+
296
+
297
+ ## [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)
298
+
299
+
300
+ ### Bug Fixes
301
+
302
+ * **Combobox:** fix interface ([769fd0c](https://git.pixum.net/design-system/component-library/commits/769fd0c6c0acd3d839b184e754072a2c41333b25))
303
+
304
+
305
+
306
+
307
+
308
+ # [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)
309
+
310
+
311
+ ### Features
312
+
313
+ * **Combobox:** add leading type and option details ([22cc22f](https://git.pixum.net/design-system/component-library/commits/22cc22fb6fcd9744e9d2b696e18008776100ce20))
314
+
315
+
316
+
317
+
318
+
319
+ ## [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)
320
+
321
+
322
+ ### Bug Fixes
323
+
324
+ * 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))
325
+
326
+
327
+
328
+
329
+
330
+
331
+ # [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)
332
+
333
+
334
+ ### Features
335
+
336
+ * **combobox:** do bot hide select field on mobile ([0fb3f6e](https://git.pixum.net/design-system/component-library/commits/0fb3f6e25520557d34c5b54944eb0cb7c20ae239))
337
+
338
+
339
+
340
+
341
+
342
+ # [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)
343
+
344
+
345
+ ### Features
346
+
347
+ * **combobox:** solve position in combobox headline options ([f765d00](https://git.pixum.net/design-system/component-library/commits/f765d00ee23ce6fc4298681530b95a57c2783849))
348
+
349
+
350
+
351
+
352
+
353
+ # [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)
354
+
355
+
356
+ ### Features
357
+
358
+ * **combobox:** fix bg color for the search input field on mobil ([13ab11c](https://git.pixum.net/design-system/component-library/commits/13ab11c81f576ef08e40b1d3f92dcd737c44f7ea))
359
+
360
+
361
+
362
+
363
+
364
+ # [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)
365
+
366
+
367
+ ### Features
368
+
369
+ * **combobox:** fix the scroll to element ([01d88fc](https://git.pixum.net/design-system/component-library/commits/01d88fc08ece7a075a4f4d339b0547cc7c6ac38a))
370
+
371
+
372
+
373
+
374
+
375
+ # [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)
376
+
377
+
378
+ ### Features
379
+
380
+ * **combobox:** fix the scroll to element ([13bf545](https://git.pixum.net/design-system/component-library/commits/13bf5453a029e1429ab817adab0f87579531c0de))
381
+
382
+
383
+
384
+
385
+
386
+ # [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)
387
+
388
+
389
+ ### Features
390
+
391
+ * **combobox:** fix the scroll to element ([8f66df3](https://git.pixum.net/design-system/component-library/commits/8f66df32c75eba24be016d1863c102f1aa6afd36))
392
+
393
+
394
+
395
+
396
+
397
+ # [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)
398
+
399
+
400
+ ### Features
401
+
402
+ * **bottom-sheet:** check if content should swipe ([7e57356](https://git.pixum.net/design-system/component-library/commits/7e57356724a1aa6cb9c2e5534951b3376ad567bb))
403
+
404
+
405
+
406
+
407
+
408
+ # [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)
409
+
410
+
411
+ ### Features
412
+
413
+ * **bottom-sheet:** check if content should swipe ([c1b16ee](https://git.pixum.net/design-system/component-library/commits/c1b16ee79f79ab8359eff8045596b309115bfe66))
414
+
415
+
416
+
417
+
418
+
419
+ # [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)
420
+
421
+
422
+ ### Features
423
+
424
+ * **search:** add input mode attribute ([fc29043](https://git.pixum.net/design-system/component-library/commits/fc29043023c13ddd21f8ccf605f29788e0efbe8a))
425
+
426
+
427
+
428
+
429
+
430
+ # [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)
431
+
432
+
433
+ ### Features
434
+
435
+ * **combobox:** fix data in the combobox options ([cd00b96](https://git.pixum.net/design-system/component-library/commits/cd00b96408c1070b9f437beb07f58f3a9ee86380))
436
+
437
+
438
+
439
+
440
+
441
+ # [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)
442
+
443
+
444
+ ### Features
445
+
446
+ * **combobox:** fix data in the combobox options ([37b3b60](https://git.pixum.net/design-system/component-library/commits/37b3b603c542705a2e6c57312738fc446c21eb23))
447
+
448
+
449
+
450
+
451
+
452
+
453
+ # [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)
454
+
455
+ **Note:** Version bump only for package @pixum/combobox
456
+
457
+
458
+
459
+
460
+
461
+ ## [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)
462
+
463
+
464
+ ### Bug Fixes
465
+
466
+ * **user-input:** fix focus ([ec9a0ea](https://git.pixum.net/design-system/component-library/commits/ec9a0ea1dde2477e6067bfbbc8676cb0321259a9))
467
+ * **user-input:** fix types & story ([3799c07](https://git.pixum.net/design-system/component-library/commits/3799c07a2d34f57773970a12ab27063d15a17428))
468
+
469
+
470
+
471
+
472
+
473
+ # [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)
474
+
475
+
476
+ ### Features
477
+
478
+ * **combobox:** allow placeholder ([4677ad0](https://git.pixum.net/design-system/component-library/commits/4677ad04015e04574ad2ee5e391709deeaa07aa1))
479
+
480
+
481
+
482
+
483
+
484
+ # [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)
485
+
486
+
487
+ ### Features
488
+
489
+ * **combobox:** fix styling issues ([38bec1b](https://git.pixum.net/design-system/component-library/commits/38bec1bbccb7d8f8e3bb445652c844081a12de20))
490
+
491
+
492
+
493
+
494
+
495
+ # [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)
496
+
497
+
498
+ ### Features
499
+
500
+ * **combobox:** fix styling issues ([6c378ce](https://git.pixum.net/design-system/component-library/commits/6c378ce88995fc3d1ea73020304bee7a0e6ec346))
501
+
502
+
503
+
504
+
505
+
506
+ # [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)
507
+
508
+
509
+ ### Features
510
+
511
+ * **combobox:** fix styling issues ([1494f25](https://git.pixum.net/design-system/component-library/commits/1494f2501a9ea45e50f0c3deee83562f927151de))
512
+
513
+
514
+
515
+
516
+
517
+ # [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)
518
+
519
+
520
+ ### Features
521
+
522
+ * **combobox:** fix default value ([178135c](https://git.pixum.net/design-system/component-library/commits/178135c2ca1aea8f16c566c98fdf6200f9b7fd62))
523
+
524
+
525
+
526
+
527
+
528
+ # [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)
529
+
530
+
531
+ ### Features
532
+
533
+ * **button:** remove hover from close icon ([e3071b8](https://git.pixum.net/design-system/component-library/commits/e3071b8e56e4134eb2e90b761027c277e75e94ac))
534
+
535
+
536
+
537
+
538
+
539
+ # [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)
540
+
541
+
542
+ ### Features
543
+
544
+ * **combobox:** generate new version ([11bfce1](https://git.pixum.net/design-system/component-library/commits/11bfce1657fd9497bdf46d5daab4b9b828c4d00f))
545
+
546
+
547
+
548
+
549
+
550
+ # [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)
551
+
552
+
553
+ ### Features
554
+
555
+ * **combobox:** generate new version ([f1f3f33](https://git.pixum.net/design-system/component-library/commits/f1f3f334ae96fd2fd6c522436bc97d5aa55ff99b))
556
+
557
+
558
+
559
+
560
+
561
+ # [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)
562
+
563
+
564
+ ### Features
565
+
566
+ * **combobox:** fix select is compact and selected value ([808aa23](https://git.pixum.net/design-system/component-library/commits/808aa234fc43fe055a77a528c21022144f695fc0))
567
+
568
+
569
+
570
+
571
+
572
+ # [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)
573
+
574
+
575
+ ### Features
576
+
577
+ * **combobox:** fix issues after migrate the component ([220b743](https://git.pixum.net/design-system/component-library/commits/220b74392fd1b759d4133b137c8cec857663d8b8))
578
+
579
+
580
+
581
+
582
+
583
+ # [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)
584
+
585
+
586
+ ### Features
587
+
588
+ * **combobox:** fix issues after migrate the component ([1e238d8](https://git.pixum.net/design-system/component-library/commits/1e238d884cbb2fbdc7b99bf943bb4f180cf95d14))
589
+
590
+
591
+
592
+
593
+
594
+ # [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)
595
+
596
+
597
+ ### Features
598
+
599
+ * **combobox:** fix export and onclick issue ([037570e](https://git.pixum.net/design-system/component-library/commits/037570e64f47f9974d7b305525cc190798bc09f3))
600
+ * **combobox:** fix issues after migrate the component ([019cb85](https://git.pixum.net/design-system/component-library/commits/019cb85d0fce0ba60dff5a7c96bc70e712702218))
601
+ * **combobox:** fix issues after migrate the component ([08cb4a2](https://git.pixum.net/design-system/component-library/commits/08cb4a2410d0eba51fa7acf778dd4cf81cf31859))
602
+
603
+
604
+
605
+
606
+
607
+ # [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)
608
+
609
+
610
+ ### Features
611
+
612
+ * **combobox:** fix export and onclick issue ([d0b1e94](https://git.pixum.net/design-system/component-library/commits/d0b1e94e7a97143550307a58702e219a0ba3f7ac))
613
+
614
+
615
+
616
+
617
+
618
+ # [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)
619
+
620
+
621
+ ### Features
622
+
623
+ * **combobox:** fix export and onclick issue ([4522908](https://git.pixum.net/design-system/component-library/commits/4522908dca84b3b46b1a58e3f40526f1939fb984))
624
+
625
+
626
+
627
+
628
+
629
+ # [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)
630
+
631
+
632
+ ### Features
633
+
634
+ * **combobox:** fix export and onclick issue ([7df79de](https://git.pixum.net/design-system/component-library/commits/7df79debbb129d4b5238e44a11ab24ba5cc01bd3))
635
+
636
+
637
+
638
+
639
+
640
+ # 0.1.0 (2023-07-17)
641
+
642
+
643
+ ### Features
644
+
645
+ * **combobox:** add combobox component ([1fe4ec2](https://git.pixum.net/design-system/component-library/commits/1fe4ec254317fe65faa372cc82a51f1a4afcca9a))
646
+ * **combobox:** apply code-review ([8e79167](https://git.pixum.net/design-system/component-library/commits/8e79167eeb196be32a66e67929864a63a351af36))
622
647
  * **combobox:** apply code-review ([2554747](https://git.pixum.net/design-system/component-library/commits/25547475a701273c06c75dc7c051849016ee63d4))