@atlaskit/select 17.9.0 → 17.10.1

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