@entur/dropdown 4.0.0-beta.2 → 4.0.0
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/LICENSE.md +0 -71
- package/README.md +2 -2
- package/dist/BaseDropdown.d.ts +1 -1
- package/dist/DownshiftProvider.d.ts +1 -1
- package/dist/Dropdown.d.ts +3 -3
- package/dist/DropdownInputGroup.d.ts +1 -1
- package/dist/DropdownList.d.ts +1 -1
- package/dist/DropdownLoadingDots.d.ts +1 -1
- package/dist/MultiSelect.d.ts +2 -2
- package/dist/NativeDropdown.d.ts +1 -1
- package/dist/RegularDropdown.d.ts +1 -1
- package/dist/SearchableDropdown.d.ts +1 -1
- package/dist/beta/DropdownList.d.ts +17 -0
- package/dist/beta/SearchableDropdown.d.ts +8 -3
- package/dist/dropdown.cjs.development.js +664 -1175
- package/dist/dropdown.cjs.development.js.map +1 -1
- package/dist/dropdown.cjs.production.min.js +1 -1
- package/dist/dropdown.cjs.production.min.js.map +1 -1
- package/dist/dropdown.esm.js +664 -1175
- package/dist/dropdown.esm.js.map +1 -1
- package/dist/styles.css +116 -156
- package/dist/useNormalizedItems.d.ts +2 -2
- package/dist/useResolvedItems.d.ts +3 -3
- package/package.json +13 -12
- package/CHANGELOG.md +0 -592
package/CHANGELOG.md
DELETED
|
@@ -1,592 +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
|
-
# [4.0.0-beta.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@4.0.0-beta.1...@entur/dropdown@4.0.0-beta.2) (2022-09-30)
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
- **searchable dropdown:** fixes from beta testing ([c460e94](https://bitbucket.org/enturas/design-system/commits/c460e947b2f39fd486b79d433d43a4ac3cdc9bdc))
|
|
11
|
-
|
|
12
|
-
# [4.0.0-beta.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.15...@entur/dropdown@4.0.0-beta.1) (2022-09-27)
|
|
13
|
-
|
|
14
|
-
### Features
|
|
15
|
-
|
|
16
|
-
- **searchable dropdown:** fixes from beta testing ([f88405f](https://bitbucket.org/enturas/design-system/commits/f88405fd45353163bcd0b202b538a470d86e5d8c))
|
|
17
|
-
- **searchable dropdown:** mvp new controlled searchable dropdown component (alpha) ([b8b2d05](https://bitbucket.org/enturas/design-system/commits/b8b2d051461406de0544b92b5169b066c91386ce))
|
|
18
|
-
|
|
19
|
-
## [3.0.14](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.13...@entur/dropdown@3.0.14) (2022-08-31)
|
|
20
|
-
|
|
21
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
22
|
-
|
|
23
|
-
## [3.0.13](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.12...@entur/dropdown@3.0.13) (2022-08-24)
|
|
24
|
-
|
|
25
|
-
### Bug Fixes
|
|
26
|
-
|
|
27
|
-
- add parameter and return types ([861b878](https://bitbucket.org/enturas/design-system/commits/861b8782b1fae34242d64371a8af7887ac545df6))
|
|
28
|
-
|
|
29
|
-
## [3.0.12](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.11...@entur/dropdown@3.0.12) (2022-08-12)
|
|
30
|
-
|
|
31
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
32
|
-
|
|
33
|
-
## [3.0.11](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.10...@entur/dropdown@3.0.11) (2022-08-09)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
36
|
-
|
|
37
|
-
## [3.0.10](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.9...@entur/dropdown@3.0.10) (2022-08-09)
|
|
38
|
-
|
|
39
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
40
|
-
|
|
41
|
-
## [3.0.9](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.8...@entur/dropdown@3.0.9) (2022-07-05)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
44
|
-
|
|
45
|
-
## [3.0.8](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.7...@entur/dropdown@3.0.8) (2022-06-28)
|
|
46
|
-
|
|
47
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
48
|
-
|
|
49
|
-
## [3.0.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.6...@entur/dropdown@3.0.7) (2022-06-24)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
52
|
-
|
|
53
|
-
## [3.0.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.5...@entur/dropdown@3.0.6) (2022-06-02)
|
|
54
|
-
|
|
55
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
56
|
-
|
|
57
|
-
## [3.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.4...@entur/dropdown@3.0.5) (2022-05-13)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
60
|
-
|
|
61
|
-
## [3.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.3...@entur/dropdown@3.0.4) (2022-05-04)
|
|
62
|
-
|
|
63
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
64
|
-
|
|
65
|
-
## [3.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.2...@entur/dropdown@3.0.3) (2022-04-27)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
68
|
-
|
|
69
|
-
## [3.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.1...@entur/dropdown@3.0.2) (2022-04-20)
|
|
70
|
-
|
|
71
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
72
|
-
|
|
73
|
-
## [3.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@3.0.0...@entur/dropdown@3.0.1) (2022-04-19)
|
|
74
|
-
|
|
75
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
76
|
-
|
|
77
|
-
# [3.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.3.0...@entur/dropdown@3.0.0) (2022-03-17)
|
|
78
|
-
|
|
79
|
-
### Bug Fixes
|
|
80
|
-
|
|
81
|
-
- **dropdown:** fix text truncate shortening words which don't need shortening ([4072480](https://bitbucket.org/enturas/design-system/commits/40724805af543369513d61c8d8d5b2461c48cc2f))
|
|
82
|
-
|
|
83
|
-
### Features
|
|
84
|
-
|
|
85
|
-
- **dropdown:** improve usability of input field in searchable dropdown ([9f24e4b](https://bitbucket.org/enturas/design-system/commits/9f24e4b27b64b7f637914be6715a1ff4af7c0b77))
|
|
86
|
-
|
|
87
|
-
### BREAKING CHANGES
|
|
88
|
-
|
|
89
|
-
- **dropdown:** - Visuals and interaction method have changed
|
|
90
|
-
|
|
91
|
-
# [2.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.2.4...@entur/dropdown@2.3.0) (2022-03-14)
|
|
92
|
-
|
|
93
|
-
### Features
|
|
94
|
-
|
|
95
|
-
- **dropdown:** add ref forwarding to dropdown and searchable dropdown ([af4cae7](https://bitbucket.org/enturas/design-system/commits/af4cae7bb5fe83c5d1c2f58462c3ba6e77f2e1b8))
|
|
96
|
-
|
|
97
|
-
## [2.2.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.2.3...@entur/dropdown@2.2.4) (2022-03-01)
|
|
98
|
-
|
|
99
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
100
|
-
|
|
101
|
-
## [2.2.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.2.2...@entur/dropdown@2.2.3) (2022-02-16)
|
|
102
|
-
|
|
103
|
-
### Bug Fixes
|
|
104
|
-
|
|
105
|
-
- **dropdown:** add missing styling for truncating searchable dropdown input ([c628982](https://bitbucket.org/enturas/design-system/commits/c628982588035720aab68745c2fbe6f612ec4fde))
|
|
106
|
-
|
|
107
|
-
## [2.2.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.2.1...@entur/dropdown@2.2.2) (2022-02-09)
|
|
108
|
-
|
|
109
|
-
### Bug Fixes
|
|
110
|
-
|
|
111
|
-
- **multiselect:** fix checkboxes bug in multiselect ([5b26980](https://bitbucket.org/enturas/design-system/commits/5b26980596e461621956551ae916bca0e670f695))
|
|
112
|
-
- **multiselect:** fix checkboxes bug in multiselect ([9c59723](https://bitbucket.org/enturas/design-system/commits/9c5972387d693cc83ac8361ee3ace643d9f60959))
|
|
113
|
-
|
|
114
|
-
## [2.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.2.0...@entur/dropdown@2.2.1) (2022-01-21)
|
|
115
|
-
|
|
116
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
117
|
-
|
|
118
|
-
# [2.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.1.2...@entur/dropdown@2.2.0) (2022-01-05)
|
|
119
|
-
|
|
120
|
-
### Bug Fixes
|
|
121
|
-
|
|
122
|
-
- **searchable:** adjust position of selected item ([0abed8d](https://bitbucket.org/enturas/design-system/commits/0abed8d3767dead4161d915a71ad94a8f64f600a))
|
|
123
|
-
- **searchable:** align selectedItem with input field ([527e4f4](https://bitbucket.org/enturas/design-system/commits/527e4f4afea961a0f877e81a5b92f4ec0d44f97c))
|
|
124
|
-
- **searchable:** hide placeholder if item is selected ([933a6cb](https://bitbucket.org/enturas/design-system/commits/933a6cb1b4f84346d737b23f36fc9c4252e7ea46))
|
|
125
|
-
|
|
126
|
-
### Features
|
|
127
|
-
|
|
128
|
-
- **searchable:** improve usability of searchable dropdown ([eb3038f](https://bitbucket.org/enturas/design-system/commits/eb3038fb6fc6db7a55d3cc65541ab1d40a6e87af))
|
|
129
|
-
|
|
130
|
-
## [2.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.1.1...@entur/dropdown@2.1.2) (2021-12-10)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
133
|
-
|
|
134
|
-
## [2.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.1.0...@entur/dropdown@2.1.1) (2021-11-17)
|
|
135
|
-
|
|
136
|
-
### Bug Fixes
|
|
137
|
-
|
|
138
|
-
- change dropdown background to white in contrast mode ([7064988](https://bitbucket.org/enturas/design-system/commits/7064988fd7690e500c08f74fee82d88566730ee1))
|
|
139
|
-
|
|
140
|
-
# [2.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.10...@entur/dropdown@2.1.0) (2021-10-25)
|
|
141
|
-
|
|
142
|
-
### Features
|
|
143
|
-
|
|
144
|
-
- **multiselect:** add support for initialSelectedItems ([40f14d7](https://bitbucket.org/enturas/design-system/commits/40f14d7ccbba43d1da42834839246d294e289a7f))
|
|
145
|
-
|
|
146
|
-
## [2.0.10](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.9...@entur/dropdown@2.0.10) (2021-10-18)
|
|
147
|
-
|
|
148
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
149
|
-
|
|
150
|
-
## [2.0.9](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.8...@entur/dropdown@2.0.9) (2021-09-23)
|
|
151
|
-
|
|
152
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
153
|
-
|
|
154
|
-
## [2.0.8](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.7...@entur/dropdown@2.0.8) (2021-09-13)
|
|
155
|
-
|
|
156
|
-
### Bug Fixes
|
|
157
|
-
|
|
158
|
-
- **dropdown:** change to close small icon if closeable ([96d6e11](https://bitbucket.org/enturas/design-system/commits/96d6e11bc27ed722f9bbb1623691de16612e432c))
|
|
159
|
-
|
|
160
|
-
## [2.0.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.6...@entur/dropdown@2.0.7) (2021-09-07)
|
|
161
|
-
|
|
162
|
-
### Bug Fixes
|
|
163
|
-
|
|
164
|
-
- improve typing and fix lint warnings ([6f0b0a8](https://bitbucket.org/enturas/design-system/commits/6f0b0a8710e2353777547304ca101029a3f5d335))
|
|
165
|
-
- utilize reworked focus token ([586758f](https://bitbucket.org/enturas/design-system/commits/586758fc86eb5aa52116c63c14ef033eb2e8b12f))
|
|
166
|
-
- **dropdown:** update dependencies ([1dc8971](https://bitbucket.org/enturas/design-system/commits/1dc89716c46b8fc4c22d4426c2c583ad277f2e58))
|
|
167
|
-
|
|
168
|
-
## [2.0.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.5...@entur/dropdown@2.0.6) (2021-08-13)
|
|
169
|
-
|
|
170
|
-
### Bug Fixes
|
|
171
|
-
|
|
172
|
-
- **dropdown:** export dropdown props from package ([61326c6](https://bitbucket.org/enturas/design-system/commits/61326c693a33569b5543778ac61b09c31a77ebd3))
|
|
173
|
-
|
|
174
|
-
## [2.0.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.4...@entur/dropdown@2.0.5) (2021-07-16)
|
|
175
|
-
|
|
176
|
-
### Bug Fixes
|
|
177
|
-
|
|
178
|
-
- **dropdown:** fix divider color in contrast ([6c9ac18](https://bitbucket.org/enturas/design-system/commits/6c9ac180c08387dfdcd75a463bb3bd9199fcbedc))
|
|
179
|
-
|
|
180
|
-
## [2.0.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.3...@entur/dropdown@2.0.4) (2021-07-07)
|
|
181
|
-
|
|
182
|
-
### Bug Fixes
|
|
183
|
-
|
|
184
|
-
- **dropdown:** fix clearable prop and warnings ([1f9a5ae](https://bitbucket.org/enturas/design-system/commits/1f9a5ae3ec0dd86188353c015926931ce645cb33))
|
|
185
|
-
|
|
186
|
-
## [2.0.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.2...@entur/dropdown@2.0.3) (2021-06-25)
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
- **dropdown:** improve internal prop usage, better support for testing ([b4982a9](https://bitbucket.org/enturas/design-system/commits/b4982a933807382bc956fac4224e32306ef3ad61))
|
|
191
|
-
- update dependencies ([0834b3a](https://bitbucket.org/enturas/design-system/commits/0834b3a1f4268460958d003926330e69af34c132))
|
|
192
|
-
|
|
193
|
-
## [2.0.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.1...@entur/dropdown@2.0.2) (2021-06-04)
|
|
194
|
-
|
|
195
|
-
### Bug Fixes
|
|
196
|
-
|
|
197
|
-
- **native dropdown:** fix label position bug ([b68fc8f](https://bitbucket.org/enturas/design-system/commits/b68fc8fffd94be986b3988cd2ff32b9c1a8268dd))
|
|
198
|
-
|
|
199
|
-
## [2.0.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@2.0.0...@entur/dropdown@2.0.1) (2021-05-19)
|
|
200
|
-
|
|
201
|
-
### Bug Fixes
|
|
202
|
-
|
|
203
|
-
- **multiselect:** fix onchange late callback bug ([5998355](https://bitbucket.org/enturas/design-system/commits/59983553e6ae68f80cfde356b48f748f837c7751))
|
|
204
|
-
|
|
205
|
-
# [2.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.7...@entur/dropdown@2.0.0) (2021-05-05)
|
|
206
|
-
|
|
207
|
-
### Bug Fixes
|
|
208
|
-
|
|
209
|
-
- **multiselect:** finalize styling for new multiselect ([7b59c68](https://bitbucket.org/enturas/design-system/commits/7b59c68946dc9f0ae1dab5e19979d79def85a5c9))
|
|
210
|
-
|
|
211
|
-
### Features
|
|
212
|
-
|
|
213
|
-
- **multiselect:** update multiselect component ([665a14c](https://bitbucket.org/enturas/design-system/commits/665a14cd7f1a8f4482cb902eea592f81e86b2798))
|
|
214
|
-
|
|
215
|
-
### BREAKING CHANGES
|
|
216
|
-
|
|
217
|
-
- **multiselect:** full rewrite so may be some breaking changes
|
|
218
|
-
|
|
219
|
-
## [1.4.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.6...@entur/dropdown@1.4.7) (2021-04-23)
|
|
220
|
-
|
|
221
|
-
### Bug Fixes
|
|
222
|
-
|
|
223
|
-
- utilize loading dots for dropdown components ([ffecc56](https://bitbucket.org/enturas/design-system/commits/ffecc56854b2a69e50e0f265fa0b71b6118f4565))
|
|
224
|
-
- utilize new focus tokens ([17113ef](https://bitbucket.org/enturas/design-system/commits/17113ef3f791c86fa6e19e71680fd5acdbae4990))
|
|
225
|
-
|
|
226
|
-
## [1.4.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.5...@entur/dropdown@1.4.6) (2021-04-09)
|
|
227
|
-
|
|
228
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
229
|
-
|
|
230
|
-
## [1.4.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.4...@entur/dropdown@1.4.5) (2021-03-02)
|
|
231
|
-
|
|
232
|
-
### Bug Fixes
|
|
233
|
-
|
|
234
|
-
- **dropdown:** center label if empty placeholder is used ([eee6815](https://bitbucket.org/enturas/design-system/commits/eee6815fdb2404aad3844f93c6bbd645a8d3772a))
|
|
235
|
-
|
|
236
|
-
## [1.4.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.3...@entur/dropdown@1.4.4) (2021-02-17)
|
|
237
|
-
|
|
238
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
239
|
-
|
|
240
|
-
## [1.4.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.2...@entur/dropdown@1.4.3) (2021-02-05)
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
- **dropdown:** add checkicon if item is selected ([2853763](https://bitbucket.org/enturas/design-system/commits/28537634e783b44ed6457f3c6a23637ef76c9526))
|
|
245
|
-
- **dropdown:** adjust styling for dropdownlist in contrast ([e3aef6c](https://bitbucket.org/enturas/design-system/commits/e3aef6cd77c82050aeec495a4fb71ba2bc90a5ef))
|
|
246
|
-
|
|
247
|
-
## [1.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.1...@entur/dropdown@1.4.2) (2021-01-29)
|
|
248
|
-
|
|
249
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
250
|
-
|
|
251
|
-
## [1.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.4.0...@entur/dropdown@1.4.1) (2021-01-20)
|
|
252
|
-
|
|
253
|
-
### Bug Fixes
|
|
254
|
-
|
|
255
|
-
- **dropdown:** internal changes to avoid ref bug during tests ([df9eb46](https://bitbucket.org/enturas/design-system/commits/df9eb4608e88020bf80b55b87ace952e697ac307))
|
|
256
|
-
|
|
257
|
-
# [1.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.24...@entur/dropdown@1.4.0) (2021-01-13)
|
|
258
|
-
|
|
259
|
-
### Bug Fixes
|
|
260
|
-
|
|
261
|
-
- transpose grey colors for updated color tokens ([d6a444c](https://bitbucket.org/enturas/design-system/commits/d6a444c2c37339b9bac0702738ed52693367d344))
|
|
262
|
-
- update downshift dependency ([90fdadc](https://bitbucket.org/enturas/design-system/commits/90fdadc7b673526fcc3b0def78d7803d0fe723c1))
|
|
263
|
-
- **multiselect:** fix improper colors on chips in contrast ([d226c39](https://bitbucket.org/enturas/design-system/commits/d226c3981092ab1e9dcf16d52a66a88a1de6f55f))
|
|
264
|
-
|
|
265
|
-
### Features
|
|
266
|
-
|
|
267
|
-
- **dropdown:** add disable label animation prop ([fd0d040](https://bitbucket.org/enturas/design-system/commits/fd0d040079f22fb83a7656d295b9c2270f30b6aa))
|
|
268
|
-
|
|
269
|
-
## [1.3.24](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.23...@entur/dropdown@1.3.24) (2021-01-05)
|
|
270
|
-
|
|
271
|
-
### Bug Fixes
|
|
272
|
-
|
|
273
|
-
- **dropdown:** improve internal id to enhance a11y ([ca7b730](https://bitbucket.org/enturas/design-system/commits/ca7b730a8685356735b1eb4fd5052247016be313))
|
|
274
|
-
|
|
275
|
-
## [1.3.23](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.22...@entur/dropdown@1.3.23) (2020-12-04)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
278
|
-
|
|
279
|
-
## [1.3.22](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.21...@entur/dropdown@1.3.22) (2020-11-26)
|
|
280
|
-
|
|
281
|
-
### Bug Fixes
|
|
282
|
-
|
|
283
|
-
- **dropdown:** type=button on expand arrow ([614a1e8](https://bitbucket.org/enturas/design-system/commits/614a1e8b9327b91f81655f1f185ab81effa0d046))
|
|
284
|
-
- **dropdowns:** make all dropdowns light in contrast mode ([fa293a9](https://bitbucket.org/enturas/design-system/commits/fa293a9840613aebdad0a5a88613774b9e65ec33))
|
|
285
|
-
- **multiselect:** type=button on expand arrow ([59e1261](https://bitbucket.org/enturas/design-system/commits/59e12612469ee1f1e1a0c0a4248ce0a61c1294bd))
|
|
286
|
-
|
|
287
|
-
## [1.3.21](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.20...@entur/dropdown@1.3.21) (2020-11-10)
|
|
288
|
-
|
|
289
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
290
|
-
|
|
291
|
-
## [1.3.20](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.19...@entur/dropdown@1.3.20) (2020-11-05)
|
|
292
|
-
|
|
293
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
294
|
-
|
|
295
|
-
## [1.3.19](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.18...@entur/dropdown@1.3.19) (2020-10-28)
|
|
296
|
-
|
|
297
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
298
|
-
|
|
299
|
-
## [1.3.18](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.17...@entur/dropdown@1.3.18) (2020-10-23)
|
|
300
|
-
|
|
301
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
302
|
-
|
|
303
|
-
## [1.3.17](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.16...@entur/dropdown@1.3.17) (2020-10-16)
|
|
304
|
-
|
|
305
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
306
|
-
|
|
307
|
-
## [1.3.16](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.15...@entur/dropdown@1.3.16) (2020-10-09)
|
|
308
|
-
|
|
309
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
310
|
-
|
|
311
|
-
## [1.3.15](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.14...@entur/dropdown@1.3.15) (2020-10-09)
|
|
312
|
-
|
|
313
|
-
### Bug Fixes
|
|
314
|
-
|
|
315
|
-
- **dropdown:** fix openonfocus bug ([dc53cc9](https://bitbucket.org/enturas/design-system/commits/dc53cc9cc4be4bee5252ef908e193198acab751a))
|
|
316
|
-
- **dropdown:** update dropdown to new input styling ([fde0958](https://bitbucket.org/enturas/design-system/commits/fde095895ef2d6f0954bcafb94bea9deacd33d7d))
|
|
317
|
-
- **nativedropdown:** update internal logic for new inputfield design ([ba742c6](https://bitbucket.org/enturas/design-system/commits/ba742c6f151dfd451ef951ebaf3260f9e9ed8dc2))
|
|
318
|
-
|
|
319
|
-
## [1.3.14](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.13...@entur/dropdown@1.3.14) (2020-09-25)
|
|
320
|
-
|
|
321
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
322
|
-
|
|
323
|
-
## [1.3.13](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.12...@entur/dropdown@1.3.13) (2020-09-14)
|
|
324
|
-
|
|
325
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
326
|
-
|
|
327
|
-
## [1.3.12](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.11...@entur/dropdown@1.3.12) (2020-09-10)
|
|
328
|
-
|
|
329
|
-
### Bug Fixes
|
|
330
|
-
|
|
331
|
-
- **dropdown:** adjust placeholder color ([2a555d8](https://bitbucket.org/enturas/design-system/commits/2a555d8494979cf47608bb5d93a9a552031770b9))
|
|
332
|
-
|
|
333
|
-
## [1.3.11](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.10...@entur/dropdown@1.3.11) (2020-09-02)
|
|
334
|
-
|
|
335
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
336
|
-
|
|
337
|
-
## [1.3.10](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.9...@entur/dropdown@1.3.10) (2020-08-26)
|
|
338
|
-
|
|
339
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
340
|
-
|
|
341
|
-
## [1.3.9](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.8...@entur/dropdown@1.3.9) (2020-08-20)
|
|
342
|
-
|
|
343
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
344
|
-
|
|
345
|
-
## [1.3.8](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.7...@entur/dropdown@1.3.8) (2020-08-19)
|
|
346
|
-
|
|
347
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
348
|
-
|
|
349
|
-
## [1.3.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.6...@entur/dropdown@1.3.7) (2020-08-14)
|
|
350
|
-
|
|
351
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
352
|
-
|
|
353
|
-
## [1.3.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.5...@entur/dropdown@1.3.6) (2020-08-11)
|
|
354
|
-
|
|
355
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
356
|
-
|
|
357
|
-
## [1.3.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.4...@entur/dropdown@1.3.5) (2020-07-24)
|
|
358
|
-
|
|
359
|
-
### Bug Fixes
|
|
360
|
-
|
|
361
|
-
- **multiselect:** improve internal filtering for selected item ([ad706e4](https://bitbucket.org/enturas/design-system/commits/ad706e4afdb8a137aed30873735a95d8acb8d713))
|
|
362
|
-
|
|
363
|
-
## [1.3.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.3...@entur/dropdown@1.3.4) (2020-07-22)
|
|
364
|
-
|
|
365
|
-
### Bug Fixes
|
|
366
|
-
|
|
367
|
-
- **dropdown:** center dropdown toggle icon ([9865382](https://bitbucket.org/enturas/design-system/commits/9865382689bbcd3b4f79b8d8ac651097607b346e))
|
|
368
|
-
- **multiselect:** rework internal logic, and wrapping of multiple items ([fccfc96](https://bitbucket.org/enturas/design-system/commits/fccfc96f86dfc007f0d69527eac2186b27cceeae))
|
|
369
|
-
|
|
370
|
-
## [1.3.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.2...@entur/dropdown@1.3.3) (2020-07-16)
|
|
371
|
-
|
|
372
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
373
|
-
|
|
374
|
-
## [1.3.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.1...@entur/dropdown@1.3.2) (2020-07-13)
|
|
375
|
-
|
|
376
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
377
|
-
|
|
378
|
-
## [1.3.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.3.0...@entur/dropdown@1.3.1) (2020-07-09)
|
|
379
|
-
|
|
380
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
381
|
-
|
|
382
|
-
# [1.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.2.0...@entur/dropdown@1.3.0) (2020-07-03)
|
|
383
|
-
|
|
384
|
-
### Bug Fixes
|
|
385
|
-
|
|
386
|
-
- fix classname and styling for outer div of dropdown ([799b8c6](https://bitbucket.org/enturas/design-system/commits/799b8c6de07ddf8186ab7828f7db0490832b6b49))
|
|
387
|
-
|
|
388
|
-
### Features
|
|
389
|
-
|
|
390
|
-
- add itemfilter prop ([02daaf8](https://bitbucket.org/enturas/design-system/commits/02daaf8d2863936d47c2165fb39bf799f624286a))
|
|
391
|
-
|
|
392
|
-
# [1.2.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.1.2...@entur/dropdown@1.2.0) (2020-06-17)
|
|
393
|
-
|
|
394
|
-
### Bug Fixes
|
|
395
|
-
|
|
396
|
-
- fix contrast styling for nativedropdown ([b8d0ffd](https://bitbucket.org/enturas/design-system/commits/b8d0ffd99b5382a807515b5d291a767d9338171b))
|
|
397
|
-
|
|
398
|
-
### Features
|
|
399
|
-
|
|
400
|
-
- highlight items that matches keypress key ([d8f5c26](https://bitbucket.org/enturas/design-system/commits/d8f5c261c236cf089eced9d5b5aebe3397a64262))
|
|
401
|
-
|
|
402
|
-
## [1.1.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.1.1...@entur/dropdown@1.1.2) (2020-05-27)
|
|
403
|
-
|
|
404
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
405
|
-
|
|
406
|
-
## [1.1.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.1.0...@entur/dropdown@1.1.1) (2020-05-26)
|
|
407
|
-
|
|
408
|
-
### Bug Fixes
|
|
409
|
-
|
|
410
|
-
- completely remove inner right padding in dropdowns ([3f3d086](https://bitbucket.org/enturas/design-system/commits/3f3d0860f6f9a0f385182045dfeea7a5eb6ede3e))
|
|
411
|
-
|
|
412
|
-
# [1.1.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@1.0.0...@entur/dropdown@1.1.0) (2020-05-20)
|
|
413
|
-
|
|
414
|
-
### Bug Fixes
|
|
415
|
-
|
|
416
|
-
- fix crash on special characters in searchable dropdown ([2149d9a](https://bitbucket.org/enturas/design-system/commits/2149d9a4efddfa8dde1e73e6cfb43a878b3cc136))
|
|
417
|
-
- reduce internal dropdown padding ([fa081c9](https://bitbucket.org/enturas/design-system/commits/fa081c96220f1c8cab6ee5db2fb39575869d6afa))
|
|
418
|
-
|
|
419
|
-
### Features
|
|
420
|
-
|
|
421
|
-
- add the multiselect dropdown component ([7863395](https://bitbucket.org/enturas/design-system/commits/786339586a90a7f75c17115837b824a9d4981bcf))
|
|
422
|
-
|
|
423
|
-
# [1.0.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.9.2...@entur/dropdown@1.0.0) (2020-04-27)
|
|
424
|
-
|
|
425
|
-
### Bug Fixes
|
|
426
|
-
|
|
427
|
-
- fix for controllable dropdown component ([408c627](https://bitbucket.org/enturas/design-system/commits/408c627fd8b78881f404d733ec78367192eec2b1))
|
|
428
|
-
|
|
429
|
-
### BREAKING CHANGES
|
|
430
|
-
|
|
431
|
-
- new internal handling of null and undefined, meaning if you used null or undefined earlier, this may
|
|
432
|
-
break your setup. null is now "no item" and undefined is reserved for uncontrolled behaviour
|
|
433
|
-
|
|
434
|
-
## [0.9.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.9.1...@entur/dropdown@0.9.2) (2020-04-23)
|
|
435
|
-
|
|
436
|
-
### Bug Fixes
|
|
437
|
-
|
|
438
|
-
- fix potential key uniqueness bug ([bebf25e](https://bitbucket.org/enturas/design-system/commits/bebf25e19a342c558d192f02a3929f03cfbff242))
|
|
439
|
-
- updated to use new focus styling where applicable ([d0a52c0](https://bitbucket.org/enturas/design-system/commits/d0a52c096b673c6647070a90dd79bef9003ee0ad))
|
|
440
|
-
|
|
441
|
-
## [0.9.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.9.0...@entur/dropdown@0.9.1) (2020-04-08)
|
|
442
|
-
|
|
443
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
444
|
-
|
|
445
|
-
# [0.9.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.7.4...@entur/dropdown@0.9.0) (2020-03-25)
|
|
446
|
-
|
|
447
|
-
### Features
|
|
448
|
-
|
|
449
|
-
- **dropdown:** add tooltip support to dropdowns ([fbe81d3](https://bitbucket.org/enturas/design-system/commits/fbe81d3d8daf65cba1d815afe1d5efa2d14be291))
|
|
450
|
-
|
|
451
|
-
# [0.8.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.7.4...@entur/dropdown@0.8.0) (2020-03-25)
|
|
452
|
-
|
|
453
|
-
### Features
|
|
454
|
-
|
|
455
|
-
- **dropdown:** add tooltip support to dropdowns ([fbe81d3](https://bitbucket.org/enturas/design-system/commits/fbe81d3d8daf65cba1d815afe1d5efa2d14be291))
|
|
456
|
-
|
|
457
|
-
## [0.7.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.7.3...@entur/dropdown@0.7.4) (2020-03-20)
|
|
458
|
-
|
|
459
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
460
|
-
|
|
461
|
-
## [0.7.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.7.2...@entur/dropdown@0.7.3) (2020-03-18)
|
|
462
|
-
|
|
463
|
-
### Bug Fixes
|
|
464
|
-
|
|
465
|
-
- update to use new shadow tokens ([37dfe1c](https://bitbucket.org/enturas/design-system/commits/37dfe1c887cbb0357609bbc482ee8a306ba91d20))
|
|
466
|
-
|
|
467
|
-
## [0.7.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.7.1...@entur/dropdown@0.7.2) (2020-03-05)
|
|
468
|
-
|
|
469
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
470
|
-
|
|
471
|
-
## [0.7.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.7.0...@entur/dropdown@0.7.1) (2020-02-26)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
474
|
-
|
|
475
|
-
# [0.7.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.6.0...@entur/dropdown@0.7.0) (2020-02-20)
|
|
476
|
-
|
|
477
|
-
### Features
|
|
478
|
-
|
|
479
|
-
- add clearable prop for dropdown ([7c048be](https://bitbucket.org/enturas/design-system/commits/7c048be592be8f77ccfe4bfcbc285d18510df41b))
|
|
480
|
-
|
|
481
|
-
# [0.6.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.9...@entur/dropdown@0.6.0) (2020-02-14)
|
|
482
|
-
|
|
483
|
-
### Bug Fixes
|
|
484
|
-
|
|
485
|
-
- decrease padding inside dropdown ([63b847f](https://bitbucket.org/enturas/design-system/commits/63b847f74fbbf9d0cb8806b8d1018548ca1d23bd))
|
|
486
|
-
- Remove prop which is not used ([5c4758e](https://bitbucket.org/enturas/design-system/commits/5c4758ef37eeabf86ae6f79a3c5ff53a46003d0a))
|
|
487
|
-
- **dropdown:** Only auto-highlight if the option has been set ([6127c1b](https://bitbucket.org/enturas/design-system/commits/6127c1be48bb16650ec354a592ab85ce59e5e951))
|
|
488
|
-
|
|
489
|
-
### Features
|
|
490
|
-
|
|
491
|
-
- **dropdown:** ability to style dropdown list directly ([9449090](https://bitbucket.org/enturas/design-system/commits/94490901e196b78d95d9136d3aaa41b8a993b517))
|
|
492
|
-
- **dropdown:** Add option for auto highlighting the first result ([2833e24](https://bitbucket.org/enturas/design-system/commits/2833e24256eb7f0cf9198eae9fda2d720e8b9fc9))
|
|
493
|
-
|
|
494
|
-
## [0.5.9](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.8...@entur/dropdown@0.5.9) (2020-02-12)
|
|
495
|
-
|
|
496
|
-
### Bug Fixes
|
|
497
|
-
|
|
498
|
-
- fix missing type for spreading of props ([0e5beba](https://bitbucket.org/enturas/design-system/commits/0e5beba82ea7dde39915cd626e665aa6c15dafbf))
|
|
499
|
-
|
|
500
|
-
## [0.5.8](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.7...@entur/dropdown@0.5.8) (2020-02-10)
|
|
501
|
-
|
|
502
|
-
### Bug Fixes
|
|
503
|
-
|
|
504
|
-
- remove arrow from dropdown if readonly ([eca07da](https://bitbucket.org/enturas/design-system/commits/eca07da574ab130b0f3313202d34f72f221b5265))
|
|
505
|
-
|
|
506
|
-
## [0.5.7](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.6...@entur/dropdown@0.5.7) (2020-02-05)
|
|
507
|
-
|
|
508
|
-
### Bug Fixes
|
|
509
|
-
|
|
510
|
-
- remove test-files from build process ([e0b24af](https://bitbucket.org/enturas/design-system/commits/e0b24af05d5c2ad8de4ae587d83c389495235890))
|
|
511
|
-
|
|
512
|
-
## [0.5.6](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.5...@entur/dropdown@0.5.6) (2020-01-31)
|
|
513
|
-
|
|
514
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
515
|
-
|
|
516
|
-
## [0.5.5](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.4...@entur/dropdown@0.5.5) (2020-01-28)
|
|
517
|
-
|
|
518
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
519
|
-
|
|
520
|
-
## [0.5.4](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.3...@entur/dropdown@0.5.4) (2020-01-27)
|
|
521
|
-
|
|
522
|
-
### Bug Fixes
|
|
523
|
-
|
|
524
|
-
- **Dropdown:** make dropdowns controllable ([38e503e](https://bitbucket.org/enturas/design-system/commits/38e503edf6cee98ec7e086a6f836c8bf899adb75))
|
|
525
|
-
- **Dropdown:** make long choices overflow into an ellipsis ([c936358](https://bitbucket.org/enturas/design-system/commits/c9363585f316936b8eac2d100b90d28f1f30f760))
|
|
526
|
-
- **Dropdown:** make styles spreadable to the input group ([8ef9a24](https://bitbucket.org/enturas/design-system/commits/8ef9a244de17cad1c4fd63c13127527f02be103c))
|
|
527
|
-
- **Dropdown:** remove unnecessary classNames call ([97cf52c](https://bitbucket.org/enturas/design-system/commits/97cf52c42f419f042a3fc93ab493417c2baae7af))
|
|
528
|
-
- **DropdownList:** only show scrollbar if necessary ([09b25e9](https://bitbucket.org/enturas/design-system/commits/09b25e9558fe6aff6de9a695c37b67a2da98cdad))
|
|
529
|
-
- **types:** place types in the correct place ([acace09](https://bitbucket.org/enturas/design-system/commits/acace09ec0e258c5cff3a65e13ab29d6603780d9))
|
|
530
|
-
|
|
531
|
-
## [0.5.3](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.2...@entur/dropdown@0.5.3) (2020-01-20)
|
|
532
|
-
|
|
533
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
534
|
-
|
|
535
|
-
## [0.5.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.1...@entur/dropdown@0.5.2) (2020-01-14)
|
|
536
|
-
|
|
537
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
538
|
-
|
|
539
|
-
## [0.5.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.5.0...@entur/dropdown@0.5.1) (2020-01-13)
|
|
540
|
-
|
|
541
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
542
|
-
|
|
543
|
-
# [0.5.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.4.2...@entur/dropdown@0.5.0) (2020-01-10)
|
|
544
|
-
|
|
545
|
-
### Features
|
|
546
|
-
|
|
547
|
-
- add classname prop for dropdown component ([60bdd48](https://bitbucket.org/enturas/design-system/commits/60bdd487a1cd04d0e55363698b095041e4953216))
|
|
548
|
-
|
|
549
|
-
## [0.4.2](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.4.1...@entur/dropdown@0.4.2) (2020-01-08)
|
|
550
|
-
|
|
551
|
-
### Bug Fixes
|
|
552
|
-
|
|
553
|
-
- warn in development if the developer have forgotten the CSS ([e5c30fc](https://bitbucket.org/enturas/design-system/commits/e5c30fc08624ef22c02773892778abd92205c6b0))
|
|
554
|
-
|
|
555
|
-
## [0.4.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.4.0...@entur/dropdown@0.4.1) (2020-01-06)
|
|
556
|
-
|
|
557
|
-
### Bug Fixes
|
|
558
|
-
|
|
559
|
-
- **Dropdown:** add a max-height to DropdownList, and improve a11y ([d3f5046](https://bitbucket.org/enturas/design-system/commits/d3f50460a8fa78bbc95b3274bb5678a1a51b9f73))
|
|
560
|
-
- **Dropdown:** add missing dependencies ([e7c046f](https://bitbucket.org/enturas/design-system/commits/e7c046f5408170a3974790f3ccfa2d77e7510f49))
|
|
561
|
-
- **Dropdown:** fetch initially also for searchable dropdowns ([8e18927](https://bitbucket.org/enturas/design-system/commits/8e189274fc6dfe743f17ed819e7aaefad20b2bf9))
|
|
562
|
-
|
|
563
|
-
# [0.4.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.3.0...@entur/dropdown@0.4.0) (2019-12-20)
|
|
564
|
-
|
|
565
|
-
### Features
|
|
566
|
-
|
|
567
|
-
- **Dropdown:** add openOnFocus prop for Dropdown ([313f61f](https://bitbucket.org/enturas/design-system/commits/313f61f6829ad66eb9896dae65fd11db5f4ea073))
|
|
568
|
-
|
|
569
|
-
# [0.3.0](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.2.1...@entur/dropdown@0.3.0) (2019-12-17)
|
|
570
|
-
|
|
571
|
-
### Bug Fixes
|
|
572
|
-
|
|
573
|
-
- **Dropdown:** fix bug where focus order was disturbed for dropdowns ([652f2fa](https://bitbucket.org/enturas/design-system/commits/652f2fa3771a77d6a9786c0ab299c1c29852d598))
|
|
574
|
-
|
|
575
|
-
### Features
|
|
576
|
-
|
|
577
|
-
- **Dropdown:** add debounce functionality for dropdowns ([6d2fec3](https://bitbucket.org/enturas/design-system/commits/6d2fec33f0a85c022201873bd55173665918a194))
|
|
578
|
-
- **Dropdown:** add typeahead support to Dropdowns ([3c283e0](https://bitbucket.org/enturas/design-system/commits/3c283e01f752752ffe3cc9c7bfbbbc838dd97992))
|
|
579
|
-
|
|
580
|
-
## [0.2.1](https://bitbucket.org/enturas/design-system/compare/@entur/dropdown@0.2.0...@entur/dropdown@0.2.1) (2019-12-10)
|
|
581
|
-
|
|
582
|
-
**Note:** Version bump only for package @entur/dropdown
|
|
583
|
-
|
|
584
|
-
# 0.2.0 (2019-12-10)
|
|
585
|
-
|
|
586
|
-
### Bug Fixes
|
|
587
|
-
|
|
588
|
-
- **Dropdown:** fix bug where Dropdown wasn't controllable ([1748946](https://bitbucket.org/enturas/design-system/commits/1748946a6be483d75d887e6548deb52f509a2823))
|
|
589
|
-
|
|
590
|
-
### Features
|
|
591
|
-
|
|
592
|
-
- **Dropdown:** implement new Dropdown component ([966bc50](https://bitbucket.org/enturas/design-system/commits/966bc5074e32a7dfc0e8fc8e2bba8413e4b19eb5))
|