@atlaskit/select 17.7.0 → 17.8.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/CHANGELOG.md CHANGED
@@ -1,2191 +1,2746 @@
1
1
  # @atlaskit/select
2
2
 
3
+ ## 17.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#94675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94675)
8
+ [`5d9e1dccacca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d9e1dccacca) -
9
+ [ux] Update input border color token to meet 3:1 color contrast ratioLight theme:
10
+ color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
16
+ ## 17.7.1
17
+
18
+ ### Patch Changes
19
+
20
+ - [#95999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95999)
21
+ [`af0f52708e93`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af0f52708e93) -
22
+ Visual border of invalid state should be 2px
23
+
3
24
  ## 17.7.0
4
25
 
5
26
  ### Minor Changes
6
27
 
7
- - [#85404](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85404) [`54d6e7a58943`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/54d6e7a58943) - use `@atlaskit/select` component in `PopupSelect`.
8
- This allows `PopupSelect` to receive all the improvements from `@atlaskit/select`.
28
+ - [#85404](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85404)
29
+ [`54d6e7a58943`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/54d6e7a58943) -
30
+ use `@atlaskit/select` component in `PopupSelect`. This allows `PopupSelect` to receive all the
31
+ improvements from `@atlaskit/select`.
9
32
 
10
33
  ## 17.6.1
11
34
 
12
35
  ### Patch Changes
13
36
 
14
- - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316) [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) - Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
37
+ - [#94316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94316)
38
+ [`35fd5ed8e1d7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/35fd5ed8e1d7) -
39
+ Upgrading internal dependency `bind-event-listener` to `@^3.0.0`
15
40
 
16
41
  ## 17.6.0
17
42
 
18
43
  ### Minor Changes
19
44
 
