@pixum/combobox 5.10.4-alpha.7 → 5.10.4
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/lib/styles.css +1 -1
- package/package.json +3 -3
- package/CHANGELOG.md +0 -730
package/lib/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.combobox{position:relative;width:100%}.combobox .combobox--headline[class*=text--]+*{margin-top:var(--spacing)}.combobox .combobox--header,.combobox .combobox__options,.combobox .combobox__options-slot,.combobox__bottom-sheet .combobox__options,.combobox__bottom-sheet .combobox__options-slot{position:relative}.combobox__bottom-sheet .combobox--header{align-items:flex-start;height:auto;margin:var(--spacing-5) auto var(--spacing-2);padding:0 var(--spacing-2);width:100%}.combobox .combobox__options,.combobox .combobox__options-slot,.combobox__bottom-sheet .combobox__options,.combobox__bottom-sheet .combobox__options-slot{display:flex;flex-direction:column;max-height:none;overflow:scroll;width:100%}.combobox__bottom-sheet ul.combobox__options-slot{margin:0;padding:0}.combobox .combobox__option-wrapper,.combobox__bottom-sheet .combobox__option-wrapper{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.combobox .combobox__options .combobox__sticky-header,.combobox__bottom-sheet .combobox__options .combobox__sticky-header{background-color:var(--color-surface);border-bottom:1px solid var(--color-dim);padding:var(--spacing-1_25) var(--spacing-2);position:-webkit-sticky;position:sticky;top:0}.combobox__options .text--caption{color:var(--color-on-secondary)}.combobox .combobox__options .item-header,.combobox__bottom-sheet .combobox__options .item-header{display:flex;justify-content:space-between}.combobox .combobox__options .combobox__option-details,.combobox__bottom-sheet .combobox__options .combobox__option-details{background-color:var(--color-surface);bottom:0;padding-left:var(--spacing);padding-right:var(--spacing);position:-webkit-sticky;position:sticky}.combobox .combobox--no-results-text,.combobox__bottom-sheet .combobox--no-results-text{padding:var(--spacing-2) var(--spacing);text-align:center}@media screen and (min-width:960px){.combobox .combobox__options,.combobox .combobox__options-slot{border-radius:12px;margin-top:var(--spacing);overflow:auto;position:absolute}}.combobox ul.combobox__options-slot{list-style:none;padding:0}.combobox .combobox__options-slot{margin-top:var(--spacing)}
|
|
1
|
+
.combobox{position:relative;width:100%}.combobox .combobox--headline[class*=text--]+*{margin-top:var(--spacing)}.combobox .combobox--header,.combobox .combobox__options,.combobox .combobox__options-slot,.combobox__bottom-sheet .combobox__options,.combobox__bottom-sheet .combobox__options-slot{position:relative}.combobox__bottom-sheet .combobox--header{align-items:flex-start;height:auto;margin:var(--spacing-5) auto var(--spacing-2);padding:0 var(--spacing-2);width:100%}.combobox .combobox__options,.combobox .combobox__options-slot,.combobox__bottom-sheet .combobox__options,.combobox__bottom-sheet .combobox__options-slot{display:flex;flex-direction:column;max-height:none;overflow:scroll;width:100%}.combobox__bottom-sheet ul.combobox__options-slot{margin:0;padding:0}.combobox .combobox__option-wrapper,.combobox__bottom-sheet .combobox__option-wrapper{touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none}.combobox .combobox__options .combobox__sticky-header,.combobox__bottom-sheet .combobox__options .combobox__sticky-header{background-color:var(--color-surface);border-bottom:1px solid var(--color-dim);padding:var(--spacing-1_25) var(--spacing-2);position:-webkit-sticky;position:sticky;top:0}.combobox__options .text--caption{color:var(--color-on-secondary)}.combobox .combobox__options .item-header,.combobox__bottom-sheet .combobox__options .item-header{display:flex;justify-content:space-between}.combobox .combobox__options .combobox__option-details,.combobox__bottom-sheet .combobox__options .combobox__option-details{background-color:var(--color-surface);bottom:0;padding-left:var(--spacing);padding-right:var(--spacing);position:-webkit-sticky;position:sticky}.combobox .combobox--no-results-text,.combobox__bottom-sheet .combobox--no-results-text{padding:var(--spacing-2) var(--spacing);text-align:center}@media screen and (min-width:960px){.combobox .combobox__options,.combobox .combobox__options-slot{border-radius:12px;margin-top:var(--spacing);max-height:330px;overflow:auto;position:absolute}}.combobox ul.combobox__options-slot{list-style:none;padding:0}.combobox .combobox__options-slot{margin-top:var(--spacing)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixum/combobox",
|
|
3
|
-
"version": "5.10.4
|
|
3
|
+
"version": "5.10.4",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"module": "lib/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@pixum/bottom-sheet": "3.0.18",
|
|
9
9
|
"@pixum/menu": "3.0.14",
|
|
10
10
|
"@pixum/menu-item": "2.0.14",
|
|
11
|
-
"@pixum/text": "
|
|
11
|
+
"@pixum/text": ">=3.7.0",
|
|
12
12
|
"@pixum/theme-provider": "4.2.20",
|
|
13
13
|
"@pixum/web-input": "2.1.0"
|
|
14
14
|
},
|
|
@@ -18,5 +18,5 @@
|
|
|
18
18
|
"sideEffects": [
|
|
19
19
|
"*.css"
|
|
20
20
|
],
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "c35ea45674d22f8c3d61a4dee262649498c425a3"
|
|
22
22
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,730 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [5.10.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.10.2...@pixum/combobox@5.10.3) (2026-07-07)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
9
|
-
|
|
10
|
-
## [5.10.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.10.0...@pixum/combobox@5.10.2) (2026-07-06)
|
|
11
|
-
|
|
12
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
13
|
-
|
|
14
|
-
## [5.10.1](/compare/@pixum/combobox@5.10.0...@pixum/combobox@5.10.1) (2026-07-03)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
17
|
-
|
|
18
|
-
# [5.10.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.7.0...@pixum/combobox@5.10.0) (2026-06-18)
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
- **card:** prevent rendering body when body text is undefined ([e7a06b4](https://git.pixum.net/design-system/component-library/commits/e7a06b463d7b9aeeb5d5181bfa650845de11b95d))
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
- **button:** enable btn slot to render Next.js Link component as a child #PXMCY-34807 ([c2fa87d](https://git.pixum.net/design-system/component-library/commits/c2fa87d9e051b0b98f7730de9ae1db4f1f4e39d7)), closes [#PXMCY-34807](https://git.pixum.net/design-system/component-library/issues/PXMCY-34807)
|
|
27
|
-
- **combobox:** add optionsSlot and leadingIcon props (PXMCY-35191) ([884a232](https://git.pixum.net/design-system/component-library/commits/884a23216f40ac5e4098321700600e21a61e9f2f))
|
|
28
|
-
|
|
29
|
-
# [5.9.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.7.0...@pixum/combobox@5.9.0) (2026-06-17)
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
-
- **button:** enable btn slot to render Next.js Link component as a child #PXMCY-34807 ([c2fa87d](https://git.pixum.net/design-system/component-library/commits/c2fa87d9e051b0b98f7730de9ae1db4f1f4e39d7)), closes [#PXMCY-34807](https://git.pixum.net/design-system/component-library/issues/PXMCY-34807)
|
|
34
|
-
|
|
35
|
-
# [5.8.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.7.0...@pixum/combobox@5.8.0) (2026-06-15)
|
|
36
|
-
|
|
37
|
-
### Features
|
|
38
|
-
|
|
39
|
-
- **button:** enable btn slot to render Next.js Link component as a child #PXMCY-34807 ([c2fa87d](https://git.pixum.net/design-system/component-library/commits/c2fa87d9e051b0b98f7730de9ae1db4f1f4e39d7)), closes [#PXMCY-34807](https://git.pixum.net/design-system/component-library/issues/PXMCY-34807)
|
|
40
|
-
|
|
41
|
-
## [5.7.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.7.0...@pixum/combobox@5.7.2) (2026-05-28)
|
|
42
|
-
|
|
43
|
-
### Features
|
|
44
|
-
|
|
45
|
-
- **button:** enable btn slot to render Next.js Link component as a child #PXMCY-34807 ([c2fa87d](https://git.pixum.net/design-system/component-library/commits/c2fa87d9e051b0b98f7730de9ae1db4f1f4e39d7)), closes [#PXMCY-34807](https://git.pixum.net/design-system/component-library/issues/PXMCY-34807)
|
|
46
|
-
|
|
47
|
-
## [5.7.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.7.0...@pixum/combobox@5.7.1) (2026-05-27)
|
|
48
|
-
|
|
49
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
50
|
-
|
|
51
|
-
# 5.7.0 (2026-05-21)
|
|
52
|
-
|
|
53
|
-
### Bug Fixes
|
|
54
|
-
|
|
55
|
-
- **paypal:** add paypal palette color ([1dba6c1](https://git.pixum.net/design-system/component-library/commits/1dba6c1aea9b1cdcf428a0520337f9695703a23a))
|
|
56
|
-
|
|
57
|
-
### Features
|
|
58
|
-
|
|
59
|
-
- **button:** add states and slot api for icons ([3079de6](https://git.pixum.net/design-system/component-library/commits/3079de6946786e2bef925bd132bfd6f816a1d6e8))
|
|
60
|
-
|
|
61
|
-
# [5.6.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.3.1...@pixum/combobox@5.6.0) (2026-05-19)
|
|
62
|
-
|
|
63
|
-
### Features
|
|
64
|
-
|
|
65
|
-
- **button:** add states and slot api for icons ([3079de6](https://git.pixum.net/design-system/component-library/commits/3079de6946786e2bef925bd132bfd6f816a1d6e8))
|
|
66
|
-
|
|
67
|
-
# [5.5.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.3.1...@pixum/combobox@5.5.0) (2026-02-16)
|
|
68
|
-
|
|
69
|
-
### Features
|
|
70
|
-
|
|
71
|
-
- **button:** add states and slot api for icons ([3079de6](https://git.pixum.net/design-system/component-library/commits/3079de6946786e2bef925bd132bfd6f816a1d6e8))
|
|
72
|
-
|
|
73
|
-
# [5.4.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.3.1...@pixum/combobox@5.4.0) (2026-02-13)
|
|
74
|
-
|
|
75
|
-
### Bug Fixes
|
|
76
|
-
|
|
77
|
-
- **bottom-sheet:** delete logs of testing ([8113d38](https://git.pixum.net/design-system/component-library/commits/8113d3824a803f9d96ef6e6b8ece0676807dc7ea))
|
|
78
|
-
- **combo-box:** test canary deploy ([c16bc5f](https://git.pixum.net/design-system/component-library/commits/c16bc5fcf571c8f6fce1d732588bf46b7986a669))
|
|
79
|
-
- **ComboBox:** use request animation frame for scrolling options to viewport ([4413efb](https://git.pixum.net/design-system/component-library/commits/4413efbe6c53288349f68811108039eab060dcf2))
|
|
80
|
-
|
|
81
|
-
### Features
|
|
82
|
-
|
|
83
|
-
- **bottom-sheet:** set fit content prop default true ([57cf777](https://git.pixum.net/design-system/component-library/commits/57cf77776af00e6dd7391c5f538f720d96854066))
|
|
84
|
-
- **combo-box:** use fit content prop in bottom sheet and fix typescript errors in story ([725ee4b](https://git.pixum.net/design-system/component-library/commits/725ee4b8d98b38b324974612850f56bfc20bc85b))
|
|
85
|
-
- **combobox:** fix desktop dropdown selection by replacing useoutsideclick with document event handler ([6650fc0](https://git.pixum.net/design-system/component-library/commits/6650fc041709b512fd3ba941608f6fa6c145df09))
|
|
86
|
-
- **combobox:** fix scrolling to option, replace select input, add divider to options with grouping, update deps ([6d36778](https://git.pixum.net/design-system/component-library/commits/6d36778466111d85bd498ce1e5e001839c661ec7))
|
|
87
|
-
- **combobox:** get rid of missing key warning ([85480bc](https://git.pixum.net/design-system/component-library/commits/85480bca2eecc7140e339c707742d03b60469ed0))
|
|
88
|
-
- **combobox:** increase css selector specificity to prevent style conflicts, replace divider with a border bottom to sticky header ([b297c55](https://git.pixum.net/design-system/component-library/commits/b297c55100a1b68f92b240a02b4bb6d6d5f1a8e3))
|
|
89
|
-
- **combobox:** update overflow styling ([5a31bdf](https://git.pixum.net/design-system/component-library/commits/5a31bdfa6dccb2087c0462dae22a7f181c941a4f))
|
|
90
|
-
- **combobox:** update styling ([3c2eeeb](https://git.pixum.net/design-system/component-library/commits/3c2eeeb2ae52fce8eee9a0abc3232dd442e2280f))
|
|
91
|
-
- **comparison-table:** update css selector specificity to prevent style conflicts ([ff2fec4](https://git.pixum.net/design-system/component-library/commits/ff2fec4eb85ffb536eea4de74822933e8cfeba65))
|
|
92
|
-
|
|
93
|
-
## [5.3.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.3.0...@pixum/combobox@5.3.1) (2026-01-28)
|
|
94
|
-
|
|
95
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
96
|
-
|
|
97
|
-
# [5.3.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.2.0...@pixum/combobox@5.3.0) (2026-01-28)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
100
|
-
|
|
101
|
-
# [5.2.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.1.2...@pixum/combobox@5.2.0) (2026-01-28)
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
- **combobox:** hide group header for ungrouped options ([f7ffccb](https://git.pixum.net/design-system/component-library/commits/f7ffccb3840b870076340595842b5d5a891b738f))
|
|
106
|
-
|
|
107
|
-
## [5.1.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.1.2...@pixum/combobox@5.1.3) (2026-01-23)
|
|
108
|
-
|
|
109
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
110
|
-
|
|
111
|
-
## [5.1.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.1.1...@pixum/combobox@5.1.2) (2026-01-12)
|
|
112
|
-
|
|
113
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
114
|
-
|
|
115
|
-
## [5.1.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.1.0...@pixum/combobox@5.1.1) (2026-01-13)
|
|
116
|
-
|
|
117
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
118
|
-
|
|
119
|
-
## [5.1.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.1.0...@pixum/combobox@5.1.1) (2026-01-09)
|
|
120
|
-
|
|
121
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
122
|
-
|
|
123
|
-
# [5.1.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.0.2...@pixum/combobox@5.1.0) (2026-01-08)
|
|
124
|
-
|
|
125
|
-
### Features
|
|
126
|
-
|
|
127
|
-
- create new comparison table Component ([8f08219](https://git.pixum.net/design-system/component-library/commits/8f082198c6e1417404f7dc2e6753dfe02e09c282))
|
|
128
|
-
|
|
129
|
-
## [5.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.0.1...@pixum/combobox@5.0.2) (2026-01-07)
|
|
130
|
-
|
|
131
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
132
|
-
|
|
133
|
-
## [5.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@5.0.0...@pixum/combobox@5.0.1) (2025-11-25)
|
|
134
|
-
|
|
135
|
-
### Bug Fixes
|
|
136
|
-
|
|
137
|
-
- **combobox:** add logs for debug ([d09a96b](https://git.pixum.net/design-system/component-library/commits/d09a96bf89ce7b033f46c482cf50b2ef270396ac))
|
|
138
|
-
- **combobox:** fix initial screen detection ([466fa1d](https://git.pixum.net/design-system/component-library/commits/466fa1d3569b41897476ddd9311fc2f67e85bfdd))
|
|
139
|
-
|
|
140
|
-
# [5.0.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.22...@pixum/combobox@5.0.0) (2025-10-27)
|
|
141
|
-
|
|
142
|
-
### Features
|
|
143
|
-
|
|
144
|
-
- major overhaul of the whole project to be React 19 compatible ([91f3aa1](https://git.pixum.net/design-system/component-library/commits/91f3aa10f22e020d4431e8515fdd0a47425fb4d0))
|
|
145
|
-
|
|
146
|
-
### BREAKING CHANGES
|
|
147
|
-
|
|
148
|
-
- All components now use named exports instead of default exports.
|
|
149
|
-
Import pattern changes from `import Component from '@pixum/component'` to
|
|
150
|
-
`import { Component } from '@pixum/component'`. Additionally, ref forwarding
|
|
151
|
-
has been removed - refs are now passed as regular props. Components using
|
|
152
|
-
React.FC type has been converted to plain functions, which may affect type
|
|
153
|
-
inference in some edge cases. All child components and utilities have been
|
|
154
|
-
reorganized into partials/ and utils/ directories, affecting deep imports if any.
|
|
155
|
-
|
|
156
|
-
## [4.0.22](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.21...@pixum/combobox@4.0.22) (2025-09-26)
|
|
157
|
-
|
|
158
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
159
|
-
|
|
160
|
-
## [4.0.21](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.20...@pixum/combobox@4.0.21) (2025-09-25)
|
|
161
|
-
|
|
162
|
-
### Bug Fixes
|
|
163
|
-
|
|
164
|
-
- **bottomsheet:** handle touch event ([9c97b91](https://git.pixum.net/design-system/component-library/commits/9c97b915e8f8c4a8a4df27383ba8cc292c6b10e9))
|
|
165
|
-
|
|
166
|
-
## [4.0.20](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.19...@pixum/combobox@4.0.20) (2025-08-27)
|
|
167
|
-
|
|
168
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
169
|
-
|
|
170
|
-
## [4.0.19](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.18...@pixum/combobox@4.0.19) (2025-08-26)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
173
|
-
|
|
174
|
-
## [4.0.18](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.17...@pixum/combobox@4.0.18) (2025-08-25)
|
|
175
|
-
|
|
176
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
177
|
-
|
|
178
|
-
## [4.0.17](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.16...@pixum/combobox@4.0.17) (2025-08-01)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
181
|
-
|
|
182
|
-
## [4.0.16](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.15...@pixum/combobox@4.0.16) (2025-07-07)
|
|
183
|
-
|
|
184
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
185
|
-
|
|
186
|
-
## [4.0.15](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.14...@pixum/combobox@4.0.15) (2025-07-07)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
189
|
-
|
|
190
|
-
## [4.0.14](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.13...@pixum/combobox@4.0.14) (2025-07-07)
|
|
191
|
-
|
|
192
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
193
|
-
|
|
194
|
-
## [4.0.12](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.9...@pixum/combobox@4.0.12) (2025-07-03)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
197
|
-
|
|
198
|
-
## [4.0.11](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.9...@pixum/combobox@4.0.11) (2025-06-30)
|
|
199
|
-
|
|
200
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
201
|
-
|
|
202
|
-
## [4.0.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.9...@pixum/combobox@4.0.10) (2025-06-30)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
205
|
-
|
|
206
|
-
## [4.0.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.9) (2025-06-27)
|
|
207
|
-
|
|
208
|
-
### Bug Fixes
|
|
209
|
-
|
|
210
|
-
- **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
211
|
-
- **svg-icon:** upgrade and align versions ([21b848c](https://git.pixum.net/design-system/component-library/commits/21b848c4b6a590da5909bb56fd4e7bbd3d6f6021))
|
|
212
|
-
- **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
213
|
-
|
|
214
|
-
## [4.0.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.6...@pixum/combobox@4.0.8) (2025-06-16)
|
|
215
|
-
|
|
216
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
217
|
-
|
|
218
|
-
## [4.0.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.7) (2025-06-11)
|
|
219
|
-
|
|
220
|
-
### Bug Fixes
|
|
221
|
-
|
|
222
|
-
- **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
223
|
-
- **svg-icon:** upgrade and align versions ([21b848c](https://git.pixum.net/design-system/component-library/commits/21b848c4b6a590da5909bb56fd4e7bbd3d6f6021))
|
|
224
|
-
- **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
225
|
-
|
|
226
|
-
## [4.0.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.5...@pixum/combobox@4.0.6) (2025-06-11)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
229
|
-
|
|
230
|
-
## [4.0.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.5) (2025-06-11)
|
|
231
|
-
|
|
232
|
-
### Bug Fixes
|
|
233
|
-
|
|
234
|
-
- **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
235
|
-
- **svg-icon:** upgrade and align versions ([21b848c](https://git.pixum.net/design-system/component-library/commits/21b848c4b6a590da5909bb56fd4e7bbd3d6f6021))
|
|
236
|
-
- **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
237
|
-
|
|
238
|
-
## [4.0.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.4) (2025-06-10)
|
|
239
|
-
|
|
240
|
-
### Bug Fixes
|
|
241
|
-
|
|
242
|
-
- **svg-icon:** align all svg icon versions to current published version ([6fc9484](https://git.pixum.net/design-system/component-library/commits/6fc9484ef294ac1b8c5c330027e165ae09c21c6e))
|
|
243
|
-
- **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
244
|
-
|
|
245
|
-
## [4.0.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.3) (2025-05-30)
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
- **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
250
|
-
|
|
251
|
-
## [4.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.1...@pixum/combobox@4.0.2) (2025-05-30)
|
|
252
|
-
|
|
253
|
-
### Bug Fixes
|
|
254
|
-
|
|
255
|
-
- **toggle-button:** use id for identifying toggle option if possible #PXOCT-1884 ([29f8e39](https://git.pixum.net/design-system/component-library/commits/29f8e397fecd5bc8aaf9c2dd5df8cb9707000aa0)), closes [#PXOCT-1884](https://git.pixum.net/design-system/component-library/issues/PXOCT-1884)
|
|
256
|
-
|
|
257
|
-
## [4.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@4.0.0...@pixum/combobox@4.0.1) (2025-03-13)
|
|
258
|
-
|
|
259
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
260
|
-
|
|
261
|
-
# [4.0.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.4...@pixum/combobox@4.0.0) (2025-03-06)
|
|
262
|
-
|
|
263
|
-
### Bug Fixes
|
|
264
|
-
|
|
265
|
-
- **ComboBox:** Import InputModesType from relative path ([72690bf](https://git.pixum.net/design-system/component-library/commits/72690bfcc1b91a4389557c3cf9138cd9d0dcbb81))
|
|
266
|
-
- **ComboBox:** Revert changes ([b3ce5a6](https://git.pixum.net/design-system/component-library/commits/b3ce5a6032be9e3789a850acc81703e87f7ab783))
|
|
267
|
-
|
|
268
|
-
## [3.0.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.3...@pixum/combobox@3.0.4) (2025-03-06)
|
|
269
|
-
|
|
270
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
271
|
-
|
|
272
|
-
## [3.0.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.2...@pixum/combobox@3.0.3) (2025-03-06)
|
|
273
|
-
|
|
274
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
275
|
-
|
|
276
|
-
## [3.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.1...@pixum/combobox@3.0.2) (2025-03-06)
|
|
277
|
-
|
|
278
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
279
|
-
|
|
280
|
-
## [3.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@3.0.0...@pixum/combobox@3.0.1) (2025-03-06)
|
|
281
|
-
|
|
282
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
283
|
-
|
|
284
|
-
# [3.0.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.6...@pixum/combobox@3.0.0) (2025-03-06)
|
|
285
|
-
|
|
286
|
-
### Bug Fixes
|
|
287
|
-
|
|
288
|
-
- **combobox:** add focus ring to option items ([483d14f](https://git.pixum.net/design-system/component-library/commits/483d14fc81872a620f4864626e9e923136359475))
|
|
289
|
-
- **combobox:** clear search qurey on sheet close ([d7fb3f3](https://git.pixum.net/design-system/component-library/commits/d7fb3f34b9091d4063dbceffd821cf7aa47f6b74))
|
|
290
|
-
- **combobox:** close bottom-sheet on esc press ([e2d64e2](https://git.pixum.net/design-system/component-library/commits/e2d64e2b279628ac9a35618a13ce1d08e6378142))
|
|
291
|
-
|
|
292
|
-
## [2.0.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.5...@pixum/combobox@2.0.6) (2025-01-08)
|
|
293
|
-
|
|
294
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
295
|
-
|
|
296
|
-
## [2.0.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.4...@pixum/combobox@2.0.5) (2024-11-18)
|
|
297
|
-
|
|
298
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
299
|
-
|
|
300
|
-
## [2.0.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.3...@pixum/combobox@2.0.4) (2024-11-06)
|
|
301
|
-
|
|
302
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
303
|
-
|
|
304
|
-
## [2.0.3](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.2...@pixum/combobox@2.0.3) (2024-11-06)
|
|
305
|
-
|
|
306
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
307
|
-
|
|
308
|
-
## [2.0.2](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.1...@pixum/combobox@2.0.2) (2024-11-05)
|
|
309
|
-
|
|
310
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
311
|
-
|
|
312
|
-
## [2.0.1](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.5-es6.build.0...@pixum/combobox@2.0.1) (2024-10-17)
|
|
313
|
-
|
|
314
|
-
### Bug Fixes
|
|
315
|
-
|
|
316
|
-
- rm canary version tag ([14df9b2](https://git.pixum.net/design-system/component-library/commits/14df9b27fcd00cb31198519fb94a065c285474f2))
|
|
317
|
-
- versions for next publish ([059c539](https://git.pixum.net/design-system/component-library/commits/059c53935f0fda4cc6285ae31988e05ea96f6023))
|
|
318
|
-
|
|
319
|
-
## [2.0.5-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.4-es6.build.0...@pixum/combobox@2.0.5-es6.build.0) (2024-10-15)
|
|
320
|
-
|
|
321
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
322
|
-
|
|
323
|
-
## [2.0.4-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.3-es6.build.0...@pixum/combobox@2.0.4-es6.build.0) (2024-10-14)
|
|
324
|
-
|
|
325
|
-
### Bug Fixes
|
|
326
|
-
|
|
327
|
-
- updated peer dependency versions ([89eacde](https://git.pixum.net/design-system/component-library/commits/89eacdeec4fef7d416884b58b63bb3f7d2f9a559))
|
|
328
|
-
|
|
329
|
-
## [2.0.3-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@2.0.2-es6.build.0...@pixum/combobox@2.0.3-es6.build.0) (2024-10-11)
|
|
330
|
-
|
|
331
|
-
### Bug Fixes
|
|
332
|
-
|
|
333
|
-
- use newest comp-lib versions ([6defddf](https://git.pixum.net/design-system/component-library/commits/6defddfd3d64ad5e7de6ccf62d01e824b08e0946))
|
|
334
|
-
|
|
335
|
-
## [2.0.2-es6.build.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.7.0...@pixum/combobox@2.0.2-es6.build.0) (2024-10-11)
|
|
336
|
-
|
|
337
|
-
### Bug Fixes
|
|
338
|
-
|
|
339
|
-
- add gitHead again ([865d9be](https://git.pixum.net/design-system/component-library/commits/865d9be0c771e3c54597ceab6f75c9d0213e62ca))
|
|
340
|
-
- adjust versions for new es6 build ([5b7275b](https://git.pixum.net/design-system/component-library/commits/5b7275bb37897ae5e399d76552f3a64237442b01))
|
|
341
|
-
- prevent from tree shaking .css files ([2bdc9b1](https://git.pixum.net/design-system/component-library/commits/2bdc9b1ab4a27ca9bc9684fb04eccd9547842dee))
|
|
342
|
-
- update the type of all component packages (type 'module' - default was commonjs) ([d59611b](https://git.pixum.net/design-system/component-library/commits/d59611b6e27cb059c82ea8fa6462fd9f157a07f7))
|
|
343
|
-
- wrong / outdated dependencies ([a20f1ab](https://git.pixum.net/design-system/component-library/commits/a20f1ab94390b88ef68b019b5649f299e3c76a55))
|
|
344
|
-
|
|
345
|
-
# [1.7.0](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.10...@pixum/combobox@1.7.0) (2024-10-09)
|
|
346
|
-
|
|
347
|
-
### Features
|
|
348
|
-
|
|
349
|
-
- **combo-box:** add name attribute ([96eb546](https://git.pixum.net/design-system/component-library/commits/96eb546ce2ddc7b96b794b630270c8e44d002c2d))
|
|
350
|
-
|
|
351
|
-
## [1.6.10](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.9...@pixum/combobox@1.6.10) (2024-07-19)
|
|
352
|
-
|
|
353
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
354
|
-
|
|
355
|
-
## [1.6.9](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.8...@pixum/combobox@1.6.9) (2024-07-18)
|
|
356
|
-
|
|
357
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
358
|
-
|
|
359
|
-
## [1.6.8](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.7...@pixum/combobox@1.6.8) (2024-07-18)
|
|
360
|
-
|
|
361
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
362
|
-
|
|
363
|
-
## [1.6.7](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.6...@pixum/combobox@1.6.7) (2024-06-24)
|
|
364
|
-
|
|
365
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
366
|
-
|
|
367
|
-
## [1.6.6](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.5...@pixum/combobox@1.6.6) (2024-04-18)
|
|
368
|
-
|
|
369
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
370
|
-
|
|
371
|
-
## [1.6.5](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.4...@pixum/combobox@1.6.5) (2024-04-18)
|
|
372
|
-
|
|
373
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
374
|
-
|
|
375
|
-
## [1.6.4](https://git.pixum.net/design-system/component-library/compare/@pixum/combobox@1.6.3...@pixum/combobox@1.6.4) (2024-02-14)
|
|
376
|
-
|
|
377
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
378
|
-
|
|
379
|
-
## [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)
|
|
380
|
-
|
|
381
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
382
|
-
|
|
383
|
-
## [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)
|
|
384
|
-
|
|
385
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
386
|
-
|
|
387
|
-
## [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)
|
|
388
|
-
|
|
389
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
390
|
-
|
|
391
|
-
# [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)
|
|
392
|
-
|
|
393
|
-
### Features
|
|
394
|
-
|
|
395
|
-
- **ComboBox:** use id ([9710908](https://git.pixum.net/design-system/component-library/commits/9710908d4517f3dddeb2129b026b657220d605e7))
|
|
396
|
-
|
|
397
|
-
# [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)
|
|
398
|
-
|
|
399
|
-
### Features
|
|
400
|
-
|
|
401
|
-
- **ComboBox:** ony close on desktop on outside click ([9b9ef56](https://git.pixum.net/design-system/component-library/commits/9b9ef56b99e2e2149ee291ae5d01ad6d99c92a22))
|
|
402
|
-
|
|
403
|
-
## [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)
|
|
404
|
-
|
|
405
|
-
### Bug Fixes
|
|
406
|
-
|
|
407
|
-
- **ComboBox:** fix mobile bottom shett click ([23765f9](https://git.pixum.net/design-system/component-library/commits/23765f963144cf4ff567568a1cfe23b1cc402a4d))
|
|
408
|
-
|
|
409
|
-
## [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)
|
|
410
|
-
|
|
411
|
-
### Bug Fixes
|
|
412
|
-
|
|
413
|
-
- **ComboBox:** close on outside click ([6128c91](https://git.pixum.net/design-system/component-library/commits/6128c91bdf719a9662ecd6b977e16a1894d00fc7))
|
|
414
|
-
|
|
415
|
-
## [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)
|
|
416
|
-
|
|
417
|
-
### Bug Fixes
|
|
418
|
-
|
|
419
|
-
- **ComboBox:** check for window object ([edee992](https://git.pixum.net/design-system/component-library/commits/edee992df7116e107454675843c0d1e0f63e845d))
|
|
420
|
-
|
|
421
|
-
## [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)
|
|
422
|
-
|
|
423
|
-
### Bug Fixes
|
|
424
|
-
|
|
425
|
-
- **ComboBox:** update isDesktop hook in options component ([3954ad4](https://git.pixum.net/design-system/component-library/commits/3954ad4b0c9556601af4eff89ce5f4e5c5d33926))
|
|
426
|
-
- **ComboBox:** use screen size for bottom sheet vs dropdown indication ([821d3d0](https://git.pixum.net/design-system/component-library/commits/821d3d0155c27c02f6c3ffb1f2b3b99fd27beb2e))
|
|
427
|
-
- **SelectInput:** fix arrow svg direction ([7f5d2b3](https://git.pixum.net/design-system/component-library/commits/7f5d2b3a082638757020a9a8336d9c64d4e61768))
|
|
428
|
-
|
|
429
|
-
## [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)
|
|
430
|
-
|
|
431
|
-
### Bug Fixes
|
|
432
|
-
|
|
433
|
-
- **ComboBox:** do not close on option click ([6b1a3cd](https://git.pixum.net/design-system/component-library/commits/6b1a3cd659c91b447b6935431bd188515fd44877))
|
|
434
|
-
|
|
435
|
-
## [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)
|
|
436
|
-
|
|
437
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
438
|
-
|
|
439
|
-
## [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)
|
|
440
|
-
|
|
441
|
-
### Bug Fixes
|
|
442
|
-
|
|
443
|
-
- **ComboBox:** remove close on click ([7d8097a](https://git.pixum.net/design-system/component-library/commits/7d8097a4929bf3865883158429ae2e7738e0d7ab))
|
|
444
|
-
|
|
445
|
-
## [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)
|
|
446
|
-
|
|
447
|
-
### Bug Fixes
|
|
448
|
-
|
|
449
|
-
- **ComboBox:** fix bottom sheet option click ([2f83950](https://git.pixum.net/design-system/component-library/commits/2f839504b17f8d11a0edac79917017869c12dfa4))
|
|
450
|
-
|
|
451
|
-
## [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)
|
|
452
|
-
|
|
453
|
-
### Bug Fixes
|
|
454
|
-
|
|
455
|
-
- **UserInput:** remove handle unfocused on click ([71584ba](https://git.pixum.net/design-system/component-library/commits/71584baf9d0bbe58ee5838a6393c4fceceb35660))
|
|
456
|
-
|
|
457
|
-
## [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)
|
|
458
|
-
|
|
459
|
-
### Bug Fixes
|
|
460
|
-
|
|
461
|
-
- **ComboBox:** fix option selection ([9b59d7e](https://git.pixum.net/design-system/component-library/commits/9b59d7e1862d268e5c654c68aba19e076c1425c5))
|
|
462
|
-
- **ComboBox:** fix option selection ([b5f8b66](https://git.pixum.net/design-system/component-library/commits/b5f8b6660f50105fead71962bc9cf749c82b9b97))
|
|
463
|
-
|
|
464
|
-
# [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)
|
|
465
|
-
|
|
466
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
467
|
-
|
|
468
|
-
## [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)
|
|
469
|
-
|
|
470
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
471
|
-
|
|
472
|
-
## [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)
|
|
473
|
-
|
|
474
|
-
### Bug Fixes
|
|
475
|
-
|
|
476
|
-
- **Combobox:** fix header spacing ([2142a7b](https://git.pixum.net/design-system/component-library/commits/2142a7b798a0bcc65bc2dc43fd37a05ebf105acb))
|
|
477
|
-
|
|
478
|
-
# [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)
|
|
479
|
-
|
|
480
|
-
### Features
|
|
481
|
-
|
|
482
|
-
- **UserInout:** add className property ([83e82aa](https://git.pixum.net/design-system/component-library/commits/83e82aa74a7e62daa25b55a5460b01ea07c3dbc6))
|
|
483
|
-
|
|
484
|
-
## [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)
|
|
485
|
-
|
|
486
|
-
### Bug Fixes
|
|
487
|
-
|
|
488
|
-
- **Combobox:** fix bottom sheet height ([bac4f44](https://git.pixum.net/design-system/component-library/commits/bac4f44d99d16b7dcfac88343b62885c8f7ccbe3))
|
|
489
|
-
|
|
490
|
-
## [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)
|
|
491
|
-
|
|
492
|
-
### Bug Fixes
|
|
493
|
-
|
|
494
|
-
- **Combobox:** set dynamic height based on content ([28b2d8d](https://git.pixum.net/design-system/component-library/commits/28b2d8d6684f4f1af8fb4efc8f1c1dc8a282f26c))
|
|
495
|
-
- **ComboBox:** set value from outside ([aaae213](https://git.pixum.net/design-system/component-library/commits/aaae213eb381514df21937b94757f1a8ebf61f7c))
|
|
496
|
-
|
|
497
|
-
# [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)
|
|
498
|
-
|
|
499
|
-
### Features
|
|
500
|
-
|
|
501
|
-
- **Combobox:** add onMouseEnter for menu items ([fea2a09](https://git.pixum.net/design-system/component-library/commits/fea2a090977fd915911271935b51b4962fff0870))
|
|
502
|
-
- **ComboBox:** make open state controllable from outside the component ([0a9ed8d](https://git.pixum.net/design-system/component-library/commits/0a9ed8d1151b47c09b5c0dd25845fee935f54a99))
|
|
503
|
-
|
|
504
|
-
## [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)
|
|
505
|
-
|
|
506
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
507
|
-
|
|
508
|
-
# [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)
|
|
509
|
-
|
|
510
|
-
### Features
|
|
511
|
-
|
|
512
|
-
- **combobox:** fix the pipeline error ([22a3227](https://git.pixum.net/design-system/component-library/commits/22a32273961c09f75352b665be06215676b711d8))
|
|
513
|
-
|
|
514
|
-
### Reverts
|
|
515
|
-
|
|
516
|
-
- Revert "chore(react): update to 18" ([a5f7083](https://git.pixum.net/design-system/component-library/commits/a5f708391b0eb74ccbd903a958528a6b192700a7))
|
|
517
|
-
- Revert "Publish" ([80a7a8a](https://git.pixum.net/design-system/component-library/commits/80a7a8a638c2e3480d5bdf224bb53774ebc076c5))
|
|
518
|
-
|
|
519
|
-
## [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)
|
|
520
|
-
|
|
521
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
522
|
-
|
|
523
|
-
## [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)
|
|
524
|
-
|
|
525
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
526
|
-
|
|
527
|
-
## [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)
|
|
528
|
-
|
|
529
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
530
|
-
|
|
531
|
-
## [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)
|
|
532
|
-
|
|
533
|
-
### Bug Fixes
|
|
534
|
-
|
|
535
|
-
- **Combobox:** remove gitHead ([0f4c4e0](https://git.pixum.net/design-system/component-library/commits/0f4c4e09c49f0f2d5669783869085f3064673767))
|
|
536
|
-
|
|
537
|
-
## [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)
|
|
538
|
-
|
|
539
|
-
### Bug Fixes
|
|
540
|
-
|
|
541
|
-
- **Combobox:** fix interface ([769fd0c](https://git.pixum.net/design-system/component-library/commits/769fd0c6c0acd3d839b184e754072a2c41333b25))
|
|
542
|
-
|
|
543
|
-
# [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)
|
|
544
|
-
|
|
545
|
-
### Features
|
|
546
|
-
|
|
547
|
-
- **Combobox:** add leading type and option details ([22cc22f](https://git.pixum.net/design-system/component-library/commits/22cc22fb6fcd9744e9d2b696e18008776100ce20))
|
|
548
|
-
|
|
549
|
-
## [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)
|
|
550
|
-
|
|
551
|
-
### Bug Fixes
|
|
552
|
-
|
|
553
|
-
- 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))
|
|
554
|
-
|
|
555
|
-
# [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)
|
|
556
|
-
|
|
557
|
-
### Features
|
|
558
|
-
|
|
559
|
-
- **combobox:** do bot hide select field on mobile ([0fb3f6e](https://git.pixum.net/design-system/component-library/commits/0fb3f6e25520557d34c5b54944eb0cb7c20ae239))
|
|
560
|
-
|
|
561
|
-
# [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)
|
|
562
|
-
|
|
563
|
-
### Features
|
|
564
|
-
|
|
565
|
-
- **combobox:** solve position in combobox headline options ([f765d00](https://git.pixum.net/design-system/component-library/commits/f765d00ee23ce6fc4298681530b95a57c2783849))
|
|
566
|
-
|
|
567
|
-
# [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)
|
|
568
|
-
|
|
569
|
-
### Features
|
|
570
|
-
|
|
571
|
-
- **combobox:** fix bg color for the search input field on mobil ([13ab11c](https://git.pixum.net/design-system/component-library/commits/13ab11c81f576ef08e40b1d3f92dcd737c44f7ea))
|
|
572
|
-
|
|
573
|
-
# [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)
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
- **combobox:** fix the scroll to element ([01d88fc](https://git.pixum.net/design-system/component-library/commits/01d88fc08ece7a075a4f4d339b0547cc7c6ac38a))
|
|
578
|
-
|
|
579
|
-
# [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)
|
|
580
|
-
|
|
581
|
-
### Features
|
|
582
|
-
|
|
583
|
-
- **combobox:** fix the scroll to element ([13bf545](https://git.pixum.net/design-system/component-library/commits/13bf5453a029e1429ab817adab0f87579531c0de))
|
|
584
|
-
|
|
585
|
-
# [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)
|
|
586
|
-
|
|
587
|
-
### Features
|
|
588
|
-
|
|
589
|
-
- **combobox:** fix the scroll to element ([8f66df3](https://git.pixum.net/design-system/component-library/commits/8f66df32c75eba24be016d1863c102f1aa6afd36))
|
|
590
|
-
|
|
591
|
-
# [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)
|
|
592
|
-
|
|
593
|
-
### Features
|
|
594
|
-
|
|
595
|
-
- **bottom-sheet:** check if content should swipe ([7e57356](https://git.pixum.net/design-system/component-library/commits/7e57356724a1aa6cb9c2e5534951b3376ad567bb))
|
|
596
|
-
|
|
597
|
-
# [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)
|
|
598
|
-
|
|
599
|
-
### Features
|
|
600
|
-
|
|
601
|
-
- **bottom-sheet:** check if content should swipe ([c1b16ee](https://git.pixum.net/design-system/component-library/commits/c1b16ee79f79ab8359eff8045596b309115bfe66))
|
|
602
|
-
|
|
603
|
-
# [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)
|
|
604
|
-
|
|
605
|
-
### Features
|
|
606
|
-
|
|
607
|
-
- **search:** add input mode attribute ([fc29043](https://git.pixum.net/design-system/component-library/commits/fc29043023c13ddd21f8ccf605f29788e0efbe8a))
|
|
608
|
-
|
|
609
|
-
# [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)
|
|
610
|
-
|
|
611
|
-
### Features
|
|
612
|
-
|
|
613
|
-
- **combobox:** fix data in the combobox options ([cd00b96](https://git.pixum.net/design-system/component-library/commits/cd00b96408c1070b9f437beb07f58f3a9ee86380))
|
|
614
|
-
|
|
615
|
-
# [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)
|
|
616
|
-
|
|
617
|
-
### Features
|
|
618
|
-
|
|
619
|
-
- **combobox:** fix data in the combobox options ([37b3b60](https://git.pixum.net/design-system/component-library/commits/37b3b603c542705a2e6c57312738fc446c21eb23))
|
|
620
|
-
|
|
621
|
-
# [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)
|
|
622
|
-
|
|
623
|
-
**Note:** Version bump only for package @pixum/combobox
|
|
624
|
-
|
|
625
|
-
## [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)
|
|
626
|
-
|
|
627
|
-
### Bug Fixes
|
|
628
|
-
|
|
629
|
-
- **user-input:** fix focus ([ec9a0ea](https://git.pixum.net/design-system/component-library/commits/ec9a0ea1dde2477e6067bfbbc8676cb0321259a9))
|
|
630
|
-
- **user-input:** fix types & story ([3799c07](https://git.pixum.net/design-system/component-library/commits/3799c07a2d34f57773970a12ab27063d15a17428))
|
|
631
|
-
|
|
632
|
-
# [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)
|
|
633
|
-
|
|
634
|
-
### Features
|
|
635
|
-
|
|
636
|
-
- **combobox:** allow placeholder ([4677ad0](https://git.pixum.net/design-system/component-library/commits/4677ad04015e04574ad2ee5e391709deeaa07aa1))
|
|
637
|
-
|
|
638
|
-
# [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)
|
|
639
|
-
|
|
640
|
-
### Features
|
|
641
|
-
|
|
642
|
-
- **combobox:** fix styling issues ([38bec1b](https://git.pixum.net/design-system/component-library/commits/38bec1bbccb7d8f8e3bb445652c844081a12de20))
|
|
643
|
-
|
|
644
|
-
# [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)
|
|
645
|
-
|
|
646
|
-
### Features
|
|
647
|
-
|
|
648
|
-
- **combobox:** fix styling issues ([6c378ce](https://git.pixum.net/design-system/component-library/commits/6c378ce88995fc3d1ea73020304bee7a0e6ec346))
|
|
649
|
-
|
|
650
|
-
# [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)
|
|
651
|
-
|
|
652
|
-
### Features
|
|
653
|
-
|
|
654
|
-
- **combobox:** fix styling issues ([1494f25](https://git.pixum.net/design-system/component-library/commits/1494f2501a9ea45e50f0c3deee83562f927151de))
|
|
655
|
-
|
|
656
|
-
# [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)
|
|
657
|
-
|
|
658
|
-
### Features
|
|
659
|
-
|
|
660
|
-
- **combobox:** fix default value ([178135c](https://git.pixum.net/design-system/component-library/commits/178135c2ca1aea8f16c566c98fdf6200f9b7fd62))
|
|
661
|
-
|
|
662
|
-
# [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)
|
|
663
|
-
|
|
664
|
-
### Features
|
|
665
|
-
|
|
666
|
-
- **button:** remove hover from close icon ([e3071b8](https://git.pixum.net/design-system/component-library/commits/e3071b8e56e4134eb2e90b761027c277e75e94ac))
|
|
667
|
-
|
|
668
|
-
# [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)
|
|
669
|
-
|
|
670
|
-
### Features
|
|
671
|
-
|
|
672
|
-
- **combobox:** generate new version ([11bfce1](https://git.pixum.net/design-system/component-library/commits/11bfce1657fd9497bdf46d5daab4b9b828c4d00f))
|
|
673
|
-
|
|
674
|
-
# [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)
|
|
675
|
-
|
|
676
|
-
### Features
|
|
677
|
-
|
|
678
|
-
- **combobox:** generate new version ([f1f3f33](https://git.pixum.net/design-system/component-library/commits/f1f3f334ae96fd2fd6c522436bc97d5aa55ff99b))
|
|
679
|
-
|
|
680
|
-
# [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)
|
|
681
|
-
|
|
682
|
-
### Features
|
|
683
|
-
|
|
684
|
-
- **combobox:** fix select is compact and selected value ([808aa23](https://git.pixum.net/design-system/component-library/commits/808aa234fc43fe055a77a528c21022144f695fc0))
|
|
685
|
-
|
|
686
|
-
# [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)
|
|
687
|
-
|
|
688
|
-
### Features
|
|
689
|
-
|
|
690
|
-
- **combobox:** fix issues after migrate the component ([220b743](https://git.pixum.net/design-system/component-library/commits/220b74392fd1b759d4133b137c8cec857663d8b8))
|
|
691
|
-
|
|
692
|
-
# [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)
|
|
693
|
-
|
|
694
|
-
### Features
|
|
695
|
-
|
|
696
|
-
- **combobox:** fix issues after migrate the component ([1e238d8](https://git.pixum.net/design-system/component-library/commits/1e238d884cbb2fbdc7b99bf943bb4f180cf95d14))
|
|
697
|
-
|
|
698
|
-
# [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)
|
|
699
|
-
|
|
700
|
-
### Features
|
|
701
|
-
|
|
702
|
-
- **combobox:** fix export and onclick issue ([037570e](https://git.pixum.net/design-system/component-library/commits/037570e64f47f9974d7b305525cc190798bc09f3))
|
|
703
|
-
- **combobox:** fix issues after migrate the component ([019cb85](https://git.pixum.net/design-system/component-library/commits/019cb85d0fce0ba60dff5a7c96bc70e712702218))
|
|
704
|
-
- **combobox:** fix issues after migrate the component ([08cb4a2](https://git.pixum.net/design-system/component-library/commits/08cb4a2410d0eba51fa7acf778dd4cf81cf31859))
|
|
705
|
-
|
|
706
|
-
# [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)
|
|
707
|
-
|
|
708
|
-
### Features
|
|
709
|
-
|
|
710
|
-
- **combobox:** fix export and onclick issue ([d0b1e94](https://git.pixum.net/design-system/component-library/commits/d0b1e94e7a97143550307a58702e219a0ba3f7ac))
|
|
711
|
-
|
|
712
|
-
# [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)
|
|
713
|
-
|
|
714
|
-
### Features
|
|
715
|
-
|
|
716
|
-
- **combobox:** fix export and onclick issue ([4522908](https://git.pixum.net/design-system/component-library/commits/4522908dca84b3b46b1a58e3f40526f1939fb984))
|
|
717
|
-
|
|
718
|
-
# [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)
|
|
719
|
-
|
|
720
|
-
### Features
|
|
721
|
-
|
|
722
|
-
- **combobox:** fix export and onclick issue ([7df79de](https://git.pixum.net/design-system/component-library/commits/7df79debbb129d4b5238e44a11ab24ba5cc01bd3))
|
|
723
|
-
|
|
724
|
-
# 0.1.0 (2023-07-17)
|
|
725
|
-
|
|
726
|
-
### Features
|
|
727
|
-
|
|
728
|
-
- **combobox:** add combobox component ([1fe4ec2](https://git.pixum.net/design-system/component-library/commits/1fe4ec254317fe65faa372cc82a51f1a4afcca9a))
|
|
729
|
-
- **combobox:** apply code-review ([8e79167](https://git.pixum.net/design-system/component-library/commits/8e79167eeb196be32a66e67929864a63a351af36))
|
|
730
|
-
- **combobox:** apply code-review ([2554747](https://git.pixum.net/design-system/component-library/commits/25547475a701273c06c75dc7c051849016ee63d4))
|