20
- - [#88021](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88021) [`2cf5300457e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2cf5300457e7) - Convert AtlaskitSelect from react class component to function component
45
+ - [#88021](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88021)
46
+ [`2cf5300457e7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2cf5300457e7) -
47
+ Convert AtlaskitSelect from react class component to function component
21
48
 
22
49
  ### Patch Changes
23
50
 
24
- - [#73901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73901) [`2aefab5730ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2aefab5730ab) - ECA11Y-207 Added Tab navigation for video panel controls and handling key press on them
51
+ - [#73901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73901)
52
+ [`2aefab5730ab`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2aefab5730ab) -
53
+ ECA11Y-207 Added Tab navigation for video panel controls and handling key press on them
25
54
 
26
55
  ## 17.5.0
27
56
 
28
57
  ### Minor Changes
29
58
 
30
- - [#87916](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87916) [`373dc429147d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/373dc429147d) - Reverted "Convert AtlaskitSelect from react class component to function component"
59
+ - [#87916](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87916)
60
+ [`373dc429147d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/373dc429147d) -
61
+ Reverted "Convert AtlaskitSelect from react class component to function component"
31
62
 
32
63
  ## 17.4.0
33
64
 
34
65
  ### Minor Changes
35
66
 
36
- - [#86848](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86848) [`fa9de32b502e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fa9de32b502e) - Convert AtlaskitSelect from react class component to function component
67
+ - [#86848](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86848)
68
+ [`fa9de32b502e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fa9de32b502e) -
69
+ Convert AtlaskitSelect from react class component to function component
37
70
 
38
71
  ## 17.3.4
39
72
 
40
73
  ### Patch Changes
41
74
 
42
- - [#83706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83706) [`2c6f01982c94`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c6f01982c94) - Fixed aria-describedby attribute being incorrect when components prop is passed
75
+ - [#83706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83706)
76
+ [`2c6f01982c94`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2c6f01982c94) -
77
+ Fixed aria-describedby attribute being incorrect when components prop is passed
43
78
 
44
79
  ## 17.3.3
45
80
 
46
81
  ### Patch Changes
47
82
 
48
- - [#83130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83130) [`4efd62cdc533`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4efd62cdc533) - SHPLVIII-481: Assign name to default export components to fix quick-fix imports
83
+ - [#83130](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83130)
84
+ [`4efd62cdc533`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4efd62cdc533) -
85
+ SHPLVIII-481: Assign name to default export components to fix quick-fix imports
49
86
 
50
87
  ## 17.3.2
51
88
 
52
89
  ### Patch Changes
53
90
 
54
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
91
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
92
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
93
+ Upgrade Typescript from `4.9.5` to `5.4.2`
55
94
 
56
95
  ## 17.3.1
57
96
 
58
97
  ### Patch Changes
59
98
 
60
- - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644) [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) - Revert input border change from the previous version
99
+ - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
100
+ [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
101
+ Revert input border change from the previous version
61
102
 
62
103
  ## 17.3.0
63
104
 
64
105
  ### Minor Changes
65
106
 
66
- - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805) [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) - [ux] Update input border width from 2px to 1px with darker color to meet 3:1 color contrast
107
+ - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
108
+ [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
109
+ [ux] Update input border width from 2px to 1px with darker color to meet 3:1 color contrast
67
110
 
68
111
  ### Patch Changes
69
112
 
70
- - Updated dependencies
113
+ - Updated dependencies
71
114
 
72
115
  ## 17.2.0
73
116
 
74
117
  ### Minor Changes
75
118
 
76
- - [#78814](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78814) [`bfe34a286ad8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfe34a286ad8) - DSP-17230 Update RadioOption to accept generic type arg for OptionType
119
+ - [#78814](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78814)
120
+ [`bfe34a286ad8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/bfe34a286ad8) -
121
+ DSP-17230 Update RadioOption to accept generic type arg for OptionType
77
122
 
78
123
  ## 17.1.3
79
124
 
80
125
  ### Patch Changes
81
126
 
82
- - [#75946](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75946) [`cc843d47d71e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc843d47d71e) - Reverted the feature flag which reduced re-renders in `<PopupSelect>` as it had other unintended side-effects.
127
+ - [#75946](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75946)
128
+ [`cc843d47d71e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc843d47d71e) -
129
+ Reverted the feature flag which reduced re-renders in `<PopupSelect>` as it had other unintended
130
+ side-effects.
83
131
 
84
132
  ## 17.1.2
85
133
 
86
134
  ### Patch Changes
87
135
 
88
- - [#74756](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74756) [`8e66f751df96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e66f751df96) - Use feature flag to roll out border width update from 2px to 1px
136
+ - [#74756](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74756)
137
+ [`8e66f751df96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e66f751df96) -
138
+ Use feature flag to roll out border width update from 2px to 1px
89
139
 
90
140
  ## 17.1.1
91
141
 
92
142
  ### Patch Changes
93
143
 
94
- - [#73588](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73588) [`d06aa1426a45`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d06aa1426a45) - Thess packages has been added to the Jira push model.
144
+ - [#73588](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/73588)
145
+ [`d06aa1426a45`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d06aa1426a45) -
146
+ Thess packages has been added to the Jira push model.
95
147
 
96
148
  ## 17.1.0
97
149
 
98
150
  ### Minor Changes
99
151
 
100
- - [#72872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72872) [`26b963783de7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/26b963783de7) - DSP-16671 Update CheckboxSelect to accept generic type arg for OptionType
152
+ - [#72872](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72872)
153
+ [`26b963783de7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/26b963783de7) -
154
+ DSP-16671 Update CheckboxSelect to accept generic type arg for OptionType
101
155
 
102
156
  ## 17.0.5
103
157
 
104
158
  ### Patch Changes
105
159
 
106
- - [#69863](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69863) [`6c9b587369cf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6c9b587369cf) - Support to add additional aria-describedby on select when isSearchable is false
160
+ - [#69863](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69863)
161
+ [`6c9b587369cf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6c9b587369cf) -
162
+ Support to add additional aria-describedby on select when isSearchable is false
107
163
 
108
164
  ## 17.0.4
109
165
 
110
166
  ### Patch Changes
111
167
 
112
- - [#58732](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58732) [`a3a08f8f4a03`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3a08f8f4a03) - update aria-describedby attribute to not be undefined
168
+ - [#58732](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58732)
169
+ [`a3a08f8f4a03`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3a08f8f4a03) -
170
+ update aria-describedby attribute to not be undefined
113
171
 
114
172
  ## 17.0.3
115
173
 
116
174
  ### Patch Changes
117
175
 
118
- - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147) [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) - Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
176
+ - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
177
+ [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
178
+ Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
119
179
 
120
180
  ## 17.0.2
121
181
 
122
182
  ### Patch Changes
123
183
 
124
- - [#58316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58316) [`eb496c9a3474`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eb496c9a3474) - Bug fixes for configuraton panel boolean & enum fields
184
+ - [#58316](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58316)
185
+ [`eb496c9a3474`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eb496c9a3474) -
186
+ Bug fixes for configuraton panel boolean & enum fields
125
187
 
126
188
  ## 17.0.1
127
189
 
128
190
  ### Patch Changes
129
191
 
130
- - Updated dependencies
192
+ - Updated dependencies
131
193
 
132
194
  ## 17.0.0
133
195
 
134
196
  ### Major Changes
135
197
 
136
- - [#41866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41866) [`ed8b6957789`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed8b6957789) - Removes any usage of deprecated legacy theming APIs. These have been superseeded by design tokens.
198
+ - [#41866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41866)
199
+ [`ed8b6957789`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ed8b6957789) -
200
+ Removes any usage of deprecated legacy theming APIs. These have been superseeded by design
201
+ tokens.
137
202
 
138
203
  ### Patch Changes
139
204
 
140
- - Updated dependencies
205
+ - Updated dependencies
141
206
 
142
207
  ## 16.7.6
143
208
 
144
209
  ### Patch Changes
145
210
 
146
- - [#42697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42697) [`37d5038129d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37d5038129d) - Revise types for `ClearIndicator` usage inside `AtlaskitSelect`
211
+ - [#42697](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42697)
212
+ [`37d5038129d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/37d5038129d) - Revise
213
+ types for `ClearIndicator` usage inside `AtlaskitSelect`
147
214
 
148
215
  ## 16.7.5
149
216
 
150
217
  ### Patch Changes
151
218
 
152
- - [#42429](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42429) [`1cc562c4005`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cc562c4005) - upgrade shallow-equal version to 3.1.0
219
+ - [#42429](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42429)
220
+ [`1cc562c4005`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cc562c4005) -
221
+ upgrade shallow-equal version to 3.1.0
153
222
 
154
223
  ## 16.7.4
155
224
 
156
225
  ### Patch Changes
157
226
 
158
- - [#41990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41990) [`7a88114cef7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a88114cef7) - added type dependency for @types/react-node-resolver
227
+ - [#41990](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41990)
228
+ [`7a88114cef7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7a88114cef7) - added
229
+ type dependency for @types/react-node-resolver
159
230
 
160
231
  ## 16.7.3
161
232
 
162
233
  ### Patch Changes
163
234
 
164
- - [#41553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41553) [`89f1ebf3c96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89f1ebf3c96) - Fix popup select close issue when pressing escape
235
+ - [#41553](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41553)
236
+ [`89f1ebf3c96`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89f1ebf3c96) - Fix
237
+ popup select close issue when pressing escape
165
238
 
166
239
  ## 16.7.2
167
240
 
168
241
  ### Patch Changes
169
242
 
170
- - [#41115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41115) [`6f2d15a60eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f2d15a60eb) - Remove unused variables in components and PopupSelect
243
+ - [#41115](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41115)
244
+ [`6f2d15a60eb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f2d15a60eb) - Remove
245
+ unused variables in components and PopupSelect
171
246
 
172
247
  ## 16.7.1
173
248
 
174
249
  ### Patch Changes
175
250
 
176
- - [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647) [`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump react-focus-lock to latest version
251
+ - [#40647](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40647)
252
+ [`0de92f17021`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0de92f17021) - Bump
253
+ react-focus-lock to latest version
177
254
 
178
255
  ## 16.7.0
179
256
 
180
257
  ### Minor Changes
181
258
 
182
- - [#40209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40209) [`31496cc7c8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31496cc7c8a) - [ux] Adds accessible name to the search input for popup select components via new `label` prop or `placeholder` prop if `label` is not provided.
259
+ - [#40209](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40209)
260
+ [`31496cc7c8a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/31496cc7c8a) - [ux]
261
+ Adds accessible name to the search input for popup select components via new `label` prop or
262
+ `placeholder` prop if `label` is not provided.
183
263
 
184
264
  ## 16.6.0
185
265
 
186
266
  ### Minor Changes
187
267
 
188
- - [#40039](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40039) [`f03e630c03e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f03e630c03e) - [ux] Adds keydown handler to target spread props for better accessibility for keyboard users.
268
+ - [#40039](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40039)
269
+ [`f03e630c03e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f03e630c03e) - [ux]
270
+ Adds keydown handler to target spread props for better accessibility for keyboard users.
189
271
 
190
272
  ## 16.5.14
191
273
 
192
274
  ### Patch Changes
193
275
 
194
- - [#40096](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40096) [`aee1bdd977d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee1bdd977d) - Update select checkbox and radio icon to have 1px border under FF
276
+ - [#40096](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40096)
277
+ [`aee1bdd977d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aee1bdd977d) - Update
278
+ select checkbox and radio icon to have 1px border under FF
195
279
 
196
280
  ## 16.5.13
197
281
 
198
282
  ### Patch Changes
199
283
 
200
- - [#39015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39015) [`a22d71ff733`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a22d71ff733) - [ux] Select component now respects explicitly passed value set to aria-describedby attribute.
284
+ - [#39015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39015)
285
+ [`a22d71ff733`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a22d71ff733) - [ux]
286
+ Select component now respects explicitly passed value set to aria-describedby attribute.
201
287
 
202
288
  ## 16.5.12
203
289
 
204
290
  ### Patch Changes
205
291
 
206
- - [#38708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38708) [`872a49e0bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872a49e0bd8) - Fixed color contrast for grouped text label in the Select component
292
+ - [#38708](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38708)
293
+ [`872a49e0bd8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/872a49e0bd8) - Fixed
294
+ color contrast for grouped text label in the Select component
207
295
 
208
296
  ## 16.5.11
209
297
 
210
298
  ### Patch Changes
211
299
 
212
- - [#38796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38796) [`479e6a92e33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/479e6a92e33) - Move css styles out to top-level scope for more consistency.
300
+ - [#38796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38796)
301
+ [`479e6a92e33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/479e6a92e33) - Move
302
+ css styles out to top-level scope for more consistency.
213
303
 
214
304
  ## 16.5.10
215
305
 
216
306
  ### Patch Changes
217
307
 
218
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162) [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
219
- - Updated dependencies
308
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
309
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
310
+ version.json
311
+ - Updated dependencies
220
312
 
221
313
  ## 16.5.9
222
314
 
223
315
  ### Patch Changes
224
316
 
225
- - [#38520](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38520) [`2c77d477cbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c77d477cbb) - Ensures static linting occurs in the techstack, fixes one example's eslint error.
317
+ - [#38520](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38520)
318
+ [`2c77d477cbb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2c77d477cbb) -
319
+ Ensures static linting occurs in the techstack, fixes one example's eslint error.
226
320
 
227
321
  ## 16.5.8
228
322
 
229
323
  ### Patch Changes
230
324
 
231
- - [#38518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38518) [`5c22f7ade33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c22f7ade33) - Convert CSS tagged templates to explicit function calls with objects.
325
+ - [#38518](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38518)
326
+ [`5c22f7ade33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5c22f7ade33) -
327
+ Convert CSS tagged templates to explicit function calls with objects.
232
328
 
233
329
  ## 16.5.7
234
330
 
235
331
  ### Patch Changes
236
332
 
237
- - [#36663](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36663) [`919bf219a91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919bf219a91) - use border token for border width
333
+ - [#36663](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36663)
334
+ [`919bf219a91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/919bf219a91) - use
335
+ border token for border width
238
336
 
239
337
  ## 16.5.6
240
338
 
241
339
  ### Patch Changes
242
340
 
243
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
341
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
342
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
343
+ Internal change to use shape tokens. There is no expected visual change.
244
344
 
245
345
  ## 16.5.5
246
346
 
247
347
  ### Patch Changes
248
348
 
249
- - [#35267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35267) [`96ac277d0d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ac277d0d7) - [ux] - created custom onFocus function, which overwrites built in onFocus method for ariaLiveMessages;
349
+ - [#35267](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35267)
350
+ [`96ac277d0d7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96ac277d0d7) - [ux] -
351
+ created custom onFocus function, which overwrites built in onFocus method for ariaLiveMessages;
250
352
 
251
- - function is conditionally invoked only for grouped select options to enable group label announcement with it's group options;
353
+ - function is conditionally invoked only for grouped select options to enable group label
354
+ announcement with it's group options;
252
355
 
253
356
  ## 16.5.4
254
357
 
255
358
  ### Patch Changes
256
359
 
257
- - [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111) [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend border contrast feature flag to support confluence
360
+ - [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111)
361
+ [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend
362
+ border contrast feature flag to support confluence
258
363
 
259
364
  ## 16.5.3
260
365
 
261
366
  ### Patch Changes
262
367
 
263
- - [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881) [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal changes to use space tokens for spacing values. There is no visual change.
368
+ - [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
369
+ [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) -
370
+ Internal changes to use space tokens for spacing values. There is no visual change.
264
371
 
265
372
  ## 16.5.2
266
373
 
267
374
  ### Patch Changes
268
375
 
269
- - [#33774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33774) [`449ab6d341b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ab6d341b) - Clear control keyboard access for Select component
376
+ - [#33774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33774)
377
+ [`449ab6d341b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ab6d341b) - Clear
378
+ control keyboard access for Select component
270
379
 
271
380
  ## 16.5.1
272
381
 
273
382
  ### Patch Changes
274
383
 
275
- - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652) [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
384
+ - [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
385
+ [`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans
386
+ the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18
387
+ migration work. The change is internal only and should not introduce any changes for the
388
+ component consumers.
276
389
 
277
390
  ## 16.5.0
278
391
 
279
392
  ### Minor Changes
280
393
 
281
- - [#34303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34303) [`3c38b01cfd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c38b01cfd9) - Added screen reader text to announce multi selects support multiple options. This will be announced prior to any placeholder text.
394
+ - [#34303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34303)
395
+ [`3c38b01cfd9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c38b01cfd9) - Added
396
+ screen reader text to announce multi selects support multiple options. This will be announced
397
+ prior to any placeholder text.
282
398
 
283
399
  ## 16.4.0
284
400
 
285
401
  ### Minor Changes
286
402
 
287
- - [#34251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34251) [`45bcfb68efb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45bcfb68efb) - Testing behind a feature flag: reduce re-renders in `<PopupSelect>` by using an available renderProps to both disable and block scrolling at the right time as well as avoid rendering the `<Select>` to a portal not visible to the user.
403
+ - [#34251](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34251)
404
+ [`45bcfb68efb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45bcfb68efb) -
405
+ Testing behind a feature flag: reduce re-renders in `<PopupSelect>` by using an available
406
+ renderProps to both disable and block scrolling at the right time as well as avoid rendering the
407
+ `<Select>` to a portal not visible to the user.
288
408
 
289
409
  ## 16.3.1
290
410
 
291
411
  ### Patch Changes
292
412
 
293
- - [#34230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34230) [`1cd0d824b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd0d824b3c) - NO-ISSUE Add basic memoization on CheckboxSelect and RadioSelect to avoid unnecessary re-renders with otherwise static references.
413
+ - [#34230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34230)
414
+ [`1cd0d824b3c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1cd0d824b3c) -
415
+ NO-ISSUE Add basic memoization on CheckboxSelect and RadioSelect to avoid unnecessary re-renders
416
+ with otherwise static references.
294
417
 
295
418
  ## 16.3.0
296
419
 
297
420
  ### Minor Changes
298
421
 
299
- - [#33475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33475) [`6e51e0d5358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e51e0d5358) - [ux] update border width from 2px to 1px and add 1px box-shadow when focus or error
422
+ - [#33475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33475)
423
+ [`6e51e0d5358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e51e0d5358) - [ux]
424
+ update border width from 2px to 1px and add 1px box-shadow when focus or error
300
425
 
301
426
  ## 16.2.3
302
427
 
303
428
  ### Patch Changes
304
429
 
305
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
430
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
431
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
432
+ legacy types are published for TS 4.5-4.8
306
433
 
307
434
  ## 16.2.2
308
435
 
309
436
  ### Patch Changes
310
437
 
311
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
438
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
439
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
440
+ Upgrade Typescript from `4.5.5` to `4.9.5`
312
441
 
313
442
  ## 16.2.1
314
443
 
315
444
  ### Patch Changes
316
445
 
317
- - [#32947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32947) [`ffeeae59446`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffeeae59446) - Migrates unit tests from enzyme to RTL.
446
+ - [#32947](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32947)
447
+ [`ffeeae59446`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ffeeae59446) -
448
+ Migrates unit tests from enzyme to RTL.
318
449
 
319
450
  ## 16.2.0
320
451
 
321
452
  ### Minor Changes
322
453
 
323
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
454
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
455
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
456
+ minor dependency bump
324
457
 
325
458
  ### Patch Changes
326
459
 
327
- - Updated dependencies
460
+ - Updated dependencies
328
461
 
329
462
  ## 16.1.9
330
463
 
331
464
  ### Patch Changes
332
465
 
333
- - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004) [`79ddcb13067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79ddcb13067) - [ux] style(select): update fallback of select placeholder to N200'
466
+ - [#33004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33004)
467
+ [`79ddcb13067`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79ddcb13067) - [ux]
468
+ style(select): update fallback of select placeholder to N200'
334
469
 
335
470
  ## 16.1.8
336
471
 
337
472
  ### Patch Changes
338
473
 
339
- - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299) [`8a8aac2b848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a8aac2b848) - [ux] Adds proper disabled styling to the isMulti component.
474
+ - [#31299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31299)
475
+ [`8a8aac2b848`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a8aac2b848) - [ux]
476
+ Adds proper disabled styling to the isMulti component.
340
477
 
341
478
  ## 16.1.7
342
479
 
343
480
  ### Patch Changes
344
481
 
345
- - [#31495](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31495) [`c3a92e0b058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3a92e0b058) - Export placeholder props from figma plugin
482
+ - [#31495](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31495)
483
+ [`c3a92e0b058`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3a92e0b058) - Export
484
+ placeholder props from figma plugin
346
485
 
347
486
  ## 16.1.6
348
487
 
349
488
  ### Patch Changes
350
489
 
351
- - [#31338](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31338) [`74c1b81a476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c1b81a476) - Replaces use of `gridSize` with space tokens. There is no expected visual change.
490
+ - [#31338](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31338)
491
+ [`74c1b81a476`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74c1b81a476) -
492
+ Replaces use of `gridSize` with space tokens. There is no expected visual change.
352
493
 
353
494
  ## 16.1.5
354
495
 
355
496
  ### Patch Changes
356
497
 
357
- - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125) [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) - Introduce shape tokens to some packages.
498
+ - [#30125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30125)
499
+ [`7f5f23dcb68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7f5f23dcb68) -
500
+ Introduce shape tokens to some packages.
358
501
 
359
502
  ## 16.1.4
360
503
 
361
504
  ### Patch Changes
362
505
 
363
- - Updated dependencies
506
+ - Updated dependencies
364
507
 
365
508
  ## 16.1.3
366
509
 
367
510
  ### Patch Changes
368
511
 
369
- - [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634) [`22b754d311f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22b754d311f) - Updates usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its replacement `utilities.UNSAFE.transparent`
370
- - Updated dependencies
512
+ - [#27634](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27634)
513
+ [`22b754d311f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22b754d311f) -
514
+ Updates usage of removed design token `utilities.UNSAFE_util.transparent` in favour of its
515
+ replacement `utilities.UNSAFE.transparent`
516
+ - Updated dependencies
371
517
 
372
518
  ## 16.1.2
373
519
 
374
520
  ### Patch Changes
375
521
 
376
- - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390) [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) - Internal change to update token references. There is no expected behaviour or visual change.
522
+ - [#29390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29390)
523
+ [`18aeca8c199`](https://bitbucket.org/atlassian/atlassian-frontend/commits/18aeca8c199) -
524
+ Internal change to update token references. There is no expected behaviour or visual change.
377
525
 
378
526
  ## 16.1.1
379
527
 
380
528
  ### Patch Changes
381
529
 
382
- - [#29396](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29396) [`81bb765f055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81bb765f055) - Missing export for type MultiValueRemoveProps added
530
+ - [#29396](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29396)
531
+ [`81bb765f055`](https://bitbucket.org/atlassian/atlassian-frontend/commits/81bb765f055) -
532
+ Missing export for type MultiValueRemoveProps added
383
533
 
384
534
  ## 16.1.0
385
535
 
386
536
  ### Minor Changes
387
537
 
388
- - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090) [`017e3dccdf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/017e3dccdf3) - Add SelectInstance for export
389
- - [`2368982b4d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2368982b4d2) - Add MultiValueRemoveProps, SelectInstance to export
538
+ - [#28090](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28090)
539
+ [`017e3dccdf3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/017e3dccdf3) - Add
540
+ SelectInstance for export
541
+ - [`2368982b4d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2368982b4d2) - Add
542
+ MultiValueRemoveProps, SelectInstance to export
390
543
 
391
544
  ### Patch Changes
392
545
 
393
- - [`c74089f0c6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74089f0c6d) - Revert the onOpen and onClose logic in PopupSelect
546
+ - [`c74089f0c6d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c74089f0c6d) - Revert
547
+ the onOpen and onClose logic in PopupSelect
394
548
 
395
549
  ## 16.0.3
396
550
 
397
551
  ### Patch Changes
398
552
 
399
- - Updated dependencies
553
+ - Updated dependencies
400
554
 
401
555
  ## 16.0.2
402
556
 
403
557
  ### Patch Changes
404
558
 
405
- - Updated dependencies
559
+ - Updated dependencies
406
560
 
407
561
  ## 16.0.1
408
562
 
409
563
  ### Patch Changes
410
564
 
411
- - [#27813](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27813) [`e7046ed0fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7046ed0fb1) - - Add MultiValueRemoveProps to export
412
- - Add SelectInstance for export
413
- - Revert the onOpen and onClose logic in PopupSelect
565
+ - [#27813](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27813)
566
+ [`e7046ed0fb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7046ed0fb1) - - Add
567
+ MultiValueRemoveProps to export
568
+ - Add SelectInstance for export
569
+ - Revert the onOpen and onClose logic in PopupSelect
414
570
 
415
571
  ## 16.0.0
416
572
 
417
573
  ### Major Changes
418
574
 
419
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712) [`95b3630e9b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95b3630e9b5) - Update `@atlaskit/select` to use react-select v5, and update types
575
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
576
+ [`95b3630e9b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95b3630e9b5) - Update
577
+ `@atlaskit/select` to use react-select v5, and update types
420
578
 
421
- Use forwardRef for all wrapped components - this means that if you were accessing anything on the Select instance using a ref, the ref will now reference the internal Select directly (see below for how to upgrade)
579
+ Use forwardRef for all wrapped components - this means that if you were accessing anything on
580
+ the Select instance using a ref, the ref will now reference the internal Select directly (see
581
+ below for how to upgrade)
422
582
 
423
- Replace HOCs with hooks - if you were using our HOCs to create custom Selects (i.e., makeCreatableSelect, manageState, makeAsyncSelect) these have now been replaced by hooks (i.e., useCreatable, useStateManager, useAsync)
583
+ Replace HOCs with hooks - if you were using our HOCs to create custom Selects (i.e.,
584
+ makeCreatableSelect, manageState, makeAsyncSelect) these have now been replaced by hooks (i.e.,
585
+ useCreatable, useStateManager, useAsync)
424
586
 
425
- Remove imports of `@types/react-select` - no longer required as react-select v5 now uses Typescript,
587
+ Remove imports of `@types/react-select` - no longer required as react-select v5 now uses
588
+ Typescript,
426
589
 
427
- **_ Example _**
590
+ **_ Example _**
428
591
 
429
- @atlaskit/select v15 and earlier:
592
+ @atlaskit/select v15 and earlier:
430
593
 
431
- ```javascript
432
- import { makeAsyncSelect } from '@atlaskit/select';
594
+ ```javascript
595
+ import { makeAsyncSelect } from '@atlaskit/select';
433
596
 
434
- const AsyncSelect = makeAsyncSelect(ProxyBaseSelect);
597
+ const AsyncSelect = makeAsyncSelect(ProxyBaseSelect);
435
598
 
436
- return (
437
- <AsyncSelect ... />
438
- )
439
- ```
599
+ return (
600
+ <AsyncSelect ... />
601
+ )
602
+ ```
440
603
 
441
- @atlaskit/select v16:
604
+ @atlaskit/select v16:
442
605
 
443
- ```javascript
444
- import Select, { useAsync } from '@atlaskit/select';
606
+ ```javascript
607
+ import Select, { useAsync } from '@atlaskit/select';
445
608
 
446
- const asyncProps = useAsync({
447
- promiseFn: useCallback(() => loadOptions(inputValue), [inputValue])
448
- });
609
+ const asyncProps = useAsync({
610
+ promiseFn: useCallback(() => loadOptions(inputValue), [inputValue])
611
+ });
449
612
 
450
- return (
451
- <Select
452
- inputValue={inputValue}
453
- isLoading={asyncProps.isLoading}
454
- options={!asyncProps.isLoading ? asyncProps.data : []}
455
- ...
456
- />
457
- )
458
- ```
613
+ return (
614
+ <Select
615
+ inputValue={inputValue}
616
+ isLoading={asyncProps.isLoading}
617
+ options={!asyncProps.isLoading ? asyncProps.data : []}
618
+ ...
619
+ />
620
+ )
621
+ ```
459
622
 
460
- Remove dependency on AutosizeInput - our new solution uses CSS grid which IE11 does not fully support; also .prefix\_\_input now targets the input and NOT the container
623
+ Remove dependency on AutosizeInput - our new solution uses CSS grid which IE11 does not fully
624
+ support; also .prefix\_\_input now targets the input and NOT the container
461
625
 
462
- `IndicatorProps` is deprecated and replaced with `ClearIndicatorProps, DropdownIndicatorProps, LoadingIndicatorProps`. Examples can be viewed in the constellation docs
626
+ `IndicatorProps` is deprecated and replaced with
627
+ `ClearIndicatorProps, DropdownIndicatorProps, LoadingIndicatorProps`. Examples can be viewed in
628
+ the constellation docs
463
629
 
464
- `onInputChange` now requires a 2nd argument of type `InputActionMeta`
630
+ `onInputChange` now requires a 2nd argument of type `InputActionMeta`
465
631
 
466
- `NoticeProps` should be used as the prop to customize `LoadingMessage` and `NoOptionsMessage` components
632
+ `NoticeProps` should be used as the prop to customize `LoadingMessage` and `NoOptionsMessage`
633
+ components
467
634
 
468
- - [`b8430db3873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8430db3873) - "select package now uses declarative entry points. atlaskit/select now exports all necessary types. Consumers should now import directly from atlaskit/select, not from eg atlaskit/select/types"
635
+ - [`b8430db3873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8430db3873) -
636
+ "select package now uses declarative entry points. atlaskit/select now exports all necessary
637
+ types. Consumers should now import directly from atlaskit/select, not from eg
638
+ atlaskit/select/types"
469
639
 
470
640
  ### Minor Changes
471
641
 
472
- - [`c55a340ea4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55a340ea4c) - Consumers using Popup Select custom modifiers will now have typescript errors. This is how to fix them.
642
+ - [`c55a340ea4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55a340ea4c) -
643
+ Consumers using Popup Select custom modifiers will now have typescript errors. This is how to
644
+ fix them.
473
645
 
474
- Custom popper.js modifiers passed into Popup Select are now strictly typed, providing additional type safety and IDE code-completion.
646
+ Custom popper.js modifiers passed into Popup Select are now strictly typed, providing additional
647
+ type safety and IDE code-completion.
475
648
 
476
- To support this, a third generic for <PopupSelect/> has been added. This generic takes a union of the names of each modifier you include in popperProps.
649
+ To support this, a third generic for <PopupSelect/> has been added. This generic takes a union
650
+ of the names of each modifier you include in popperProps.
477
651
 
478
- If you currently set custom modifiers like this:
652
+ If you currently set custom modifiers like this:
479
653
 
480
- ```javascript
481
- import {OptionType, PopupSelect} from '@atlaskit/select'
654
+ ```javascript
655
+ import {OptionType, PopupSelect} from '@atlaskit/select'
482
656
 
483
- <PopupSelect<OptionType, false>
484
- popperProps = {modifiers: [
485
- {name: 'custom-modifier', ...},
486
- {name: 'custom-modifier-2', ...}
487
- ]}>
488
- ...
489
- </>
490
- ```
657
+ <PopupSelect<OptionType, false>
658
+ popperProps = {modifiers: [
659
+ {name: 'custom-modifier', ...},
660
+ {name: 'custom-modifier-2', ...}
661
+ ]}>
662
+ ...
663
+ </>
664
+ ```
491
665
 
492
- In order to avoid type errors in the new release, you will need to add a generic to PopupSelect specifying the modifiers you are providing:
666
+ In order to avoid type errors in the new release, you will need to add a generic to PopupSelect
667
+ specifying the modifiers you are providing:
493
668
 
494
- ```javascript
495
- import {OptionType, PopupSelect} from '@atlaskit/select'
496
- type myModifiers = 'custom-modifier' | 'custom-modifier-2'
669
+ ```javascript
670
+ import {OptionType, PopupSelect} from '@atlaskit/select'
671
+ type myModifiers = 'custom-modifier' | 'custom-modifier-2'
497
672
 
498
- <PopupSelect<OptionType, false, myModifiers>>
499
- ```
673
+ <PopupSelect<OptionType, false, myModifiers>>
674
+ ```
500
675
 
501
- In addition, the ModifierList type is now exported. ModifierList is a union type containing the names of the default modifiers passed into PopupSelect. If you need to use them as well:
676
+ In addition, the ModifierList type is now exported. ModifierList is a union type containing the
677
+ names of the default modifiers passed into PopupSelect. If you need to use them as well:
502
678
 
503
- ```javascript
504
- import {OptionType, PopupSelect, ModifierList} from '@atlaskit/select'
505
- type myModifiers = ModifierList | 'custom-modifier' | 'custom-modifier-2'
679
+ ```javascript
680
+ import {OptionType, PopupSelect, ModifierList} from '@atlaskit/select'
681
+ type myModifiers = ModifierList | 'custom-modifier' | 'custom-modifier-2'
506
682
 
507
- <PopupSelect<OptionType, false, myModifiers>>
508
- ```
683
+ <PopupSelect<OptionType, false, myModifiers>>
684
+ ```
509
685
 
510
686
  ### Patch Changes
511
687
 
512
- - Updated dependencies
688
+ - Updated dependencies
513
689
 
514
690
  ## 15.7.7
515
691
 
516
692
  ### Patch Changes
517
693
 
518
- - [#27523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27523) [`8048ae661df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8048ae661df) - [ux] Fixed bug where consumers extending the styles of PopupSelect would not receive the correct base styles in their custom styles functions.
694
+ - [#27523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27523)
695
+ [`8048ae661df`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8048ae661df) - [ux]
696
+ Fixed bug where consumers extending the styles of PopupSelect would not receive the correct base
697
+ styles in their custom styles functions.
519
698
 
520
699
  ## 15.7.6
521
700
 
522
701
  ### Patch Changes
523
702
 
524
- - Updated dependencies
703
+ - Updated dependencies
525
704
 
526
705
  ## 15.7.5
527
706
 
528
707
  ### Patch Changes
529
708
 
530
- - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860) [`a0bf7e532ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0bf7e532ff) - Fix validationState taking precedent over isInvalid
531
- - Updated dependencies
709
+ - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
710
+ [`a0bf7e532ff`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0bf7e532ff) - Fix
711
+ validationState taking precedent over isInvalid
712
+ - Updated dependencies
532
713
 
533
714
  ## 15.7.4
534
715
 
535
716
  ### Patch Changes
536
717
 
537
- - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303) [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
718
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
719
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
720
+ change to introduce spacing tokens to design system components.
538
721
 
539
722
  ## 15.7.3
540
723
 
541
724
  ### Patch Changes
542
725
 
543
- - [#25307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25307) [`5e578b89178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e578b89178) - Fixed an issue in PopupSelect that caused the page to scroll to the top.
726
+ - [#25307](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25307)
727
+ [`5e578b89178`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5e578b89178) - Fixed
728
+ an issue in PopupSelect that caused the page to scroll to the top.
544
729
 
545
730
  ## 15.7.2
546
731
 
547
732
  ### Patch Changes
548
733
 
549
- - [#25314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25314) [`bedbdec0e82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bedbdec0e82) - Update hover state appearance of subtle Textarea, Textfield and Select components to match the hover states of their default counterparts.
734
+ - [#25314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25314)
735
+ [`bedbdec0e82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bedbdec0e82) - Update
736
+ hover state appearance of subtle Textarea, Textfield and Select components to match the hover
737
+ states of their default counterparts.
550
738
 
551
739
  ## 15.7.1
552
740
 
553
741
  ### Patch Changes
554
742
 
555
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
743
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
744
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
745
+ Upgrade Typescript from `4.3.5` to `4.5.5`
556
746
 
557
747
  ## 15.7.0
558
748
 
559
749
  ### Minor Changes
560
750
 
561
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`0fbb2840aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fbb2840aba) - Add isInvalid prop to `@atlastkit/Select`. The prop indicates whether if the component is in the error state. If true, it visually shows a red border around the input.
751
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
752
+ [`0fbb2840aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fbb2840aba) - Add
753
+ isInvalid prop to `@atlastkit/Select`. The prop indicates whether if the component is in the
754
+ error state. If true, it visually shows a red border around the input.
562
755
 
563
- This replaces validationState to make Select more consistent like other components that uses isInvalid prop.
756
+ This replaces validationState to make Select more consistent like other components that uses
757
+ isInvalid prop.
564
758
 
565
- - [`8cf1c311f38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cf1c311f38) - Add additional type check for the modifier generic in PopupSelect.
566
- - [`41ce212cfe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41ce212cfe2) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
759
+ - [`8cf1c311f38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cf1c311f38) - Add
760
+ additional type check for the modifier generic in PopupSelect.
761
+ - [`41ce212cfe2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41ce212cfe2) -
762
+ Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
567
763
 
568
764
  ### Patch Changes
569
765
 
570
- - [`2d61e38e5d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d61e38e5d3) - [ux] Adds isSearchable option to Popup Select
571
- - [`908a0f65b91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/908a0f65b91) - [ux] Hides clear icon on selections in disabled multi-select
572
- - [`de1b2769486`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de1b2769486) - Update design tokens used for Select's borders, to new border.input tokens
573
- - Updated dependencies
766
+ - [`2d61e38e5d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d61e38e5d3) - [ux]
767
+ Adds isSearchable option to Popup Select
768
+ - [`908a0f65b91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/908a0f65b91) - [ux]
769
+ Hides clear icon on selections in disabled multi-select
770
+ - [`de1b2769486`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de1b2769486) - Update
771
+ design tokens used for Select's borders, to new border.input tokens
772
+ - Updated dependencies
574
773
 
575
774
  ## 15.6.2
576
775
 
577
776
  ### Patch Changes
578
777
 
579
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
778
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
779
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
780
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
580
781
 
581
782
  ## 15.6.1
582
783
 
583
784
  ### Patch Changes
584
785
 
585
- - [#24436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24436) [`d9f112c7b09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9f112c7b09) - Reverts change to multiSelect's remove behaviour when using tokens, fixing issue with a pointer-events: none style
786
+ - [#24436](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24436)
787
+ [`d9f112c7b09`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9f112c7b09) -
788
+ Reverts change to multiSelect's remove behaviour when using tokens, fixing issue with a
789
+ pointer-events: none style
586
790
 
587
791
  ## 15.6.0
588
792
 
589
793
  ### Minor Changes
590
794
 
591
- - [#24008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24008) [`68cc8008851`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68cc8008851) - [ux] Introduces appearance prop to component, with 'default', 'subtle' and 'none' variants
795
+ - [#24008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24008)
796
+ [`68cc8008851`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68cc8008851) - [ux]
797
+ Introduces appearance prop to component, with 'default', 'subtle' and 'none' variants
592
798
 
593
799
  ## 15.5.0
594
800
 
595
801
  ### Minor Changes
596
802
 
597
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`c17c6943be2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c17c6943be2) - Updated appearance of multi-select tags; when delete button is hovered, the appearance now matches @atlaskit/tag. The change is only visible with design token CSS enabled (in light or dark mode)
598
- - [`45cae79ec0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45cae79ec0f) - [ux] Internal changes to <CountrySelect /> to no longer override container and menu width. The behaviour is now the same as the default Select component. Visual changes are possible if the <CountrySelect /> is being used in an unconstrained container (it will now expand to fill as is the default).
803
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
804
+ [`c17c6943be2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c17c6943be2) -
805
+ Updated appearance of multi-select tags; when delete button is hovered, the appearance now
806
+ matches @atlaskit/tag. The change is only visible with design token CSS enabled (in light or
807
+ dark mode)
808
+ - [`45cae79ec0f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45cae79ec0f) - [ux]
809
+ Internal changes to <CountrySelect /> to no longer override container and menu width. The
810
+ behaviour is now the same as the default Select component. Visual changes are possible if the
811
+ <CountrySelect /> is being used in an unconstrained container (it will now expand to fill as is
812
+ the default).
599
813
 
600
- Component now also uses the correct types (previously set to `any`). Props are still passed through so there is no runtime effect, but this may effect compilation for users providing props that are unsupported by the runtime.
814
+ Component now also uses the correct types (previously set to `any`). Props are still passed
815
+ through so there is no runtime effect, but this may effect compilation for users providing props
816
+ that are unsupported by the runtime.
601
817
 
602
- - [`6e6ff42cd4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e6ff42cd4c) - Replaces focus-trap with react-focus-lock in line with implementation in Jira Frontend.
818
+ - [`6e6ff42cd4c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e6ff42cd4c) -
819
+ Replaces focus-trap with react-focus-lock in line with implementation in Jira Frontend.
603
820
 
604
821
  ### Patch Changes
605
822
 
606
- - [`1c4840e546a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c4840e546a) - fix popup select alignment bug
607
- - [`dec5021eefd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dec5021eefd) - [ux] Trigger onMenuClose prop when popup select closes.
608
- - [`fe575d49d66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe575d49d66) - Updated styles to use new input design tokens
823
+ - [`1c4840e546a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c4840e546a) - fix
824
+ popup select alignment bug
825
+ - [`dec5021eefd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dec5021eefd) - [ux]
826
+ Trigger onMenuClose prop when popup select closes.
827
+ - [`fe575d49d66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fe575d49d66) -
828
+ Updated styles to use new input design tokens
609
829
 
610
830
  ## 15.4.0
611
831
 
612
832
  ### Minor Changes
613
833
 
614
- - [#22818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22818) [`4609a8a733a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4609a8a733a) - Made SelectWithoutAnalytics component and InputActionMeta type available from @atlaskit/select
834
+ - [#22818](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22818)
835
+ [`4609a8a733a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4609a8a733a) - Made
836
+ SelectWithoutAnalytics component and InputActionMeta type available from @atlaskit/select
615
837
 
616
838
  ## 15.3.2
617
839
 
618
840
  ### Patch Changes
619
841
 
620
- - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614) [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) - Upgrading internal dependency (bind-event-listener) for improved internal types
842
+ - [#22614](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22614)
843
+ [`8a5bdb3c844`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8a5bdb3c844) -
844
+ Upgrading internal dependency (bind-event-listener) for improved internal types
621
845
 
622
846
  ## 15.3.1
623
847
 
624
848
  ### Patch Changes
625
849
 
626
- - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029) [`8f6f225ac11`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f6f225ac11) - Updated prop types for Popup Select
627
- - [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) - Internal migration to bind-event-listener for safer DOM Event cleanup
850
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
851
+ [`8f6f225ac11`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f6f225ac11) -
852
+ Updated prop types for Popup Select
853
+ - [`e4b612d1c48`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4b612d1c48) -
854
+ Internal migration to bind-event-listener for safer DOM Event cleanup
628
855
 
629
856
  ## 15.3.0
630
857
 
631
858
  ### Minor Changes
632
859
 
633
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570) [`145c9cea461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/145c9cea461) - [ux] Added 2 new props for controlling the open state of PopupSelect:
860
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
861
+ [`145c9cea461`](https://bitbucket.org/atlassian/atlassian-frontend/commits/145c9cea461) - [ux]
862
+ Added 2 new props for controlling the open state of PopupSelect:
634
863
 
635
- - `isOpen` controls whether the popup is open (controlled)
636
- - `defaultIsOpen` controls whether the popup is initially open on mount (uncontrolled)
864
+ - `isOpen` controls whether the popup is open (controlled)
865
+ - `defaultIsOpen` controls whether the popup is initially open on mount (uncontrolled)
637
866
 
638
867
  ### Patch Changes
639
868
 
640
- - [`db58fa26cbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db58fa26cbf) - [ux] Updated input tokens within `@atlaskit/select`.
641
- - [`4624991be21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4624991be21) - [ux] Fixes a regression affecting MacOS Safari. The cursor incorrectly displayed as 'text' rather than 'default' when the pointer was over a select option.
642
- - [`e7438659c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7438659c2e) - Updated dependency '@types/react-select' to fix type error
869
+ - [`db58fa26cbf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db58fa26cbf) - [ux]
870
+ Updated input tokens within `@atlaskit/select`.
871
+ - [`4624991be21`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4624991be21) - [ux]
872
+ Fixes a regression affecting MacOS Safari. The cursor incorrectly displayed as 'text' rather
873
+ than 'default' when the pointer was over a select option.
874
+ - [`e7438659c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7438659c2e) -
875
+ Updated dependency '@types/react-select' to fix type error
643
876
 
644
877
  ## 15.2.13
645
878
 
646
879
  ### Patch Changes
647
880
 
648
- - Updated dependencies
881
+ - Updated dependencies
649
882
 
650
883
  ## 15.2.12
651
884
 
652
885
  ### Patch Changes
653
886
 
654
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
655
- - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Updated types for @atlaskit/select to support Typescript 4.2.4
887
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
888
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
889
+ Upgrade to TypeScript 4.2.4
890
+ - [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
891
+ Updated types for @atlaskit/select to support Typescript 4.2.4
656
892
 
657
893
  ## 15.2.11
658
894
 
659
895
  ### Patch Changes
660
896
 
661
- - Updated dependencies
897
+ - Updated dependencies
662
898
 
663
899
  ## 15.2.10
664
900
 
665
901
  ### Patch Changes
666
902
 
667
- - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618) [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) - Migrates all usage of brand tokens to either selected or information tokens. This change is purely for semantic reasons, there are no visual or behavioural changes.
668
- - Updated dependencies
903
+ - [#19618](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19618)
904
+ [`62edf20ab1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62edf20ab1e) -
905
+ Migrates all usage of brand tokens to either selected or information tokens. This change is
906
+ purely for semantic reasons, there are no visual or behavioural changes.
907
+ - Updated dependencies
669
908
 
670
909
  ## 15.2.9
671
910
 
672
911
  ### Patch Changes
673
912
 
674
- - Updated dependencies
913
+ - Updated dependencies
675
914
 
676
915
  ## 15.2.8
677
916
 
678
917
  ### Patch Changes
679
918
 
680
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752) [`b2c25c19e38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2c25c19e38) - PopupSelect now uses `@atlaskit/visually-hidden` under the hood.
681
- - Updated dependencies
919
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
920
+ [`b2c25c19e38`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2c25c19e38) -
921
+ PopupSelect now uses `@atlaskit/visually-hidden` under the hood.
922
+ - Updated dependencies
682
923
 
683
924
  ## 15.2.7
684
925
 
685
926
  ### Patch Changes
686
927
 
687
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
688
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.
689
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump react-fast-compare to latest version (3.2.0)
690
- - Updated dependencies
928
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
929
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
930
+ auto-fixing by correctly formatting token ids.
931
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - The
932
+ no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when
933
+ auto-fixing by correctly formatting token ids.
934
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump
935
+ react-fast-compare to latest version (3.2.0)
936
+ - Updated dependencies
691
937
 
692
938
  ## 15.2.6
693
939
 
694
940
  ### Patch Changes
695
941
 
696
- - Updated dependencies
942
+ - Updated dependencies
697
943
 
698
944
  ## 15.2.5
699
945
 
700
946
  ### Patch Changes
701
947
 
702
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998) [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
703
- - Updated dependencies
948
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
949
+ [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
950
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
951
+ tokens() function and improving bundle size.
952
+ - Updated dependencies
704
953
 
705
954
  ## 15.2.4
706
955
 
707
956
  ### Patch Changes
708
957
 
709
- - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777) [`401179b652b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401179b652b) - PopupSelect now returns focus to the "trigger" element on close.
710
- - Updated dependencies
958
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
959
+ [`401179b652b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/401179b652b) -
960
+ PopupSelect now returns focus to the "trigger" element on close.
961
+ - Updated dependencies
711
962
 
712
963
  ## 15.2.3
713
964
 
714
965
  ### Patch Changes
715
966
 
716
- - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694) [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) - Internal upgrade of memoize-one to 6.0.0
967
+ - [#15694](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15694)
968
+ [`b85e7ce12cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85e7ce12cd) -
969
+ Internal upgrade of memoize-one to 6.0.0
717
970
 
718
971
  ## 15.2.2
719
972
 
720
973
  ### Patch Changes
721
974
 
722
- - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319) [`6fb4421c4c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fb4421c4c1) - Fixed the validation token for Select in the Dark theme.
723
- - Updated dependencies
975
+ - [#14319](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14319)
976
+ [`6fb4421c4c1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6fb4421c4c1) - Fixed
977
+ the validation token for Select in the Dark theme.
978
+ - Updated dependencies
724
979
 
725
980
  ## 15.2.1
726
981
 
727
982
  ### Patch Changes
728
983
 
729
- - Updated dependencies
984
+ - Updated dependencies
730
985
 
731
986
  ## 15.2.0
732
987
 
733
988
  ### Minor Changes
734
989
 
735
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864) [`f7cbc6631cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7cbc6631cf) - Instrumented select with the new theming package, `@atlaskit/tokens`.
990
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
991
+ [`f7cbc6631cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7cbc6631cf) -
992
+ Instrumented select with the new theming package, `@atlaskit/tokens`.
736
993
 
737
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
994
+ New tokens will be visible only in applications configured to use the new Tokens API (currently
995
+ in alpha).
738
996
 
739
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
997
+ These changes are intended to be interoperable with the legacy theme implementation. Legacy dark
998
+ mode users should expect no visual or breaking changes.
740
999
 
741
1000
  ### Patch Changes
742
1001
 
743
- - [`3fc13e11952`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fc13e11952) - Fix input text colour when using tokens
744
- - Updated dependencies
1002
+ - [`3fc13e11952`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fc13e11952) - Fix
1003
+ input text colour when using tokens
1004
+ - Updated dependencies
745
1005
 
746
1006
  ## 15.1.0
747
1007
 
748
1008
  ### Minor Changes
749
1009
 
750
- - [#13477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13477) [`1dfc276fa55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dfc276fa55) - Expose InputActionMeta in atlaskit/select. Convert withSmarts from class to function component. Fix analytics.
1010
+ - [#13477](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13477)
1011
+ [`1dfc276fa55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1dfc276fa55) - Expose
1012
+ InputActionMeta in atlaskit/select. Convert withSmarts from class to function component. Fix
1013
+ analytics.
751
1014
 
752
1015
  ## 15.0.2
753
1016
 
754
1017
  ### Patch Changes
755
1018
 
756
- - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837) [`ce350569ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce350569ced) - The `aria-live` prop is now `assertive` by default to help option selection to stay in sync with screen reader announcements.
757
- - Updated dependencies
1019
+ - [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
1020
+ [`ce350569ced`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce350569ced) - The
1021
+ `aria-live` prop is now `assertive` by default to help option selection to stay in sync with
1022
+ screen reader announcements.
1023
+ - Updated dependencies
758
1024
 
759
1025
  ## 15.0.1
760
1026
 
761
1027
  ### Patch Changes
762
1028
 
763
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
1029
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
1030
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
1031
+ `@atlaskit/theme` to version `^11.3.0`.
764
1032
 
765
1033
  ## 15.0.0
766
1034
 
767
1035
  ### Major Changes
768
1036
 
769
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328) [`8c9055949d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9055949d4) - [ux] Options and Placeholders are now easier to see for users with low vision. We have also improved the experience in Windows High Contrast Mode.
1037
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
1038
+ [`8c9055949d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9055949d4) - [ux]
1039
+ Options and Placeholders are now easier to see for users with low vision. We have also improved
1040
+ the experience in Windows High Contrast Mode.
770
1041
 
771
1042
  ### Patch Changes
772
1043
 
773
- - [`d5a9d28e06a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5a9d28e06a) - Removed animated functionality as the exit animation on multi-values isn’t working well in `react-select`
774
- - Updated dependencies
1044
+ - [`d5a9d28e06a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d5a9d28e06a) -
1045
+ Removed animated functionality as the exit animation on multi-values isn’t working well in
1046
+ `react-select`
1047
+ - Updated dependencies
775
1048
 
776
1049
  ## 14.1.0
777
1050
 
778
1051
  ### Minor Changes
779
1052
 
780
- - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649) [`1ffa16e7d54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ffa16e7d54) - [ux] An argument of `PopupSelect`'s `target` render props was extended with `aria-haspopup`, `aria-expanded`, and `aria-controls` fields . You should pass this fields to custom trigger like `({isOpen, ...triggerProps}) => <button {...triggerProps}>Trigger</button>`. Provided aria attributes help users who use assistive technologies understand a component better.
1053
+ - [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
1054
+ [`1ffa16e7d54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ffa16e7d54) - [ux]
1055
+ An argument of `PopupSelect`'s `target` render props was extended with `aria-haspopup`,
1056
+ `aria-expanded`, and `aria-controls` fields . You should pass this fields to custom trigger like
1057
+ `({isOpen, ...triggerProps}) => <button {...triggerProps}>Trigger</button>`. Provided aria
1058
+ attributes help users who use assistive technologies understand a component better.
781
1059
 
782
1060
  ### Patch Changes
783
1061
 
784
- - [`56dbb93df94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56dbb93df94) - [ux] Fixed failing color contrast issues for the Checkbox and Radio icons in CheckboxSelect and RadioSelect respectively.
1062
+ - [`56dbb93df94`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56dbb93df94) - [ux]
1063
+ Fixed failing color contrast issues for the Checkbox and Radio icons in CheckboxSelect and
1064
+ RadioSelect respectively.
785
1065
 
786
1066
  ## 14.0.1
787
1067
 
788
1068
  ### Patch Changes
789
1069
 
790
- - [#12205](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12205) [`76f16d562bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76f16d562bc) - Removed styled-components as a peerDependency
1070
+ - [#12205](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12205)
1071
+ [`76f16d562bc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76f16d562bc) -
1072
+ Removed styled-components as a peerDependency
791
1073
 
792
1074
  ## 14.0.0
793
1075
 
794
1076
  ### Major Changes
795
1077
 
796
- - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113) [`1f493e1dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f493e1dc65) - Bump `react-select` to v4. This brings some API changes and it uses `emotion` v11.
1078
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
1079
+ [`1f493e1dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f493e1dc65) - Bump
1080
+ `react-select` to v4. This brings some API changes and it uses `emotion` v11.
797
1081
 
798
1082
  ### Patch Changes
799
1083
 
800
- - [`6ac48c99a54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ac48c99a54) - The entire content of a selected country, including the abbreviated name and the country code, is announced to a screen reader not just the country name.
801
- - Updated dependencies
1084
+ - [`6ac48c99a54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ac48c99a54) - The
1085
+ entire content of a selected country, including the abbreviated name and the country code, is
1086
+ announced to a screen reader not just the country name.
1087
+ - Updated dependencies
802
1088
 
803
1089
  ## 13.3.1
804
1090
 
805
1091
  ### Patch Changes
806
1092
 
807
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230) [`0e3333cd10a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e3333cd10a) - Corrects usage of modal dialog types.
808
- - Updated dependencies
1093
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
1094
+ [`0e3333cd10a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0e3333cd10a) -
1095
+ Corrects usage of modal dialog types.
1096
+ - Updated dependencies
809
1097
 
810
1098
  ## 13.3.0
811
1099
 
812
1100
  ### Minor Changes
813
1101
 
814
- - [#8388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8388) [`0115b3b722b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0115b3b722b) - Update PopupSelect dependency `@popperjs/core` to `^2.9.1`, fixing some positioning bugs, such as in parents with `will-change` CSS properties set. For more information on the specific changes, see the popper docs.
1102
+ - [#8388](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8388)
1103
+ [`0115b3b722b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0115b3b722b) - Update
1104
+ PopupSelect dependency `@popperjs/core` to `^2.9.1`, fixing some positioning bugs, such as in
1105
+ parents with `will-change` CSS properties set. For more information on the specific changes, see
1106
+ the popper docs.
815
1107
 
816
1108
  ## 13.2.0
817
1109
 
818
1110
  ### Minor Changes
819
1111
 
820
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644) [`c50a63f9f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c50a63f9f72) - Upgrade `@types/react-select` to `v3.1.2` and fix type breaks
1112
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
1113
+ [`c50a63f9f72`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c50a63f9f72) -
1114
+ Upgrade `@types/react-select` to `v3.1.2` and fix type breaks
821
1115
 
822
1116
  ### Patch Changes
823
1117
 
824
- - [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use injected package name and version for analytics instead of version.json.
825
- - Updated dependencies
1118
+ - [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
1119
+ injected package name and version for analytics instead of version.json.
1120
+ - Updated dependencies
826
1121
 
827
1122
  ## 13.1.1
828
1123
 
829
1124
  ### Patch Changes
830
1125
 
831
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
1126
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
1127
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
1128
+ Transpile packages using babel rather than tsc
832
1129
 
833
1130
  ## 13.1.0
834
1131
 
835
1132
  ### Minor Changes
836
1133
 
837
- - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228) [`c3d2088249`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d2088249) - expose GroupedOptionsType type
1134
+ - [#6228](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6228)
1135
+ [`c3d2088249`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3d2088249) - expose
1136
+ GroupedOptionsType type
838
1137
 
839
1138
  ## 13.0.6
840
1139
 
841
1140
  ### Patch Changes
842
1141
 
843
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
844
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
845
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
1142
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
1143
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
1144
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
1145
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
1146
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
1147
+ `devDependencies` to denote version that the package was built with.
846
1148
 
847
1149
  ## 13.0.5
848
1150
 
849
1151
  ### Patch Changes
850
1152
 
851
- - Updated dependencies
1153
+ - Updated dependencies
852
1154
 
853
1155
  ## 13.0.4
854
1156
 
855
1157
  ### Patch Changes
856
1158
 
857
- - [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346) [`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix codemod utilities being exposed through the codemod cli
1159
+ - [#4346](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4346)
1160
+ [`fc8f6e61f3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fc8f6e61f3) - Fix
1161
+ codemod utilities being exposed through the codemod cli
858
1162
 
859
1163
  ## 13.0.3
860
1164
 
861
1165
  ### Patch Changes
862
1166
 
863
- - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707) [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable integration tests for Edge browser
1167
+ - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
1168
+ [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
1169
+ integration tests for Edge browser
864
1170
 
865
1171
  ## 13.0.2
866
1172
 
867
1173
  ### Patch Changes
868
1174
 
869
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
1175
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
1176
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
1177
+ to TypeScript 3.9.6 and tslib to 2.0.0
870
1178
 
871
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
872
- to prevent duplicates of tslib being bundled.
1179
+ Since tslib is a dependency for all our packages we recommend that products also follow this
1180
+ tslib upgrade to prevent duplicates of tslib being bundled.
873
1181
 
874
1182
  ## 13.0.1
875
1183
 
876
1184
  ### Patch Changes
877
1185
 
878
- - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393) [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump required because of conflicts on wadmal release
1186
+ - [#4393](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4393)
1187
+ [`76165ad82f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76165ad82f) - Bump
1188
+ required because of conflicts on wadmal release
879
1189
 
880
1190
  ## 13.0.0
881
1191
 
882
1192
  ### Major Changes
883
1193
 
884
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823) [`b85482c030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85482c030) - Upgraded Popper JS to version 2.2.3, which comes with bug fixes, performance improvements and a reduced bundle size when combined with @popperjs/core. As a result, PopupSelect has some changes to the values accepted by the `popperProps` prop.
1194
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
1195
+ [`b85482c030`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b85482c030) - Upgraded
1196
+ Popper JS to version 2.2.3, which comes with bug fixes, performance improvements and a reduced
1197
+ bundle size when combined with @popperjs/core. As a result, PopupSelect has some changes to the
1198
+ values accepted by the `popperProps` prop.
885
1199
 
886
- Changes labelled with ⚙️ have codemod support:
1200
+ Changes labelled with ⚙️ have codemod support:
887
1201
 
888
- - ⚙️ the `positionFixed` prop has been replaced with `strategy`, which takes either `"fixed"` or `"absolute"`
889
- - the `modifiers` prop has been significantly updated:
890
- - The format is now an array of objects, each labelled via a `name` key:value pair. Previously the prop
891
- was an object where each property was the modifier name.
892
- - Prop options are grouped together in an `options` object
893
- - default boundary paddings have been removed from `preventOverflow` and `flip`; to restore original
894
- padding, set `padding: 5`
895
- - modifiers that supported a `boundariesElement` option now have two options in its place:
896
- - `boundary`, which takes `clippingParents` (similar to `scrollParent`)
897
- - `rootBoundary` which takes `viewport` or `document` (replacing `viewport` and `window`respectively)
898
- - Each modifier has more internal changes not listed here: see [the Popper JS docs](https://popper.js.org/docs/v2/modifiers/) for more information
1202
+ - ⚙️ the `positionFixed` prop has been replaced with `strategy`, which takes either `"fixed"`
1203
+ or `"absolute"`
1204
+ - the `modifiers` prop has been significantly updated:
1205
+ - The format is now an array of objects, each labelled via a `name` key:value pair.
1206
+ Previously the prop was an object where each property was the modifier name.
1207
+ - Prop options are grouped together in an `options` object
1208
+ - default boundary paddings have been removed from `preventOverflow` and `flip`; to
1209
+ restore original padding, set `padding: 5`
1210
+ - modifiers that supported a `boundariesElement` option now have two options in its place:
1211
+ - `boundary`, which takes `clippingParents` (similar to `scrollParent`)
1212
+ - `rootBoundary` which takes `viewport` or `document` (replacing `viewport` and
1213
+ `window`respectively)
1214
+ - Each modifier has more internal changes not listed here: see
1215
+ [the Popper JS docs](https://popper.js.org/docs/v2/modifiers/) for more information
899
1216
 
900
- Note: due to a bug in `react-popper`, a console.error message relating to React `act()` may be raised on some tests using PopupSelect. It should not cause test failures. This issue has been raised in [the React Popper issue tracker](https://github.com/popperjs/react-popper/issues/368)
1217
+ Note: due to a bug in `react-popper`, a console.error message relating to React `act()` may be
1218
+ raised on some tests using PopupSelect. It should not cause test failures. This issue has been
1219
+ raised in [the React Popper issue tracker](https://github.com/popperjs/react-popper/issues/368)
901
1220
 
902
- **Running the codemod cli**
1221
+ **Running the codemod cli**
903
1222
 
904
- To run the codemod: **You first need to have the latest version of select installed before you can run the codemod**
1223
+ To run the codemod: **You first need to have the latest version of select installed before you
1224
+ can run the codemod**
905
1225
 
906
- `yarn upgrade @atlaskit/select@^13.0.0`
1226
+ `yarn upgrade @atlaskit/select@^13.0.0`
907
1227
 
908
- Once upgraded, use the Atlaskit codemod-cli;
1228
+ Once upgraded, use the Atlaskit codemod-cli;
909
1229
 
910
- `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
1230
+ `npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
911
1231
 
912
- Or run `npx @atlaskit/codemod-cli -h` for more details on usage.
913
- For Atlassians, refer to [this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more details on the codemod CLI.
1232
+ Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to
1233
+ [this doc](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for more
1234
+ details on the codemod CLI.
914
1235
 
915
1236
  ### Patch Changes
916
1237
 
917
- - [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form elements now have a default font explicitly set
918
- - [`aecfa8c991`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aecfa8c991) - Remove non-standard CSS property [-ms-overflow-style](https://developer.mozilla.org/en-US/docs/Archive/Web/CSS/-ms-overflow-style). `-ms-overflow-style` is a Microsoft extension controlling the behavior of scrollbars when the content of an element overflows.
1238
+ - [`e99262c6f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e99262c6f0) - All form
1239
+ elements now have a default font explicitly set
1240
+ - [`aecfa8c991`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aecfa8c991) - Remove
1241
+ non-standard CSS property
1242
+ [-ms-overflow-style](https://developer.mozilla.org/en-US/docs/Archive/Web/CSS/-ms-overflow-style).
1243
+ `-ms-overflow-style` is a Microsoft extension controlling the behavior of scrollbars when the
1244
+ content of an element overflows.
919
1245
 
920
1246
  ## 12.0.2
921
1247
 
922
1248
  ### Patch Changes
923
1249
 
924
- - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293) [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme and package information has been updated to point to the new design system website.
1250
+ - [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
1251
+ [`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The
1252
+ readme and package information has been updated to point to the new design system website.
925
1253
 
926
1254
  ## 12.0.1
927
1255
 
928
1256
  ### Patch Changes
929
1257
 
930
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`5ccf97c849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ccf97c849) - Popup Select click and keydown events would not bubble if parent element stopped propagation. Have changed these events to use capture mode instead.
1258
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
1259
+ [`5ccf97c849`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ccf97c849) - Popup
1260
+ Select click and keydown events would not bubble if parent element stopped propagation. Have
1261
+ changed these events to use capture mode instead.
931
1262
 
932
1263
  ## 12.0.0
933
1264
 
934
1265
  ### Major Changes
935
1266
 
936
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
937
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
1267
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
1268
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
1269
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
1270
+ package working in IE11. For more information see:
1271
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
938
1272
 
939
1273
  ### Patch Changes
940
1274
 
941
- - Updated dependencies
1275
+ - Updated dependencies
942
1276
 
943
1277
  ## 11.0.14
944
1278
 
945
1279
  ### Patch Changes
946
1280
 
947
- - Updated dependencies
1281
+ - Updated dependencies
948
1282
 
949
1283
  ## 11.0.13
950
1284
 
951
1285
  ### Patch Changes
952
1286
 
953
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
1287
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
1288
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
1289
+ and supporting files will no longer be published to npm
954
1290
 
955
1291
  ## 11.0.12
956
1292
 
957
1293
  ### Patch Changes
958
1294
 
959
- - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137) [`6aec273747`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6aec273747) - FIX: Dropdown chevron fixed to reflect ADG spec
960
- - Updated dependencies
1295
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
1296
+ [`6aec273747`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6aec273747) - FIX:
1297
+ Dropdown chevron fixed to reflect ADG spec
1298
+ - Updated dependencies
961
1299
 
962
1300
  ## 11.0.11
963
1301
 
964
1302
  ### Patch Changes
965
1303
 
966
- - Updated dependencies
1304
+ - Updated dependencies
967
1305
 
968
1306
  ## 11.0.10
969
1307
 
970
1308
  ### Patch Changes
971
1309
 
972
- - [patch][449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
973
-
974
- Add a clear icon for datepicker, timepicker and datetimepicker- [patch][6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
975
-
976
- FIX: Style changes for disabled select options- Updated dependencies [3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1):
977
-
978
- - Updated dependencies [2bfc59f090](https://bitbucket.org/atlassian/atlassian-frontend/commits/2bfc59f090):
979
- - Updated dependencies [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
980
- - Updated dependencies [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
981
- - Updated dependencies [f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
982
- - Updated dependencies [9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
983
- - Updated dependencies [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
984
- - Updated dependencies [68ff159118](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ff159118):
985
- - Updated dependencies [0059d26429](https://bitbucket.org/atlassian/atlassian-frontend/commits/0059d26429):
986
- - Updated dependencies [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
987
- - @atlaskit/tooltip@15.2.6
988
- - @atlaskit/drawer@5.3.6
989
- - @atlaskit/button@13.3.11
990
- - @atlaskit/icon@20.1.1
991
- - @atlaskit/logo@12.3.4
992
- - @atlaskit/modal-dialog@10.5.7
993
- - @atlaskit/checkbox@10.1.11
994
- - @atlaskit/form@7.2.1
995
- - @atlaskit/webdriver-runner@0.3.4
1310
+ - [patch][449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1311
+
1312
+ Add a clear icon for datepicker, timepicker and datetimepicker-
1313
+ [patch][6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
1314
+
1315
+ FIX: Style changes for disabled select options- Updated dependencies
1316
+ [3940bd71f1](https://bitbucket.org/atlassian/atlassian-frontend/commits/3940bd71f1):
1317
+
1318
+ - Updated dependencies
1319
+ [2bfc59f090](https://bitbucket.org/atlassian/atlassian-frontend/commits/2bfc59f090):
1320
+ - Updated dependencies
1321
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
1322
+ - Updated dependencies
1323
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1324
+ - Updated dependencies
1325
+ [f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
1326
+ - Updated dependencies
1327
+ [9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
1328
+ - Updated dependencies
1329
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
1330
+ - Updated dependencies
1331
+ [68ff159118](https://bitbucket.org/atlassian/atlassian-frontend/commits/68ff159118):
1332
+ - Updated dependencies
1333
+ [0059d26429](https://bitbucket.org/atlassian/atlassian-frontend/commits/0059d26429):
1334
+ - Updated dependencies
1335
+ [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1336
+ - @atlaskit/tooltip@15.2.6
1337
+ - @atlaskit/drawer@5.3.6
1338
+ - @atlaskit/button@13.3.11
1339
+ - @atlaskit/icon@20.1.1
1340
+ - @atlaskit/logo@12.3.4
1341
+ - @atlaskit/modal-dialog@10.5.7
1342
+ - @atlaskit/checkbox@10.1.11
1343
+ - @atlaskit/form@7.2.1
1344
+ - @atlaskit/webdriver-runner@0.3.4
996
1345
 
997
1346
  ## 11.0.9
998
1347
 
999
1348
  ### Patch Changes
1000
1349
 
1001
- - Updated dependencies [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1002
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1003
- - Updated dependencies [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
1004
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1005
- - Updated dependencies [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1006
- - Updated dependencies [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1007
- - Updated dependencies [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
1008
- - Updated dependencies [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
1009
- - @atlaskit/docs@8.4.0
1010
- - @atlaskit/icon@20.1.0
1011
- - @atlaskit/logo@12.3.3
1012
- - @atlaskit/webdriver-runner@0.3.0
1013
- - @atlaskit/button@13.3.9
1014
- - @atlaskit/checkbox@10.1.10
1015
- - @atlaskit/drawer@5.3.5
1016
- - @atlaskit/form@7.1.5
1017
- - @atlaskit/modal-dialog@10.5.4
1018
- - @atlaskit/spinner@12.1.6
1019
- - @atlaskit/tooltip@15.2.5
1350
+ - Updated dependencies
1351
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1352
+ - Updated dependencies
1353
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1354
+ - Updated dependencies
1355
+ [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
1356
+ - Updated dependencies
1357
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1358
+ - Updated dependencies
1359
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1360
+ - Updated dependencies
1361
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1362
+ - Updated dependencies
1363
+ [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
1364
+ - Updated dependencies
1365
+ [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
1366
+ - @atlaskit/docs@8.4.0
1367
+ - @atlaskit/icon@20.1.0
1368
+ - @atlaskit/logo@12.3.3
1369
+ - @atlaskit/webdriver-runner@0.3.0
1370
+ - @atlaskit/button@13.3.9
1371
+ - @atlaskit/checkbox@10.1.10
1372
+ - @atlaskit/drawer@5.3.5
1373
+ - @atlaskit/form@7.1.5
1374
+ - @atlaskit/modal-dialog@10.5.4
1375
+ - @atlaskit/spinner@12.1.6
1376
+ - @atlaskit/tooltip@15.2.5
1020
1377
 
1021
1378
  ## 11.0.8
1022
1379
 
1023
1380
  ### Patch Changes
1024
1381
 
1025
- - Updated dependencies [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
1026
- - @atlaskit/webdriver-runner@0.2.0
1027
- - @atlaskit/button@13.3.8
1028
- - @atlaskit/checkbox@10.1.9
1029
- - @atlaskit/drawer@5.3.4
1030
- - @atlaskit/form@7.1.4
1031
- - @atlaskit/modal-dialog@10.5.3
1032
- - @atlaskit/spinner@12.1.5
1033
- - @atlaskit/tooltip@15.2.4
1382
+ - Updated dependencies
1383
+ [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
1384
+ - @atlaskit/webdriver-runner@0.2.0
1385
+ - @atlaskit/button@13.3.8
1386
+ - @atlaskit/checkbox@10.1.9
1387
+ - @atlaskit/drawer@5.3.4
1388
+ - @atlaskit/form@7.1.4
1389
+ - @atlaskit/modal-dialog@10.5.3
1390
+ - @atlaskit/spinner@12.1.5
1391
+ - @atlaskit/tooltip@15.2.4
1034
1392
 
1035
1393
  ## 11.0.7
1036
1394
 
1037
1395
  ### Patch Changes
1038
1396
 
1039
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1397
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1040
1398
 
1041
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1399
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1400
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1042
1401
 
1043
- - @atlaskit/docs@8.3.2
1044
- - @atlaskit/visual-regression@0.1.9
1045
- - @atlaskit/analytics-next@6.3.5
1046
- - @atlaskit/button@13.3.7
1047
- - @atlaskit/checkbox@10.1.7
1048
- - @atlaskit/drawer@5.3.2
1049
- - @atlaskit/form@7.1.2
1050
- - @atlaskit/icon@20.0.1
1051
- - @atlaskit/logo@12.3.2
1052
- - @atlaskit/modal-dialog@10.5.2
1053
- - @atlaskit/spinner@12.1.4
1054
- - @atlaskit/theme@9.5.1
1055
- - @atlaskit/tooltip@15.2.3
1402
+ - @atlaskit/docs@8.3.2
1403
+ - @atlaskit/visual-regression@0.1.9
1404
+ - @atlaskit/analytics-next@6.3.5
1405
+ - @atlaskit/button@13.3.7
1406
+ - @atlaskit/checkbox@10.1.7
1407
+ - @atlaskit/drawer@5.3.2
1408
+ - @atlaskit/form@7.1.2
1409
+ - @atlaskit/icon@20.0.1
1410
+ - @atlaskit/logo@12.3.2
1411
+ - @atlaskit/modal-dialog@10.5.2
1412
+ - @atlaskit/spinner@12.1.4
1413
+ - @atlaskit/theme@9.5.1
1414
+ - @atlaskit/tooltip@15.2.3
1056
1415
 
1057
1416
  ## 11.0.6
1058
1417
 
1059
1418
  ### Patch Changes
1060
1419
 
1061
- - Updated dependencies [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1062
- - @atlaskit/icon@20.0.0
1063
- - @atlaskit/form@7.1.1
1064
- - @atlaskit/logo@12.3.1
1065
- - @atlaskit/modal-dialog@10.5.1
1066
- - @atlaskit/docs@8.3.1
1067
- - @atlaskit/button@13.3.6
1068
- - @atlaskit/checkbox@10.1.6
1069
- - @atlaskit/drawer@5.3.1
1070
- - @atlaskit/tooltip@15.2.2
1420
+ - Updated dependencies
1421
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1422
+ - @atlaskit/icon@20.0.0
1423
+ - @atlaskit/form@7.1.1
1424
+ - @atlaskit/logo@12.3.1
1425
+ - @atlaskit/modal-dialog@10.5.1
1426
+ - @atlaskit/docs@8.3.1
1427
+ - @atlaskit/button@13.3.6
1428
+ - @atlaskit/checkbox@10.1.6
1429
+ - @atlaskit/drawer@5.3.1
1430
+ - @atlaskit/tooltip@15.2.2
1071
1431
 
1072
1432
  ## 11.0.5
1073
1433
 
1074
1434
  ### Patch Changes
1075
1435
 
1076
- - [patch][6e55ab88df](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e55ab88df):
1436
+ - [patch][6e55ab88df](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e55ab88df):
1077
1437
 
1078
- Fixes disabled state by adding not-allowed cursor.- Updated dependencies [ec76622d34](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec76622d34):
1438
+ Fixes disabled state by adding not-allowed cursor.- Updated dependencies
1439
+ [ec76622d34](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec76622d34):
1079
1440
 
1080
- - Updated dependencies [d93de8e56e](https://bitbucket.org/atlassian/atlassian-frontend/commits/d93de8e56e):
1081
- - @atlaskit/form@7.0.1
1441
+ - Updated dependencies
1442
+ [d93de8e56e](https://bitbucket.org/atlassian/atlassian-frontend/commits/d93de8e56e):
1443
+ - @atlaskit/form@7.0.1
1082
1444
 
1083
1445
  ## 11.0.4
1084
1446
 
1085
1447
  ### Patch Changes
1086
1448
 
1087
- - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1449
+ - [patch][4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1088
1450
 
1089
- Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
1451
+ Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result-
1452
+ Updated dependencies
1453
+ [28f8f0e089](https://bitbucket.org/atlassian/atlassian-frontend/commits/28f8f0e089):
1090
1454
 
1091
- - Updated dependencies [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
1092
- - Updated dependencies [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1093
- - Updated dependencies [6a8bc6f866](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a8bc6f866):
1094
- - @atlaskit/icon@19.1.0
1095
- - @atlaskit/theme@9.5.0
1096
- - @atlaskit/button@13.3.5
1097
- - @atlaskit/checkbox@10.1.5
1098
- - @atlaskit/spinner@12.1.3
1099
- - @atlaskit/tooltip@15.2.1
1455
+ - Updated dependencies
1456
+ [82747f2922](https://bitbucket.org/atlassian/atlassian-frontend/commits/82747f2922):
1457
+ - Updated dependencies
1458
+ [4a223473c5](https://bitbucket.org/atlassian/atlassian-frontend/commits/4a223473c5):
1459
+ - Updated dependencies
1460
+ [6a8bc6f866](https://bitbucket.org/atlassian/atlassian-frontend/commits/6a8bc6f866):
1461
+ - @atlaskit/icon@19.1.0
1462
+ - @atlaskit/theme@9.5.0
1463
+ - @atlaskit/button@13.3.5
1464
+ - @atlaskit/checkbox@10.1.5
1465
+ - @atlaskit/spinner@12.1.3
1466
+ - @atlaskit/tooltip@15.2.1
1100
1467
 
1101
1468
  ## 11.0.3
1102
1469
 
1103
1470
  ### Patch Changes
1104
1471
 
1105
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1472
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1106
1473
 
1107
- Fixes PopupSelect to be on the modal layer. This fixes it not being shown when inside the ModalDialog and Drawer components.- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1474
+ Fixes PopupSelect to be on the modal layer. This fixes it not being shown when inside the
1475
+ ModalDialog and Drawer components.-
1476
+ [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1108
1477
 
1109
- Form has been converted to Typescript. TypeScript consumers will now get static type safety. Flow types are no longer provided. No API changes.- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1478
+ Form has been converted to Typescript. TypeScript consumers will now get static type safety.
1479
+ Flow types are no longer provided. No API changes.-
1480
+ [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1110
1481
 
1111
- Disabled text entry into search filter when filter is hidden- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1482
+ Disabled text entry into search filter when filter is hidden-
1483
+ [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1112
1484
 
1113
- Adds types field to package json.- [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1485
+ Adds types field to package json.-
1486
+ [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1114
1487
 
1115
- Updates react-popper dependency to a safe version.- Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1488
+ Updates react-popper dependency to a safe version.- Updated dependencies
1489
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1116
1490
 
1117
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1118
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1119
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1120
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1121
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1122
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1123
- - Updated dependencies [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1124
- - @atlaskit/tooltip@15.2.0
1125
- - @atlaskit/analytics-next@6.3.3
1126
- - @atlaskit/form@7.0.0
1127
- - @atlaskit/checkbox@10.1.4
1128
- - @atlaskit/modal-dialog@10.5.0
1129
- - @atlaskit/drawer@5.2.0
1491
+ - Updated dependencies
1492
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1493
+ - Updated dependencies
1494
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1495
+ - Updated dependencies
1496
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1497
+ - Updated dependencies
1498
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1499
+ - Updated dependencies
1500
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1501
+ - Updated dependencies
1502
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1503
+ - Updated dependencies
1504
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1505
+ - @atlaskit/tooltip@15.2.0
1506
+ - @atlaskit/analytics-next@6.3.3
1507
+ - @atlaskit/form@7.0.0
1508
+ - @atlaskit/checkbox@10.1.4
1509
+ - @atlaskit/modal-dialog@10.5.0
1510
+ - @atlaskit/drawer@5.2.0
1130
1511
 
1131
1512
  ## 11.0.2
1132
1513
 
1133
1514
  ### Patch Changes
1134
1515
 
1135
- - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1516
+ - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1136
1517
 
1137
- Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages
1518
+ Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages
1138
1519
 
1139
1520
  ## 11.0.1
1140
1521
 
1141
1522
  ### Patch Changes
1142
1523
 
1143
- - [patch][b9e23d337a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9e23d337a):
1524
+ - [patch][b9e23d337a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9e23d337a):
1144
1525
 
1145
- @types/react-select is now explicitly listed as a dependency
1526
+ @types/react-select is now explicitly listed as a dependency
1146
1527
 
1147
1528
  ## 11.0.0
1148
1529
 
1149
1530
  ### Major Changes
1150
1531
 
1151
- - [major][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1532
+ - [major][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1152
1533
 
1153
- @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
1534
+ @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
1535
+ safety. Flow types are no longer provided. No API or behavioural changes.
1154
1536
 
1155
1537
  ## 10.2.2
1156
1538
 
1157
1539
  ### Patch Changes
1158
1540
 
1159
- - [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
1541
+ - [patch][d222c2b987](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d222c2b987):
1160
1542
 
1161
- Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided.
1543
+ Theme has been converted to Typescript. Typescript consumers will now get static type safety.
1544
+ Flow types are no longer provided.
1162
1545
 
1163
- ### Breaking
1546
+ ### Breaking
1164
1547
 
1165
- ** getTokens props changes **
1166
- When defining the value function passed into a ThemeProvider, the getTokens parameter cannot be called without props; if no props are provided an empty object `{}` must be passed in:
1548
+ ** getTokens props changes ** When defining the value function passed into a ThemeProvider, the
1549
+ getTokens parameter cannot be called without props; if no props are provided an empty object
1550
+ `{}` must be passed in:
1167
1551
 
1168
- ```javascript
1169
- <CustomTheme.Provider
1170
- value={t => ({ ...t(), backgroundColor: '#333'})}
1171
- >
1172
- ```
1552
+ ```javascript
1553
+ <CustomTheme.Provider
1554
+ value={t => ({ ...t(), backgroundColor: '#333'})}
1555
+ >
1556
+ ```
1173
1557
 
1174
- becomes:
1558
+ becomes:
1175
1559
 
1176
- ```javascript
1177
- <CustomTheme.Provider
1178
- value={t => ({ ...t({}), backgroundColor: '#333'})}
1179
- >
1180
- ```
1560
+ ```javascript
1561
+ <CustomTheme.Provider
1562
+ value={t => ({ ...t({}), backgroundColor: '#333'})}
1563
+ >
1564
+ ```
1181
1565
 
1182
- ** Color palette changes **
1183
- Color palettes have been moved into their own file.
1184
- Users will need to update imports from this:
1566
+ ** Color palette changes ** Color palettes have been moved into their own file. Users will need
1567
+ to update imports from this:
1185
1568
 
1186
- ```javascript
1187
- import { colors } from '@atlaskit/theme';
1569
+ ```javascript
1570
+ import { colors } from '@atlaskit/theme';
1188
1571
 
1189
- colors.colorPalette('8');
1190
- ```
1572
+ colors.colorPalette('8');
1573
+ ```
1191
1574
 
1192
- to this:
1575
+ to this:
1193
1576
 
1194
- ```javascript
1195
- import { colorPalette } from '@atlaskit/theme';
1577
+ ```javascript
1578
+ import { colorPalette } from '@atlaskit/theme';
1196
1579
 
1197
- colorPalette.colorPalette('8');
1198
- ```
1580
+ colorPalette.colorPalette('8');
1581
+ ```
1199
1582
 
1200
- or for multi entry-point users:
1583
+ or for multi entry-point users:
1201
1584
 
1202
- ```javascript
1203
- import * as colors from '@atlaskit/theme/colors';
1585
+ ```javascript
1586
+ import * as colors from '@atlaskit/theme/colors';
1204
1587
 
1205
- colors.colorPalette('8');
1206
- ```
1588
+ colors.colorPalette('8');
1589
+ ```
1207
1590
 
1208
- to this:
1591
+ to this:
1209
1592
 
1210
- ```javascript
1211
- import * as colorPalettes from '@atlaskit/theme/color-palette';
1593
+ ```javascript
1594
+ import * as colorPalettes from '@atlaskit/theme/color-palette';
1212
1595
 
1213
- colorPalettes.colorPalette('8');
1214
- ```
1596
+ colorPalettes.colorPalette('8');
1597
+ ```
1215
1598
 
1216
1599
  ## 10.2.1
1217
1600
 
1218
1601
  ### Patch Changes
1219
1602
 
1220
- - [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
1603
+ - [patch][542080be8a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/542080be8a):
1221
1604
 
1222
- Bumped react-popper and resolved infinite looping refs issue, and fixed close-on-outside-click for @atlaskit/popup
1605
+ Bumped react-popper and resolved infinite looping refs issue, and fixed close-on-outside-click
1606
+ for @atlaskit/popup
1223
1607
 
1224
1608
  ## 10.2.0
1225
1609
 
1226
1610
  ### Minor Changes
1227
1611
 
1228
- - [minor][17a07074e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17a07074e8):
1612
+ - [minor][17a07074e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17a07074e8):
1229
1613
 
1230
- Fix padding to be consistent with other Atlaskit form fields. This change includes removing padding from around the icon itself, and adding padding to the icon container, as well as altering the padding around the input container.
1614
+ Fix padding to be consistent with other Atlaskit form fields. This change includes removing
1615
+ padding from around the icon itself, and adding padding to the icon container, as well as
1616
+ altering the padding around the input container.
1231
1617
 
1232
1618
  ## 10.1.3
1233
1619
 
1234
1620
  ### Patch Changes
1235
1621
 
1236
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1622
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1237
1623
 
1238
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1624
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1239
1625
 
1240
1626
  ## 10.1.2
1241
1627
 
1242
1628
  ### Patch Changes
1243
1629
 
1244
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1630
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1245
1631
 
1246
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1632
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1247
1633
 
1248
1634
  ## 10.1.1
1249
1635
 
1250
- - Updated dependencies [97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
1251
- - @atlaskit/button@13.3.1
1252
- - @atlaskit/form@6.2.3
1253
- - @atlaskit/modal-dialog@10.3.1
1254
- - @atlaskit/checkbox@10.0.0
1255
- - @atlaskit/docs@8.1.7
1636
+ - Updated dependencies
1637
+ [97bab7fd28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bab7fd28):
1638
+ - @atlaskit/button@13.3.1
1639
+ - @atlaskit/form@6.2.3
1640
+ - @atlaskit/modal-dialog@10.3.1
1641
+ - @atlaskit/checkbox@10.0.0
1642
+ - @atlaskit/docs@8.1.7
1256
1643
 
1257
1644
  ## 10.1.0
1258
1645
 
1259
1646
  ### Minor Changes
1260
1647
 
1261
- - [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
1648
+ - [minor][c6efb2f5b6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c6efb2f5b6):
1262
1649
 
1263
- Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
1650
+ Prefix the legacy lifecycle methods with UNSAFE\_\* to avoid warning in React 16.9+
1264
1651
 
1265
- More information about the deprecation of lifecycles methods can be found here:
1266
- https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
1652
+ More information about the deprecation of lifecycles methods can be found here:
1653
+ https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes
1267
1654
 
1268
1655
  ## 10.0.8
1269
1656
 
1270
1657
  ### Patch Changes
1271
1658
 
1272
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1659
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1273
1660
 
1274
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
1661
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1662
+ non-relative imports as relative imports
1275
1663
 
1276
1664
  ## 10.0.7
1277
1665
 
1278
1666
  ### Patch Changes
1279
1667
 
1280
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1668
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1281
1669
 
1282
- Upgraded Typescript to 3.3.x
1670
+ Upgraded Typescript to 3.3.x
1283
1671
 
1284
1672
  ## 10.0.6
1285
1673
 
1286
1674
  ### Patch Changes
1287
1675
 
1288
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
1676
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
1289
1677
 
1290
- Change all the imports to theme in Core to use multi entry points
1678
+ Change all the imports to theme in Core to use multi entry points
1291
1679
 
1292
1680
  ## 10.0.5
1293
1681
 
1294
1682
  ### Patch Changes
1295
1683
 
1296
- - [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
1684
+ - [patch][abee1a5f4f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/abee1a5f4f):
1297
1685
 
1298
- Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full typescript support so it is recommended that typescript consumers use it also.
1686
+ Bumping internal dependency (memoize-one) to latest version (5.1.0). memoize-one@5.1.0 has full
1687
+ typescript support so it is recommended that typescript consumers use it also.
1299
1688
 
1300
1689
  ## 10.0.4
1301
1690
 
1302
1691
  ### Patch Changes
1303
1692
 
1304
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
1693
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
1305
1694
 
1306
- Updates component maintainers
1695
+ Updates component maintainers
1307
1696
 
1308
1697
  ## 10.0.3
1309
1698
 
1310
- - Updated dependencies [926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1311
- - @atlaskit/analytics-next@6.0.0
1312
- - @atlaskit/button@13.1.2
1313
- - @atlaskit/checkbox@9.0.5
1314
- - @atlaskit/modal-dialog@10.1.3
1315
- - @atlaskit/tooltip@15.0.9
1699
+ - Updated dependencies
1700
+ [926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1701
+ - @atlaskit/analytics-next@6.0.0
1702
+ - @atlaskit/button@13.1.2
1703
+ - @atlaskit/checkbox@9.0.5
1704
+ - @atlaskit/modal-dialog@10.1.3
1705
+ - @atlaskit/tooltip@15.0.9
1316
1706
 
1317
1707
  ## 10.0.2
1318
1708
 
1319
1709
  ### Patch Changes
1320
1710
 
1321
- - [patch][f20ac3080c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f20ac3080c):
1711
+ - [patch][f20ac3080c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f20ac3080c):
1322
1712
 
1323
- Removed unused dependencies from package.json for select: react-transition-group was unused.
1713
+ Removed unused dependencies from package.json for select: react-transition-group was unused.
1324
1714
 
1325
1715
  ## 10.0.1
1326
1716
 
1327
1717
  ### Patch Changes
1328
1718
 
1329
- - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1719
+ - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1330
1720
 
1331
- Consume analytics-next ts type definitions as an ambient declaration.
1721
+ Consume analytics-next ts type definitions as an ambient declaration.
1332
1722
 
1333
1723
  ## 10.0.0
1334
1724
 
1335
1725
  ### Major Changes
1336
1726
 
1337
- - [major][790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1727
+ - [major][790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1338
1728
 
1339
- Major bump to react-select which includes a bump from emotion 9 --> 10, this will impact users who are currently creating custom components using emotion. Empty values in selects have also now been changed to be more deterministic across single and multi select. See https://github.com/JedWatson/react-select/issues/3585 for details
1729
+ Major bump to react-select which includes a bump from emotion 9 --> 10, this will impact users
1730
+ who are currently creating custom components using emotion. Empty values in selects have also
1731
+ now been changed to be more deterministic across single and multi select. See
1732
+ https://github.com/JedWatson/react-select/issues/3585 for details
1340
1733
 
1341
1734
  ## 9.1.10
1342
1735
 
1343
- - Updated dependencies [87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
1344
- - @atlaskit/button@13.0.10
1345
- - @atlaskit/form@6.1.2
1346
- - @atlaskit/modal-dialog@10.0.8
1347
- - @atlaskit/checkbox@9.0.0
1736
+ - Updated dependencies
1737
+ [87a2638655](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87a2638655):
1738
+ - @atlaskit/button@13.0.10
1739
+ - @atlaskit/form@6.1.2
1740
+ - @atlaskit/modal-dialog@10.0.8
1741
+ - @atlaskit/checkbox@9.0.0
1348
1742
 
1349
1743
  ## 9.1.9
1350
1744
 
1351
1745
  ### Patch Changes
1352
1746
 
1353
- - [patch][ef04b7fe05](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef04b7fe05):
1747
+ - [patch][ef04b7fe05](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ef04b7fe05):
1354
1748
 
1355
- Cleaned up event listeners on unmount
1749
+ Cleaned up event listeners on unmount
1356
1750
 
1357
1751
  ## 9.1.8
1358
1752
 
1359
- - Updated dependencies [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1360
- - @atlaskit/docs@8.1.3
1361
- - @atlaskit/button@13.0.9
1362
- - @atlaskit/checkbox@8.0.5
1363
- - @atlaskit/form@6.1.1
1364
- - @atlaskit/modal-dialog@10.0.7
1365
- - @atlaskit/tooltip@15.0.2
1366
- - @atlaskit/icon@19.0.0
1753
+ - Updated dependencies
1754
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1755
+ - @atlaskit/docs@8.1.3
1756
+ - @atlaskit/button@13.0.9
1757
+ - @atlaskit/checkbox@8.0.5
1758
+ - @atlaskit/form@6.1.1
1759
+ - @atlaskit/modal-dialog@10.0.7
1760
+ - @atlaskit/tooltip@15.0.2
1761
+ - @atlaskit/icon@19.0.0
1367
1762
 
1368
1763
  ## 9.1.7
1369
1764
 
1370
1765
  ### Patch Changes
1371
1766
 
1372
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
1767
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
1373
1768
 
1374
- index.ts will now be ignored when publishing to npm
1769
+ index.ts will now be ignored when publishing to npm
1375
1770
 
1376
1771
  ## 9.1.6
1377
1772
 
1378
- - Updated dependencies [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
1379
- - @atlaskit/form@6.0.6
1380
- - @atlaskit/icon@18.0.1
1381
- - @atlaskit/tooltip@15.0.0
1773
+ - Updated dependencies
1774
+ [67f06f58dd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/67f06f58dd):
1775
+ - @atlaskit/form@6.0.6
1776
+ - @atlaskit/icon@18.0.1
1777
+ - @atlaskit/tooltip@15.0.0
1382
1778
 
1383
1779
  ## 9.1.5
1384
1780
 
1385
- - Updated dependencies [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1386
- - @atlaskit/docs@8.1.2
1387
- - @atlaskit/button@13.0.8
1388
- - @atlaskit/checkbox@8.0.2
1389
- - @atlaskit/form@6.0.5
1390
- - @atlaskit/modal-dialog@10.0.4
1391
- - @atlaskit/tooltip@14.0.3
1392
- - @atlaskit/icon@18.0.0
1781
+ - Updated dependencies
1782
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1783
+ - @atlaskit/docs@8.1.2
1784
+ - @atlaskit/button@13.0.8
1785
+ - @atlaskit/checkbox@8.0.2
1786
+ - @atlaskit/form@6.0.5
1787
+ - @atlaskit/modal-dialog@10.0.4
1788
+ - @atlaskit/tooltip@14.0.3
1789
+ - @atlaskit/icon@18.0.0
1393
1790
 
1394
1791
  ## 9.1.4
1395
1792
 
1396
- - Updated dependencies [70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
1397
- - @atlaskit/button@13.0.6
1398
- - @atlaskit/form@6.0.4
1399
- - @atlaskit/modal-dialog@10.0.2
1400
- - @atlaskit/checkbox@8.0.0
1401
- - @atlaskit/icon@17.2.0
1402
- - @atlaskit/theme@9.1.0
1793
+ - Updated dependencies
1794
+ [70862830d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/70862830d6):
1795
+ - @atlaskit/button@13.0.6
1796
+ - @atlaskit/form@6.0.4
1797
+ - @atlaskit/modal-dialog@10.0.2
1798
+ - @atlaskit/checkbox@8.0.0
1799
+ - @atlaskit/icon@17.2.0
1800
+ - @atlaskit/theme@9.1.0
1403
1801
 
1404
1802
  ## 9.1.3
1405
1803
 
1406
- - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1804
+ - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
1407
1805
 
1408
- - This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details
1806
+ - This is just a safety release in case anything strange happened in in the previous one. See
1807
+ Pull Request #5942 for details
1409
1808
 
1410
1809
  ## 9.1.2
1411
1810
 
1412
- - Updated dependencies [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
1413
- - Updated dependencies [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
1414
- - @atlaskit/button@13.0.4
1415
- - @atlaskit/spinner@12.0.0
1416
- - @atlaskit/form@6.0.3
1417
- - @atlaskit/icon@17.1.2
1418
- - @atlaskit/modal-dialog@10.0.0
1811
+ - Updated dependencies
1812
+ [215688984e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/215688984e):
1813
+ - Updated dependencies
1814
+ [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
1815
+ - @atlaskit/button@13.0.4
1816
+ - @atlaskit/spinner@12.0.0
1817
+ - @atlaskit/form@6.0.3
1818
+ - @atlaskit/icon@17.1.2
1819
+ - @atlaskit/modal-dialog@10.0.0
1419
1820
 
1420
1821
  ## 9.1.1
1421
1822
 
1422
- - Updated dependencies [4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
1423
- - @atlaskit/button@13.0.2
1424
- - @atlaskit/icon@17.0.2
1425
- - @atlaskit/logo@12.0.0
1823
+ - Updated dependencies
1824
+ [4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
1825
+ - @atlaskit/button@13.0.2
1826
+ - @atlaskit/icon@17.0.2
1827
+ - @atlaskit/logo@12.0.0
1426
1828
 
1427
1829
  ## 9.1.0
1428
1830
 
1429
- - [minor][3d5ab16856](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d5ab16856):
1831
+ - [minor][3d5ab16856](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d5ab16856):
1430
1832
 
1431
- - Add missing dependency @emotion/core
1833
+ - Add missing dependency @emotion/core
1432
1834
 
1433
1835
  ## 9.0.1
1434
1836
 
1435
- - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1837
+ - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1436
1838
 
1437
- - Clean couple of TODO's that were already done
1839
+ - Clean couple of TODO's that were already done
1438
1840
 
1439
1841
  ## 9.0.0
1440
1842
 
1441
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1843
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1442
1844
 
1443
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
1845
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1846
+ this package, please ensure you use at least this version of react and react-dom.
1444
1847
 
1445
1848
  ## 8.1.1
1446
1849
 
1447
- - Updated dependencies [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1448
- - @atlaskit/docs@7.0.3
1449
- - @atlaskit/button@12.0.3
1450
- - @atlaskit/checkbox@6.0.4
1451
- - @atlaskit/form@5.2.7
1452
- - @atlaskit/icon@16.0.9
1453
- - @atlaskit/logo@10.0.4
1454
- - @atlaskit/modal-dialog@8.0.7
1455
- - @atlaskit/spinner@10.0.7
1456
- - @atlaskit/tooltip@13.0.4
1457
- - @atlaskit/theme@8.1.7
1850
+ - Updated dependencies
1851
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1852
+ - @atlaskit/docs@7.0.3
1853
+ - @atlaskit/button@12.0.3
1854
+ - @atlaskit/checkbox@6.0.4
1855
+ - @atlaskit/form@5.2.7
1856
+ - @atlaskit/icon@16.0.9
1857
+ - @atlaskit/logo@10.0.4
1858
+ - @atlaskit/modal-dialog@8.0.7
1859
+ - @atlaskit/spinner@10.0.7
1860
+ - @atlaskit/tooltip@13.0.4
1861
+ - @atlaskit/theme@8.1.7
1458
1862
 
1459
1863
  ## 8.1.0
1460
1864
 
1461
- - [minor][b50c289008](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b50c289008):
1865
+ - [minor][b50c289008](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b50c289008):
1462
1866
 
1463
- - Don't close popup select when cleared.
1867
+ - Don't close popup select when cleared.
1464
1868
 
1465
1869
  ## 8.0.5
1466
1870
 
1467
- - Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1468
- - @atlaskit/docs@7.0.2
1469
- - @atlaskit/analytics-next@4.0.3
1470
- - @atlaskit/checkbox@6.0.3
1471
- - @atlaskit/form@5.2.5
1472
- - @atlaskit/icon@16.0.8
1473
- - @atlaskit/logo@10.0.3
1474
- - @atlaskit/modal-dialog@8.0.6
1475
- - @atlaskit/spinner@10.0.5
1476
- - @atlaskit/theme@8.1.6
1477
- - @atlaskit/tooltip@13.0.3
1478
- - @atlaskit/button@12.0.0
1871
+ - Updated dependencies
1872
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1873
+ - @atlaskit/docs@7.0.2
1874
+ - @atlaskit/analytics-next@4.0.3
1875
+ - @atlaskit/checkbox@6.0.3
1876
+ - @atlaskit/form@5.2.5
1877
+ - @atlaskit/icon@16.0.8
1878
+ - @atlaskit/logo@10.0.3
1879
+ - @atlaskit/modal-dialog@8.0.6
1880
+ - @atlaskit/spinner@10.0.5
1881
+ - @atlaskit/theme@8.1.6
1882
+ - @atlaskit/tooltip@13.0.3
1883
+ - @atlaskit/button@12.0.0
1479
1884
 
1480
1885
  ## 8.0.4
1481
1886
 
1482
- - [patch][2a90c65e27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2a90c65e27):
1887
+ - [patch][2a90c65e27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2a90c65e27):
1483
1888
 
1484
- - Fix, and guard against, missing refs
1889
+ - Fix, and guard against, missing refs
1485
1890
 
1486
1891
  ## 8.0.3
1487
1892
 
1488
- - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1489
- - @atlaskit/docs@7.0.1
1490
- - @atlaskit/analytics-next@4.0.1
1491
- - @atlaskit/checkbox@6.0.1
1492
- - @atlaskit/form@5.2.1
1493
- - @atlaskit/icon@16.0.5
1494
- - @atlaskit/logo@10.0.1
1495
- - @atlaskit/modal-dialog@8.0.2
1496
- - @atlaskit/spinner@10.0.1
1497
- - @atlaskit/theme@8.0.1
1498
- - @atlaskit/tooltip@13.0.1
1499
- - @atlaskit/button@11.0.0
1893
+ - Updated dependencies
1894
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1895
+ - @atlaskit/docs@7.0.1
1896
+ - @atlaskit/analytics-next@4.0.1
1897
+ - @atlaskit/checkbox@6.0.1
1898
+ - @atlaskit/form@5.2.1
1899
+ - @atlaskit/icon@16.0.5
1900
+ - @atlaskit/logo@10.0.1
1901
+ - @atlaskit/modal-dialog@8.0.2
1902
+ - @atlaskit/spinner@10.0.1
1903
+ - @atlaskit/theme@8.0.1
1904
+ - @atlaskit/tooltip@13.0.1
1905
+ - @atlaskit/button@11.0.0
1500
1906
 
1501
1907
  ## 8.0.2
1502
1908
 
1503
- - [patch][87808b7791](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87808b7791):
1909
+ - [patch][87808b7791](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87808b7791):
1504
1910
 
1505
- - AK-5973 expose handleKeyDown as prop for PopupSelect
1911
+ - AK-5973 expose handleKeyDown as prop for PopupSelect
1506
1912
 
1507
1913
  ## 8.0.1
1508
1914
 
1509
- - [patch][69c6f6acb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c6f6acb7):
1915
+ - [patch][69c6f6acb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c6f6acb7):
1510
1916
 
1511
- - Minor bug fixes in 2.4.2 react-select patch. See the release notes for details here https://github.com/JedWatson/react-select/releases/tag/v2.4.2
1917
+ - Minor bug fixes in 2.4.2 react-select patch. See the release notes for details here
1918
+ https://github.com/JedWatson/react-select/releases/tag/v2.4.2
1512
1919
 
1513
1920
  ## 8.0.0
1514
1921
 
1515
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1922
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1516
1923
 
1517
- - Drop ES5 from all the flow modules
1924
+ - Drop ES5 from all the flow modules
1518
1925
 
1519
- ### Dropping CJS support in all @atlaskit packages
1926
+ ### Dropping CJS support in all @atlaskit packages
1520
1927
 
1521
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only distribute esm. This means all distributed code will be transpiled, but will still contain `import` and
1522
- `export` declarations.
1928
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1929
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1930
+ `import` and `export` declarations.
1523
1931
 
1524
- The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
1932
+ The major reason for doing this is to allow us to support multiple entry points in packages,
1933
+ e.g:
1525
1934
 
1526
- ```js
1527
- import colors from `@atlaskit/theme/colors`;
1528
- ```
1935
+ ```js
1936
+ import colors from `@atlaskit/theme/colors`;
1937
+ ```
1529
1938
 
1530
- Previously this was sort of possible for consumers by doing something like:
1939
+ Previously this was sort of possible for consumers by doing something like:
1531
1940
 
1532
- ```js
1533
- import colors from `@atlaskit/theme/dist/esm/colors`;
1534
- ```
1941
+ ```js
1942
+ import colors from `@atlaskit/theme/dist/esm/colors`;
1943
+ ```
1535
1944
 
1536
- This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't _actually_ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.
1945
+ This has a couple of issues. 1, it treats the file system as API making internal refactors
1946
+ harder, we have to worry about how consumers might be using things that aren't _actually_
1947
+ supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
1948
+ to lots of packages bundling all of theme, just to use a single color, especially in situations
1949
+ where tree shaking fails.
1537
1950
 
1538
- To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.
1951
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1952
+ multiple distributions as they would need to have very different imports from of their own
1953
+ internal dependencies.
1539
1954
 
1540
- ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
1955
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1956
+ environments.
1541
1957
 
1542
- We may choose to revisit this solution in the future if we find any unintended condequences, but we see this as a pretty sane path forward which should lead to some major bundle size decreases, saner API's and simpler package architecture.
1958
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1959
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1960
+ saner API's and simpler package architecture.
1543
1961
 
1544
- Please reach out to #fabric-build (if in Atlassian) or create an issue in [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for external) if you have any questions or queries about this.
1962
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1963
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1964
+ external) if you have any questions or queries about this.
1545
1965
 
1546
1966
  ## 7.2.2
1547
1967
 
1548
- - [patch][39850f9615](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/39850f9615):
1968
+ - [patch][39850f9615](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/39850f9615):
1549
1969
 
1550
- - Popup select set focus to selected option, instead of the first option, when the menu opens
1970
+ - Popup select set focus to selected option, instead of the first option, when the menu opens
1551
1971
 
1552
1972
  ## 7.2.1
1553
1973
 
1554
- - [patch][37c2eeec43](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37c2eeec43):
1974
+ - [patch][37c2eeec43](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/37c2eeec43):
1555
1975
 
1556
- - Added possibility to add compact styling for multi select component
1976
+ - Added possibility to add compact styling for multi select component
1557
1977
 
1558
1978
  ## 7.2.0
1559
1979
 
1560
- - [minor][46ffd45f21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46ffd45f21):
1980
+ - [minor][46ffd45f21](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/46ffd45f21):
1561
1981
 
1562
- - Added ability to toggle animations in atlaskit/select, updated UserPicker to disable animations using this new behaviour
1982
+ - Added ability to toggle animations in atlaskit/select, updated UserPicker to disable
1983
+ animations using this new behaviour
1563
1984
 
1564
1985
  ## 7.1.2
1565
1986
 
1566
- - [patch][bcdb413cb4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bcdb413cb4):
1987
+ - [patch][bcdb413cb4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bcdb413cb4):
1567
1988
 
1568
- - Encapsulate checkbox/radio option styles inside the primitive
1989
+ - Encapsulate checkbox/radio option styles inside the primitive
1569
1990
 
1570
1991
  ## 7.1.1
1571
1992
 
1572
- - [patch][896bf5bef9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/896bf5bef9):
1993
+ - [patch][896bf5bef9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/896bf5bef9):
1573
1994
 
1574
- - Fix bug breaking mobile UX, and causing menu to not be openable on touch
1995
+ - Fix bug breaking mobile UX, and causing menu to not be openable on touch
1575
1996
 
1576
1997
  ## 7.1.0
1577
1998
 
1578
- - [minor][571ec20522](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/571ec20522):
1999
+ - [minor][571ec20522](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/571ec20522):
1579
2000
 
1580
- - Updated react-select to 2.4.0, includes updates to BEM modifiers in options, for more information see the react-select release notes https://github.com/JedWatson/react-select/releases/tag/v2.4.0
1581
- - Added makeAnimated invocation back to createSelect, as multi select in modal bug has been resolved.
1582
- - Export makeAsyncSelect and makeCreatableSelect function from src
2001
+ - Updated react-select to 2.4.0, includes updates to BEM modifiers in options, for more
2002
+ information see the react-select release notes
2003
+ https://github.com/JedWatson/react-select/releases/tag/v2.4.0
2004
+ - Added makeAnimated invocation back to createSelect, as multi select in modal bug has been
2005
+ resolved.
2006
+ - Export makeAsyncSelect and makeCreatableSelect function from src
1583
2007
 
1584
2008
  ## 7.0.0
1585
2009
 
1586
- - [major][06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
2010
+ - [major][06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1587
2011
 
1588
- - popup select "target" is now a function that must resolve to a node
2012
+ - popup select "target" is now a function that must resolve to a node
1589
2013
 
1590
2014
  ## 6.1.20
1591
2015
 
1592
- - [patch][957778f085](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/957778f085):
2016
+ - [patch][957778f085](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/957778f085):
1593
2017
 
1594
- - Expose CheckboxOption and RadioOption from select package
2018
+ - Expose CheckboxOption and RadioOption from select package
1595
2019
 
1596
2020
  ## 6.1.19
1597
2021
 
1598
- - Updated dependencies [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1599
- - @atlaskit/docs@6.0.1
1600
- - @atlaskit/button@10.1.2
1601
- - @atlaskit/checkbox@5.0.11
1602
- - @atlaskit/form@5.1.2
1603
- - @atlaskit/modal-dialog@7.2.1
1604
- - @atlaskit/tooltip@12.1.15
1605
- - @atlaskit/icon@16.0.0
2022
+ - Updated dependencies
2023
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
2024
+ - @atlaskit/docs@6.0.1
2025
+ - @atlaskit/button@10.1.2
2026
+ - @atlaskit/checkbox@5.0.11
2027
+ - @atlaskit/form@5.1.2
2028
+ - @atlaskit/modal-dialog@7.2.1
2029
+ - @atlaskit/tooltip@12.1.15
2030
+ - @atlaskit/icon@16.0.0
1606
2031
 
1607
2032
  ## 6.1.18
1608
2033
 
1609
- - [patch][6148c6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6148c6c):
2034
+ - [patch][6148c6c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6148c6c):
1610
2035
 
1611
- - AK-5693 apply styles to loading indicator
2036
+ - AK-5693 apply styles to loading indicator
1612
2037
 
1613
2038
  ## 6.1.17
1614
2039
 
1615
- - [patch][e9ccac7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9ccac7):
2040
+ - [patch][e9ccac7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e9ccac7):
1616
2041
 
1617
- - pin react-select at 2.1.x to avoid SSR issues in 2.2.0
2042
+ - pin react-select at 2.1.x to avoid SSR issues in 2.2.0
1618
2043
 
1619
2044
  ## 6.1.16
1620
2045
 
1621
- - [patch][b9b1900](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9b1900):
2046
+ - [patch][b9b1900](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b9b1900):
1622
2047
 
1623
- - Use @atlaskit/select instead of @atlaskit/single-select on the Fullscreen examples on website
2048
+ - Use @atlaskit/select instead of @atlaskit/single-select on the Fullscreen examples on
2049
+ website
1624
2050
 
1625
2051
  ## 6.1.15
1626
2052
 
1627
- - [patch][6195ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6195ac3):
2053
+ - [patch][6195ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6195ac3):
1628
2054
 
1629
- - remove animated functionality to temporarily resolve blocking issue with portal
2055
+ - remove animated functionality to temporarily resolve blocking issue with portal
1630
2056
 
1631
2057
  ## 6.1.14
1632
2058
 
1633
- - [patch][a048a85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a048a85):
2059
+ - [patch][a048a85](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a048a85):
1634
2060
 
1635
- - Updated to be compatible with new Forms API
2061
+ - Updated to be compatible with new Forms API
1636
2062
 
1637
- - Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
1638
- - @atlaskit/form@5.0.0
2063
+ - Updated dependencies [647a46f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/647a46f):
2064
+ - @atlaskit/form@5.0.0
1639
2065
 
1640
2066
  ## 6.1.13
1641
2067
 
1642
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1643
- - @atlaskit/analytics-next@3.1.2
1644
- - @atlaskit/button@10.1.1
1645
- - @atlaskit/checkbox@5.0.9
1646
- - @atlaskit/form@4.0.21
1647
- - @atlaskit/icon@15.0.2
1648
- - @atlaskit/logo@9.2.6
1649
- - @atlaskit/modal-dialog@7.1.1
1650
- - @atlaskit/spinner@9.0.13
1651
- - @atlaskit/theme@7.0.1
1652
- - @atlaskit/tooltip@12.1.13
1653
- - @atlaskit/docs@6.0.0
2068
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
2069
+ - @atlaskit/analytics-next@3.1.2
2070
+ - @atlaskit/button@10.1.1
2071
+ - @atlaskit/checkbox@5.0.9
2072
+ - @atlaskit/form@4.0.21
2073
+ - @atlaskit/icon@15.0.2
2074
+ - @atlaskit/logo@9.2.6
2075
+ - @atlaskit/modal-dialog@7.1.1
2076
+ - @atlaskit/spinner@9.0.13
2077
+ - @atlaskit/theme@7.0.1
2078
+ - @atlaskit/tooltip@12.1.13
2079
+ - @atlaskit/docs@6.0.0
1654
2080
 
1655
2081
  ## 6.1.12
1656
2082
 
1657
- - [patch][82fc5f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82fc5f5):
2083
+ - [patch][82fc5f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/82fc5f5):
1658
2084
 
1659
- - Pinning react-popper to 1.0.2 to avoid recursive bug
2085
+ - Pinning react-popper to 1.0.2 to avoid recursive bug
1660
2086
 
1661
2087
  ## 6.1.11
1662
2088
 
1663
- - [patch][bfc508c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfc508c):
2089
+ - [patch][bfc508c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bfc508c):
1664
2090
 
1665
- - CheckboxSelect options now have correct flex styles on the option value
2091
+ - CheckboxSelect options now have correct flex styles on the option value
1666
2092
 
1667
2093
  ## 6.1.10
1668
2094
 
1669
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1670
- - @atlaskit/docs@5.2.3
1671
- - @atlaskit/button@10.0.4
1672
- - @atlaskit/checkbox@5.0.8
1673
- - @atlaskit/form@4.0.20
1674
- - @atlaskit/icon@15.0.1
1675
- - @atlaskit/logo@9.2.5
1676
- - @atlaskit/modal-dialog@7.0.14
1677
- - @atlaskit/spinner@9.0.12
1678
- - @atlaskit/tooltip@12.1.12
1679
- - @atlaskit/theme@7.0.0
2095
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
2096
+ - @atlaskit/docs@5.2.3
2097
+ - @atlaskit/button@10.0.4
2098
+ - @atlaskit/checkbox@5.0.8
2099
+ - @atlaskit/form@4.0.20
2100
+ - @atlaskit/icon@15.0.1
2101
+ - @atlaskit/logo@9.2.5
2102
+ - @atlaskit/modal-dialog@7.0.14
2103
+ - @atlaskit/spinner@9.0.12
2104
+ - @atlaskit/tooltip@12.1.12
2105
+ - @atlaskit/theme@7.0.0
1680
2106
 
1681
2107
  ## 6.1.9
1682
2108
 
1683
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1684
- - @atlaskit/docs@5.2.2
1685
- - @atlaskit/button@10.0.1
1686
- - @atlaskit/checkbox@5.0.7
1687
- - @atlaskit/form@4.0.19
1688
- - @atlaskit/modal-dialog@7.0.13
1689
- - @atlaskit/tooltip@12.1.11
1690
- - @atlaskit/icon@15.0.0
2109
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
2110
+ - @atlaskit/docs@5.2.2
2111
+ - @atlaskit/button@10.0.1
2112
+ - @atlaskit/checkbox@5.0.7
2113
+ - @atlaskit/form@4.0.19
2114
+ - @atlaskit/modal-dialog@7.0.13
2115
+ - @atlaskit/tooltip@12.1.11
2116
+ - @atlaskit/icon@15.0.0
1691
2117
 
1692
2118
  ## 6.1.8
1693
2119
 
1694
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1695
- - @atlaskit/docs@5.2.1
1696
- - @atlaskit/analytics-next@3.1.1
1697
- - @atlaskit/checkbox@5.0.6
1698
- - @atlaskit/form@4.0.18
1699
- - @atlaskit/icon@14.6.1
1700
- - @atlaskit/logo@9.2.4
1701
- - @atlaskit/modal-dialog@7.0.12
1702
- - @atlaskit/spinner@9.0.11
1703
- - @atlaskit/theme@6.2.1
1704
- - @atlaskit/tooltip@12.1.10
1705
- - @atlaskit/button@10.0.0
2120
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
2121
+ - @atlaskit/docs@5.2.1
2122
+ - @atlaskit/analytics-next@3.1.1
2123
+ - @atlaskit/checkbox@5.0.6
2124
+ - @atlaskit/form@4.0.18
2125
+ - @atlaskit/icon@14.6.1
2126
+ - @atlaskit/logo@9.2.4
2127
+ - @atlaskit/modal-dialog@7.0.12
2128
+ - @atlaskit/spinner@9.0.11
2129
+ - @atlaskit/theme@6.2.1
2130
+ - @atlaskit/tooltip@12.1.10
2131
+ - @atlaskit/button@10.0.0
1706
2132
 
1707
2133
  ## 6.1.7
1708
2134
 
1709
- - [patch][1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
2135
+ - [patch][1fb2c2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1fb2c2a):
1710
2136
 
1711
- - Fixed issue where tooltips and modals would initially render in the wrong location
2137
+ - Fixed issue where tooltips and modals would initially render in the wrong location
1712
2138
 
1713
2139
  ## 6.1.6
1714
2140
 
1715
- - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
2141
+ - [patch][a637f5e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a637f5e):
1716
2142
 
1717
- - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow flow to type check properly
2143
+ - Refine and fix some flow type errors found by fixing @atlaskit/analytics-next HOCs to allow
2144
+ flow to type check properly
1718
2145
 
1719
2146
  ## 6.1.5
1720
2147
 
1721
- - [patch][fcf97d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fcf97d8):
2148
+ - [patch][fcf97d8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/fcf97d8):
1722
2149
 
1723
- - Fix countries and mismatched flags
2150
+ - Fix countries and mismatched flags
1724
2151
 
1725
2152
  ## 6.1.4
1726
2153
 
1727
- - [patch][6ab8e95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ab8e95"
1728
- d):
2154
+ - [patch][6ab8e95](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6ab8e95" d):
1729
2155
 
1730
- - Removed wrapping div from around selects as it is no longer needed when using the latest inline-dialog component.
2156
+ - Removed wrapping div from around selects as it is no longer needed when using the latest
2157
+ inline-dialog component.
1731
2158
 
1732
2159
  ## 6.1.3
1733
2160
 
1734
- - [patch][dab963b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dab963b"
1735
- d):
2161
+ - [patch][dab963b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dab963b" d):
1736
2162
 
1737
- - Make sure portal binds to DOM only
2163
+ - Make sure portal binds to DOM only
1738
2164
 
1739
2165
  ## 6.1.2
1740
2166
 
1741
- - [patch][0782e03](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0782e03"
1742
- d):
2167
+ - [patch][0782e03](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0782e03" d):
1743
2168
 
1744
- - bumped react-select to 2.1.1 minor bug fixes including mirroring the logic for the backspace key to delete, and stripping theme props from Input and GroupHeading dom elements. See https://github.com/JedWatson/react-select/releases/tag/v2.1.1 for details
2169
+ - bumped react-select to 2.1.1 minor bug fixes including mirroring the logic for the backspace
2170
+ key to delete, and stripping theme props from Input and GroupHeading dom elements. See
2171
+ https://github.com/JedWatson/react-select/releases/tag/v2.1.1 for details
1745
2172
 
1746
2173
  ## 6.1.1
1747
2174
 
1748
- - [patch] fixed popupselect bug by replacing Fragment with div element containing the requisite event handlers [80dd688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80dd688)
2175
+ - [patch] fixed popupselect bug by replacing Fragment with div element containing the requisite
2176
+ event handlers [80dd688](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80dd688)
1749
2177
 
1750
2178
  ## 6.1.0
1751
2179
 
1752
- - [minor] Change tabSelectsValue to default to false in @atlaskit/select, bumped react-select dep to 2.1.0, see release logs for details https://github.com/JedWatson/react-select/releases/tag/2.1.0 [dd4cbea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd4cbea)
2180
+ - [minor] Change tabSelectsValue to default to false in @atlaskit/select, bumped react-select dep
2181
+ to 2.1.0, see release logs for details
2182
+ https://github.com/JedWatson/react-select/releases/tag/2.1.0
2183
+ [dd4cbea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dd4cbea)
1753
2184
 
1754
2185
  ## 6.0.4
1755
2186
 
1756
- - [patch] fix issues with PopupSelect and NavigationSwitcher [b4e19c3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4e19c3)
2187
+ - [patch] fix issues with PopupSelect and NavigationSwitcher
2188
+ [b4e19c3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b4e19c3)
1757
2189
 
1758
2190
  ## 6.0.3
1759
2191
 
1760
- - [patch] Adds missing implicit @babel/runtime dependency [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
2192
+ - [patch] Adds missing implicit @babel/runtime dependency
2193
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1761
2194
 
1762
2195
  ## 6.0.2
1763
2196
 
1764
- - [patch] Updated dependencies [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1765
- - @atlaskit/docs@5.0.8
1766
- - @atlaskit/button@9.0.13
1767
- - @atlaskit/checkbox@5.0.2
1768
- - @atlaskit/form@4.0.10
1769
- - @atlaskit/modal-dialog@7.0.2
1770
- - @atlaskit/tooltip@12.1.1
1771
- - @atlaskit/icon@14.0.0
2197
+ - [patch] Updated dependencies
2198
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
2199
+ - @atlaskit/docs@5.0.8
2200
+ - @atlaskit/button@9.0.13
2201
+ - @atlaskit/checkbox@5.0.2
2202
+ - @atlaskit/form@4.0.10
2203
+ - @atlaskit/modal-dialog@7.0.2
2204
+ - @atlaskit/tooltip@12.1.1
2205
+ - @atlaskit/icon@14.0.0
1772
2206
 
1773
2207
  ## 6.0.1
1774
2208
 
1775
- - [patch] Fixing analytics events for checkbox/radio/select [3e428e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3e428e3)
2209
+ - [patch] Fixing analytics events for checkbox/radio/select
2210
+ [3e428e3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3e428e3)
1776
2211
 
1777
2212
  ## 6.0.0
1778
2213
 
1779
- - [major] Bumped react-select dep from 2.0.0-beta.7 to 2.0.0. This includes a breaking change to custom components, the innerRef property is now declared on the root of the props object, as opposed to being part of the innerProps object passed to each component. For a full list of changes in 2.0.0 please see the react-select changelog here. https://github.com/JedWatson/react-select/blob/master/HISTORY.md [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
2214
+ - [major] Bumped react-select dep from 2.0.0-beta.7 to 2.0.0. This includes a breaking change to
2215
+ custom components, the innerRef property is now declared on the root of the props object, as
2216
+ opposed to being part of the innerProps object passed to each component. For a full list of
2217
+ changes in 2.0.0 please see the react-select changelog here.
2218
+ https://github.com/JedWatson/react-select/blob/master/HISTORY.md
2219
+ [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
1780
2220
 
1781
2221
  ## 5.0.19
1782
2222
 
1783
- - [patch] Added a multi-select example for PopupSelect [483a335](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/483a335)
2223
+ - [patch] Added a multi-select example for PopupSelect
2224
+ [483a335](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/483a335)
1784
2225
 
1785
2226
  ## 5.0.18
1786
2227
 
1787
- - [patch] Updated dependencies [80e1925](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80e1925)
1788
- - @atlaskit/button@9.0.9
1789
- - @atlaskit/form@4.0.5
1790
- - @atlaskit/modal-dialog@7.0.1
1791
- - @atlaskit/checkbox@5.0.0
2228
+ - [patch] Updated dependencies
2229
+ [80e1925](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/80e1925)
2230
+ - @atlaskit/button@9.0.9
2231
+ - @atlaskit/form@4.0.5
2232
+ - @atlaskit/modal-dialog@7.0.1
2233
+ - @atlaskit/checkbox@5.0.0
1792
2234
 
1793
2235
  ## 5.0.17
1794
2236
 
1795
- - [patch] Updated dependencies [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
1796
- - @atlaskit/form@4.0.3
1797
- - @atlaskit/icon@13.8.1
1798
- - @atlaskit/tooltip@12.0.14
1799
- - @atlaskit/modal-dialog@7.0.0
2237
+ - [patch] Updated dependencies
2238
+ [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
2239
+ - @atlaskit/form@4.0.3
2240
+ - @atlaskit/icon@13.8.1
2241
+ - @atlaskit/tooltip@12.0.14
2242
+ - @atlaskit/modal-dialog@7.0.0
1800
2243
 
1801
2244
  ## 5.0.16
1802
2245
 
1803
- - [patch] Updated dependencies [9c66d4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c66d4d)
1804
- - @atlaskit/form@4.0.2
1805
- - @atlaskit/webdriver-runner@0.1.0
2246
+ - [patch] Updated dependencies
2247
+ [9c66d4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c66d4d)
2248
+ - @atlaskit/form@4.0.2
2249
+ - @atlaskit/webdriver-runner@0.1.0
1806
2250
 
1807
2251
  ## 5.0.15
1808
2252
 
1809
- - [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
2253
+ - [patch] Adds sideEffects: false to allow proper tree shaking
2254
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1810
2255
 
1811
2256
  ## 5.0.14
1812
2257
 
1813
- - [patch] Updated dependencies [d8d8107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d8d8107)
1814
- - @atlaskit/form@4.0.0
2258
+ - [patch] Updated dependencies
2259
+ [d8d8107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d8d8107)
2260
+ - @atlaskit/form@4.0.0
1815
2261
 
1816
2262
  ## 5.0.13
1817
2263
 
1818
- - [patch] Using the latest popper to avoid recursive setState calls. [9dceca9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9dceca9)
2264
+ - [patch] Using the latest popper to avoid recursive setState calls.
2265
+ [9dceca9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9dceca9)
1819
2266
 
1820
2267
  ## 5.0.11
1821
2268
 
1822
- - [patch] Updating datetime-picker and select styles [981b96c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/981b96c)
2269
+ - [patch] Updating datetime-picker and select styles
2270
+ [981b96c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/981b96c)
1823
2271
 
1824
2272
  ## 5.0.10
1825
2273
 
1826
- - [patch] add switcher to nav-next ui components docs page [e083d63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e083d63)
1827
- - [none] Updated dependencies [e083d63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e083d63)
2274
+ - [patch] add switcher to nav-next ui components docs page
2275
+ [e083d63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e083d63)
2276
+ - [none] Updated dependencies
2277
+ [e083d63](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e083d63)
1828
2278
 
1829
2279
  ## 5.0.9
1830
2280
 
1831
- - [patch] Updated dependencies [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1832
- - @atlaskit/theme@6.0.0
1833
- - @atlaskit/tooltip@12.0.9
1834
- - @atlaskit/spinner@9.0.6
1835
- - @atlaskit/modal-dialog@6.0.9
1836
- - @atlaskit/icon@13.2.5
1837
- - @atlaskit/form@3.1.6
1838
- - @atlaskit/checkbox@4.0.4
1839
- - @atlaskit/button@9.0.6
1840
- - @atlaskit/docs@5.0.6
2281
+ - [patch] Updated dependencies
2282
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
2283
+ - @atlaskit/theme@6.0.0
2284
+ - @atlaskit/tooltip@12.0.9
2285
+ - @atlaskit/spinner@9.0.6
2286
+ - @atlaskit/modal-dialog@6.0.9
2287
+ - @atlaskit/icon@13.2.5
2288
+ - @atlaskit/form@3.1.6
2289
+ - @atlaskit/checkbox@4.0.4
2290
+ - @atlaskit/button@9.0.6
2291
+ - @atlaskit/docs@5.0.6
1841
2292
 
1842
2293
  ## 5.0.8
1843
2294
 
1844
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1845
- - [none] Updated dependencies [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
1846
- - @atlaskit/tooltip@12.0.5
1847
- - @atlaskit/modal-dialog@6.0.6
1848
- - @atlaskit/analytics-next@3.0.4
1849
- - @atlaskit/checkbox@4.0.3
1850
- - @atlaskit/button@9.0.5
1851
- - @atlaskit/theme@5.1.3
1852
- - @atlaskit/spinner@9.0.5
1853
- - @atlaskit/icon@13.2.4
1854
- - @atlaskit/form@3.1.5
2295
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
2296
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
2297
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2298
+ - [none] Updated dependencies
2299
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2300
+ - @atlaskit/tooltip@12.0.5
2301
+ - @atlaskit/modal-dialog@6.0.6
2302
+ - @atlaskit/analytics-next@3.0.4
2303
+ - @atlaskit/checkbox@4.0.3
2304
+ - @atlaskit/button@9.0.5
2305
+ - @atlaskit/theme@5.1.3
2306
+ - @atlaskit/spinner@9.0.5
2307
+ - @atlaskit/icon@13.2.4
2308
+ - @atlaskit/form@3.1.5
1855
2309
 
1856
2310
  ## 5.0.7
1857
2311
 
1858
- - [patch] Fix bug with Popup select not opening if target was an SVG object [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1859
- - [patch] Updated dependencies [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
1860
- - @atlaskit/tooltip@12.0.4
1861
- - @atlaskit/icon@13.2.2
1862
- - @atlaskit/checkbox@4.0.2
1863
- - @atlaskit/button@9.0.4
1864
- - @atlaskit/theme@5.1.2
1865
- - @atlaskit/spinner@9.0.4
1866
- - @atlaskit/analytics-next@3.0.3
1867
- - @atlaskit/docs@5.0.2
1868
- - @atlaskit/modal-dialog@6.0.5
1869
- - @atlaskit/form@3.1.4
2312
+ - [patch] Fix bug with Popup select not opening if target was an SVG object
2313
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2314
+ - [patch] Updated dependencies
2315
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2316
+ - @atlaskit/tooltip@12.0.4
2317
+ - @atlaskit/icon@13.2.2
2318
+ - @atlaskit/checkbox@4.0.2
2319
+ - @atlaskit/button@9.0.4
2320
+ - @atlaskit/theme@5.1.2
2321
+ - @atlaskit/spinner@9.0.4
2322
+ - @atlaskit/analytics-next@3.0.3
2323
+ - @atlaskit/docs@5.0.2
2324
+ - @atlaskit/modal-dialog@6.0.5
2325
+ - @atlaskit/form@3.1.4
1870
2326
 
1871
2327
  ## 5.0.6
1872
2328
 
1873
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1874
- - [patch] Updated dependencies [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
1875
- - @atlaskit/tooltip@12.0.3
1876
- - @atlaskit/modal-dialog@6.0.4
1877
- - @atlaskit/analytics-next@3.0.2
1878
- - @atlaskit/checkbox@4.0.1
1879
- - @atlaskit/button@9.0.3
1880
- - @atlaskit/theme@5.1.1
1881
- - @atlaskit/spinner@9.0.3
1882
- - @atlaskit/icon@13.2.1
1883
- - @atlaskit/form@3.1.3
2329
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
2330
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
2331
+ - [patch] Updated dependencies
2332
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
2333
+ - @atlaskit/tooltip@12.0.3
2334
+ - @atlaskit/modal-dialog@6.0.4
2335
+ - @atlaskit/analytics-next@3.0.2
2336
+ - @atlaskit/checkbox@4.0.1
2337
+ - @atlaskit/button@9.0.3
2338
+ - @atlaskit/theme@5.1.1
2339
+ - @atlaskit/spinner@9.0.3
2340
+ - @atlaskit/icon@13.2.1
2341
+ - @atlaskit/form@3.1.3
1884
2342
 
1885
2343
  ## 5.0.5
1886
2344
 
1887
- - [patch] Removed incorrect min-height for forms. Fixed select dev dep range for form. [186a2ee](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/186a2ee)
1888
- - [none] Updated dependencies [186a2ee](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/186a2ee)
1889
- - @atlaskit/form@3.1.2
2345
+ - [patch] Removed incorrect min-height for forms. Fixed select dev dep range for form.
2346
+ [186a2ee](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/186a2ee)
2347
+ - [none] Updated dependencies
2348
+ [186a2ee](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/186a2ee)
2349
+ - @atlaskit/form@3.1.2
1890
2350
 
1891
2351
  ## 5.0.4
1892
2352
 
1893
- - [patch] Updated dependencies [25d6e48](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d6e48)
1894
- - @atlaskit/form@3.1.1
2353
+ - [patch] Updated dependencies
2354
+ [25d6e48](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d6e48)
2355
+ - @atlaskit/form@3.1.1
1895
2356
 
1896
2357
  ## 5.0.3
1897
2358
 
1898
- - [patch] Updated dependencies [e33f19d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e33f19d)
1899
- - @atlaskit/form@3.1.0
2359
+ - [patch] Updated dependencies
2360
+ [e33f19d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e33f19d)
2361
+ - @atlaskit/form@3.1.0
1900
2362
 
1901
2363
  ## 5.0.2
1902
2364
 
1903
- - [patch] Move analytics tests and replace elements to core [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1904
- - [none] Updated dependencies [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
1905
- - @atlaskit/tooltip@12.0.1
1906
- - @atlaskit/modal-dialog@6.0.1
1907
- - @atlaskit/analytics-next@3.0.1
1908
- - @atlaskit/button@9.0.2
1909
- - @atlaskit/spinner@9.0.2
1910
- - @atlaskit/docs@5.0.1
2365
+ - [patch] Move analytics tests and replace elements to core
2366
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
2367
+ - [none] Updated dependencies
2368
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
2369
+ - @atlaskit/tooltip@12.0.1
2370
+ - @atlaskit/modal-dialog@6.0.1
2371
+ - @atlaskit/analytics-next@3.0.1
2372
+ - @atlaskit/button@9.0.2
2373
+ - @atlaskit/spinner@9.0.2
2374
+ - @atlaskit/docs@5.0.1
1911
2375
 
1912
2376
  ## 5.0.1
1913
2377
 
1914
- - [patch] Updated dependencies [e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
1915
- - @atlaskit/tooltip@12.0.0
1916
- - @atlaskit/icon@13.1.1
1917
- - @atlaskit/form@3.0.1
2378
+ - [patch] Updated dependencies
2379
+ [e6b1985](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b1985)
2380
+ - @atlaskit/tooltip@12.0.0
2381
+ - @atlaskit/icon@13.1.1
2382
+ - @atlaskit/form@3.0.1
1918
2383
 
1919
2384
  ## 5.0.0
1920
2385
 
1921
- - [major] Provides analytics for common component interations. See the [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for more details. If you are using enzyme for testing you will have to use [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme). [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1922
- - [major] Updates to React ^16.4.0 [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1923
- - [major] Updated dependencies [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
1924
- - @atlaskit/tooltip@11.0.0
1925
- - @atlaskit/modal-dialog@6.0.0
1926
- - @atlaskit/analytics-next@3.0.0
1927
- - @atlaskit/checkbox@4.0.0
1928
- - @atlaskit/button@9.0.0
1929
- - @atlaskit/theme@5.0.0
1930
- - @atlaskit/docs@5.0.0
1931
- - @atlaskit/icon@13.0.0
1932
- - @atlaskit/form@3.0.0
1933
- - [major] Updated dependencies [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
1934
- - @atlaskit/tooltip@11.0.0
1935
- - @atlaskit/modal-dialog@6.0.0
1936
- - @atlaskit/analytics-next@3.0.0
1937
- - @atlaskit/checkbox@4.0.0
1938
- - @atlaskit/button@9.0.0
1939
- - @atlaskit/theme@5.0.0
1940
- - @atlaskit/docs@5.0.0
1941
- - @atlaskit/icon@13.0.0
1942
- - @atlaskit/form@3.0.0
2386
+ - [major] Provides analytics for common component interations. See the
2387
+ [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section
2388
+ for more details. If you are using enzyme for testing you will have to use
2389
+ [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
2390
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2391
+ - [major] Updates to React ^16.4.0
2392
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2393
+ - [major] Updated dependencies
2394
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2395
+ - @atlaskit/tooltip@11.0.0
2396
+ - @atlaskit/modal-dialog@6.0.0
2397
+ - @atlaskit/analytics-next@3.0.0
2398
+ - @atlaskit/checkbox@4.0.0
2399
+ - @atlaskit/button@9.0.0
2400
+ - @atlaskit/theme@5.0.0
2401
+ - @atlaskit/docs@5.0.0
2402
+ - @atlaskit/icon@13.0.0
2403
+ - @atlaskit/form@3.0.0
2404
+ - [major] Updated dependencies
2405
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2406
+ - @atlaskit/tooltip@11.0.0
2407
+ - @atlaskit/modal-dialog@6.0.0
2408
+ - @atlaskit/analytics-next@3.0.0
2409
+ - @atlaskit/checkbox@4.0.0
2410
+ - @atlaskit/button@9.0.0
2411
+ - @atlaskit/theme@5.0.0
2412
+ - @atlaskit/docs@5.0.0
2413
+ - @atlaskit/icon@13.0.0
2414
+ - @atlaskit/form@3.0.0
1943
2415
 
1944
2416
  ## 4.5.2
1945
2417
 
1946
- - [patch] Update loading indicator to be inline with ADG3 [da661fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da661fd)
1947
- - [none] Updated dependencies [da661fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da661fd)
2418
+ - [patch] Update loading indicator to be inline with ADG3
2419
+ [da661fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da661fd)
2420
+ - [none] Updated dependencies
2421
+ [da661fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da661fd)
1948
2422
 
1949
2423
  ## 4.5.1
1950
2424
 
1951
- - [patch] fixed actionMeta not being passed to onChange of PopupSelect [83833be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/83833be)
1952
- - [none] Updated dependencies [83833be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/83833be)
2425
+ - [patch] fixed actionMeta not being passed to onChange of PopupSelect
2426
+ [83833be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/83833be)
2427
+ - [none] Updated dependencies
2428
+ [83833be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/83833be)
1953
2429
 
1954
2430
  ## 4.5.0
1955
2431
 
1956
- - [minor] atlaskit/select now invokes a makeAnimated function to wrap passed in components in default animated behaviour. As this invocation returns a new set of react components each time, we've also implemented a lightweight component cache using memoize-one and react-fast-compare. Additionally updates made to datetime-picker to not instantiate a new component on render everytime (for performance reasons as well as to satisfy our caching logic), we now also pass relevant state values through the select as props to be ingested by our custom components, instead of directly capturing them within lexical scope. [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
1957
- - [none] Updated dependencies [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
2432
+ - [minor] atlaskit/select now invokes a makeAnimated function to wrap passed in components in
2433
+ default animated behaviour. As this invocation returns a new set of react components each time,
2434
+ we've also implemented a lightweight component cache using memoize-one and react-fast-compare.
2435
+ Additionally updates made to datetime-picker to not instantiate a new component on render
2436
+ everytime (for performance reasons as well as to satisfy our caching logic), we now also pass
2437
+ relevant state values through the select as props to be ingested by our custom components,
2438
+ instead of directly capturing them within lexical scope.
2439
+ [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
2440
+ - [none] Updated dependencies
2441
+ [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
1958
2442
 
1959
2443
  ## 4.4.0
1960
2444
 
1961
- - [minor] Added nav-next "Switcher" component. Minor fixes and dep bump for select. [ed5d8d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed5d8d1)
1962
- - [none] Updated dependencies [ed5d8d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed5d8d1)
2445
+ - [minor] Added nav-next "Switcher" component. Minor fixes and dep bump for select.
2446
+ [ed5d8d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed5d8d1)
2447
+ - [none] Updated dependencies
2448
+ [ed5d8d1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ed5d8d1)
1963
2449
 
1964
2450
  ## 4.3.6
1965
2451
 
1966
- - [patch] ADG3 guideline allignemnt, updated padding and height, update colors for hover and active, update icons [b53da28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b53da28)
1967
- - [none] Updated dependencies [b53da28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b53da28)
2452
+ - [patch] ADG3 guideline allignemnt, updated padding and height, update colors for hover and
2453
+ active, update icons [b53da28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b53da28)
2454
+ - [none] Updated dependencies
2455
+ [b53da28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b53da28)
1968
2456
 
1969
2457
  ## 4.3.5
1970
2458
 
1971
- - [patch] Updated dependencies [60c715f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60c715f)
1972
- - @atlaskit/form@2.1.5
2459
+ - [patch] Updated dependencies
2460
+ [60c715f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/60c715f)
2461
+ - @atlaskit/form@2.1.5
1973
2462
 
1974
2463
  ## 4.3.4
1975
2464
 
1976
- - [patch] Updated dependencies [a78cd4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a78cd4d)
1977
- - @atlaskit/icon@12.6.2
2465
+ - [patch] Updated dependencies
2466
+ [a78cd4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a78cd4d)
2467
+ - @atlaskit/icon@12.6.2
1978
2468
 
1979
2469
  ## 4.3.3
1980
2470
 
1981
- - [patch] Replace internal styled components with emotion styled components [415a64a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/415a64a)
1982
- - [none] Updated dependencies [415a64a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/415a64a)
2471
+ - [patch] Replace internal styled components with emotion styled components
2472
+ [415a64a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/415a64a)
2473
+ - [none] Updated dependencies
2474
+ [415a64a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/415a64a)
1983
2475
 
1984
2476
  ## 4.3.2
1985
2477
 
1986
- - [patch] Updated dependencies [470a1fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/470a1fb)
1987
- - @atlaskit/form@2.1.4
2478
+ - [patch] Updated dependencies
2479
+ [470a1fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/470a1fb)
2480
+ - @atlaskit/form@2.1.4
1988
2481
 
1989
2482
  ## 4.3.1
1990
2483
 
1991
- - [patch] Fix \$FlowFixMe and release packages [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1992
- - [patch] Updated dependencies [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
1993
- - @atlaskit/tooltip@10.3.1
1994
- - @atlaskit/modal-dialog@5.2.5
1995
- - @atlaskit/button@8.2.2
1996
- - @atlaskit/checkbox@3.1.2
1997
- - @atlaskit/icon@12.3.1
1998
- - @atlaskit/form@2.1.3
2484
+ - [patch] Fix \$FlowFixMe and release packages
2485
+ [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
2486
+ - [patch] Updated dependencies
2487
+ [25d0b2d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/25d0b2d)
2488
+ - @atlaskit/tooltip@10.3.1
2489
+ - @atlaskit/modal-dialog@5.2.5
2490
+ - @atlaskit/button@8.2.2
2491
+ - @atlaskit/checkbox@3.1.2
2492
+ - @atlaskit/icon@12.3.1
2493
+ - @atlaskit/form@2.1.3
1999
2494
 
2000
2495
  ## 4.3.0
2001
2496
 
2002
- - [minor] Fixes types for Flow 0.74 [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
2003
- - [none] Updated dependencies [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
2004
- - @atlaskit/tooltip@10.3.0
2005
- - @atlaskit/button@8.2.0
2006
- - @atlaskit/checkbox@3.1.0
2007
- - @atlaskit/icon@12.2.0
2497
+ - [minor] Fixes types for Flow 0.74
2498
+ [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
2499
+ - [none] Updated dependencies
2500
+ [dc50cd2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dc50cd2)
2501
+ - @atlaskit/tooltip@10.3.0
2502
+ - @atlaskit/button@8.2.0
2503
+ - @atlaskit/checkbox@3.1.0
2504
+ - @atlaskit/icon@12.2.0
2008
2505
 
2009
2506
  ## 4.2.3
2010
2507
 
2011
- - [patch] Clean Changelogs - remove duplicates and empty entries [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2012
- - [patch] Updated dependencies [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2013
- - @atlaskit/tooltip@10.2.1
2014
- - @atlaskit/modal-dialog@5.2.2
2015
- - @atlaskit/button@8.1.2
2016
- - @atlaskit/theme@4.0.4
2017
- - @atlaskit/checkbox@3.0.6
2018
- - @atlaskit/icon@12.1.2
2019
- - @atlaskit/form@2.1.2
2508
+ - [patch] Clean Changelogs - remove duplicates and empty entries
2509
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2510
+ - [patch] Updated dependencies
2511
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2512
+ - @atlaskit/tooltip@10.2.1
2513
+ - @atlaskit/modal-dialog@5.2.2
2514
+ - @atlaskit/button@8.1.2
2515
+ - @atlaskit/theme@4.0.4
2516
+ - @atlaskit/checkbox@3.0.6
2517
+ - @atlaskit/icon@12.1.2
2518
+ - @atlaskit/form@2.1.2
2020
2519
 
2021
2520
  ## 4.2.2
2022
2521
 
2023
- - [patch] Added upgrade guide, updated atlaskit/docs dep on react-markings to expose md parser customisations [aef4aea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aef4aea)
2024
- - [none] Updated dependencies [aef4aea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aef4aea)
2025
- - @atlaskit/docs@4.2.0
2522
+ - [patch] Added upgrade guide, updated atlaskit/docs dep on react-markings to expose md parser
2523
+ customisations [aef4aea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aef4aea)
2524
+ - [none] Updated dependencies
2525
+ [aef4aea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aef4aea)
2526
+ - @atlaskit/docs@4.2.0
2026
2527
 
2027
2528
  ## 4.2.1
2028
2529
 
2029
- - [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
2030
- - [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
2031
- - @atlaskit/theme@4.0.3
2032
- - @atlaskit/modal-dialog@5.1.1
2033
- - @atlaskit/icon@12.1.1
2034
- - @atlaskit/checkbox@3.0.5
2035
- - @atlaskit/button@8.1.1
2036
- - @atlaskit/docs@4.1.1
2530
+ - [patch] Update changelogs to remove duplicate
2531
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
2532
+ - [none] Updated dependencies
2533
+ [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
2534
+ - @atlaskit/theme@4.0.3
2535
+ - @atlaskit/modal-dialog@5.1.1
2536
+ - @atlaskit/icon@12.1.1
2537
+ - @atlaskit/checkbox@3.0.5
2538
+ - @atlaskit/button@8.1.1
2539
+ - @atlaskit/docs@4.1.1
2037
2540
 
2038
2541
  ## 4.2.0
2039
2542
 
2040
- - [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
2041
- - @atlaskit/modal-dialog@5.1.0
2042
- - @atlaskit/icon@12.1.0
2043
- - @atlaskit/checkbox@3.0.4
2044
- - @atlaskit/docs@4.1.0
2045
- - @atlaskit/theme@4.0.2
2046
- - @atlaskit/button@8.1.0
2543
+ - [none] Updated dependencies
2544
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
2545
+ - @atlaskit/modal-dialog@5.1.0
2546
+ - @atlaskit/icon@12.1.0
2547
+ - @atlaskit/checkbox@3.0.4
2548
+ - @atlaskit/docs@4.1.0
2549
+ - @atlaskit/theme@4.0.2
2550
+ - @atlaskit/button@8.1.0
2047
2551
 
2048
2552
  ## 4.1.0
2049
2553
 
2050
- - [minor] Fix InlineDialog closing on Select option click. Added Select prop onClickPreventDefault which is enabled by default [11accbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11accbd)
2051
- - [minor] Updated dependencies [11accbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11accbd)
2554
+ - [minor] Fix InlineDialog closing on Select option click. Added Select prop onClickPreventDefault
2555
+ which is enabled by default
2556
+ [11accbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11accbd)
2557
+ - [minor] Updated dependencies
2558
+ [11accbd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/11accbd)
2052
2559
 
2053
2560
  ## 4.0.1
2054
2561
 
2055
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2056
- - [patch] Updated dependencies [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2057
- - @atlaskit/modal-dialog@5.0.1
2058
- - @atlaskit/icon@12.0.1
2059
- - @atlaskit/checkbox@3.0.1
2060
- - @atlaskit/button@8.0.1
2061
- - @atlaskit/theme@4.0.1
2062
- - @atlaskit/docs@4.0.1
2562
+ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2563
+ - [patch] Updated dependencies
2564
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2565
+ - @atlaskit/modal-dialog@5.0.1
2566
+ - @atlaskit/icon@12.0.1
2567
+ - @atlaskit/checkbox@3.0.1
2568
+ - @atlaskit/button@8.0.1
2569
+ - @atlaskit/theme@4.0.1
2570
+ - @atlaskit/docs@4.0.1
2063
2571
 
2064
2572
  ## 4.0.0
2065
2573
 
2066
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2067
- - [patch] Updated dependencies [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2068
- - @atlaskit/modal-dialog@5.0.0
2069
- - @atlaskit/icon@12.0.0
2070
- - @atlaskit/checkbox@3.0.0
2071
- - @atlaskit/button@8.0.0
2072
- - @atlaskit/theme@4.0.0
2073
- - @atlaskit/docs@4.0.0
2574
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
2575
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2576
+ - [patch] Updated dependencies
2577
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2578
+ - @atlaskit/modal-dialog@5.0.0
2579
+ - @atlaskit/icon@12.0.0
2580
+ - @atlaskit/checkbox@3.0.0
2581
+ - @atlaskit/button@8.0.0
2582
+ - @atlaskit/theme@4.0.0
2583
+ - @atlaskit/docs@4.0.0
2074
2584
 
2075
2585
  ## 3.2.0
2076
2586
 
2077
- - [minor] Add named export "CompositeSelect" to the Atlaskit select package [9c34042](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c34042)
2587
+ - [minor] Add named export "CompositeSelect" to the Atlaskit select package
2588
+ [9c34042](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c34042)
2078
2589
 
2079
2590
  ## 3.1.0
2080
2591
 
2081
- - [minor] Added `spacing` prop, which allows for a compact mode that supports 32px trigger height for single-select, bumped react-select to beta.6 [59ab4a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59ab4a6)
2082
- - [minor] added `spacing` prop to support `compact` mode for single select.
2083
- - bumped react-select to beta.6, this includes the following changes:
2084
- - `actionMeta` for `remove-value` and `pop-value` events now contain a `removedValue` property.
2085
- - Fixed bug with `css` attribute being applied to DOM element in SingleValue.
2086
- - selectValue now filters items based on getOptionValue method.
2087
- - Added `createOptionPosition` prop for Creatable select, which allows the user to specify whether the createOption element displays as the first or last option in the menu.
2088
- - Added touch handling logic to detect user intent to scroll the page when interacting with the select control.
2592
+ - [minor] Added `spacing` prop, which allows for a compact mode that supports 32px trigger height
2593
+ for single-select, bumped react-select to beta.6
2594
+ [59ab4a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59ab4a6)
2595
+ - [minor] added `spacing` prop to support `compact` mode for single select.
2596
+ - bumped react-select to beta.6, this includes the following changes:
2597
+ - `actionMeta` for `remove-value` and `pop-value` events now contain a `removedValue`
2598
+ property.
2599
+ - Fixed bug with `css` attribute being applied to DOM element in SingleValue.
2600
+ - selectValue now filters items based on getOptionValue method.
2601
+ - Added `createOptionPosition` prop for Creatable select, which allows the user to specify
2602
+ whether the createOption element displays as the first or last option in the menu.
2603
+ - Added touch handling logic to detect user intent to scroll the page when interacting with
2604
+ the select control.
2089
2605
 
2090
2606
  ## 3.0.2
2091
2607
 
2092
- - [patch] Updated dependencies [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
2093
- - @atlaskit/icon@11.3.0
2094
- - @atlaskit/modal-dialog@4.0.5
2095
- - @atlaskit/checkbox@2.0.2
2096
- - @atlaskit/button@7.2.5
2097
- - @atlaskit/theme@3.2.2
2098
- - @atlaskit/docs@3.0.4
2608
+ - [patch] Updated dependencies
2609
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
2610
+ - @atlaskit/icon@11.3.0
2611
+ - @atlaskit/modal-dialog@4.0.5
2612
+ - @atlaskit/checkbox@2.0.2
2613
+ - @atlaskit/button@7.2.5
2614
+ - @atlaskit/theme@3.2.2
2615
+ - @atlaskit/docs@3.0.4
2099
2616
 
2100
2617
  ## 3.0.1
2101
2618
 
2102
- - [patch] Fix imports for creaetable, async and async creatable selects [92ae24e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92ae24e)
2619
+ - [patch] Fix imports for creaetable, async and async creatable selects
2620
+ [92ae24e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92ae24e)
2103
2621
 
2104
2622
  ## 3.0.0
2105
2623
 
2106
- - [major] Update to react-select@beta.4, removed developer preview warning. Stable release [d05b9e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d05b9e5)
2107
- - BREAKING: Removed `maxValueHeight` prop and functionality, this is a breaking change that affects multi -value components predominantly. The control will now expand to accommodate contained values, as opposed to constraining to a maxValueHeight with a scrollable area.
2108
- - `Async`, `Creatable`, `AsyncCreatable` components now imported from `react-select` and not from `react-select/lib/*`.
2109
- - Internal cx implementation refactored to reduce specificity of css-in-js base styles. By default these base-styles will be overridden by css styles associated to provided class names.
2110
- - Fixed animated component bug where setting isSearchable to false would throw warnings in the console.
2111
- - Added a `classNamePrefix` prop which now controls the class names applied to internal components, `className` prop is now intended for adding a className to the bounding selectContainer only. If the classNamePrefix field is left undefined, then the className prop will currently fulfill both these roles, however a warning will be shown and _this functionality is intended to be deprecated in future releases_.
2112
- - Added --is-disabled className modifier to the default Option component
2113
- - Fixed IE11 issues around element overflow in the menuList, and scroll indicators in the control.
2114
- - Added multi-value keyboard navigation using left and right arrow keys.
2115
- - Added fix to ensure focus is on the input when the menu opens.
2624
+ - [major] Update to react-select@beta.4, removed developer preview warning. Stable release
2625
+ [d05b9e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d05b9e5)
2626
+ - BREAKING: Removed `maxValueHeight` prop and functionality, this is a breaking change that
2627
+ affects multi -value components predominantly. The control will now expand to accommodate
2628
+ contained values, as opposed to constraining to a maxValueHeight with a scrollable area.
2629
+ - `Async`, `Creatable`, `AsyncCreatable` components now imported from `react-select` and not from
2630
+ `react-select/lib/*`.
2631
+ - Internal cx implementation refactored to reduce specificity of css-in-js base styles. By default
2632
+ these base-styles will be overridden by css styles associated to provided class names.
2633
+ - Fixed animated component bug where setting isSearchable to false would throw warnings in the
2634
+ console.
2635
+ - Added a `classNamePrefix` prop which now controls the class names applied to internal
2636
+ components, `className` prop is now intended for adding a className to the bounding
2637
+ selectContainer only. If the classNamePrefix field is left undefined, then the className prop
2638
+ will currently fulfill both these roles, however a warning will be shown and _this functionality
2639
+ is intended to be deprecated in future releases_.
2640
+ - Added --is-disabled className modifier to the default Option component
2641
+ - Fixed IE11 issues around element overflow in the menuList, and scroll indicators in the control.
2642
+ - Added multi-value keyboard navigation using left and right arrow keys.
2643
+ - Added fix to ensure focus is on the input when the menu opens.
2116
2644
 
2117
2645
  ## 2.0.2
2118
2646
 
2119
- - [patch] Release to align @atlaskit/select styles and theme with ADG3 guideline. [7468739](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7468739)
2647
+ - [patch] Release to align @atlaskit/select styles and theme with ADG3 guideline.
2648
+ [7468739](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7468739)
2120
2649
 
2121
2650
  ## 2.0.0
2122
2651
 
2123
- - [major] Classname prop added, if this is given a value we surface logical semantic classes prefixed with the supplied value to enable styling via css otherwise a generated hash value is used.W e also now export icon components from the components object to facilitate easier customisation. Previously this behaviour was enforced, and classes were given semantic values and prefixed with ‘react-select’ by default (i.e. react-select\_\_dropdown-indicator) . See the following commit for details https://github.com/JedWatson/react-select/commit/109d1aadb585cc5fd113d03309d80bd59b5eaf9b Also in this release, IE 11 display bugfix for centre alligned elements in a flex parent, fix for react15 compatibility, fix for bug where long tail values were not being truncated properly in the control [8d19b24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d19b24)
2652
+ - [major] Classname prop added, if this is given a value we surface logical semantic classes
2653
+ prefixed with the supplied value to enable styling via css otherwise a generated hash value is
2654
+ used.W e also now export icon components from the components object to facilitate easier
2655
+ customisation. Previously this behaviour was enforced, and classes were given semantic values
2656
+ and prefixed with ‘react-select’ by default (i.e. react-select\_\_dropdown-indicator) . See the
2657
+ following commit for details
2658
+ https://github.com/JedWatson/react-select/commit/109d1aadb585cc5fd113d03309d80bd59b5eaf9b Also
2659
+ in this release, IE 11 display bugfix for centre alligned elements in a flex parent, fix for
2660
+ react15 compatibility, fix for bug where long tail values were not being truncated properly in
2661
+ the control [8d19b24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d19b24)
2124
2662
 
2125
2663
  ## 1.3.1
2126
2664
 
2127
- - [patch] Update react-select version to fix flowtype errors [240a083](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/240a083)
2665
+ - [patch] Update react-select version to fix flowtype errors
2666
+ [240a083](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/240a083)
2128
2667
 
2129
2668
  ## 1.3.0
2130
2669
 
2131
- - [minor] Update react-select dep in @atlaskit/select to alpha.10 [4073781](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4073781)
2670
+ - [minor] Update react-select dep in @atlaskit/select to alpha.10
2671
+ [4073781](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4073781)
2132
2672
 
2133
2673
  ## 1.2.0
2134
2674
 
2135
- - [minor] @atlaskit/select now exports the createFilter [df7d845](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df7d845)
2675
+ - [minor] @atlaskit/select now exports the createFilter
2676
+ [df7d845](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df7d845)
2136
2677
 
2137
2678
  ## 1.1.1
2138
2679
 
2139
- - [patch] Re-export some exports from react-select for use in other packages. [eda9906](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eda9906)
2680
+ - [patch] Re-export some exports from react-select for use in other packages.
2681
+ [eda9906](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eda9906)
2140
2682
 
2141
2683
  ## 1.1.0
2142
2684
 
2143
- - [minor] Added default text-truncation behaviour for options in radio and checkbox selects [5b37cc1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b37cc1)
2685
+ - [minor] Added default text-truncation behaviour for options in radio and checkbox selects
2686
+ [5b37cc1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5b37cc1)
2144
2687
 
2145
2688
  ## 1.0.0
2146
2689
 
2147
- - [major] Bump to React 16.3. [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
2690
+ - [major] Bump to React 16.3.
2691
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
2148
2692
 
2149
2693
  ## 0.3.0
2150
2694
 
2151
- - [minor] Added Creatable and AsyncCreatable exports, added menuPortalTarget prop to portal select menu, updated selects to expose intenral focus and blur methods' [a7b06f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a7b06f4)
2695
+ - [minor] Added Creatable and AsyncCreatable exports, added menuPortalTarget prop to portal select
2696
+ menu, updated selects to expose intenral focus and blur methods'
2697
+ [a7b06f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a7b06f4)
2152
2698
 
2153
2699
  ## 0.2.1
2154
2700
 
2155
- - [patch] Re-releasing due to potentially broken babel release [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
2701
+ - [patch] Re-releasing due to potentially broken babel release
2702
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
2156
2703
 
2157
2704
  ## 0.2.0
2158
2705
 
2159
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3 [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
2706
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
2707
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
2160
2708
 
2161
2709
  ## 0.1.7
2162
2710
 
2163
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2 [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
2711
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
2712
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
2164
2713
 
2165
2714
  ## 0.1.6
2166
2715
 
2167
- - [patch] Update to alpha.6 and cleanup CountrySelect [c972f53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c972f53)
2716
+ - [patch] Update to alpha.6 and cleanup CountrySelect
2717
+ [c972f53](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c972f53)
2168
2718
 
2169
2719
  ## 0.1.5
2170
2720
 
2171
- - [patch] Packages Flow types for elements components [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
2721
+ - [patch] Packages Flow types for elements components
2722
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
2172
2723
 
2173
2724
  ## 0.1.4
2174
2725
 
2175
- - [patch] misc updates to select package [bd000c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd000c7)
2726
+ - [patch] misc updates to select package
2727
+ [bd000c7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bd000c7)
2176
2728
 
2177
2729
  ## 0.1.3
2178
2730
 
2179
- - [patch] added temporary SelectWraper to demonstrate validation [0ef5343](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ef5343)
2731
+ - [patch] added temporary SelectWraper to demonstrate validation
2732
+ [0ef5343](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0ef5343)
2180
2733
 
2181
2734
  ## 0.1.2
2182
2735
 
2183
- - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
2736
+ - [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website,
2737
+ \$ [007de27](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/007de27)
2184
2738
 
2185
2739
  ## 0.1.1
2186
2740
 
2187
- - [patch] initial release of the select package [1b8e01d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b8e01d)
2741
+ - [patch] initial release of the select package
2742
+ [1b8e01d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1b8e01d)
2188
2743
 
2189
2744
  ## 0.1.0
2190
2745
 
2191
- - Initial release
2746
+ - Initial release