@atlaskit/datetime-picker 13.5.1 → 13.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,2477 +1,2488 @@
1
1
  # @atlaskit/datetime-picker
2
2
 
3
+ ## 13.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#109381](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109381)
8
+ [`8e216367262ea`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e216367262ea) -
9
+ [ux] Correct outside border of date time picker to 2px when focused
10
+ - Updated dependencies
11
+
12
+ ## 13.5.2
13
+
14
+ ### Patch Changes
15
+
16
+ - [#102225](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102225)
17
+ [`95ec6562dae8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/95ec6562dae8) -
18
+ Removal of feature flag platform.design-system-team-date-picker-input-focus-fix_awmzp
19
+
3
20
  ## 13.5.1
4
21
 
5
22
  ### Patch Changes
6
23
 
7
- - Updated dependencies
24
+ - Updated dependencies
8
25
 
9
26
  ## 13.5.0
10
27
 
11
28
  ### Minor Changes
12
29
 
13
- - [#96491](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96491)
14
- [`67cdb3372708`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67cdb3372708) -
15
- Add support for React 18.
30
+ - [#96491](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96491)
31
+ [`67cdb3372708`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67cdb3372708) -
32
+ Add support for React 18.
16
33
 
17
34
  ## 13.4.0
18
35
 
19
36
  ### Minor Changes
20
37
 
21
- - [#94675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94675)
22
- [`5d9e1dccacca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d9e1dccacca) -
23
- [ux] Update input border color token to meet 3:1 color contrast ratioLight theme:
24
- color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
38
+ - [#94675](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94675)
39
+ [`5d9e1dccacca`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5d9e1dccacca) -
40
+ [ux] Update input border color token to meet 3:1 color contrast ratioLight theme:
41
+ color.border.input: #091E4224 → #8590A2Dark mode: color.border.input: #A6C5E229 → #738496
25
42
 
26
43
  ### Patch Changes
27
44
 
28
- - Updated dependencies
45
+ - Updated dependencies
29
46
 
30
47
  ## 13.3.6
31
48
 
32
49
  ### Patch Changes
33
50
 
34
- - Updated dependencies
51
+ - Updated dependencies
35
52
 
36
53
  ## 13.3.5
37
54
 
38
55
  ### Patch Changes
39
56
 
40
- - [#95171](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95171)
41
- [`22defdb991da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22defdb991da) -
42
- [ux] Open date picker calendar when enter or space is pressed while input is focused and
43
- calendar is closed.
57
+ - [#95171](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95171)
58
+ [`22defdb991da`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22defdb991da) -
59
+ [ux] Open date picker calendar when enter or space is pressed while input is focused and calendar
60
+ is closed.
44
61
 
45
62
  ## 13.3.4
46
63
 
47
64
  ### Patch Changes
48
65
 
49
- - [#93577](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93577)
50
- [`af88f34ad1bc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af88f34ad1bc) -
51
- This removes the `platform.design-system-team.move-onblur-event-to-input-container_3z82c`
52
- feature flag. The blur event on `DatePicker` should fire after the calendar is closed.
66
+ - [#93577](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93577)
67
+ [`af88f34ad1bc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/af88f34ad1bc) -
68
+ This removes the `platform.design-system-team.move-onblur-event-to-input-container_3z82c` feature
69
+ flag. The blur event on `DatePicker` should fire after the calendar is closed.
53
70
 
54
71
  ## 13.3.3
55
72
 
56
73
  ### Patch Changes
57
74
 
58
- - [#94805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94805)
59
- [`cf93487006a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cf93487006a9) -
60
- [ux] Return focus to the date picker input on date selection
61
- - Updated dependencies
75
+ - [#94805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94805)
76
+ [`cf93487006a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cf93487006a9) -
77
+ [ux] Return focus to the date picker input on date selection
78
+ - Updated dependencies
62
79
 
63
80
  ## 13.3.2
64
81
 
65
82
  ### Patch Changes
66
83
 
67
- - [#91429](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91429)
68
- [`3a4be575c5b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a4be575c5b5) -
69
- Updated TypeScript types for the default props of `DateTimePicker` to improve compatibility with
70
- React 18
84
+ - [#91429](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91429)
85
+ [`3a4be575c5b5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a4be575c5b5) -
86
+ Updated TypeScript types for the default props of `DateTimePicker` to improve compatibility with
87
+ React 18
71
88
 
72
89
  ## 13.3.1
73
90
 
74
91
  ### Patch Changes
75
92
 
76
- - [#88752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88752)
77
- [`08f18fa02605`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08f18fa02605) -
78
- [ux] Update calendar dependency
79
- - Updated dependencies
93
+ - [#88752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88752)
94
+ [`08f18fa02605`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/08f18fa02605) -
95
+ [ux] Update calendar dependency
96
+ - Updated dependencies
80
97
 
81
98
  ## 13.3.0
82
99
 
83
100
  ### Minor Changes
84
101
 
85
- - [#68248](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68248)
86
- [`22e0fd4f6694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22e0fd4f6694) -
87
- Move the onBlur event from the input to the input container in `DatePicker`. Add the type
88
- `aria-describedby` in to Field component.
102
+ - [#68248](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68248)
103
+ [`22e0fd4f6694`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/22e0fd4f6694) -
104
+ Move the onBlur event from the input to the input container in `DatePicker`. Add the type
105
+ `aria-describedby` in to Field component.
89
106
 
90
107
  ## 13.2.3
91
108
 
92
109
  ### Patch Changes
93
110
 
94
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
95
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
96
- Upgrade Typescript from `4.9.5` to `5.4.2`
111
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
112
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
113
+ Upgrade Typescript from `4.9.5` to `5.4.2`
97
114
 
98
115
  ## 13.2.2
99
116
 
100
117
  ### Patch Changes
101
118
 
102
- - [#82543](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82543)
103
- [`0f3b2fb883d3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0f3b2fb883d3) -
104
- Refactor border width feature to make it work in SSR
119
+ - [#82543](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82543)
120
+ [`0f3b2fb883d3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0f3b2fb883d3) -
121
+ Refactor border width feature to make it work in SSR
105
122
 
106
123
  ## 13.2.1
107
124
 
108
125
  ### Patch Changes
109
126
 
110
- - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
111
- [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
112
- Revert input border change from the previous version
127
+ - [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644)
128
+ [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) -
129
+ Revert input border change from the previous version
113
130
 
114
131
  ## 13.2.0
115
132
 
116
133
  ### Minor Changes
117
134
 
118
- - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
119
- [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
120
- [ux] Update input border width from 2px to 1px with darker color to meet 3:1 color contrast
135
+ - [#80805](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80805)
136
+ [`427c2dd9e0d6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/427c2dd9e0d6) -
137
+ [ux] Update input border width from 2px to 1px with darker color to meet 3:1 color contrast
121
138
 
122
139
  ### Patch Changes
123
140
 
124
- - Updated dependencies
141
+ - Updated dependencies
125
142
 
126
143
  ## 13.1.0
127
144
 
128
145
  ### Minor Changes
129
146
 
130
- - [#79261](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79261)
131
- [`d679c084e0a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d679c084e0a9) -
132
- Add optional `label` prop to DatePicker and TimePicker to supply an accessible name via
133
- `aria-label`
147
+ - [#79261](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79261)
148
+ [`d679c084e0a9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d679c084e0a9) -
149
+ Add optional `label` prop to DatePicker and TimePicker to supply an accessible name via
150
+ `aria-label`
134
151
 
135
152
  ## 13.0.12
136
153
 
137
154
  ### Patch Changes
138
155
 
139
- - [#74820](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74820)
140
- [`419806ebcae0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/419806ebcae0) -
141
- Export internal utility components to new file to clean up.
156
+ - [#74820](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74820)
157
+ [`419806ebcae0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/419806ebcae0) -
158
+ Export internal utility components to new file to clean up.
142
159
 
143
160
  ## 13.0.11
144
161
 
145
162
  ### Patch Changes
146
163
 
147
- - [#74787](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74787)
148
- [`c19c3790e6f1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c19c3790e6f1) -
149
- Cleaning up date picker component by exporting internal utilities.
164
+ - [#74787](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74787)
165
+ [`c19c3790e6f1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c19c3790e6f1) -
166
+ Cleaning up date picker component by exporting internal utilities.
150
167
 
151
168
  ## 13.0.10
152
169
 
153
170
  ### Patch Changes
154
171
 
155
- - [#74796](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74796)
156
- [`47a2a39b4033`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/47a2a39b4033) -
157
- Move types for all the pickers to the appropriate `types` file.
172
+ - [#74796](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74796)
173
+ [`47a2a39b4033`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/47a2a39b4033) -
174
+ Move types for all the pickers to the appropriate `types` file.
158
175
 
159
176
  ## 13.0.9
160
177
 
161
178
  ### Patch Changes
162
179
 
163
- - [#74756](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74756)
164
- [`8e66f751df96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e66f751df96) -
165
- Use feature flag to roll out border width update from 2px to 1px
180
+ - [#74756](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74756)
181
+ [`8e66f751df96`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e66f751df96) -
182
+ Use feature flag to roll out border width update from 2px to 1px
166
183
 
167
184
  ## 13.0.8
168
185
 
169
186
  ### Patch Changes
170
187
 
171
- - [#70959](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70959)
172
- [`689672b7c5b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/689672b7c5b0) -
173
- [ux] Returns focus to input after pressing `Esc` when inside the calendar popup in a date
174
- picker.
188
+ - [#70959](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70959)
189
+ [`689672b7c5b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/689672b7c5b0) -
190
+ [ux] Returns focus to input after pressing `Esc` when inside the calendar popup in a date picker.
175
191
 
176
192
  ## 13.0.7
177
193
 
178
194
  ### Patch Changes
179
195
 
180
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
181
- [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
182
- Migrate packages to use declarative entry points
196
+ - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
197
+ [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
198
+ Migrate packages to use declarative entry points
183
199
 
184
200
  ## 13.0.6
185
201
 
186
202
  ### Patch Changes
187
203
 
188
- - [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677)
189
- [`f320c8ce5039`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f320c8ce5039) -
190
- This package has been added to the Jira push model.
204
+ - [#63677](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63677)
205
+ [`f320c8ce5039`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f320c8ce5039) -
206
+ This package has been added to the Jira push model.
191
207
 
192
208
  ## 13.0.5
193
209
 
194
210
  ### Patch Changes
195
211
 
196
- - [#61141](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61141)
197
- [`57a79a328287`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57a79a328287) -
198
- Revert the solution with the hidden span in the Label which was merged in scope of DST-11061.
212
+ - [#61141](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61141)
213
+ [`57a79a328287`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57a79a328287) -
214
+ Revert the solution with the hidden span in the Label which was merged in scope of DST-11061.
199
215
 
200
216
  ## 13.0.4
201
217
 
202
218
  ### Patch Changes
203
219
 
204
- - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
205
- [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
206
- Update dependencies that were impacted by HOT-106483 to latest.
220
+ - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
221
+ [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
222
+ Update dependencies that were impacted by HOT-106483 to latest.
207
223
 
208
224
  ## 13.0.3
209
225
 
210
226
  ### Patch Changes
211
227
 
212
- - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
213
- [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
214
- Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
228
+ - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
229
+ [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
230
+ Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
215
231
 
216
232
  ## 13.0.2
217
233
 
218
234
  ### Patch Changes
219
235
 
220
- - [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458)
221
- [`536478cdcf0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/536478cdcf0b) -
222
- Made some tiny tweaks to the weekday header so its height is now an integer.
236
+ - [#58458](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58458)
237
+ [`536478cdcf0b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/536478cdcf0b) -
238
+ Made some tiny tweaks to the weekday header so its height is now an integer.
223
239
 
224
240
  ## 13.0.1
225
241
 
226
242
  ### Patch Changes
227
243
 
228
- - [#40391](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40391)
229
- [`4300c9d6f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4300c9d6f18) -
230
- Associate the label with the `Date` / `Time` picker and the clear button. Add hidden span to the
231
- Label component. This allows to associate a label with a clear button. Unit tests update.
244
+ - [#40391](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40391)
245
+ [`4300c9d6f18`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4300c9d6f18) -
246
+ Associate the label with the `Date` / `Time` picker and the clear button. Add hidden span to the
247
+ Label component. This allows to associate a label with a clear button. Unit tests update.
232
248
 
233
249
  ## 13.0.0
234
250
 
235
251
  ### Major Changes
236
252
 
237
- - [#43269](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43269)
238
- [`c7ab5b9501c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7ab5b9501c) - This
239
- fixes it so that `<TimePicker timeEditable timeFormat="hh:mm:ss">` will return seconds when the
240
- timeformat includes seconds whereas previously it would strictly return `HH:mm` and not account
241
- for the `timeFormat`. It is still not flexible and does not return time in your `timeFormat` to
242
- avoid causing unexpected breaking changes as that `HH:mm` format has been there for so long.
253
+ - [#43269](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43269)
254
+ [`c7ab5b9501c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7ab5b9501c) - This
255
+ fixes it so that `<TimePicker timeEditable timeFormat="hh:mm:ss">` will return seconds when the
256
+ timeformat includes seconds whereas previously it would strictly return `HH:mm` and not account
257
+ for the `timeFormat`. It is still not flexible and does not return time in your `timeFormat` to
258
+ avoid causing unexpected breaking changes as that `HH:mm` format has been there for so long.
243
259
 
244
- There's a theoretical risk that `HH:mm` formats are expected back when `HH:mm:ss` format are
245
- used and unsed improperly, but any typical parsing of datetime should handle this change
246
- perfectly fine, with zero breaking change expected.
260
+ There's a theoretical risk that `HH:mm` formats are expected back when `HH:mm:ss` format are used
261
+ and unsed improperly, but any typical parsing of datetime should handle this change perfectly
262
+ fine, with zero breaking change expected.
247
263
 
248
264
  ### Patch Changes
249
265
 
250
- - Updated dependencies
266
+ - Updated dependencies
251
267
 
252
268
  ## 12.10.6
253
269
 
254
270
  ### Patch Changes
255
271
 
256
- - Updated dependencies
272
+ - Updated dependencies
257
273
 
258
274
  ## 12.10.5
259
275
 
260
276
  ### Patch Changes
261
277
 
262
- - Updated dependencies
278
+ - Updated dependencies
263
279
 
264
280
  ## 12.10.4
265
281
 
266
282
  ### Patch Changes
267
283
 
268
- - [#42445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42445)
269
- [`5645b5a1132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5645b5a1132) - Fix TS
270
- errors for forge-ui in AFM
284
+ - [#42445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42445)
285
+ [`5645b5a1132`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5645b5a1132) - Fix TS
286
+ errors for forge-ui in AFM
271
287
 
272
288
  ## 12.10.3
273
289
 
274
290
  ### Patch Changes
275
291
 
276
- - [#41628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41628)
277
- [`b05664f7aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b05664f7aba) - Use
278
- feature flag to toggle if we enable UNSAFE_LAYERING
292
+ - [#41628](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41628)
293
+ [`b05664f7aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b05664f7aba) - Use
294
+ feature flag to toggle if we enable UNSAFE_LAYERING
279
295
 
280
296
  ## 12.10.2
281
297
 
282
298
  ### Patch Changes
283
299
 
284
- - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
285
- [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) -
286
- Connect yarn changeset to packages, upgrade adf-schema
300
+ - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
301
+ [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
302
+ yarn changeset to packages, upgrade adf-schema
287
303
 
288
304
  ## 12.10.1
289
305
 
290
306
  ### Patch Changes
291
307
 
292
- - [#40400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40400)
293
- [`ccff5f6ec7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccff5f6ec7a) -
294
- Integrate layering into calendar
308
+ - [#40400](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40400)
309
+ [`ccff5f6ec7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccff5f6ec7a) -
310
+ Integrate layering into calendar
295
311
 
296
312
  ## 12.10.0
297
313
 
298
314
  ### Minor Changes
299
315
 
300
- - [#39964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39964)
301
- [`6c0c0407eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c0c0407eb1) - This
302
- cleans up the feature flag references for the keyboard accessibility changes, making them fully
303
- available for all users.
316
+ - [#39964](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39964)
317
+ [`6c0c0407eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c0c0407eb1) - This
318
+ cleans up the feature flag references for the keyboard accessibility changes, making them fully
319
+ available for all users.
304
320
 
305
321
  ## 12.9.0
306
322
 
307
323
  ### Minor Changes
308
324
 
309
- - [#39720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39720)
310
- [`4afff68f652`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4afff68f652) - Make
311
- typing more complete and accurate for date picker.
325
+ - [#39720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39720)
326
+ [`4afff68f652`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4afff68f652) - Make
327
+ typing more complete and accurate for date picker.
312
328
 
313
329
  ## 12.8.2
314
330
 
315
331
  ### Patch Changes
316
332
 
317
- - [#39447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39447)
318
- [`829d92bcf37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/829d92bcf37) - Remove
319
- out of date lifecycle methods in favor of up to date methods.
333
+ - [#39447](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39447)
334
+ [`829d92bcf37`](https://bitbucket.org/atlassian/atlassian-frontend/commits/829d92bcf37) - Remove
335
+ out of date lifecycle methods in favor of up to date methods.
320
336
 
321
337
  ## 12.8.1
322
338
 
323
339
  ### Patch Changes
324
340
 
325
- - [#39448](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39448)
326
- [`ae2b28c599a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2b28c599a) - Remove
327
- unused state value.
341
+ - [#39448](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39448)
342
+ [`ae2b28c599a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ae2b28c599a) - Remove
343
+ unused state value.
328
344
 
329
345
  ## 12.8.0
330
346
 
331
347
  ### Minor Changes
332
348
 
333
- - [#38521](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38521)
334
- [`0ab32310305`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ab32310305) - [ux]
335
- We are testing adding keyboard accessibility to the datepicker change behind a feature flag. If
336
- this fix is successful it will be available in a later release.
349
+ - [#38521](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38521)
350
+ [`0ab32310305`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ab32310305) - [ux] We
351
+ are testing adding keyboard accessibility to the datepicker change behind a feature flag. If this
352
+ fix is successful it will be available in a later release.
337
353
 
338
354
  ## 12.7.12
339
355
 
340
356
  ### Patch Changes
341
357
 
342
- - [#39105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39105)
343
- [`5fae4d61ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fae4d61ff7) - Move
344
- event handlers to time picker input
358
+ - [#39105](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39105)
359
+ [`5fae4d61ff7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5fae4d61ff7) - Move
360
+ event handlers to time picker input
345
361
 
346
362
  ## 12.7.11
347
363
 
348
364
  ### Patch Changes
349
365
 
350
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
351
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
352
- version.json
353
- - Updated dependencies
366
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
367
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
368
+ version.json
369
+ - Updated dependencies
354
370
 
355
371
  ## 12.7.10
356
372
 
357
373
  ### Patch Changes
358
374
 
359
- - [#38651](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38651)
360
- [`e211efc7c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e211efc7c5f) - [ux]
361
- Add `lang` attribute to value of pickers.
375
+ - [#38651](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38651)
376
+ [`e211efc7c5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e211efc7c5f) - [ux] Add
377
+ `lang` attribute to value of pickers.
362
378
 
363
379
  ## 12.7.9
364
380
 
365
381
  ### Patch Changes
366
382
 
367
- - [#38569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38569)
368
- [`6f1daf0e449`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f1daf0e449) -
369
- Prevent calander from overlaying input when at the bottom of viewport
383
+ - [#38569](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38569)
384
+ [`6f1daf0e449`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f1daf0e449) - Prevent
385
+ calander from overlaying input when at the bottom of viewport
370
386
 
371
387
  ## 12.7.8
372
388
 
373
389
  ### Patch Changes
374
390
 
375
- - [#37610](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37610)
376
- [`e8bb91da805`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8bb91da805) - [ux]
377
- Ensure menu doesn't close when focus moves within it. Makes future keyboard accessibility
378
- possible.
391
+ - [#37610](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37610)
392
+ [`e8bb91da805`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8bb91da805) - [ux]
393
+ Ensure menu doesn't close when focus moves within it. Makes future keyboard accessibility
394
+ possible.
379
395
 
380
396
  ## 12.7.7
381
397
 
382
398
  ### Patch Changes
383
399
 
384
- - [#36759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36759)
385
- [`ba50169844e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba50169844e) - Remove
386
- lookahead and lookbehind in format util to support browsers without that functionality.
400
+ - [#36759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36759)
401
+ [`ba50169844e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba50169844e) - Remove
402
+ lookahead and lookbehind in format util to support browsers without that functionality.
387
403
 
388
404
  ## 12.7.6
389
405
 
390
406
  ### Patch Changes
391
407
 
392
- - [#35904](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35904)
393
- [`6d8ce8bb48a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d8ce8bb48a) - Revert
394
- PR using regex that is not supported by Safari 16.4 and below and can crash a session
408
+ - [#35904](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35904)
409
+ [`6d8ce8bb48a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6d8ce8bb48a) - Revert
410
+ PR using regex that is not supported by Safari 16.4 and below and can crash a session
395
411
 
396
412
  ## 12.7.5
397
413
 
398
414
  ### Patch Changes
399
415
 
400
- - [#36665](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36665)
401
- [`22363f962e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22363f962e5) - update
402
- border width to use border spacing token
416
+ - [#36665](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36665)
417
+ [`22363f962e5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/22363f962e5) - update
418
+ border width to use border spacing token
403
419
 
404
420
  ## 12.7.4
405
421
 
406
422
  ### Patch Changes
407
423
 
408
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
409
- [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
410
- Internal change to use shape tokens. There is no expected visual change.
424
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
425
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal
426
+ change to use shape tokens. There is no expected visual change.
411
427
 
412
428
  ## 12.7.3
413
429
 
414
430
  ### Patch Changes
415
431
 
416
- - [`758165c64f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/758165c64f6) - Fixes
417
- bug that made escapes not work correctly in format strings.
432
+ - [`758165c64f6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/758165c64f6) - Fixes
433
+ bug that made escapes not work correctly in format strings.
418
434
 
419
435
  ## 12.7.2
420
436
 
421
437
  ### Patch Changes
422
438
 
423
- - [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111)
424
- [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend
425
- border contrast feature flag to support confluence
439
+ - [#35111](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35111)
440
+ [`8f436f0c301`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8f436f0c301) - extend
441
+ border contrast feature flag to support confluence
426
442
 
427
443
  ## 12.7.1
428
444
 
429
445
  ### Patch Changes
430
446
 
431
- - [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
432
- [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) -
433
- Internal changes to use space tokens for spacing values. There is no visual change.
447
+ - [#34881](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34881)
448
+ [`774ed69ecef`](https://bitbucket.org/atlassian/atlassian-frontend/commits/774ed69ecef) - Internal
449
+ changes to use space tokens for spacing values. There is no visual change.
434
450
 
435
451
  ## 12.7.0
436
452
 
437
453
  ### Minor Changes
438
454
 
439
- - [#34373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34373)
440
- [`1d5cd2e273c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d5cd2e273c) - [ux]
441
- We are testing an input behavior change in date picker behind a feature flag. Now when entering
442
- a date in the input this value will persist after selecting a date instead of being cleared,
443
- acting like a standard input. If this fix is successful it will be available in a later release.
455
+ - [#34373](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34373)
456
+ [`1d5cd2e273c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1d5cd2e273c) - [ux] We
457
+ are testing an input behavior change in date picker behind a feature flag. Now when entering a
458
+ date in the input this value will persist after selecting a date instead of being cleared, acting
459
+ like a standard input. If this fix is successful it will be available in a later release.
444
460
 
445
461
  ## 12.6.1
446
462
 
447
463
  ### Patch Changes
448
464
 
449
- - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
450
- [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) -
451
- Internal change to enforce token usage for spacing properties. There is no expected visual or
452
- behaviour change.
465
+ - [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
466
+ [`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal
467
+ change to enforce token usage for spacing properties. There is no expected visual or behaviour
468
+ change.
453
469
 
454
470
  ## 12.6.0
455
471
 
456
472
  ### Minor Changes
457
473
 
458
- - [#33475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33475)
459
- [`6e51e0d5358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e51e0d5358) - [ux]
460
- update border width from 2px to 1px and add 1px box-shadow when focus or error
474
+ - [#33475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33475)
475
+ [`6e51e0d5358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6e51e0d5358) - [ux]
476
+ update border width from 2px to 1px and add 1px box-shadow when focus or error
461
477
 
462
478
  ### Patch Changes
463
479
 
464
- - Updated dependencies
480
+ - Updated dependencies
465
481
 
466
482
  ## 12.5.3
467
483
 
468
484
  ### Patch Changes
469
485
 
470
- - [#34051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34051)
471
- [`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) -
472
- Migrated use of `gridSize` to space tokens where possible. There is no expected visual or
473
- behaviour change.
486
+ - [#34051](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34051)
487
+ [`49b08bfdf5f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/49b08bfdf5f) - Migrated
488
+ use of `gridSize` to space tokens where possible. There is no expected visual or behaviour change.
474
489
 
475
490
  ## 12.5.2
476
491
 
477
492
  ### Patch Changes
478
493
 
479
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
480
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
481
- legacy types are published for TS 4.5-4.8
494
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
495
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
496
+ legacy types are published for TS 4.5-4.8
482
497
 
483
498
  ## 12.5.1
484
499
 
485
500
  ### Patch Changes
486
501
 
487
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
488
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
489
- Upgrade Typescript from `4.5.5` to `4.9.5`
502
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
503
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
504
+ Typescript from `4.5.5` to `4.9.5`
490
505
 
491
506
  ## 12.5.0
492
507
 
493
508
  ### Minor Changes
494
509
 
495
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
496
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
497
- minor dependency bump
510
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
511
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
512
+ minor dependency bump
498
513
 
499
514
  ### Patch Changes
500
515
 
501
- - Updated dependencies
516
+ - Updated dependencies
502
517
 
503
518
  ## 12.4.0
504
519
 
505
520
  ### Minor Changes
506
521
 
507
- - [#33163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33163)
508
- [`e976f3cebd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e976f3cebd0) - Remove
509
- excessive `aria-labelledby` prop, remove incorret documentation.
522
+ - [#33163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33163)
523
+ [`e976f3cebd0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e976f3cebd0) - Remove
524
+ excessive `aria-labelledby` prop, remove incorret documentation.
510
525
 
511
526
  ## 12.3.13
512
527
 
513
528
  ### Patch Changes
514
529
 
515
- - [#32350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32350)
516
- [`c71b0ac8222`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c71b0ac8222) - [ux]
517
- Add default label to time picker element of datetime picker. Update documentation for more
518
- accessible examples and guidelines.
530
+ - [#32350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32350)
531
+ [`c71b0ac8222`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c71b0ac8222) - [ux] Add
532
+ default label to time picker element of datetime picker. Update documentation for more accessible
533
+ examples and guidelines.
519
534
 
520
535
  ## 12.3.12
521
536
 
522
537
  ### Patch Changes
523
538
 
524
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
525
- [`e754545d460`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e754545d460) - [ux]
526
- Ensure no duplicate ID's when using `selectProps` on any of the DateTime Picker components.
539
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
540
+ [`e754545d460`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e754545d460) - [ux]
541
+ Ensure no duplicate ID's when using `selectProps` on any of the DateTime Picker components.
527
542
 
528
543
  ## 12.3.11
529
544
 
530
545
  ### Patch Changes
531
546
 
532
- - [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
533
- [`b50c6475079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b50c6475079) - Make
534
- clear button in datetime picker a button element that is out of the tab order. This mimics the
535
- native input element's clear behavior in Safari/Edge.
536
- - [`c0fb88b3af6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fb88b3af6) - [ux]
537
- style(calendar): update icon color token from text.subtlest to color.icon
547
+ - [#31891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31891)
548
+ [`b50c6475079`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b50c6475079) - Make
549
+ clear button in datetime picker a button element that is out of the tab order. This mimics the
550
+ native input element's clear behavior in Safari/Edge.
551
+ - [`c0fb88b3af6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0fb88b3af6) - [ux]
552
+ style(calendar): update icon color token from text.subtlest to color.icon
538
553
 
539
554
  ## 12.3.10
540
555
 
541
556
  ### Patch Changes
542
557
 
543
- - [#30882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30882)
544
- [`1fc7949b336`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fc7949b336) - [ux]
545
- Fixes a bug where the background for the calendar element was incorrectly set to
546
- 'elevation.surface'
558
+ - [#30882](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30882)
559
+ [`1fc7949b336`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fc7949b336) - [ux]
560
+ Fixes a bug where the background for the calendar element was incorrectly set to
561
+ 'elevation.surface'
547
562
 
548
563
  ## 12.3.9
549
564
 
550
565
  ### Patch Changes
551
566
 
552
- - [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
553
- [`5546747df1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5546747df1e) -
554
- Refactoring of code to clean tech debt and make future maintenance easier
555
- - Updated dependencies
567
+ - [#29470](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29470)
568
+ [`5546747df1e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5546747df1e) -
569
+ Refactoring of code to clean tech debt and make future maintenance easier
570
+ - Updated dependencies
556
571
 
557
572
  ## 12.3.8
558
573
 
559
574
  ### Patch Changes
560
575
 
561
- - Updated dependencies
576
+ - Updated dependencies
562
577
 
563
578
  ## 12.3.7
564
579
 
565
580
  ### Patch Changes
566
581
 
567
- - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
568
- [`98891267a5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98891267a5e) - [ux]
569
- Dates entered with 5+ digit years will no longer throw a RangeError
582
+ - [#28932](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/28932)
583
+ [`98891267a5e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/98891267a5e) - [ux]
584
+ Dates entered with 5+ digit years will no longer throw a RangeError
570
585
 
571
586
  ## 12.3.6
572
587
 
573
588
  ### Patch Changes
574
589
 
575
- - Updated dependencies
590
+ - Updated dependencies
576
591
 
577
592
  ## 12.3.5
578
593
 
579
594
  ### Patch Changes
580
595
 
581
- - Updated dependencies
596
+ - Updated dependencies
582
597
 
583
598
  ## 12.3.4
584
599
 
585
600
  ### Patch Changes
586
601
 
587
- - Updated dependencies
602
+ - Updated dependencies
588
603
 
589
604
  ## 12.3.3
590
605
 
591
606
  ### Patch Changes
592
607
 
593
- - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
594
- [`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update
595
- types for react-select and @atlaskit/select upgrade Update commerce-ui entrypoints that caused a
596
- pipeline issue.
597
- - Updated dependencies
608
+ - [#26712](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26712)
609
+ [`cb8f8e76d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb8f8e76d25) - Update
610
+ types for react-select and @atlaskit/select upgrade Update commerce-ui entrypoints that caused a
611
+ pipeline issue.
612
+ - Updated dependencies
598
613
 
599
614
  ## 12.3.2
600
615
 
601
616
  ### Patch Changes
602
617
 
603
- - Updated dependencies
618
+ - Updated dependencies
604
619
 
605
620
  ## 12.3.1
606
621
 
607
622
  ### Patch Changes
608
623
 
609
- - [#27289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27289)
610
- [`051095c0d82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/051095c0d82) - [ux]
611
- Changed the Date Picker controller icon to use `color.icon.disabled` token when in disabled
612
- state.
624
+ - [#27289](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/27289)
625
+ [`051095c0d82`](https://bitbucket.org/atlassian/atlassian-frontend/commits/051095c0d82) - [ux]
626
+ Changed the Date Picker controller icon to use `color.icon.disabled` token when in disabled state.
613
627
 
614
628
  ## 12.3.0
615
629
 
616
630
  ### Minor Changes
617
631
 
618
- - [#24968](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24968)
619
- [`b8841384da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8841384da6) -
620
- Disabled background and border styles should not be applied to components that have either no
621
- background or transparent background to begin with. Textfield and textarea variants that do not
622
- have backgrounds (sublte or none) have no backgrounds or borders applied when disabled. As such,
623
- any comopnents that consume these will also be affected.
632
+ - [#24968](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24968)
633
+ [`b8841384da6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8841384da6) - Disabled
634
+ background and border styles should not be applied to components that have either no background or
635
+ transparent background to begin with. Textfield and textarea variants that do not have backgrounds
636
+ (sublte or none) have no backgrounds or borders applied when disabled. As such, any comopnents
637
+ that consume these will also be affected.
624
638
 
625
639
  ## 12.2.1
626
640
 
627
641
  ### Patch Changes
628
642
 
629
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
630
- [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
631
- Upgrade Typescript from `4.3.5` to `4.5.5`
643
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
644
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
645
+ Typescript from `4.3.5` to `4.5.5`
632
646
 
633
647
  ## 12.2.0
634
648
 
635
649
  ### Minor Changes
636
650
 
637
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
638
- [`a91fbaf0552`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a91fbaf0552) -
639
- Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
651
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
652
+ [`a91fbaf0552`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a91fbaf0552) - Updates
653
+ `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
640
654
 
641
655
  ### Patch Changes
642
656
 
643
- - [`0fbb2840aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fbb2840aba) - Add
644
- isInvalid prop to `@atlastkit/Select`. The prop indicates whether if the component is in the
645
- error state. If true, it visually shows a red border around the input.
657
+ - [`0fbb2840aba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fbb2840aba) - Add
658
+ isInvalid prop to `@atlastkit/Select`. The prop indicates whether if the component is in the error
659
+ state. If true, it visually shows a red border around the input.
646
660
 
647
- This replaces validationState to make Select more consistent like other components that uses
648
- isInvalid prop.
661
+ This replaces validationState to make Select more consistent like other components that uses
662
+ isInvalid prop.
649
663
 
650
- - Updated dependencies
664
+ - Updated dependencies
651
665
 
652
666
  ## 12.1.4
653
667
 
654
668
  ### Patch Changes
655
669
 
656
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
657
- [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
658
- Upgrade Typescript from `4.2.4` to `4.3.5`.
670
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
671
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
672
+ Typescript from `4.2.4` to `4.3.5`.
659
673
 
660
674
  ## 12.1.3
661
675
 
662
676
  ### Patch Changes
663
677
 
664
- - [#24008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24008)
665
- [`299e4104e10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/299e4104e10) - [ux]
666
- Added appearance 'none' option to component and adopts appearance handling from @atlaskit/select
667
- - Updated dependencies
678
+ - [#24008](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24008)
679
+ [`299e4104e10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/299e4104e10) - [ux]
680
+ Added appearance 'none' option to component and adopts appearance handling from @atlaskit/select
681
+ - Updated dependencies
668
682
 
669
683
  ## 12.1.2
670
684
 
671
685
  ### Patch Changes
672
686
 
673
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
674
- [`df3d5287649`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df3d5287649) -
675
- Internal code change turning on new linting rules.
676
- - [`429a576a4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/429a576a4b2) - fix
677
- change-event firing for invalid inputs in datetime-picker select.
678
- - [`84afee665fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84afee665fc) - [ux]
679
- Implemented missing functionality to submit forms on enter press after a date has been selected
680
- in DatePicker
681
- - [`2a2dcc1cf91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a2dcc1cf91) -
682
- Updated styles to use new input design tokens. Fixed bug where border radius on datePicker
683
- rendered incorrectly.
684
- - Updated dependencies
687
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
688
+ [`df3d5287649`](https://bitbucket.org/atlassian/atlassian-frontend/commits/df3d5287649) - Internal
689
+ code change turning on new linting rules.
690
+ - [`429a576a4b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/429a576a4b2) - fix
691
+ change-event firing for invalid inputs in datetime-picker select.
692
+ - [`84afee665fc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/84afee665fc) - [ux]
693
+ Implemented missing functionality to submit forms on enter press after a date has been selected in
694
+ DatePicker
695
+ - [`2a2dcc1cf91`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a2dcc1cf91) - Updated
696
+ styles to use new input design tokens. Fixed bug where border radius on datePicker rendered
697
+ incorrectly.
698
+ - Updated dependencies
685
699
 
686
700
  ## 12.1.1
687
701
 
688
702
  ### Patch Changes
689
703
 
690
- - [#23350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23350)
691
- [`3fa327b5d01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa327b5d01) - [ux]
692
- Border on a subtle appearance date-picker will now persist after a date is selected and field is
693
- in focus
704
+ - [#23350](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23350)
705
+ [`3fa327b5d01`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fa327b5d01) - [ux]
706
+ Border on a subtle appearance date-picker will now persist after a date is selected and field is
707
+ in focus
694
708
 
695
709
  ## 12.1.0
696
710
 
697
711
  ### Minor Changes
698
712
 
699
- - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
700
- [`58d4cd75f7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58d4cd75f7a) -
701
- Removed deprecated hideIcon prop from DateTimePicker because it is unused and serves no
702
- functionality. Removed the deprecation notice for the formatDisplayLabel prop in TimePicker
713
+ - [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
714
+ [`58d4cd75f7a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/58d4cd75f7a) - Removed
715
+ deprecated hideIcon prop from DateTimePicker because it is unused and serves no functionality.
716
+ Removed the deprecation notice for the formatDisplayLabel prop in TimePicker
703
717
 
704
718
  ### Patch Changes
705
719
 
706
- - [`c3a1b950d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3a1b950d49) -
707
- DSP-3301 specifies label to input id
708
- - [`c2f866d31d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2f866d31d1) - [ux]
709
- Fix timepicker clear icon alignment
710
- - [`7566be18f20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7566be18f20) - [ux]
711
- Time picker no longer loses focus to the document when tabbing through it in a popup.
712
- - [`574b6c8ba7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/574b6c8ba7f) - [ux]
713
- DSP-2987 Add code to catch console error
714
- - Updated dependencies
720
+ - [`c3a1b950d49`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3a1b950d49) - DSP-3301
721
+ specifies label to input id
722
+ - [`c2f866d31d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c2f866d31d1) - [ux] Fix
723
+ timepicker clear icon alignment
724
+ - [`7566be18f20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7566be18f20) - [ux]
725
+ Time picker no longer loses focus to the document when tabbing through it in a popup.
726
+ - [`574b6c8ba7f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/574b6c8ba7f) - [ux]
727
+ DSP-2987 Add code to catch console error
728
+ - Updated dependencies
715
729
 
716
730
  ## 12.0.0
717
731
 
718
732
  ### Major Changes
719
733
 
720
- - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
721
- [`27d4f1e7121`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27d4f1e7121) - [ux]
722
- Updating tokens
723
- - [`d7542d1a7c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7542d1a7c2) - [ux]
724
- Update Tokens in the code with those that are a better fit. New tokens will be visible only in
725
- applications configured to use the new Tokens API (currently in alpha).These changes are
726
- intended to be interoperable with the legacy theme implementation. Legacy dark mode users should
727
- expect no visual or breaking changes.
728
- - [`c19fb116172`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c19fb116172) - [ux]
729
- Update Tokens in the code with those that are a better fit. New tokens will be visible only in
730
- applications configured to use the new Tokens API (currently in alpha).These changes are
731
- intended to be interoperable with the legacy theme implementation. Legacy dark mode users should
732
- expect no visual or breaking changes.
734
+ - [#22029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22029)
735
+ [`27d4f1e7121`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27d4f1e7121) - [ux]
736
+ Updating tokens
737
+ - [`d7542d1a7c2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d7542d1a7c2) - [ux]
738
+ Update Tokens in the code with those that are a better fit. New tokens will be visible only in
739
+ applications configured to use the new Tokens API (currently in alpha).These changes are intended
740
+ to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no
741
+ visual or breaking changes.
742
+ - [`c19fb116172`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c19fb116172) - [ux]
743
+ Update Tokens in the code with those that are a better fit. New tokens will be visible only in
744
+ applications configured to use the new Tokens API (currently in alpha).These changes are intended
745
+ to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no
746
+ visual or breaking changes.
733
747
 
734
748
  ### Minor Changes
735
749
 
736
- - [`6f7a4353204`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f7a4353204) - Added
737
- ability to provide custom aria-labels for next- and previous-month buttons using
738
- `nextMonthLabel` and `previousMonthLabel`
750
+ - [`6f7a4353204`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f7a4353204) - Added
751
+ ability to provide custom aria-labels for next- and previous-month buttons using `nextMonthLabel`
752
+ and `previousMonthLabel`
739
753
 
740
754
  ### Patch Changes
741
755
 
742
- - [`3ec9ed2c4d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ec9ed2c4d0) - Fixed
743
- handling of custom times that included whitespace characters
744
- - Updated dependencies
756
+ - [`3ec9ed2c4d0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3ec9ed2c4d0) - Fixed
757
+ handling of custom times that included whitespace characters
758
+ - Updated dependencies
745
759
 
746
760
  ## 11.1.11
747
761
 
748
762
  ### Patch Changes
749
763
 
750
- - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
751
- [`558cc136503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/558cc136503) - Bump
752
- moment dependency version
753
- - [`e7438659c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7438659c2e) -
754
- Updated dependency '@types/react-select' to fix type error
755
- - Updated dependencies
764
+ - [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
765
+ [`558cc136503`](https://bitbucket.org/atlassian/atlassian-frontend/commits/558cc136503) - Bump
766
+ moment dependency version
767
+ - [`e7438659c2e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7438659c2e) - Updated
768
+ dependency '@types/react-select' to fix type error
769
+ - Updated dependencies
756
770
 
757
771
  ## 11.1.10
758
772
 
759
773
  ### Patch Changes
760
774
 
761
- - Updated dependencies
775
+ - Updated dependencies
762
776
 
763
777
  ## 11.1.9
764
778
 
765
779
  ### Patch Changes
766
780
 
767
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
768
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
769
- Upgrade to TypeScript 4.2.4
781
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
782
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
783
+ to TypeScript 4.2.4
770
784
 
771
785
  ## 11.1.8
772
786
 
773
787
  ### Patch Changes
774
788
 
775
- - Updated dependencies
789
+ - Updated dependencies
776
790
 
777
791
  ## 11.1.7
778
792
 
779
793
  ### Patch Changes
780
794
 
781
- - Updated dependencies
795
+ - Updated dependencies
782
796
 
783
797
  ## 11.1.6
784
798
 
785
799
  ### Patch Changes
786
800
 
787
- - Updated dependencies
801
+ - Updated dependencies
788
802
 
789
803
  ## 11.1.5
790
804
 
791
805
  ### Patch Changes
792
806
 
793
- - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
794
- [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) -
795
- Updates usage of deprecated token names so they're aligned with the latest naming conventions.
796
- No UI or visual changes
797
- - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Fix
798
- bug in inline-edit and Form which prevented date selection in datetimepicker using the keyboard.
799
- - Updated dependencies
807
+ - [#16752](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16752)
808
+ [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates
809
+ usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
810
+ visual changes
811
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Fix bug
812
+ in inline-edit and Form which prevented date selection in datetimepicker using the keyboard.
813
+ - Updated dependencies
800
814
 
801
815
  ## 11.1.4
802
816
 
803
817
  ### Patch Changes
804
818
 
805
- - Updated dependencies
819
+ - Updated dependencies
806
820
 
807
821
  ## 11.1.3
808
822
 
809
823
  ### Patch Changes
810
824
 
811
- - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
812
- [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
813
- VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
825
+ - [#17475](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/17475)
826
+ [`c55c736ecea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c55c736ecea) - Patch
827
+ VULN AFP-3486 AFP-3487 AFP-3488 AFP-3489
814
828
 
815
829
  ## 11.1.2
816
830
 
817
831
  ### Patch Changes
818
832
 
819
- - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
820
- [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
821
- for this package now pass through a tokens babel plugin, removing runtime invocations of the
822
- tokens() function and improving bundle size.
823
- - Updated dependencies
833
+ - [#15998](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15998)
834
+ [`f460cc7c411`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f460cc7c411) - Builds
835
+ for this package now pass through a tokens babel plugin, removing runtime invocations of the
836
+ tokens() function and improving bundle size.
837
+ - Updated dependencies
824
838
 
825
839
  ## 11.1.1
826
840
 
827
841
  ### Patch Changes
828
842
 
829
- - [#15807](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15807)
830
- [`095021b1e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/095021b1e08) -
831
- renaming deprecated lifecycle methods
843
+ - [#15807](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/15807)
844
+ [`095021b1e08`](https://bitbucket.org/atlassian/atlassian-frontend/commits/095021b1e08) - renaming
845
+ deprecated lifecycle methods
832
846
 
833
847
  ## 11.1.0
834
848
 
835
849
  ### Minor Changes
836
850
 
837
- - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
838
- [`354ef86cca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/354ef86cca0) -
839
- Instrumented datetime-picker with the new theming package, `@atlaskit/tokens`.
851
+ - [#14777](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/14777)
852
+ [`354ef86cca0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/354ef86cca0) -
853
+ Instrumented datetime-picker with the new theming package, `@atlaskit/tokens`.
840
854
 
841
- New tokens will be visible only in applications configured to use the new Tokens API (currently
842
- in alpha). These changes are intended to be interoperable with the legacy theme implementation.
843
- Legacy dark mode users should expect no visual or breaking changes.
855
+ New tokens will be visible only in applications configured to use the new Tokens API (currently in
856
+ alpha). These changes are intended to be interoperable with the legacy theme implementation.
857
+ Legacy dark mode users should expect no visual or breaking changes.
844
858
 
845
859
  ### Patch Changes
846
860
 
847
- - [`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) -
848
- Removes `@emotion/styled` in favour of `@emotion/core`.
849
- - Updated dependencies
861
+ - [`2b98dfda0a6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b98dfda0a6) - Removes
862
+ `@emotion/styled` in favour of `@emotion/core`.
863
+ - Updated dependencies
850
864
 
851
865
  ## 11.0.2
852
866
 
853
867
  ### Patch Changes
854
868
 
855
- - Updated dependencies
869
+ - Updated dependencies
856
870
 
857
871
  ## 11.0.1
858
872
 
859
873
  ### Patch Changes
860
874
 
861
- - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
862
- [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update
863
- package.jsons to remove unused dependencies.
864
- - Updated dependencies
875
+ - [#13864](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13864)
876
+ [`b90c0237824`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b90c0237824) - Update
877
+ package.jsons to remove unused dependencies.
878
+ - Updated dependencies
865
879
 
866
880
  ## 11.0.0
867
881
 
868
882
  ### Major Changes
869
883
 
870
- - [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328)
871
- [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - [ux]
872
- BREAKING CHANGE: Datetime picker now uses date-fns@2.17 (previously <2.0). This change has
873
- tightened the requirements of users to provide ISO dates. This was never explicitly supported,
874
- but now will cause an error to be thrown for non-ISO dates. For an abundance of caution we're
875
- calling this a breaking change to protect users relying on the previous behaviour.
884
+ - [#9328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9328)
885
+ [`414b6216adf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/414b6216adf) - [ux]
886
+ BREAKING CHANGE: Datetime picker now uses date-fns@2.17 (previously <2.0). This change has
887
+ tightened the requirements of users to provide ISO dates. This was never explicitly supported, but
888
+ now will cause an error to be thrown for non-ISO dates. For an abundance of caution we're calling
889
+ this a breaking change to protect users relying on the previous behaviour.
876
890
 
877
- To upgrade you'll need to ensure any dates passed to the `DateTimePicker` are in ISO format.
891
+ To upgrade you'll need to ensure any dates passed to the `DateTimePicker` are in ISO format.
878
892
 
879
893
  ## 10.4.2
880
894
 
881
895
  ### Patch Changes
882
896
 
883
- - [#12830](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12830)
884
- [`787c731b208`](https://bitbucket.org/atlassian/atlassian-frontend/commits/787c731b208) -
885
- Updated package description.
897
+ - [#12830](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12830)
898
+ [`787c731b208`](https://bitbucket.org/atlassian/atlassian-frontend/commits/787c731b208) - Updated
899
+ package description.
886
900
 
887
901
  ## 10.4.1
888
902
 
889
903
  ### Patch Changes
890
904
 
891
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
892
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
893
- `@atlaskit/theme` to version `^11.3.0`.
905
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
906
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
907
+ `@atlaskit/theme` to version `^11.3.0`.
894
908
 
895
909
  ## 10.4.0
896
910
 
897
911
  ### Minor Changes
898
912
 
899
- - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
900
- [`b162da59aac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b162da59aac) -
913
+ - [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
914
+ [`b162da59aac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b162da59aac) -
901
915
 
902
- #### New Features:
916
+ #### New Features:
903
917
 
904
- Three props were added to `@atlaskit/calendar` and `@atlaskit/datetime-picker` to make disabling
905
- dates more practical, performant and expressive:
918
+ Three props were added to `@atlaskit/calendar` and `@atlaskit/datetime-picker` to make disabling
919
+ dates more practical, performant and expressive:
906
920
 
907
- - `minDate` for the minimum valid date
908
- - `maxDate` for the maximum valid date
909
- - `disabledDateFilter`, a function that takes a date string, and returns whether or not it
910
- should be disabled.
921
+ - `minDate` for the minimum valid date
922
+ - `maxDate` for the maximum valid date
923
+ - `disabledDateFilter`, a function that takes a date string, and returns whether or not it should
924
+ be disabled.
911
925
 
912
- #### Bugs
926
+ #### Bugs
913
927
 
914
- - DatePicker: Disabled dates that lie outside of the currently selected month now have correct
915
- hover styles
928
+ - DatePicker: Disabled dates that lie outside of the currently selected month now have correct
929
+ hover styles
916
930
 
917
931
  ### Patch Changes
918
932
 
919
- - [`c406245d637`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c406245d637) - [ux]
920
- Prevents the clear button appearing on disabled DateTimePickers.
921
- - [`4db7f1e42b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4db7f1e42b2) - [ux]
922
- Fixed a bug which caused clicks on disabled date pickers to modify internal state. This led to
923
- an issue where clicking on a disabled date picker, and then enabling it, would result in an
924
- opened date picker.
925
- - Updated dependencies
933
+ - [`c406245d637`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c406245d637) - [ux]
934
+ Prevents the clear button appearing on disabled DateTimePickers.
935
+ - [`4db7f1e42b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4db7f1e42b2) - [ux]
936
+ Fixed a bug which caused clicks on disabled date pickers to modify internal state. This led to an
937
+ issue where clicking on a disabled date picker, and then enabling it, would result in an opened
938
+ date picker.
939
+ - Updated dependencies
926
940
 
927
941
  ## 10.3.0
928
942
 
929
943
  ### Minor Changes
930
944
 
931
- - [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
932
- [`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) -
933
- Removes usage of styled-components in favour of standardising on emotion
945
+ - [#12170](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12170)
946
+ [`f6b951a51f2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6b951a51f2) - Removes
947
+ usage of styled-components in favour of standardising on emotion
934
948
 
935
949
  ### Patch Changes
936
950
 
937
- - Updated dependencies
951
+ - Updated dependencies
938
952
 
939
953
  ## 10.2.1
940
954
 
941
955
  ### Patch Changes
942
956
 
943
- - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
944
- [`1f493e1dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f493e1dc65) - Bump
945
- `react-select` to v4.
946
- - Updated dependencies
957
+ - [#11113](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11113)
958
+ [`1f493e1dc65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1f493e1dc65) - Bump
959
+ `react-select` to v4.
960
+ - Updated dependencies
947
961
 
948
962
  ## 10.2.0
949
963
 
950
964
  ### Minor Changes
951
965
 
952
- - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
953
- [`1ad2a658d5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ad2a658d5d) - [ux]
954
- Added `weekStartDay` prop which gets passed to the underlying `Calendar` instance.
966
+ - [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
967
+ [`1ad2a658d5d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1ad2a658d5d) - [ux]
968
+ Added `weekStartDay` prop which gets passed to the underlying `Calendar` instance.
955
969
 
956
970
  ### Patch Changes
957
971
 
958
- - Updated dependencies
972
+ - Updated dependencies
959
973
 
960
974
  ## 10.1.0
961
975
 
962
976
  ### Minor Changes
963
977
 
964
- - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
965
- [`069538e03c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069538e03c6) -
966
- Prefixes the testId passed down to the nested Calendar component with '\${testId}--calendar' to
967
- ensure testIds are namespaced correctly. This change only affects calendar testIds when used
968
- within a DatePicker context.
978
+ - [#9510](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9510)
979
+ [`069538e03c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/069538e03c6) - Prefixes
980
+ the testId passed down to the nested Calendar component with '\${testId}--calendar' to ensure
981
+ testIds are namespaced correctly. This change only affects calendar testIds when used within a
982
+ DatePicker context.
969
983
 
970
984
  ## 10.0.12
971
985
 
972
986
  ### Patch Changes
973
987
 
974
- - Updated dependencies
988
+ - Updated dependencies
975
989
 
976
990
  ## 10.0.11
977
991
 
978
992
  ### Patch Changes
979
993
 
980
- - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
981
- [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
982
- Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
983
- date-fns upgrade. We're reverting the upgarde to investigate
994
+ - [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
995
+ [`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
996
+ Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
997
+ date-fns upgrade. We're reverting the upgarde to investigate
984
998
 
985
999
  ## 10.0.10
986
1000
 
987
1001
  ### Patch Changes
988
1002
 
989
- - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
990
- [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) -
991
- Upgrade date-fns to 2.17
1003
+ - [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
1004
+ [`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade
1005
+ date-fns to 2.17
992
1006
 
993
1007
  ## 10.0.9
994
1008
 
995
1009
  ### Patch Changes
996
1010
 
997
- - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
998
- [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
999
- injected package name and version for analytics instead of version.json.
1000
- - [`c20be966f07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c20be966f07) -
1001
- **Internal change**
1011
+ - [#8644](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8644)
1012
+ [`79c23df6340`](https://bitbucket.org/atlassian/atlassian-frontend/commits/79c23df6340) - Use
1013
+ injected package name and version for analytics instead of version.json.
1014
+ - [`c20be966f07`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c20be966f07) -
1015
+ **Internal change**
1002
1016
 
1003
- - Change `@atlaskit/calendar` ref type import name from `CalendarInternalRef` to
1004
- `CalendarRef`.
1005
- - Change prop name which is being passed to `@atlaskit/calendar` from `internalRef` to
1006
- `calendarRef`.
1017
+ - Change `@atlaskit/calendar` ref type import name from `CalendarInternalRef` to `CalendarRef`.
1018
+ - Change prop name which is being passed to `@atlaskit/calendar` from `internalRef` to
1019
+ `calendarRef`.
1007
1020
 
1008
- - Updated dependencies
1021
+ - Updated dependencies
1009
1022
 
1010
1023
  ## 10.0.8
1011
1024
 
1012
1025
  ### Patch Changes
1013
1026
 
1014
- - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
1015
- [`9c020a0e05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c020a0e05f) -
1016
- Replaced `@atlaskit/calendar` exported types to access its `navigate()` api
1027
+ - [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
1028
+ [`9c020a0e05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9c020a0e05f) - Replaced
1029
+ `@atlaskit/calendar` exported types to access its `navigate()` api
1017
1030
 
1018
- - Replaced `CalendarClassType` & `ArrowKeys` types with `CalendarInternalRef` type.
1019
- - Also replaced `ref` prop with `internalRef` prop for accessing `navigate()` api.
1031
+ - Replaced `CalendarClassType` & `ArrowKeys` types with `CalendarInternalRef` type.
1032
+ - Also replaced `ref` prop with `internalRef` prop for accessing `navigate()` api.
1020
1033
 
1021
- - Updated dependencies
1034
+ - Updated dependencies
1022
1035
 
1023
1036
  ## 10.0.7
1024
1037
 
1025
1038
  ### Patch Changes
1026
1039
 
1027
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
1028
- [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
1029
- Transpile packages using babel rather than tsc
1040
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
1041
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
1042
+ packages using babel rather than tsc
1030
1043
 
1031
1044
  ## 10.0.6
1032
1045
 
1033
1046
  ### Patch Changes
1034
1047
 
1035
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
1036
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
1037
- types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
1038
- compiler option. This requires version 3.8 of Typescript, read more about how we handle
1039
- Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
1040
- `devDependencies` to denote version that the package was built with.
1048
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
1049
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
1050
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
1051
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
1052
+ versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
1053
+ `devDependencies` to denote version that the package was built with.
1041
1054
 
1042
1055
  ## 10.0.5
1043
1056
 
1044
1057
  ### Patch Changes
1045
1058
 
1046
- - Updated dependencies
1059
+ - Updated dependencies
1047
1060
 
1048
1061
  ## 10.0.4
1049
1062
 
1050
1063
  ### Patch Changes
1051
1064
 
1052
- - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
1053
- [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
1054
- integration tests for Edge browser
1065
+ - [#4707](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4707)
1066
+ [`6360c46009`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6360c46009) - Reenable
1067
+ integration tests for Edge browser
1055
1068
 
1056
1069
  ## 10.0.3
1057
1070
 
1058
1071
  ### Patch Changes
1059
1072
 
1060
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
1061
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
1062
- to TypeScript 3.9.6 and tslib to 2.0.0
1073
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
1074
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
1075
+ to TypeScript 3.9.6 and tslib to 2.0.0
1063
1076
 
1064
- Since tslib is a dependency for all our packages we recommend that products also follow this
1065
- tslib upgrade to prevent duplicates of tslib being bundled.
1077
+ Since tslib is a dependency for all our packages we recommend that products also follow this tslib
1078
+ upgrade to prevent duplicates of tslib being bundled.
1066
1079
 
1067
1080
  ## 10.0.2
1068
1081
 
1069
1082
  ### Patch Changes
1070
1083
 
1071
- - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
1072
- [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
1073
- 'lodash' package instead of single-function 'lodash.\*' packages
1074
- - [`39e130698b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39e130698b) - Fixes an
1075
- issue in DatePicker, DateTimePicker and TimePicker where they all had a circular dependency
1076
- between a type declaration and default props which led to TypeScript marking props with default
1077
- values as required props. This will no longer occur.
1078
- - Updated dependencies
1084
+ - [#3823](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3823)
1085
+ [`6262f382de`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6262f382de) - Use the
1086
+ 'lodash' package instead of single-function 'lodash.\*' packages
1087
+ - [`39e130698b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39e130698b) - Fixes an
1088
+ issue in DatePicker, DateTimePicker and TimePicker where they all had a circular dependency
1089
+ between a type declaration and default props which led to TypeScript marking props with default
1090
+ values as required props. This will no longer occur.
1091
+ - Updated dependencies
1079
1092
 
1080
1093
  ## 10.0.1
1081
1094
 
1082
1095
  ### Patch Changes
1083
1096
 
1084
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
1085
- [`23f968def3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23f968def3) - Earlier
1086
- value returned from DateTimePicker component was inconsistent, like for the first time it was
1087
- without zone offset and after that with zone offset. Now it is consistent with zone offset
1088
- every-time.
1089
- - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
1090
- all the theme imports to be tree-shakable
1097
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
1098
+ [`23f968def3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/23f968def3) - Earlier
1099
+ value returned from DateTimePicker component was inconsistent, like for the first time it was
1100
+ without zone offset and after that with zone offset. Now it is consistent with zone offset
1101
+ every-time.
1102
+ - [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
1103
+ the theme imports to be tree-shakable
1091
1104
 
1092
1105
  ## 10.0.0
1093
1106
 
1094
1107
  ### Major Changes
1095
1108
 
1096
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
1097
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
1098
- Officially dropping IE11 support, from this version onwards there are no warranties of the
1099
- package working in IE11. For more information see:
1100
- https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
1109
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
1110
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
1111
+ dropping IE11 support, from this version onwards there are no warranties of the package working in
1112
+ IE11. For more information see:
1113
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
1101
1114
 
1102
1115
  ### Patch Changes
1103
1116
 
1104
- - Updated dependencies
1117
+ - Updated dependencies
1105
1118
 
1106
1119
  ## 9.4.7
1107
1120
 
1108
1121
  ### Patch Changes
1109
1122
 
1110
- - [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
1111
- [`038b0fbb8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/038b0fbb8e) - fix
1112
- typings after reverting DST-461 changes. typeof is fixed in ERT repo
1113
- (https://github.com/atlassian/extract-react-types/pull/126)
1123
+ - [#2763](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2763)
1124
+ [`038b0fbb8e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/038b0fbb8e) - fix
1125
+ typings after reverting DST-461 changes. typeof is fixed in ERT repo
1126
+ (https://github.com/atlassian/extract-react-types/pull/126)
1114
1127
 
1115
1128
  ## 9.4.6
1116
1129
 
1117
1130
  ### Patch Changes
1118
1131
 
1119
- - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
1120
- [`a39ef6582c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a39ef6582c) - Marks
1121
- default pops as optional in interface (TimePicker & DatePicker)
1132
+ - [#2443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2443)
1133
+ [`a39ef6582c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a39ef6582c) - Marks
1134
+ default pops as optional in interface (TimePicker & DatePicker)
1122
1135
 
1123
1136
  ## 9.4.5
1124
1137
 
1125
1138
  ### Patch Changes
1126
1139
 
1127
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
1128
- [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
1129
- and supporting files will no longer be published to npm
1140
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
1141
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
1142
+ supporting files will no longer be published to npm
1130
1143
 
1131
1144
  ## 9.4.4
1132
1145
 
1133
1146
  ### Patch Changes
1134
1147
 
1135
- - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
1136
- [`466aec241f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/466aec241f) - Fixing
1137
- incorrect margin for time-picker
1138
- - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
1139
- unused dependencies
1148
+ - [#2137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2137)
1149
+ [`466aec241f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/466aec241f) - Fixing
1150
+ incorrect margin for time-picker
1151
+ - [`54d82b49f0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54d82b49f0) - Remove
1152
+ unused dependencies
1140
1153
 
1141
1154
  ## 9.4.3
1142
1155
 
1143
1156
  ### Patch Changes
1144
1157
 
1145
- - [#2490](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2490)
1146
- [`ccd9c51bd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccd9c51bd3) - Fixes
1147
- date picker being affected by an invalid emotion theme provider.
1158
+ - [#2490](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2490)
1159
+ [`ccd9c51bd3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ccd9c51bd3) - Fixes date
1160
+ picker being affected by an invalid emotion theme provider.
1148
1161
 
1149
1162
  ## 9.4.2
1150
1163
 
1151
1164
  ### Patch Changes
1152
1165
 
1153
- - Updated dependencies
1166
+ - Updated dependencies
1154
1167
 
1155
1168
  ## 9.4.1
1156
1169
 
1157
1170
  ### Patch Changes
1158
1171
 
1159
- - [#1891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1891)
1160
- [`d2876ee14f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2876ee14f) - FIX: Add
1161
- `hideIcon` prop back for backwards compatibility in MINOR
1172
+ - [#1891](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1891)
1173
+ [`d2876ee14f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2876ee14f) - FIX: Add
1174
+ `hideIcon` prop back for backwards compatibility in MINOR
1162
1175
 
1163
1176
  ## 9.4.0
1164
1177
 
1165
1178
  ### Minor Changes
1166
1179
 
1167
- - [minor][449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1180
+ - [minor][449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1168
1181
 
1169
- Add a clear icon for datepicker, timepicker and datetimepicker
1182
+ Add a clear icon for datepicker, timepicker and datetimepicker
1170
1183
 
1171
1184
  ### Patch Changes
1172
1185
 
1173
- - [patch][ca494abcd5](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca494abcd5):
1186
+ - [patch][ca494abcd5](https://bitbucket.org/atlassian/atlassian-frontend/commits/ca494abcd5):
1174
1187
 
1175
- Change imports to comply with Atlassian conventions- Updated dependencies
1176
- [62390c4755](https://bitbucket.org/atlassian/atlassian-frontend/commits/62390c4755):
1188
+ Change imports to comply with Atlassian conventions- Updated dependencies
1189
+ [62390c4755](https://bitbucket.org/atlassian/atlassian-frontend/commits/62390c4755):
1177
1190
 
1178
- - Updated dependencies
1179
- [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
1180
- - Updated dependencies
1181
- [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
1182
- - Updated dependencies
1183
- [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1184
- - Updated dependencies
1185
- [9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
1186
- - Updated dependencies
1187
- [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
1188
- - Updated dependencies
1189
- [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
1190
- - Updated dependencies
1191
- [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1192
- - @atlaskit/calendar@9.2.7
1193
- - @atlaskit/popper@3.1.12
1194
- - @atlaskit/button@13.3.11
1195
- - @atlaskit/icon@20.1.1
1196
- - @atlaskit/select@11.0.10
1197
- - @atlaskit/modal-dialog@10.5.7
1198
- - @atlaskit/webdriver-runner@0.3.4
1191
+ - Updated dependencies
1192
+ [cf8577f5d6](https://bitbucket.org/atlassian/atlassian-frontend/commits/cf8577f5d6):
1193
+ - Updated dependencies
1194
+ [6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
1195
+ - Updated dependencies
1196
+ [449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
1197
+ - Updated dependencies
1198
+ [9a534d6a74](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a534d6a74):
1199
+ - Updated dependencies
1200
+ [57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
1201
+ - Updated dependencies
1202
+ [6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
1203
+ - Updated dependencies
1204
+ [fd41d77c29](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd41d77c29):
1205
+ - @atlaskit/calendar@9.2.7
1206
+ - @atlaskit/popper@3.1.12
1207
+ - @atlaskit/button@13.3.11
1208
+ - @atlaskit/icon@20.1.1
1209
+ - @atlaskit/select@11.0.10
1210
+ - @atlaskit/modal-dialog@10.5.7
1211
+ - @atlaskit/webdriver-runner@0.3.4
1199
1212
 
1200
1213
  ## 9.3.0
1201
1214
 
1202
1215
  ### Minor Changes
1203
1216
 
1204
- - [minor][5d8fc8d0ec](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d8fc8d0ec):
1217
+ - [minor][5d8fc8d0ec](https://bitbucket.org/atlassian/atlassian-frontend/commits/5d8fc8d0ec):
1205
1218
 
1206
- Remove the calendar icon from the datetimepicker
1219
+ Remove the calendar icon from the datetimepicker
1207
1220
 
1208
1221
  ### Patch Changes
1209
1222
 
1210
- - Updated dependencies
1211
- [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
1212
- - Updated dependencies
1213
- [f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
1214
- - Updated dependencies
1215
- [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
1216
- - Updated dependencies
1217
- [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
1218
- - Updated dependencies
1219
- [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
1220
- - Updated dependencies
1221
- [89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
1222
- - @atlaskit/docs@8.5.1
1223
- - @atlaskit/modal-dialog@10.5.6
1224
- - @atlaskit/theme@9.5.3
1225
- - @atlaskit/analytics-next@6.3.6
1226
- - @atlaskit/button@13.3.10
1223
+ - Updated dependencies
1224
+ [168b5f90e5](https://bitbucket.org/atlassian/atlassian-frontend/commits/168b5f90e5):
1225
+ - Updated dependencies
1226
+ [f5b654c328](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5b654c328):
1227
+ - Updated dependencies
1228
+ [0c270847cb](https://bitbucket.org/atlassian/atlassian-frontend/commits/0c270847cb):
1229
+ - Updated dependencies
1230
+ [109004a98e](https://bitbucket.org/atlassian/atlassian-frontend/commits/109004a98e):
1231
+ - Updated dependencies
1232
+ [b9903e773a](https://bitbucket.org/atlassian/atlassian-frontend/commits/b9903e773a):
1233
+ - Updated dependencies
1234
+ [89bf723567](https://bitbucket.org/atlassian/atlassian-frontend/commits/89bf723567):
1235
+ - @atlaskit/docs@8.5.1
1236
+ - @atlaskit/modal-dialog@10.5.6
1237
+ - @atlaskit/theme@9.5.3
1238
+ - @atlaskit/analytics-next@6.3.6
1239
+ - @atlaskit/button@13.3.10
1227
1240
 
1228
1241
  ## 9.2.9
1229
1242
 
1230
1243
  ### Patch Changes
1231
1244
 
1232
- - [patch][4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
1245
+ - [patch][4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
1233
1246
 
1234
- Upgraded react-scrolllock package- Updated dependencies
1235
- [4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
1247
+ Upgraded react-scrolllock package- Updated dependencies
1248
+ [4d3749c9e6](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d3749c9e6):
1236
1249
 
1237
- - Updated dependencies
1238
- [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
1239
- - Updated dependencies
1240
- [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1241
- - @atlaskit/modal-dialog@10.5.5
1242
- - @atlaskit/build-utils@2.6.4
1243
- - @atlaskit/docs@8.5.0
1250
+ - Updated dependencies
1251
+ [dae900bf82](https://bitbucket.org/atlassian/atlassian-frontend/commits/dae900bf82):
1252
+ - Updated dependencies
1253
+ [8c9e4f1ec6](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c9e4f1ec6):
1254
+ - @atlaskit/modal-dialog@10.5.5
1255
+ - @atlaskit/build-utils@2.6.4
1256
+ - @atlaskit/docs@8.5.0
1244
1257
 
1245
1258
  ## 9.2.8
1246
1259
 
1247
1260
  ### Patch Changes
1248
1261
 
1249
- - Updated dependencies
1250
- [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1251
- - Updated dependencies
1252
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1253
- - Updated dependencies
1254
- [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
1255
- - Updated dependencies
1256
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1257
- - Updated dependencies
1258
- [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1259
- - Updated dependencies
1260
- [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1261
- - Updated dependencies
1262
- [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
1263
- - Updated dependencies
1264
- [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
1265
- - @atlaskit/docs@8.4.0
1266
- - @atlaskit/icon@20.1.0
1267
- - @atlaskit/webdriver-runner@0.3.0
1268
- - @atlaskit/field-base@14.0.2
1269
- - @atlaskit/field-range@8.0.2
1270
- - @atlaskit/button@13.3.9
1271
- - @atlaskit/calendar@9.2.6
1272
- - @atlaskit/modal-dialog@10.5.4
1273
- - @atlaskit/select@11.0.9
1274
- - @atlaskit/textfield@3.1.9
1262
+ - Updated dependencies
1263
+ [66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
1264
+ - Updated dependencies
1265
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1266
+ - Updated dependencies
1267
+ [64fb94fb1e](https://bitbucket.org/atlassian/atlassian-frontend/commits/64fb94fb1e):
1268
+ - Updated dependencies
1269
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1270
+ - Updated dependencies
1271
+ [eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
1272
+ - Updated dependencies
1273
+ [fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
1274
+ - Updated dependencies
1275
+ [109c1a2c0a](https://bitbucket.org/atlassian/atlassian-frontend/commits/109c1a2c0a):
1276
+ - Updated dependencies
1277
+ [c57bb32f6d](https://bitbucket.org/atlassian/atlassian-frontend/commits/c57bb32f6d):
1278
+ - @atlaskit/docs@8.4.0
1279
+ - @atlaskit/icon@20.1.0
1280
+ - @atlaskit/webdriver-runner@0.3.0
1281
+ - @atlaskit/field-base@14.0.2
1282
+ - @atlaskit/field-range@8.0.2
1283
+ - @atlaskit/button@13.3.9
1284
+ - @atlaskit/calendar@9.2.6
1285
+ - @atlaskit/modal-dialog@10.5.4
1286
+ - @atlaskit/select@11.0.9
1287
+ - @atlaskit/textfield@3.1.9
1275
1288
 
1276
1289
  ## 9.2.7
1277
1290
 
1278
1291
  ### Patch Changes
1279
1292
 
1280
- - Updated dependencies
1281
- [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
1282
- - @atlaskit/webdriver-runner@0.2.0
1283
- - @atlaskit/button@13.3.8
1284
- - @atlaskit/calendar@9.2.5
1285
- - @atlaskit/modal-dialog@10.5.3
1286
- - @atlaskit/select@11.0.8
1287
- - @atlaskit/textfield@3.1.8
1293
+ - Updated dependencies
1294
+ [e3f01787dd](https://bitbucket.org/atlassian/atlassian-frontend/commits/e3f01787dd):
1295
+ - @atlaskit/webdriver-runner@0.2.0
1296
+ - @atlaskit/button@13.3.8
1297
+ - @atlaskit/calendar@9.2.5
1298
+ - @atlaskit/modal-dialog@10.5.3
1299
+ - @atlaskit/select@11.0.8
1300
+ - @atlaskit/textfield@3.1.8
1288
1301
 
1289
1302
  ## 9.2.6
1290
1303
 
1291
1304
  ### Patch Changes
1292
1305
 
1293
- - [patch][116cb9b00f](https://bitbucket.org/atlassian/atlassian-frontend/commits/116cb9b00f):
1306
+ - [patch][116cb9b00f](https://bitbucket.org/atlassian/atlassian-frontend/commits/116cb9b00f):
1294
1307
 
1295
- FIX: Valid time string in ISO output of Datetime picker- Updated dependencies
1296
- [296a8b114b](https://bitbucket.org/atlassian/atlassian-frontend/commits/296a8b114b):
1308
+ FIX: Valid time string in ISO output of Datetime picker- Updated dependencies
1309
+ [296a8b114b](https://bitbucket.org/atlassian/atlassian-frontend/commits/296a8b114b):
1297
1310
 
1298
- - Updated dependencies
1299
- [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
1300
- - Updated dependencies
1301
- [91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db):
1302
- - @atlaskit/locale@1.0.6
1303
- - @atlaskit/icon@20.0.2
1304
- - @atlaskit/textfield@3.1.7
1311
+ - Updated dependencies
1312
+ [0603860c07](https://bitbucket.org/atlassian/atlassian-frontend/commits/0603860c07):
1313
+ - Updated dependencies
1314
+ [91a1eb05db](https://bitbucket.org/atlassian/atlassian-frontend/commits/91a1eb05db):
1315
+ - @atlaskit/locale@1.0.6
1316
+ - @atlaskit/icon@20.0.2
1317
+ - @atlaskit/textfield@3.1.7
1305
1318
 
1306
1319
  ## 9.2.5
1307
1320
 
1308
1321
  ### Patch Changes
1309
1322
 
1310
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1323
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1311
1324
 
1312
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1313
- [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1325
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1326
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1314
1327
 
1315
- - @atlaskit/docs@8.3.2
1316
- - @atlaskit/visual-regression@0.1.9
1317
- - @atlaskit/analytics-next@6.3.5
1318
- - @atlaskit/button@13.3.7
1319
- - @atlaskit/calendar@9.2.4
1320
- - @atlaskit/field-base@14.0.1
1321
- - @atlaskit/field-range@8.0.1
1322
- - @atlaskit/icon@20.0.1
1323
- - @atlaskit/modal-dialog@10.5.2
1324
- - @atlaskit/popper@3.1.11
1325
- - @atlaskit/select@11.0.7
1326
- - @atlaskit/textfield@3.1.6
1327
- - @atlaskit/theme@9.5.1
1328
- - @atlaskit/locale@1.0.5
1328
+ - @atlaskit/docs@8.3.2
1329
+ - @atlaskit/visual-regression@0.1.9
1330
+ - @atlaskit/analytics-next@6.3.5
1331
+ - @atlaskit/button@13.3.7
1332
+ - @atlaskit/calendar@9.2.4
1333
+ - @atlaskit/field-base@14.0.1
1334
+ - @atlaskit/field-range@8.0.1
1335
+ - @atlaskit/icon@20.0.1
1336
+ - @atlaskit/modal-dialog@10.5.2
1337
+ - @atlaskit/popper@3.1.11
1338
+ - @atlaskit/select@11.0.7
1339
+ - @atlaskit/textfield@3.1.6
1340
+ - @atlaskit/theme@9.5.1
1341
+ - @atlaskit/locale@1.0.5
1329
1342
 
1330
1343
  ## 9.2.4
1331
1344
 
1332
1345
  ### Patch Changes
1333
1346
 
1334
- - Updated dependencies
1335
- [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1336
- - @atlaskit/field-base@14.0.0
1337
- - @atlaskit/field-range@8.0.0
1338
- - @atlaskit/icon@20.0.0
1339
- - @atlaskit/locale@1.0.4
1340
- - @atlaskit/modal-dialog@10.5.1
1341
- - @atlaskit/docs@8.3.1
1342
- - @atlaskit/button@13.3.6
1343
- - @atlaskit/calendar@9.2.3
1344
- - @atlaskit/select@11.0.6
1345
- - @atlaskit/textfield@3.1.5
1347
+ - Updated dependencies
1348
+ [c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
1349
+ - @atlaskit/field-base@14.0.0
1350
+ - @atlaskit/field-range@8.0.0
1351
+ - @atlaskit/icon@20.0.0
1352
+ - @atlaskit/locale@1.0.4
1353
+ - @atlaskit/modal-dialog@10.5.1
1354
+ - @atlaskit/docs@8.3.1
1355
+ - @atlaskit/button@13.3.6
1356
+ - @atlaskit/calendar@9.2.3
1357
+ - @atlaskit/select@11.0.6
1358
+ - @atlaskit/textfield@3.1.5
1346
1359
 
1347
1360
  ## 9.2.3
1348
1361
 
1349
1362
  ### Patch Changes
1350
1363
 
1351
- - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1352
-
1353
- Updates react-popper dependency to a safe version.- Updated dependencies
1354
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1355
-
1356
- - Updated dependencies
1357
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1358
- - Updated dependencies
1359
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1360
- - Updated dependencies
1361
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1362
- - Updated dependencies
1363
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1364
- - Updated dependencies
1365
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1366
- - Updated dependencies
1367
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1368
- - Updated dependencies
1369
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1370
- - Updated dependencies
1371
- [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1372
- - @atlaskit/analytics-next@6.3.3
1373
- - @atlaskit/select@11.0.3
1374
- - @atlaskit/field-text@9.0.14
1375
- - @atlaskit/modal-dialog@10.5.0
1376
- - @atlaskit/field-base@13.0.16
1377
- - @atlaskit/popper@3.1.8
1364
+ - [patch][24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1365
+
1366
+ Updates react-popper dependency to a safe version.- Updated dependencies
1367
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1368
+
1369
+ - Updated dependencies
1370
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1371
+ - Updated dependencies
1372
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1373
+ - Updated dependencies
1374
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1375
+ - Updated dependencies
1376
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1377
+ - Updated dependencies
1378
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1379
+ - Updated dependencies
1380
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1381
+ - Updated dependencies
1382
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1383
+ - Updated dependencies
1384
+ [24865cfaff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/24865cfaff):
1385
+ - @atlaskit/analytics-next@6.3.3
1386
+ - @atlaskit/select@11.0.3
1387
+ - @atlaskit/field-text@9.0.14
1388
+ - @atlaskit/modal-dialog@10.5.0
1389
+ - @atlaskit/field-base@13.0.16
1390
+ - @atlaskit/popper@3.1.8
1378
1391
 
1379
1392
  ## 9.2.2
1380
1393
 
1381
1394
  ### Patch Changes
1382
1395
 
1383
- - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1396
+ - [patch][3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1384
1397
 
1385
- Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other
1386
- packages- Updated dependencies
1387
- [3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1398
+ Make PopupSelect correctly pass props. Forcing update of @atlaskit/select for all other packages-
1399
+ Updated dependencies
1400
+ [3a20e9a596](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3a20e9a596):
1388
1401
 
1389
- - @atlaskit/select@11.0.2
1390
- - @atlaskit/locale@1.0.3
1402
+ - @atlaskit/select@11.0.2
1403
+ - @atlaskit/locale@1.0.3
1391
1404
 
1392
1405
  ## 9.2.1
1393
1406
 
1394
1407
  ### Patch Changes
1395
1408
 
1396
- - [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1409
+ - [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
1397
1410
 
1398
- @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
1399
- safety. Flow types are no longer provided. No API or behavioural changes.
1411
+ @atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
1412
+ safety. Flow types are no longer provided. No API or behavioural changes.
1400
1413
 
1401
1414
  ## 9.2.0
1402
1415
 
1403
1416
  ### Minor Changes
1404
1417
 
1405
- - [minor][c423fbf5eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c423fbf5eb):
1418
+ - [minor][c423fbf5eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c423fbf5eb):
1406
1419
 
1407
- Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
1408
- products to write better integration and end to end tests.
1420
+ Adding an optional prop `testId` that will set the attribute value `data-testid`. It will help
1421
+ products to write better integration and end to end tests.
1409
1422
 
1410
1423
  ## 9.1.0
1411
1424
 
1412
1425
  ### Minor Changes
1413
1426
 
1414
- - [minor][17a07074e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17a07074e8):
1427
+ - [minor][17a07074e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17a07074e8):
1415
1428
 
1416
- Fix padding to be consistent with other Atlaskit form fields. This change includes removing
1417
- padding from around the icon itself, and adding padding to the icon container, as well as
1418
- altering the padding around the input container.
1429
+ Fix padding to be consistent with other Atlaskit form fields. This change includes removing
1430
+ padding from around the icon itself, and adding padding to the icon container, as well as altering
1431
+ the padding around the input container.
1419
1432
 
1420
1433
  ## 9.0.1
1421
1434
 
1422
1435
  ### Patch Changes
1423
1436
 
1424
- - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1437
+ - [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
1425
1438
 
1426
- Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1439
+ Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
1427
1440
 
1428
1441
  ## 9.0.0
1429
1442
 
1430
1443
  ### Major Changes
1431
1444
 
1432
- - [major][d1444cc6ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1444cc6ef):
1445
+ - [major][d1444cc6ef](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1444cc6ef):
1433
1446
 
1434
- Converting datetime-picker to typescript. Dropping support for flow
1447
+ Converting datetime-picker to typescript. Dropping support for flow
1435
1448
 
1436
1449
  ## 8.1.2
1437
1450
 
1438
1451
  ### Patch Changes
1439
1452
 
1440
- - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1453
+ - [patch][a2d0043716](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a2d0043716):
1441
1454
 
1442
- Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1455
+ Updated version of analytics-next to fix potential incompatibilities with TS 3.6
1443
1456
 
1444
1457
  ## 8.1.1
1445
1458
 
1446
- - Updated dependencies
1447
- [8c725d46ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c725d46ec):
1448
- - @atlaskit/calendar@9.0.0
1459
+ - Updated dependencies
1460
+ [8c725d46ec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8c725d46ec):
1461
+ - @atlaskit/calendar@9.0.0
1449
1462
 
1450
1463
  ## 8.1.0
1451
1464
 
1452
1465
  ### Minor Changes
1453
1466
 
1454
- - [minor][e3d466543f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e3d466543f):
1467
+ - [minor][e3d466543f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e3d466543f):
1455
1468
 
1456
- Add locale support for Calendar/DateTimePicker/DatePicker/TimePicker:
1469
+ Add locale support for Calendar/DateTimePicker/DatePicker/TimePicker:
1457
1470
 
1458
- - New prop `locale` enables localization for date/time format in `DatePicker`, `TimePicker`
1459
- and `DateTimePicker`, and months/days in `Calendar`.
1460
- - Deprecated `dateFormat`, `timeFormat` and `formatDisplayLabel` props. Please use `locale`
1461
- instead. If provided, these props will override `locale`.
1462
- - Default date/time placeholders now use `locale` to format the date.
1463
- - The default date parser for `DatePicker` has been changed from `date-fns.parse` to one based
1464
- on the `locale` prop and accept text in a format that matches the placeholder.
1471
+ - New prop `locale` enables localization for date/time format in `DatePicker`, `TimePicker` and
1472
+ `DateTimePicker`, and months/days in `Calendar`.
1473
+ - Deprecated `dateFormat`, `timeFormat` and `formatDisplayLabel` props. Please use `locale`
1474
+ instead. If provided, these props will override `locale`.
1475
+ - Default date/time placeholders now use `locale` to format the date.
1476
+ - The default date parser for `DatePicker` has been changed from `date-fns.parse` to one based on
1477
+ the `locale` prop and accept text in a format that matches the placeholder.
1465
1478
 
1466
1479
  ## 8.0.17
1467
1480
 
1468
1481
  ### Patch Changes
1469
1482
 
1470
- - [patch][8784191ef6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8784191ef6):
1483
+ - [patch][8784191ef6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8784191ef6):
1471
1484
 
1472
- Date, Time, and DateTime pickers now correctly clear their value when the Backspace or Delete
1473
- key is pressed
1485
+ Date, Time, and DateTime pickers now correctly clear their value when the Backspace or Delete key
1486
+ is pressed
1474
1487
 
1475
1488
  ## 8.0.16
1476
1489
 
1477
1490
  ### Patch Changes
1478
1491
 
1479
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1492
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
1480
1493
 
1481
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1482
- non-relative imports as relative imports
1494
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
1495
+ non-relative imports as relative imports
1483
1496
 
1484
1497
  ## 8.0.15
1485
1498
 
1486
1499
  ### Patch Changes
1487
1500
 
1488
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1501
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
1489
1502
 
1490
- Upgraded Typescript to 3.3.x
1503
+ Upgraded Typescript to 3.3.x
1491
1504
 
1492
1505
  ## 8.0.14
1493
1506
 
1494
1507
  ### Patch Changes
1495
1508
 
1496
- - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
1509
+ - [patch][708028db86](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/708028db86):
1497
1510
 
1498
- Change all the imports to theme in Core to use multi entry points
1511
+ Change all the imports to theme in Core to use multi entry points
1499
1512
 
1500
1513
  ## 8.0.13
1501
1514
 
1502
1515
  ### Patch Changes
1503
1516
 
1504
- - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
1517
+ - [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
1505
1518
 
1506
- Updates component maintainers
1519
+ Updates component maintainers
1507
1520
 
1508
1521
  ## 8.0.12
1509
1522
 
1510
- - Updated dependencies
1511
- [926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1512
- - @atlaskit/calendar@8.0.6
1513
- - @atlaskit/field-text@9.0.7
1514
- - @atlaskit/select@10.0.3
1515
- - @atlaskit/analytics-next@6.0.0
1516
- - @atlaskit/button@13.1.2
1517
- - @atlaskit/modal-dialog@10.1.3
1523
+ - Updated dependencies
1524
+ [926b43142b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/926b43142b):
1525
+ - @atlaskit/calendar@8.0.6
1526
+ - @atlaskit/field-text@9.0.7
1527
+ - @atlaskit/select@10.0.3
1528
+ - @atlaskit/analytics-next@6.0.0
1529
+ - @atlaskit/button@13.1.2
1530
+ - @atlaskit/modal-dialog@10.1.3
1518
1531
 
1519
1532
  ## 8.0.11
1520
1533
 
1521
- - Updated dependencies
1522
- [ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
1523
- - @atlaskit/popper@3.0.0
1524
- - @atlaskit/calendar@8.0.5
1534
+ - Updated dependencies
1535
+ [ebfeb03eb7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ebfeb03eb7):
1536
+ - @atlaskit/popper@3.0.0
1537
+ - @atlaskit/calendar@8.0.5
1525
1538
 
1526
1539
  ## 8.0.10
1527
1540
 
1528
1541
  ### Patch Changes
1529
1542
 
1530
- - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1543
+ - [patch][9f8ab1084b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9f8ab1084b):
1531
1544
 
1532
- Consume analytics-next ts type definitions as an ambient declaration.
1545
+ Consume analytics-next ts type definitions as an ambient declaration.
1533
1546
 
1534
1547
  ## 8.0.9
1535
1548
 
1536
- - Updated dependencies
1537
- [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1538
- - @atlaskit/button@13.0.11
1539
- - @atlaskit/modal-dialog@10.0.10
1540
- - @atlaskit/select@10.0.0
1549
+ - Updated dependencies
1550
+ [790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
1551
+ - @atlaskit/button@13.0.11
1552
+ - @atlaskit/modal-dialog@10.0.10
1553
+ - @atlaskit/select@10.0.0
1541
1554
 
1542
1555
  ## 8.0.8
1543
1556
 
1544
1557
  ### Patch Changes
1545
1558
 
1546
- - [patch][19d9d0f13f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/19d9d0f13f):
1559
+ - [patch][19d9d0f13f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/19d9d0f13f):
1547
1560
 
1548
- Fixing a rare bug in Safari and malformed date string.
1561
+ Fixing a rare bug in Safari and malformed date string.
1549
1562
 
1550
1563
  ## 8.0.7
1551
1564
 
1552
- - Updated dependencies
1553
- [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1554
- - @atlaskit/docs@8.1.3
1555
- - @atlaskit/button@13.0.9
1556
- - @atlaskit/calendar@8.0.3
1557
- - @atlaskit/field-base@13.0.6
1558
- - @atlaskit/modal-dialog@10.0.7
1559
- - @atlaskit/select@9.1.8
1560
- - @atlaskit/icon@19.0.0
1565
+ - Updated dependencies
1566
+ [06326ef3f7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06326ef3f7):
1567
+ - @atlaskit/docs@8.1.3
1568
+ - @atlaskit/button@13.0.9
1569
+ - @atlaskit/calendar@8.0.3
1570
+ - @atlaskit/field-base@13.0.6
1571
+ - @atlaskit/modal-dialog@10.0.7
1572
+ - @atlaskit/select@9.1.8
1573
+ - @atlaskit/icon@19.0.0
1561
1574
 
1562
1575
  ## 8.0.6
1563
1576
 
1564
1577
  ### Patch Changes
1565
1578
 
1566
- - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
1579
+ - [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
1567
1580
 
1568
- index.ts will now be ignored when publishing to npm
1581
+ index.ts will now be ignored when publishing to npm
1569
1582
 
1570
1583
  ## 8.0.5
1571
1584
 
1572
- - Updated dependencies
1573
- [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1574
- - @atlaskit/docs@8.1.2
1575
- - @atlaskit/button@13.0.8
1576
- - @atlaskit/calendar@8.0.1
1577
- - @atlaskit/field-base@13.0.4
1578
- - @atlaskit/modal-dialog@10.0.4
1579
- - @atlaskit/select@9.1.5
1580
- - @atlaskit/field-range@7.0.4
1581
- - @atlaskit/icon@18.0.0
1585
+ - Updated dependencies
1586
+ [cfc3c8adb3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cfc3c8adb3):
1587
+ - @atlaskit/docs@8.1.2
1588
+ - @atlaskit/button@13.0.8
1589
+ - @atlaskit/calendar@8.0.1
1590
+ - @atlaskit/field-base@13.0.4
1591
+ - @atlaskit/modal-dialog@10.0.4
1592
+ - @atlaskit/select@9.1.5
1593
+ - @atlaskit/field-range@7.0.4
1594
+ - @atlaskit/icon@18.0.0
1582
1595
 
1583
1596
  ## 8.0.4
1584
1597
 
1585
1598
  ### Patch Changes
1586
1599
 
1587
- - [patch][8d54773dea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d54773dea):
1600
+ - [patch][8d54773dea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8d54773dea):
1588
1601
 
1589
- Remove meridian time in parseInputValue in TimePicker
1602
+ Remove meridian time in parseInputValue in TimePicker
1590
1603
 
1591
1604
  ## 8.0.3
1592
1605
 
1593
- - Updated dependencies
1594
- [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
1595
- - @atlaskit/icon@17.1.2
1596
- - @atlaskit/select@9.1.2
1597
- - @atlaskit/modal-dialog@10.0.0
1606
+ - Updated dependencies
1607
+ [06c5cccf9d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06c5cccf9d):
1608
+ - @atlaskit/icon@17.1.2
1609
+ - @atlaskit/select@9.1.2
1610
+ - @atlaskit/modal-dialog@10.0.0
1598
1611
 
1599
1612
  ## 8.0.2
1600
1613
 
1601
- - [patch][06819642ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06819642ba):
1614
+ - [patch][06819642ba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06819642ba):
1602
1615
 
1603
- - Internal refactor and clean up
1616
+ - Internal refactor and clean up
1604
1617
 
1605
1618
  ## 8.0.1
1606
1619
 
1607
- - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1620
+ - [patch][21854842b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21854842b5):
1608
1621
 
1609
- - Clean couple of TODO's that were already done
1622
+ - Clean couple of TODO's that were already done
1610
1623
 
1611
1624
  ## 8.0.0
1612
1625
 
1613
- - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1626
+ - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
1614
1627
 
1615
- - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1616
- this package, please ensure you use at least this version of react and react-dom.
1628
+ - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
1629
+ this package, please ensure you use at least this version of react and react-dom.
1617
1630
 
1618
1631
  ## 7.0.5
1619
1632
 
1620
- - Updated dependencies
1621
- [8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
1622
- - @atlaskit/popper@1.0.0
1633
+ - Updated dependencies
1634
+ [8b5f052003](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8b5f052003):
1635
+ - @atlaskit/popper@1.0.0
1623
1636
 
1624
1637
  ## 7.0.4
1625
1638
 
1626
- - Updated dependencies
1627
- [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1628
- - @atlaskit/docs@7.0.3
1629
- - @atlaskit/button@12.0.3
1630
- - @atlaskit/calendar@7.0.22
1631
- - @atlaskit/field-base@12.0.2
1632
- - @atlaskit/field-range@6.0.4
1633
- - @atlaskit/field-text@8.0.3
1634
- - @atlaskit/icon@16.0.9
1635
- - @atlaskit/modal-dialog@8.0.7
1636
- - @atlaskit/popper@0.4.3
1637
- - @atlaskit/select@8.1.1
1638
- - @atlaskit/theme@8.1.7
1639
+ - Updated dependencies
1640
+ [9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
1641
+ - @atlaskit/docs@7.0.3
1642
+ - @atlaskit/button@12.0.3
1643
+ - @atlaskit/calendar@7.0.22
1644
+ - @atlaskit/field-base@12.0.2
1645
+ - @atlaskit/field-range@6.0.4
1646
+ - @atlaskit/field-text@8.0.3
1647
+ - @atlaskit/icon@16.0.9
1648
+ - @atlaskit/modal-dialog@8.0.7
1649
+ - @atlaskit/popper@0.4.3
1650
+ - @atlaskit/select@8.1.1
1651
+ - @atlaskit/theme@8.1.7
1639
1652
 
1640
1653
  ## 7.0.3
1641
1654
 
1642
- - Updated dependencies
1643
- [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1644
- - @atlaskit/docs@7.0.2
1645
- - @atlaskit/analytics-next@4.0.3
1646
- - @atlaskit/calendar@7.0.21
1647
- - @atlaskit/field-text@8.0.2
1648
- - @atlaskit/icon@16.0.8
1649
- - @atlaskit/modal-dialog@8.0.6
1650
- - @atlaskit/popper@0.4.2
1651
- - @atlaskit/select@8.0.5
1652
- - @atlaskit/theme@8.1.6
1653
- - @atlaskit/field-range@6.0.3
1654
- - @atlaskit/button@12.0.0
1655
+ - Updated dependencies
1656
+ [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
1657
+ - @atlaskit/docs@7.0.2
1658
+ - @atlaskit/analytics-next@4.0.3
1659
+ - @atlaskit/calendar@7.0.21
1660
+ - @atlaskit/field-text@8.0.2
1661
+ - @atlaskit/icon@16.0.8
1662
+ - @atlaskit/modal-dialog@8.0.6
1663
+ - @atlaskit/popper@0.4.2
1664
+ - @atlaskit/select@8.0.5
1665
+ - @atlaskit/theme@8.1.6
1666
+ - @atlaskit/field-range@6.0.3
1667
+ - @atlaskit/button@12.0.0
1655
1668
 
1656
1669
  ## 7.0.2
1657
1670
 
1658
- - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1671
+ - [patch][98e11001ff](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/98e11001ff):
1659
1672
 
1660
- - Removes duplicate babel-runtime dependency
1673
+ - Removes duplicate babel-runtime dependency
1661
1674
 
1662
1675
  ## 7.0.1
1663
1676
 
1664
- - Updated dependencies
1665
- [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1666
- - @atlaskit/docs@7.0.1
1667
- - @atlaskit/analytics-next@4.0.1
1668
- - @atlaskit/calendar@7.0.20
1669
- - @atlaskit/field-text@8.0.1
1670
- - @atlaskit/icon@16.0.5
1671
- - @atlaskit/modal-dialog@8.0.2
1672
- - @atlaskit/popper@0.4.1
1673
- - @atlaskit/select@8.0.3
1674
- - @atlaskit/theme@8.0.1
1675
- - @atlaskit/field-range@6.0.1
1676
- - @atlaskit/button@11.0.0
1677
+ - Updated dependencies
1678
+ [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
1679
+ - @atlaskit/docs@7.0.1
1680
+ - @atlaskit/analytics-next@4.0.1
1681
+ - @atlaskit/calendar@7.0.20
1682
+ - @atlaskit/field-text@8.0.1
1683
+ - @atlaskit/icon@16.0.5
1684
+ - @atlaskit/modal-dialog@8.0.2
1685
+ - @atlaskit/popper@0.4.1
1686
+ - @atlaskit/select@8.0.3
1687
+ - @atlaskit/theme@8.0.1
1688
+ - @atlaskit/field-range@6.0.1
1689
+ - @atlaskit/button@11.0.0
1677
1690
 
1678
1691
  ## 7.0.0
1679
1692
 
1680
- - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1693
+ - [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
1681
1694
 
1682
- - Drop ES5 from all the flow modules
1695
+ - Drop ES5 from all the flow modules
1683
1696
 
1684
- ### Dropping CJS support in all @atlaskit packages
1697
+ ### Dropping CJS support in all @atlaskit packages
1685
1698
 
1686
- As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1687
- distribute esm. This means all distributed code will be transpiled, but will still contain
1688
- `import` and `export` declarations.
1699
+ As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
1700
+ distribute esm. This means all distributed code will be transpiled, but will still contain
1701
+ `import` and `export` declarations.
1689
1702
 
1690
- The major reason for doing this is to allow us to support multiple entry points in packages,
1691
- e.g:
1703
+ The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
1692
1704
 
1693
- ```js
1694
- import colors from `@atlaskit/theme/colors`;
1695
- ```
1705
+ ```js
1706
+ import colors from `@atlaskit/theme/colors`;
1707
+ ```
1696
1708
 
1697
- Previously this was sort of possible for consumers by doing something like:
1709
+ Previously this was sort of possible for consumers by doing something like:
1698
1710
 
1699
- ```js
1700
- import colors from `@atlaskit/theme/dist/esm/colors`;
1701
- ```
1711
+ ```js
1712
+ import colors from `@atlaskit/theme/dist/esm/colors`;
1713
+ ```
1702
1714
 
1703
- This has a couple of issues. 1, it treats the file system as API making internal refactors
1704
- harder, we have to worry about how consumers might be using things that aren't _actually_
1705
- supposed to be used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads
1706
- to lots of packages bundling all of theme, just to use a single color, especially in situations
1707
- where tree shaking fails.
1715
+ This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
1716
+ we have to worry about how consumers might be using things that aren't _actually_ supposed to be
1717
+ used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
1718
+ packages bundling all of theme, just to use a single color, especially in situations where tree
1719
+ shaking fails.
1708
1720
 
1709
- To support being able to use multiple entrypoints internally, we unfortunately cannot have
1710
- multiple distributions as they would need to have very different imports from of their own
1711
- internal dependencies.
1721
+ To support being able to use multiple entrypoints internally, we unfortunately cannot have
1722
+ multiple distributions as they would need to have very different imports from of their own
1723
+ internal dependencies.
1712
1724
 
1713
- ES Modules are widely supported by all modern bundlers and can be worked around in node
1714
- environments.
1725
+ ES Modules are widely supported by all modern bundlers and can be worked around in node
1726
+ environments.
1715
1727
 
1716
- We may choose to revisit this solution in the future if we find any unintended condequences, but
1717
- we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1718
- saner API's and simpler package architecture.
1728
+ We may choose to revisit this solution in the future if we find any unintended condequences, but
1729
+ we see this as a pretty sane path forward which should lead to some major bundle size decreases,
1730
+ saner API's and simpler package architecture.
1719
1731
 
1720
- Please reach out to #fabric-build (if in Atlassian) or create an issue in
1721
- [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1722
- external) if you have any questions or queries about this.
1732
+ Please reach out to #fabric-build (if in Atlassian) or create an issue in
1733
+ [Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
1734
+ external) if you have any questions or queries about this.
1723
1735
 
1724
1736
  ## 6.5.1
1725
1737
 
1726
- - Updated dependencies
1727
- [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1728
- - @atlaskit/modal-dialog@7.2.3
1729
- - @atlaskit/select@7.0.0
1738
+ - Updated dependencies
1739
+ [06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
1740
+ - @atlaskit/modal-dialog@7.2.3
1741
+ - @atlaskit/select@7.0.0
1730
1742
 
1731
1743
  ## 6.5.0
1732
1744
 
1733
- - [minor][a48dddb43c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a48dddb43c):
1745
+ - [minor][a48dddb43c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a48dddb43c):
1734
1746
 
1735
- - onChange will only be fired when a complete datetime is supplied by the user
1747
+ - onChange will only be fired when a complete datetime is supplied by the user
1736
1748
 
1737
1749
  ## 6.4.2
1738
1750
 
1739
- - [patch][0cd7f505b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0cd7f505b3):
1751
+ - [patch][0cd7f505b3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0cd7f505b3):
1740
1752
 
1741
- - Iso date parsing on IE11 and Edge is now consistent with other browsers
1753
+ - Iso date parsing on IE11 and Edge is now consistent with other browsers
1742
1754
 
1743
1755
  ## 6.4.1
1744
1756
 
1745
- - [patch][348d3aed19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/348d3aed19):
1757
+ - [patch][348d3aed19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/348d3aed19):
1746
1758
 
1747
- - Datepicker will now reset the focused date on the calendar every time it is opened
1759
+ - Datepicker will now reset the focused date on the calendar every time it is opened
1748
1760
 
1749
1761
  ## 6.4.0
1750
1762
 
1751
- - [minor][52827feffb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/52827feffb):
1763
+ - [minor][52827feffb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/52827feffb):
1752
1764
 
1753
- - onChange is now called only when the user selects or clears a value. The date passed to
1754
- onChange will always be a valid date
1765
+ - onChange is now called only when the user selects or clears a value. The date passed to onChange
1766
+ will always be a valid date
1755
1767
 
1756
1768
  ## 6.3.25
1757
1769
 
1758
- - Updated dependencies
1759
- [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1760
- - @atlaskit/docs@6.0.1
1761
- - @atlaskit/button@10.1.2
1762
- - @atlaskit/calendar@7.0.17
1763
- - @atlaskit/field-base@11.0.14
1764
- - @atlaskit/modal-dialog@7.2.1
1765
- - @atlaskit/select@6.1.19
1766
- - @atlaskit/field-range@5.0.14
1767
- - @atlaskit/icon@16.0.0
1770
+ - Updated dependencies
1771
+ [d7ef59d432](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d7ef59d432):
1772
+ - @atlaskit/docs@6.0.1
1773
+ - @atlaskit/button@10.1.2
1774
+ - @atlaskit/calendar@7.0.17
1775
+ - @atlaskit/field-base@11.0.14
1776
+ - @atlaskit/modal-dialog@7.2.1
1777
+ - @atlaskit/select@6.1.19
1778
+ - @atlaskit/field-range@5.0.14
1779
+ - @atlaskit/icon@16.0.0
1768
1780
 
1769
1781
  ## 6.3.24
1770
1782
 
1771
- - [patch][55e0a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/55e0a3a):
1783
+ - [patch][55e0a3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/55e0a3a):
1772
1784
 
1773
- - Fixes keyboard entry bug
1785
+ - Fixes keyboard entry bug
1774
1786
 
1775
- - [patch][075dfa2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/075dfa2):
1787
+ - [patch][075dfa2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/075dfa2):
1776
1788
 
1777
- - Allowing control of input value in datetime-picker
1789
+ - Allowing control of input value in datetime-picker
1778
1790
 
1779
1791
  ## 6.3.23
1780
1792
 
1781
- - [patch][4c4bdc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4c4bdc5):
1793
+ - [patch][4c4bdc5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4c4bdc5):
1782
1794
 
1783
- - AK-5672 - Refactor parseTime by separating logic and concerns into smaller, testable
1784
- functions. Fixes meridiem issues.
1795
+ - AK-5672 - Refactor parseTime by separating logic and concerns into smaller, testable functions.
1796
+ Fixes meridiem issues.
1785
1797
 
1786
- - [patch][58a40bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58a40bf):
1798
+ - [patch][58a40bf](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58a40bf):
1787
1799
 
1788
- - Factoring in meridiem for 24hr time in editable
1800
+ - Factoring in meridiem for 24hr time in editable
1789
1801
 
1790
1802
  ## 6.3.22
1791
1803
 
1792
- - [patch][5c548ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c548ea):
1804
+ - [patch][5c548ea](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5c548ea):
1793
1805
 
1794
- - Removing extraneous wrapping span around icons which was causing an accessibility error
1806
+ - Removing extraneous wrapping span around icons which was causing an accessibility error
1795
1807
 
1796
1808
  ## 6.3.21
1797
1809
 
1798
- - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1799
- - @atlaskit/analytics-next@3.1.2
1800
- - @atlaskit/button@10.1.1
1801
- - @atlaskit/calendar@7.0.16
1802
- - @atlaskit/field-base@11.0.13
1803
- - @atlaskit/field-range@5.0.12
1804
- - @atlaskit/field-text@7.0.18
1805
- - @atlaskit/icon@15.0.2
1806
- - @atlaskit/modal-dialog@7.1.1
1807
- - @atlaskit/popper@0.3.6
1808
- - @atlaskit/select@6.1.13
1809
- - @atlaskit/theme@7.0.1
1810
- - @atlaskit/docs@6.0.0
1810
+ - Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
1811
+ - @atlaskit/analytics-next@3.1.2
1812
+ - @atlaskit/button@10.1.1
1813
+ - @atlaskit/calendar@7.0.16
1814
+ - @atlaskit/field-base@11.0.13
1815
+ - @atlaskit/field-range@5.0.12
1816
+ - @atlaskit/field-text@7.0.18
1817
+ - @atlaskit/icon@15.0.2
1818
+ - @atlaskit/modal-dialog@7.1.1
1819
+ - @atlaskit/popper@0.3.6
1820
+ - @atlaskit/select@6.1.13
1821
+ - @atlaskit/theme@7.0.1
1822
+ - @atlaskit/docs@6.0.0
1811
1823
 
1812
1824
  ## 6.3.20
1813
1825
 
1814
- - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1815
- - @atlaskit/docs@5.2.3
1816
- - @atlaskit/button@10.0.4
1817
- - @atlaskit/calendar@7.0.15
1818
- - @atlaskit/field-base@11.0.12
1819
- - @atlaskit/field-range@5.0.11
1820
- - @atlaskit/field-text@7.0.16
1821
- - @atlaskit/icon@15.0.1
1822
- - @atlaskit/modal-dialog@7.0.14
1823
- - @atlaskit/popper@0.3.3
1824
- - @atlaskit/select@6.1.10
1825
- - @atlaskit/theme@7.0.0
1826
+ - Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
1827
+ - @atlaskit/docs@5.2.3
1828
+ - @atlaskit/button@10.0.4
1829
+ - @atlaskit/calendar@7.0.15
1830
+ - @atlaskit/field-base@11.0.12
1831
+ - @atlaskit/field-range@5.0.11
1832
+ - @atlaskit/field-text@7.0.16
1833
+ - @atlaskit/icon@15.0.1
1834
+ - @atlaskit/modal-dialog@7.0.14
1835
+ - @atlaskit/popper@0.3.3
1836
+ - @atlaskit/select@6.1.10
1837
+ - @atlaskit/theme@7.0.0
1826
1838
 
1827
1839
  ## 6.3.19
1828
1840
 
1829
- - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1830
- - @atlaskit/docs@5.2.2
1831
- - @atlaskit/button@10.0.1
1832
- - @atlaskit/calendar@7.0.14
1833
- - @atlaskit/field-base@11.0.11
1834
- - @atlaskit/modal-dialog@7.0.13
1835
- - @atlaskit/select@6.1.9
1836
- - @atlaskit/icon@15.0.0
1841
+ - Updated dependencies [ab9b69c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab9b69c):
1842
+ - @atlaskit/docs@5.2.2
1843
+ - @atlaskit/button@10.0.1
1844
+ - @atlaskit/calendar@7.0.14
1845
+ - @atlaskit/field-base@11.0.11
1846
+ - @atlaskit/modal-dialog@7.0.13
1847
+ - @atlaskit/select@6.1.9
1848
+ - @atlaskit/icon@15.0.0
1837
1849
 
1838
1850
  ## 6.3.18
1839
1851
 
1840
- - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1841
- - @atlaskit/docs@5.2.1
1842
- - @atlaskit/analytics-next@3.1.1
1843
- - @atlaskit/calendar@7.0.13
1844
- - @atlaskit/field-text@7.0.15
1845
- - @atlaskit/icon@14.6.1
1846
- - @atlaskit/modal-dialog@7.0.12
1847
- - @atlaskit/popper@0.3.2
1848
- - @atlaskit/select@6.1.8
1849
- - @atlaskit/theme@6.2.1
1850
- - @atlaskit/field-range@5.0.9
1851
- - @atlaskit/button@10.0.0
1852
+ - Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
1853
+ - @atlaskit/docs@5.2.1
1854
+ - @atlaskit/analytics-next@3.1.1
1855
+ - @atlaskit/calendar@7.0.13
1856
+ - @atlaskit/field-text@7.0.15
1857
+ - @atlaskit/icon@14.6.1
1858
+ - @atlaskit/modal-dialog@7.0.12
1859
+ - @atlaskit/popper@0.3.2
1860
+ - @atlaskit/select@6.1.8
1861
+ - @atlaskit/theme@6.2.1
1862
+ - @atlaskit/field-range@5.0.9
1863
+ - @atlaskit/button@10.0.0
1852
1864
 
1853
1865
  ## 6.3.17
1854
1866
 
1855
- - [patch][b332c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b332c91):
1867
+ - [patch][b332c91](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b332c91):
1856
1868
 
1857
- - upgrades verison of react-scrolllock to SSR safe version
1869
+ - upgrades verison of react-scrolllock to SSR safe version
1858
1870
 
1859
1871
  ## 6.3.16
1860
1872
 
1861
- - [patch] Datetime Picker modal sticks to bottom, if needed
1862
- [0149735](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0149735)
1873
+ - [patch] Datetime Picker modal sticks to bottom, if needed
1874
+ [0149735](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0149735)
1863
1875
 
1864
1876
  ## 6.3.15
1865
1877
 
1866
- - [patch] Added logic to onCalendarChange for impossibly large dates. These dates now get
1867
- converted to the last day of the month, as opposed to default js behaviour. '2018-02-31' now
1868
- converts to '2018-02-28' as opposed to '2018-03-02'
1869
- [4b23458](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b23458)
1878
+ - [patch] Added logic to onCalendarChange for impossibly large dates. These dates now get converted
1879
+ to the last day of the month, as opposed to default js behaviour. '2018-02-31' now converts to
1880
+ '2018-02-28' as opposed to '2018-03-02'
1881
+ [4b23458](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b23458)
1870
1882
 
1871
1883
  ## 6.3.14
1872
1884
 
1873
- - [patch] Fixing blank state for datetime-picker in Firefox.
1874
- [0e6d838](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e6d838)
1885
+ - [patch] Fixing blank state for datetime-picker in Firefox.
1886
+ [0e6d838](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e6d838)
1875
1887
 
1876
1888
  ## 6.3.13
1877
1889
 
1878
- - [patch] Updated dependencies
1879
- [1a752e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a752e6)
1880
- - @atlaskit/popper@0.3.0
1890
+ - [patch] Updated dependencies
1891
+ [1a752e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1a752e6)
1892
+ - @atlaskit/popper@0.3.0
1881
1893
 
1882
1894
  ## 6.3.12
1883
1895
 
1884
- - [patch] Adds missing implicit @babel/runtime dependency
1885
- [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1896
+ - [patch] Adds missing implicit @babel/runtime dependency
1897
+ [b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
1886
1898
 
1887
1899
  ## 6.3.11
1888
1900
 
1889
- - [patch] Updated dependencies
1890
- [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1891
- - @atlaskit/docs@5.0.8
1892
- - @atlaskit/button@9.0.13
1893
- - @atlaskit/calendar@7.0.9
1894
- - @atlaskit/field-base@11.0.8
1895
- - @atlaskit/modal-dialog@7.0.2
1896
- - @atlaskit/select@6.0.2
1897
- - @atlaskit/icon@14.0.0
1901
+ - [patch] Updated dependencies
1902
+ [65c6514](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/65c6514)
1903
+ - @atlaskit/docs@5.0.8
1904
+ - @atlaskit/button@9.0.13
1905
+ - @atlaskit/calendar@7.0.9
1906
+ - @atlaskit/field-base@11.0.8
1907
+ - @atlaskit/modal-dialog@7.0.2
1908
+ - @atlaskit/select@6.0.2
1909
+ - @atlaskit/icon@14.0.0
1898
1910
 
1899
1911
  ## 6.3.10
1900
1912
 
1901
- - [patch] Updated dependencies
1902
- [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
1903
- - @atlaskit/select@6.0.0
1913
+ - [patch] Updated dependencies
1914
+ [4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
1915
+ - @atlaskit/select@6.0.0
1904
1916
 
1905
1917
  ## 6.3.9
1906
1918
 
1907
- - [patch] Fixes bug on next and prev month navigation.
1908
- [c4770a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4770a0)
1919
+ - [patch] Fixes bug on next and prev month navigation.
1920
+ [c4770a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c4770a0)
1909
1921
 
1910
1922
  ## 6.3.8
1911
1923
 
1912
- - [patch] TimePicker not longer throws console error when input cleared
1913
- [dba1bb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dba1bb0)
1924
+ - [patch] TimePicker not longer throws console error when input cleared
1925
+ [dba1bb0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dba1bb0)
1914
1926
 
1915
1927
  ## 6.3.7
1916
1928
 
1917
- - [patch] Updated dependencies
1918
- [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
1919
- - @atlaskit/icon@13.8.1
1920
- - @atlaskit/select@5.0.17
1921
- - @atlaskit/modal-dialog@7.0.0
1929
+ - [patch] Updated dependencies
1930
+ [d5a043a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d5a043a)
1931
+ - @atlaskit/icon@13.8.1
1932
+ - @atlaskit/select@5.0.17
1933
+ - @atlaskit/modal-dialog@7.0.0
1922
1934
 
1923
1935
  ## 6.3.6
1924
1936
 
1925
- - [patch] Updated dependencies
1926
- [9c66d4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c66d4d)
1927
- - @atlaskit/select@5.0.16
1928
- - @atlaskit/webdriver-runner@0.1.0
1937
+ - [patch] Updated dependencies
1938
+ [9c66d4d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c66d4d)
1939
+ - @atlaskit/select@5.0.16
1940
+ - @atlaskit/webdriver-runner@0.1.0
1929
1941
 
1930
1942
  ## 6.3.5
1931
1943
 
1932
- - [patch] Adds sideEffects: false to allow proper tree shaking
1933
- [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1944
+ - [patch] Adds sideEffects: false to allow proper tree shaking
1945
+ [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04)
1934
1946
 
1935
1947
  ## 6.3.3
1936
1948
 
1937
- - [patch] Updating datetime-picker and select styles
1938
- [981b96c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/981b96c)
1949
+ - [patch] Updating datetime-picker and select styles
1950
+ [981b96c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/981b96c)
1939
1951
 
1940
1952
  ## 6.3.2
1941
1953
 
1942
- - [patch] Updated dependencies
1943
- [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1944
- - @atlaskit/theme@6.0.0
1945
- - @atlaskit/select@5.0.9
1946
- - @atlaskit/popper@0.2.1
1947
- - @atlaskit/modal-dialog@6.0.9
1948
- - @atlaskit/icon@13.2.5
1949
- - @atlaskit/field-text@7.0.6
1950
- - @atlaskit/field-range@5.0.4
1951
- - @atlaskit/field-base@11.0.5
1952
- - @atlaskit/calendar@7.0.5
1953
- - @atlaskit/button@9.0.6
1954
- - @atlaskit/docs@5.0.6
1954
+ - [patch] Updated dependencies
1955
+ [df22ad8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/df22ad8)
1956
+ - @atlaskit/theme@6.0.0
1957
+ - @atlaskit/select@5.0.9
1958
+ - @atlaskit/popper@0.2.1
1959
+ - @atlaskit/modal-dialog@6.0.9
1960
+ - @atlaskit/icon@13.2.5
1961
+ - @atlaskit/field-text@7.0.6
1962
+ - @atlaskit/field-range@5.0.4
1963
+ - @atlaskit/field-base@11.0.5
1964
+ - @atlaskit/calendar@7.0.5
1965
+ - @atlaskit/button@9.0.6
1966
+ - @atlaskit/docs@5.0.6
1955
1967
 
1956
1968
  ## 6.3.1
1957
1969
 
1958
- - [patch] Removed some broken styles from the datetime-picker menu
1959
- [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
1960
-
1961
- - [none] Updated dependencies
1962
- [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
1963
- - @atlaskit/popper@0.2.0
1964
- - @atlaskit/modal-dialog@6.0.8
1965
- - @atlaskit/field-base@11.0.4
1966
- - [none] Updated dependencies
1967
- [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
1968
- - @atlaskit/field-base@11.0.4
1969
- - @atlaskit/popper@0.2.0
1970
- - @atlaskit/modal-dialog@6.0.8
1971
- - [none] Updated dependencies
1972
- [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
1973
- - @atlaskit/popper@0.2.0
1974
- - @atlaskit/modal-dialog@6.0.8
1975
- - @atlaskit/field-base@11.0.4
1976
- - [patch] Updated dependencies
1977
- [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
1978
- - @atlaskit/popper@0.2.0
1979
- - @atlaskit/modal-dialog@6.0.8
1980
- - @atlaskit/field-base@11.0.4
1970
+ - [patch] Removed some broken styles from the datetime-picker menu
1971
+ [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
1972
+
1973
+ - [none] Updated dependencies
1974
+ [1d9e75a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1d9e75a)
1975
+ - @atlaskit/popper@0.2.0
1976
+ - @atlaskit/modal-dialog@6.0.8
1977
+ - @atlaskit/field-base@11.0.4
1978
+ - [none] Updated dependencies
1979
+ [a3109d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a3109d3)
1980
+ - @atlaskit/field-base@11.0.4
1981
+ - @atlaskit/popper@0.2.0
1982
+ - @atlaskit/modal-dialog@6.0.8
1983
+ - [none] Updated dependencies
1984
+ [87d45d3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/87d45d3)
1985
+ - @atlaskit/popper@0.2.0
1986
+ - @atlaskit/modal-dialog@6.0.8
1987
+ - @atlaskit/field-base@11.0.4
1988
+ - [patch] Updated dependencies
1989
+ [a08b0c2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a08b0c2)
1990
+ - @atlaskit/popper@0.2.0
1991
+ - @atlaskit/modal-dialog@6.0.8
1992
+ - @atlaskit/field-base@11.0.4
1981
1993
 
1982
1994
  ## 6.3.0
1983
1995
 
1984
- - [minor] added formatDisplayLabel prop to timePicker and datePicker to enable configuration of
1985
- the label string rendered in the input
1986
- [bce02a8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bce02a8)
1987
- - [none] Updated dependencies
1988
- [bce02a8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bce02a8)
1996
+ - [minor] added formatDisplayLabel prop to timePicker and datePicker to enable configuration of the
1997
+ label string rendered in the input
1998
+ [bce02a8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bce02a8)
1999
+ - [none] Updated dependencies
2000
+ [bce02a8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bce02a8)
1989
2001
 
1990
2002
  ## 6.2.0
1991
2003
 
1992
- - [minor] Added parseDateValue prop to datetimepicker which accepts a function that takes an iso
1993
- datestring, a date value, a time value and a zone value and returns an object containing a
1994
- formatted dateValue, timeValue and zoneValue. The defaultProp uses date-fn's parse and format
1995
- functions under the hood.
1996
- [6249709](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6249709)
1997
- - [none] Updated dependencies
1998
- [6249709](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6249709)
2004
+ - [minor] Added parseDateValue prop to datetimepicker which accepts a function that takes an iso
2005
+ datestring, a date value, a time value and a zone value and returns an object containing a
2006
+ formatted dateValue, timeValue and zoneValue. The defaultProp uses date-fn's parse and format
2007
+ functions under the hood. [6249709](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6249709)
2008
+ - [none] Updated dependencies
2009
+ [6249709](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6249709)
1999
2010
 
2000
2011
  ## 6.1.2
2001
2012
 
2002
- - [patch] Replace @atlaskit/layer in date time picker with @atlaskit/popper, changed configuration
2003
- of flipBehaviour modifier to use viewport as the element boundary rather than the window.
2004
- [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)
2005
- - [patch] Updated datetime-picker to use @atlaskit/popper internally instead of @atlaskit/layer.
2006
- Minor fix to @atlaskit/popper, boundariesElement for flipbehaviour is now viewport and not
2007
- window. [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4)
2008
- - [patch] Updated dependencies
2009
- [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)
2010
- - @atlaskit/popper@0.1.2
2011
- - [none] Updated dependencies
2012
- [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4)
2013
+ - [patch] Replace @atlaskit/layer in date time picker with @atlaskit/popper, changed configuration
2014
+ of flipBehaviour modifier to use viewport as the element boundary rather than the window.
2015
+ [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)
2016
+ - [patch] Updated datetime-picker to use @atlaskit/popper internally instead of @atlaskit/layer.
2017
+ Minor fix to @atlaskit/popper, boundariesElement for flipbehaviour is now viewport and not window.
2018
+ [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4)
2019
+ - [patch] Updated dependencies
2020
+ [4286672](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4286672)
2021
+ - @atlaskit/popper@0.1.2
2022
+ - [none] Updated dependencies
2023
+ [f2159f4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f2159f4)
2013
2024
 
2014
2025
  ## 6.1.1
2015
2026
 
2016
- - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
2017
- read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
2018
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2019
- - [none] Updated dependencies
2020
- [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2021
- - @atlaskit/select@5.0.8
2022
- - @atlaskit/modal-dialog@6.0.6
2023
- - @atlaskit/field-base@11.0.3
2024
- - @atlaskit/field-text@7.0.4
2025
- - @atlaskit/analytics-next@3.0.4
2026
- - @atlaskit/calendar@7.0.4
2027
- - @atlaskit/button@9.0.5
2028
- - @atlaskit/theme@5.1.3
2029
- - @atlaskit/field-range@5.0.3
2030
- - @atlaskit/layer@5.0.4
2031
- - @atlaskit/icon@13.2.4
2027
+ - [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
2028
+ read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
2029
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2030
+ - [none] Updated dependencies
2031
+ [a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
2032
+ - @atlaskit/select@5.0.8
2033
+ - @atlaskit/modal-dialog@6.0.6
2034
+ - @atlaskit/field-base@11.0.3
2035
+ - @atlaskit/field-text@7.0.4
2036
+ - @atlaskit/analytics-next@3.0.4
2037
+ - @atlaskit/calendar@7.0.4
2038
+ - @atlaskit/button@9.0.5
2039
+ - @atlaskit/theme@5.1.3
2040
+ - @atlaskit/field-range@5.0.3
2041
+ - @atlaskit/layer@5.0.4
2042
+ - @atlaskit/icon@13.2.4
2032
2043
 
2033
2044
  ## 6.1.0
2034
2045
 
2035
- - [minor] Added parseInputValue prop to datePicker and timePicker, which allows for the
2036
- customisation of logic around parsing input values into the requisite date object. Also added
2037
- datePickerProps and timePickerProps props to dateTimePicker to expose these two (and later other
2038
- datePicker and timePicker explicit props) at the dateTimePicker level
2039
- [9a75b8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a75b8b)
2040
- - [none] Updated dependencies
2041
- [9a75b8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a75b8b)
2046
+ - [minor] Added parseInputValue prop to datePicker and timePicker, which allows for the
2047
+ customisation of logic around parsing input values into the requisite date object. Also added
2048
+ datePickerProps and timePickerProps props to dateTimePicker to expose these two (and later other
2049
+ datePicker and timePicker explicit props) at the dateTimePicker level
2050
+ [9a75b8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a75b8b)
2051
+ - [none] Updated dependencies
2052
+ [9a75b8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9a75b8b)
2042
2053
 
2043
2054
  ## 6.0.3
2044
2055
 
2045
- - [patch] Updated dependencies
2046
- [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2047
- - @atlaskit/select@5.0.7
2048
- - @atlaskit/icon@13.2.2
2049
- - @atlaskit/calendar@7.0.3
2050
- - @atlaskit/button@9.0.4
2051
- - @atlaskit/theme@5.1.2
2052
- - @atlaskit/field-range@5.0.2
2053
- - @atlaskit/field-text@7.0.3
2054
- - @atlaskit/analytics-next@3.0.3
2055
- - @atlaskit/docs@5.0.2
2056
- - @atlaskit/layer@5.0.3
2057
- - @atlaskit/modal-dialog@6.0.5
2058
- - @atlaskit/field-base@11.0.2
2056
+ - [patch] Updated dependencies
2057
+ [acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
2058
+ - @atlaskit/select@5.0.7
2059
+ - @atlaskit/icon@13.2.2
2060
+ - @atlaskit/calendar@7.0.3
2061
+ - @atlaskit/button@9.0.4
2062
+ - @atlaskit/theme@5.1.2
2063
+ - @atlaskit/field-range@5.0.2
2064
+ - @atlaskit/field-text@7.0.3
2065
+ - @atlaskit/analytics-next@3.0.3
2066
+ - @atlaskit/docs@5.0.2
2067
+ - @atlaskit/layer@5.0.3
2068
+ - @atlaskit/modal-dialog@6.0.5
2069
+ - @atlaskit/field-base@11.0.2
2059
2070
 
2060
2071
  ## 6.0.2
2061
2072
 
2062
- - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
2063
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
2064
- - [none] Updated dependencies
2065
- [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
2066
- - @atlaskit/select@5.0.6
2067
- - @atlaskit/modal-dialog@6.0.4
2068
- - @atlaskit/field-base@11.0.1
2069
- - @atlaskit/field-text@7.0.2
2070
- - @atlaskit/analytics-next@3.0.2
2071
- - @atlaskit/calendar@7.0.2
2072
- - @atlaskit/button@9.0.3
2073
- - @atlaskit/theme@5.1.1
2074
- - @atlaskit/field-range@5.0.1
2075
- - @atlaskit/layer@5.0.2
2076
- - @atlaskit/icon@13.2.1
2073
+ - [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
2074
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
2075
+ - [none] Updated dependencies
2076
+ [7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
2077
+ - @atlaskit/select@5.0.6
2078
+ - @atlaskit/modal-dialog@6.0.4
2079
+ - @atlaskit/field-base@11.0.1
2080
+ - @atlaskit/field-text@7.0.2
2081
+ - @atlaskit/analytics-next@3.0.2
2082
+ - @atlaskit/calendar@7.0.2
2083
+ - @atlaskit/button@9.0.3
2084
+ - @atlaskit/theme@5.1.1
2085
+ - @atlaskit/field-range@5.0.1
2086
+ - @atlaskit/layer@5.0.2
2087
+ - @atlaskit/icon@13.2.1
2077
2088
 
2078
2089
  ## 6.0.1
2079
2090
 
2080
- - [patch] Move analytics tests and replace elements to core
2081
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
2082
- - [none] Updated dependencies
2083
- [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
2084
- - @atlaskit/select@5.0.2
2085
- - @atlaskit/modal-dialog@6.0.1
2086
- - @atlaskit/field-text@7.0.1
2087
- - @atlaskit/analytics-next@3.0.1
2088
- - @atlaskit/calendar@7.0.1
2089
- - @atlaskit/button@9.0.2
2090
- - @atlaskit/docs@5.0.1
2091
+ - [patch] Move analytics tests and replace elements to core
2092
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
2093
+ - [none] Updated dependencies
2094
+ [49d4ab4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/49d4ab4)
2095
+ - @atlaskit/select@5.0.2
2096
+ - @atlaskit/modal-dialog@6.0.1
2097
+ - @atlaskit/field-text@7.0.1
2098
+ - @atlaskit/analytics-next@3.0.1
2099
+ - @atlaskit/calendar@7.0.1
2100
+ - @atlaskit/button@9.0.2
2101
+ - @atlaskit/docs@5.0.1
2091
2102
 
2092
2103
  ## 6.0.0
2093
2104
 
2094
- - [major] Provides analytics for common component interations. See the
2095
- [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section
2096
- for more details. If you are using enzyme for testing you will have to use
2097
- [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
2098
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2099
- - [major] Updates to React ^16.4.0
2100
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2101
- - [major] Updated dependencies
2102
- [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2103
- - @atlaskit/select@5.0.0
2104
- - @atlaskit/modal-dialog@6.0.0
2105
- - @atlaskit/field-base@11.0.0
2106
- - @atlaskit/field-text@7.0.0
2107
- - @atlaskit/analytics-next@3.0.0
2108
- - @atlaskit/calendar@7.0.0
2109
- - @atlaskit/button@9.0.0
2110
- - @atlaskit/theme@5.0.0
2111
- - @atlaskit/field-range@5.0.0
2112
- - @atlaskit/docs@5.0.0
2113
- - @atlaskit/layer@5.0.0
2114
- - @atlaskit/icon@13.0.0
2115
- - [major] Updated dependencies
2116
- [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2117
- - @atlaskit/select@5.0.0
2118
- - @atlaskit/modal-dialog@6.0.0
2119
- - @atlaskit/field-base@11.0.0
2120
- - @atlaskit/field-text@7.0.0
2121
- - @atlaskit/analytics-next@3.0.0
2122
- - @atlaskit/calendar@7.0.0
2123
- - @atlaskit/button@9.0.0
2124
- - @atlaskit/theme@5.0.0
2125
- - @atlaskit/field-range@5.0.0
2126
- - @atlaskit/docs@5.0.0
2127
- - @atlaskit/layer@5.0.0
2128
- - @atlaskit/icon@13.0.0
2105
+ - [major] Provides analytics for common component interations. See the
2106
+ [Instrumented Components](https://atlaskit.atlassian.com/packages/core/analytics-next) section for
2107
+ more details. If you are using enzyme for testing you will have to use
2108
+ [our forked version of the library](https://atlaskit.atlassian.com/docs/guides/testing#we-use-a-forked-version-of-enzyme).
2109
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2110
+ - [major] Updates to React ^16.4.0
2111
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2112
+ - [major] Updated dependencies
2113
+ [563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
2114
+ - @atlaskit/select@5.0.0
2115
+ - @atlaskit/modal-dialog@6.0.0
2116
+ - @atlaskit/field-base@11.0.0
2117
+ - @atlaskit/field-text@7.0.0
2118
+ - @atlaskit/analytics-next@3.0.0
2119
+ - @atlaskit/calendar@7.0.0
2120
+ - @atlaskit/button@9.0.0
2121
+ - @atlaskit/theme@5.0.0
2122
+ - @atlaskit/field-range@5.0.0
2123
+ - @atlaskit/docs@5.0.0
2124
+ - @atlaskit/layer@5.0.0
2125
+ - @atlaskit/icon@13.0.0
2126
+ - [major] Updated dependencies
2127
+ [7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
2128
+ - @atlaskit/select@5.0.0
2129
+ - @atlaskit/modal-dialog@6.0.0
2130
+ - @atlaskit/field-base@11.0.0
2131
+ - @atlaskit/field-text@7.0.0
2132
+ - @atlaskit/analytics-next@3.0.0
2133
+ - @atlaskit/calendar@7.0.0
2134
+ - @atlaskit/button@9.0.0
2135
+ - @atlaskit/theme@5.0.0
2136
+ - @atlaskit/field-range@5.0.0
2137
+ - @atlaskit/docs@5.0.0
2138
+ - @atlaskit/layer@5.0.0
2139
+ - @atlaskit/icon@13.0.0
2129
2140
 
2130
2141
  ## 5.4.5
2131
2142
 
2132
- - [patch] Updated dependencies
2133
- [da661fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da661fd)
2134
- - @atlaskit/select@4.5.2
2143
+ - [patch] Updated dependencies
2144
+ [da661fd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da661fd)
2145
+ - @atlaskit/select@4.5.2
2135
2146
 
2136
2147
  ## 5.4.4
2137
2148
 
2138
- - [patch] atlaskit/select now invokes a makeAnimated function to wrap passed in components in
2139
- default animated behaviour. As this invocation returns a new set of react components each time,
2140
- we've also implemented a lightweight component cache using memoize-one and react-fast-compare.
2141
- Additionally updates made to datetime-picker to not instantiate a new component on render
2142
- everytime (for performance reasons as well as to satisfy our caching logic), we now also pass
2143
- relevant state values through the select as props to be ingested by our custom components,
2144
- instead of directly capturing them within lexical scope.
2145
- [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
2146
- - [patch] Updated dependencies
2147
- [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
2148
- - @atlaskit/select@4.5.0
2149
+ - [patch] atlaskit/select now invokes a makeAnimated function to wrap passed in components in
2150
+ default animated behaviour. As this invocation returns a new set of react components each time,
2151
+ we've also implemented a lightweight component cache using memoize-one and react-fast-compare.
2152
+ Additionally updates made to datetime-picker to not instantiate a new component on render
2153
+ everytime (for performance reasons as well as to satisfy our caching logic), we now also pass
2154
+ relevant state values through the select as props to be ingested by our custom components, instead
2155
+ of directly capturing them within lexical scope.
2156
+ [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
2157
+ - [patch] Updated dependencies
2158
+ [9b01264](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9b01264)
2159
+ - @atlaskit/select@4.5.0
2149
2160
 
2150
2161
  ## 5.4.3
2151
2162
 
2152
- - [patch] Fix disabled dates could be selected with keyboard
2153
- [832b4ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/832b4ab)
2154
- - [patch] Updated dependencies
2155
- [832b4ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/832b4ab)
2163
+ - [patch] Fix disabled dates could be selected with keyboard
2164
+ [832b4ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/832b4ab)
2165
+ - [patch] Updated dependencies
2166
+ [832b4ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/832b4ab)
2156
2167
 
2157
2168
  ## 5.4.2
2158
2169
 
2159
- - [patch] Fix Calendar width increasing for some months
2160
- [29ffb24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29ffb24)
2161
- - [patch] Updated dependencies
2162
- [29ffb24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29ffb24)
2163
- - @atlaskit/calendar@6.2.2
2170
+ - [patch] Fix Calendar width increasing for some months
2171
+ [29ffb24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29ffb24)
2172
+ - [patch] Updated dependencies
2173
+ [29ffb24](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/29ffb24)
2174
+ - @atlaskit/calendar@6.2.2
2164
2175
 
2165
2176
  ## 5.4.1
2166
2177
 
2167
- - [patch] Calendar chevrons use large versions
2168
- [a973ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a973ac3)
2169
- - [patch] Updated dependencies
2170
- [a973ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a973ac3)
2171
- - @atlaskit/calendar@6.2.1
2178
+ - [patch] Calendar chevrons use large versions
2179
+ [a973ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a973ac3)
2180
+ - [patch] Updated dependencies
2181
+ [a973ac3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a973ac3)
2182
+ - @atlaskit/calendar@6.2.1
2172
2183
 
2173
2184
  ## 5.4.0
2174
2185
 
2175
- - [minor] Visual changes to match ADG3 guidelines
2176
- [059d111](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/059d111)
2177
- - [minor] Updated dependencies
2178
- [059d111](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/059d111)
2179
- - @atlaskit/calendar@6.2.0
2186
+ - [minor] Visual changes to match ADG3 guidelines
2187
+ [059d111](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/059d111)
2188
+ - [minor] Updated dependencies
2189
+ [059d111](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/059d111)
2190
+ - @atlaskit/calendar@6.2.0
2180
2191
 
2181
2192
  ## 5.3.3
2182
2193
 
2183
- - [patch] Updated dependencies
2184
- [b53da28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b53da28)
2185
- - @atlaskit/select@4.3.6
2194
+ - [patch] Updated dependencies
2195
+ [b53da28](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b53da28)
2196
+ - @atlaskit/select@4.3.6
2186
2197
 
2187
2198
  ## 5.3.2
2188
2199
 
2189
- - [patch] Remove or update \$FlowFixMe
2190
- [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
2191
- - [none] Updated dependencies
2192
- [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
2193
- - @atlaskit/field-text@6.1.1
2194
- - @atlaskit/button@8.2.4
2195
- - @atlaskit/icon@12.6.1
2196
- - @atlaskit/modal-dialog@5.2.6
2200
+ - [patch] Remove or update \$FlowFixMe
2201
+ [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
2202
+ - [none] Updated dependencies
2203
+ [e8ad98a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e8ad98a)
2204
+ - @atlaskit/field-text@6.1.1
2205
+ - @atlaskit/button@8.2.4
2206
+ - @atlaskit/icon@12.6.1
2207
+ - @atlaskit/modal-dialog@5.2.6
2197
2208
 
2198
2209
  ## 5.3.1
2199
2210
 
2200
- - [patch] TimePicker timesIsEditable invalid values are set to empty strings
2201
- [b710290](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b710290)
2202
- - [patch] Updated dependencies
2203
- [b710290](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b710290)
2211
+ - [patch] TimePicker timesIsEditable invalid values are set to empty strings
2212
+ [b710290](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b710290)
2213
+ - [patch] Updated dependencies
2214
+ [b710290](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b710290)
2204
2215
 
2205
2216
  ## 5.3.0
2206
2217
 
2207
- - [minor] Backspace now clears input & fixed tab clearing input
2208
- [5783a8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5783a8d)
2209
- - [minor] Updated dependencies
2210
- [5783a8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5783a8d)
2218
+ - [minor] Backspace now clears input & fixed tab clearing input
2219
+ [5783a8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5783a8d)
2220
+ - [minor] Updated dependencies
2221
+ [5783a8d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5783a8d)
2211
2222
 
2212
2223
  ## 5.2.1
2213
2224
 
2214
- - [patch] Clean Changelogs - remove duplicates and empty entries
2215
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2216
- - [none] Updated dependencies
2217
- [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2218
- - @atlaskit/select@4.2.3
2219
- - @atlaskit/modal-dialog@5.2.2
2220
- - @atlaskit/field-base@10.1.2
2221
- - @atlaskit/field-text@6.0.4
2222
- - @atlaskit/button@8.1.2
2223
- - @atlaskit/theme@4.0.4
2224
- - @atlaskit/field-range@4.0.3
2225
- - @atlaskit/layer@4.0.3
2226
- - @atlaskit/calendar@6.1.2
2227
- - @atlaskit/icon@12.1.2
2225
+ - [patch] Clean Changelogs - remove duplicates and empty entries
2226
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2227
+ - [none] Updated dependencies
2228
+ [e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
2229
+ - @atlaskit/select@4.2.3
2230
+ - @atlaskit/modal-dialog@5.2.2
2231
+ - @atlaskit/field-base@10.1.2
2232
+ - @atlaskit/field-text@6.0.4
2233
+ - @atlaskit/button@8.1.2
2234
+ - @atlaskit/theme@4.0.4
2235
+ - @atlaskit/field-range@4.0.3
2236
+ - @atlaskit/layer@4.0.3
2237
+ - @atlaskit/calendar@6.1.2
2238
+ - @atlaskit/icon@12.1.2
2228
2239
 
2229
2240
  ## 5.2.0
2230
2241
 
2231
- - [none] Updated dependencies
2232
- [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
2233
- - @atlaskit/modal-dialog@5.1.0
2234
- - @atlaskit/select@4.2.0
2235
- - @atlaskit/icon@12.1.0
2236
- - @atlaskit/calendar@6.1.0
2237
- - @atlaskit/docs@4.1.0
2238
- - @atlaskit/theme@4.0.2
2239
- - @atlaskit/layer@4.0.1
2240
- - @atlaskit/field-text@6.0.2
2241
- - @atlaskit/field-range@4.0.2
2242
- - @atlaskit/field-base@10.1.0
2243
- - @atlaskit/button@8.1.0
2242
+ - [none] Updated dependencies
2243
+ [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
2244
+ - @atlaskit/modal-dialog@5.1.0
2245
+ - @atlaskit/select@4.2.0
2246
+ - @atlaskit/icon@12.1.0
2247
+ - @atlaskit/calendar@6.1.0
2248
+ - @atlaskit/docs@4.1.0
2249
+ - @atlaskit/theme@4.0.2
2250
+ - @atlaskit/layer@4.0.1
2251
+ - @atlaskit/field-text@6.0.2
2252
+ - @atlaskit/field-range@4.0.2
2253
+ - @atlaskit/field-base@10.1.0
2254
+ - @atlaskit/button@8.1.0
2244
2255
 
2245
2256
  ## 5.1.0
2246
2257
 
2247
- - [minor] Fixed DatetimePicker not clearing input on ESC
2248
- [c58f3db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c58f3db)
2258
+ - [minor] Fixed DatetimePicker not clearing input on ESC
2259
+ [c58f3db](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c58f3db)
2249
2260
 
2250
2261
  ## 5.0.1
2251
2262
 
2252
- - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2253
- - [patch] Updated dependencies
2254
- [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2255
- - @atlaskit/modal-dialog@5.0.1
2256
- - @atlaskit/select@4.0.1
2257
- - @atlaskit/icon@12.0.1
2258
- - @atlaskit/field-base@10.0.1
2259
- - @atlaskit/field-text@6.0.1
2260
- - @atlaskit/calendar@6.0.1
2261
- - @atlaskit/button@8.0.1
2262
- - @atlaskit/theme@4.0.1
2263
- - @atlaskit/field-range@4.0.1
2264
- - @atlaskit/docs@4.0.1
2263
+ - [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2264
+ - [patch] Updated dependencies
2265
+ [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
2266
+ - @atlaskit/modal-dialog@5.0.1
2267
+ - @atlaskit/select@4.0.1
2268
+ - @atlaskit/icon@12.0.1
2269
+ - @atlaskit/field-base@10.0.1
2270
+ - @atlaskit/field-text@6.0.1
2271
+ - @atlaskit/calendar@6.0.1
2272
+ - @atlaskit/button@8.0.1
2273
+ - @atlaskit/theme@4.0.1
2274
+ - @atlaskit/field-range@4.0.1
2275
+ - @atlaskit/docs@4.0.1
2265
2276
 
2266
2277
  ## 5.0.0
2267
2278
 
2268
- - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
2269
- ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2270
- - [patch] Updated dependencies
2271
- [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2272
- - @atlaskit/modal-dialog@5.0.0
2273
- - @atlaskit/select@4.0.0
2274
- - @atlaskit/icon@12.0.0
2275
- - @atlaskit/field-base@10.0.0
2276
- - @atlaskit/field-text@6.0.0
2277
- - @atlaskit/calendar@6.0.0
2278
- - @atlaskit/button@8.0.0
2279
- - @atlaskit/theme@4.0.0
2280
- - @atlaskit/field-range@4.0.0
2281
- - @atlaskit/docs@4.0.0
2282
- - @atlaskit/layer@4.0.0
2279
+ - [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
2280
+ ^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2281
+ - [patch] Updated dependencies
2282
+ [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
2283
+ - @atlaskit/modal-dialog@5.0.0
2284
+ - @atlaskit/select@4.0.0
2285
+ - @atlaskit/icon@12.0.0
2286
+ - @atlaskit/field-base@10.0.0
2287
+ - @atlaskit/field-text@6.0.0
2288
+ - @atlaskit/calendar@6.0.0
2289
+ - @atlaskit/button@8.0.0
2290
+ - @atlaskit/theme@4.0.0
2291
+ - @atlaskit/field-range@4.0.0
2292
+ - @atlaskit/docs@4.0.0
2293
+ - @atlaskit/layer@4.0.0
2283
2294
 
2284
2295
  ## 4.1.1
2285
2296
 
2286
- - [patch] Fix DateTimePicker not setting TimePicker value
2287
- [0c073e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c073e6)
2297
+ - [patch] Fix DateTimePicker not setting TimePicker value
2298
+ [0c073e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c073e6)
2288
2299
 
2289
2300
  ## 4.1.0
2290
2301
 
2291
- - [minor] Updated dependencies
2292
- [59ab4a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59ab4a6)
2293
- - @atlaskit/select@3.1.0
2302
+ - [minor] Updated dependencies
2303
+ [59ab4a6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/59ab4a6)
2304
+ - @atlaskit/select@3.1.0
2294
2305
 
2295
2306
  ## 4.0.4
2296
2307
 
2297
- - [patch] Fixes for parsing & formatting of values
2298
- [0c843bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c843bc)
2308
+ - [patch] Fixes for parsing & formatting of values
2309
+ [0c843bc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0c843bc)
2299
2310
 
2300
2311
  ## 4.0.3
2301
2312
 
2302
- - [patch] Updated dependencies
2303
- [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
2304
- - @atlaskit/icon@11.3.0
2305
- - @atlaskit/select@3.0.2
2306
- - @atlaskit/modal-dialog@4.0.5
2307
- - @atlaskit/field-base@9.0.3
2308
- - @atlaskit/field-text@5.0.3
2309
- - @atlaskit/calendar@5.0.3
2310
- - @atlaskit/button@7.2.5
2311
- - @atlaskit/theme@3.2.2
2312
- - @atlaskit/field-range@3.0.2
2313
- - @atlaskit/docs@3.0.4
2314
- - @atlaskit/layer@3.1.1
2313
+ - [patch] Updated dependencies
2314
+ [d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
2315
+ - @atlaskit/icon@11.3.0
2316
+ - @atlaskit/select@3.0.2
2317
+ - @atlaskit/modal-dialog@4.0.5
2318
+ - @atlaskit/field-base@9.0.3
2319
+ - @atlaskit/field-text@5.0.3
2320
+ - @atlaskit/calendar@5.0.3
2321
+ - @atlaskit/button@7.2.5
2322
+ - @atlaskit/theme@3.2.2
2323
+ - @atlaskit/field-range@3.0.2
2324
+ - @atlaskit/docs@3.0.4
2325
+ - @atlaskit/layer@3.1.1
2315
2326
 
2316
2327
  ## 4.0.2
2317
2328
 
2318
- - [patch] Fix create option being displayed when timeIsEditable is false
2319
- [7e99ba3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e99ba3)
2329
+ - [patch] Fix create option being displayed when timeIsEditable is false
2330
+ [7e99ba3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e99ba3)
2320
2331
 
2321
2332
  ## 4.0.1
2322
2333
 
2323
- - [patch] Updated dependencies
2324
- [92ae24e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92ae24e)
2325
- - @atlaskit/select@3.0.1
2334
+ - [patch] Updated dependencies
2335
+ [92ae24e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/92ae24e)
2336
+ - @atlaskit/select@3.0.1
2326
2337
 
2327
2338
  ## 4.0.0
2328
2339
 
2329
- - [major] Updated dependencies
2330
- [d05b9e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d05b9e5)
2331
- - @atlaskit/select@3.0.0
2340
+ - [major] Updated dependencies
2341
+ [d05b9e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d05b9e5)
2342
+ - @atlaskit/select@3.0.0
2332
2343
 
2333
2344
  ## 3.1.1
2334
2345
 
2335
- - [patch] Updated dependencies
2336
- [7468739](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7468739)
2337
- - @atlaskit/select@2.0.2
2346
+ - [patch] Updated dependencies
2347
+ [7468739](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7468739)
2348
+ - @atlaskit/select@2.0.2
2338
2349
 
2339
2350
  ## 3.1.0
2340
2351
 
2341
- - [minor] Add dateFormat prop to customise the display format of dates
2342
- [3daced9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3daced9)
2352
+ - [minor] Add dateFormat prop to customise the display format of dates
2353
+ [3daced9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3daced9)
2343
2354
 
2344
2355
  ## 3.0.5
2345
2356
 
2346
- - [patch] Fixed subtle appearance on focus
2347
- [2b1e018](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b1e018)
2357
+ - [patch] Fixed subtle appearance on focus
2358
+ [2b1e018](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2b1e018)
2348
2359
 
2349
2360
  ## 3.0.4
2350
2361
 
2351
- - [patch] Better styles for disabled dates
2352
- [866c497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/866c497)
2362
+ - [patch] Better styles for disabled dates
2363
+ [866c497](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/866c497)
2353
2364
 
2354
2365
  ## 3.0.3
2355
2366
 
2356
- - [patch] Added appearance prop to enable subtle (no icon) appearance
2357
- [c10fd5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c10fd5d)
2367
+ - [patch] Added appearance prop to enable subtle (no icon) appearance
2368
+ [c10fd5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c10fd5d)
2358
2369
 
2359
2370
  ## 3.0.2
2360
2371
 
2361
- - [patch] Remove unused dependencies
2362
- [3cfb3fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cfb3fe)
2372
+ - [patch] Remove unused dependencies
2373
+ [3cfb3fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3cfb3fe)
2363
2374
 
2364
2375
  ## 3.0.1
2365
2376
 
2366
- - [patch] Added isInvalid prop to DateTimePicker DatePicker & TimePicker
2367
- [101c306](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/101c306)
2377
+ - [patch] Added isInvalid prop to DateTimePicker DatePicker & TimePicker
2378
+ [101c306](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/101c306)
2368
2379
 
2369
2380
  ## 2.0.6
2370
2381
 
2371
- - [patch] Added timeIsEditable prop to enable user created times
2372
- [4695e5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4695e5d)
2382
+ - [patch] Added timeIsEditable prop to enable user created times
2383
+ [4695e5d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4695e5d)
2373
2384
 
2374
2385
  ## 2.0.3
2375
2386
 
2376
- - [patch] Change pickers to use fixed positioning and scroll lock to allow them to break out of
2377
- modals. [d4981fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4981fe)
2387
+ - [patch] Change pickers to use fixed positioning and scroll lock to allow them to break out of
2388
+ modals. [d4981fe](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d4981fe)
2378
2389
 
2379
2390
  ## 2.0.2
2380
2391
 
2381
- - [patch] Fix datetime picker without a value and defaultValue not working
2382
- [a88aee0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a88aee0)
2392
+ - [patch] Fix datetime picker without a value and defaultValue not working
2393
+ [a88aee0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a88aee0)
2383
2394
 
2384
2395
  ## 2.0.0
2385
2396
 
2386
- - [major] Bump to React 16.3.
2387
- [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
2397
+ - [major] Bump to React 16.3.
2398
+ [4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
2388
2399
 
2389
2400
  ## 1.0.1
2390
2401
 
2391
- - [patch] Fix picker value not being able to be set programatically
2392
- [17c7a15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17c7a15)
2393
- - [patch] Fix `isDisabled` not restricting pickers from opening
2394
- [f396f2e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f396f2e)
2402
+ - [patch] Fix picker value not being able to be set programatically
2403
+ [17c7a15](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/17c7a15)
2404
+ - [patch] Fix `isDisabled` not restricting pickers from opening
2405
+ [f396f2e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f396f2e)
2395
2406
 
2396
2407
  ## 1.0.0
2397
2408
 
2398
- - [major] QoL and consistency changes to the calendar and datetime-picker APIs. Added the ability
2399
- to specify a string to the DateTimePicker component. Remove stateless components and make each
2400
- component stateless or stateful using the controlled / uncontrolled pattern. Misc prop renames
2401
- for consistency. [ab21d8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab21d8e)
2409
+ - [major] QoL and consistency changes to the calendar and datetime-picker APIs. Added the ability to
2410
+ specify a string to the DateTimePicker component. Remove stateless components and make each
2411
+ component stateless or stateful using the controlled / uncontrolled pattern. Misc prop renames for
2412
+ consistency. [ab21d8e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ab21d8e)
2402
2413
 
2403
2414
  ## 0.7.1
2404
2415
 
2405
- - [patch] Re-releasing due to potentially broken babel release
2406
- [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
2416
+ - [patch] Re-releasing due to potentially broken babel release
2417
+ [9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
2407
2418
 
2408
2419
  ## 0.7.0
2409
2420
 
2410
- - [minor] Update styled-components dependency to support versions 1.4.6 - 3
2411
- [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
2421
+ - [minor] Update styled-components dependency to support versions 1.4.6 - 3
2422
+ [ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
2412
2423
 
2413
2424
  ## 0.6.2
2414
2425
 
2415
- - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
2416
- [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
2426
+ - [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
2427
+ [1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
2417
2428
 
2418
2429
  ## 0.6.1
2419
2430
 
2420
- - [patch] Packages Flow types for elements components
2421
- [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
2431
+ - [patch] Packages Flow types for elements components
2432
+ [3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
2422
2433
 
2423
2434
  ## 0.6.0
2424
2435
 
2425
- - [minor] Make all internal state able to be controlled or uncontrolled obviating the need for the
2426
- usage of stateless components.
2427
- [3d81d42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d81d42)
2436
+ - [minor] Make all internal state able to be controlled or uncontrolled obviating the need for the
2437
+ usage of stateless components.
2438
+ [3d81d42](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3d81d42)
2428
2439
 
2429
2440
  ## 0.5.0
2430
2441
 
2431
- - [minor] Add React 16 support.
2432
- [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
2442
+ - [minor] Add React 16 support.
2443
+ [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
2433
2444
 
2434
2445
  ## 0.4.0
2435
2446
 
2436
- - [minor] datetime picker will take full width if width is not passes
2437
- [7a9add1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a9add1)
2447
+ - [minor] datetime picker will take full width if width is not passes
2448
+ [7a9add1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7a9add1)
2438
2449
 
2439
2450
  ## 0.3.3
2440
2451
 
2441
- - [patch] Update dependencies
2442
- [623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
2452
+ - [patch] Update dependencies
2453
+ [623f8ca](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/623f8ca)
2443
2454
 
2444
2455
  ## 0.3.2
2445
2456
 
2446
- - [patch] calling onchange on hook when datepickers is set to empty state
2447
- [9e288cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e288cc)
2457
+ - [patch] calling onchange on hook when datepickers is set to empty state
2458
+ [9e288cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e288cc)
2448
2459
 
2449
2460
  ## 0.3.0
2450
2461
 
2451
- - [minor] add autoFocus prop to DateTimePicker
2452
- [c8de434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8de434)
2462
+ - [minor] add autoFocus prop to DateTimePicker
2463
+ [c8de434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c8de434)
2453
2464
 
2454
2465
  ## 0.2.0
2455
2466
 
2456
- - [minor] DateTimePicker is now controlled.
2457
- [1318f4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1318f4e)
2458
- - [minor] Add DateTimePickerStateless component. Fix issue where DateTimePicker tries to call
2459
- selectField on the dualPicker, which didn't exist. Add ability to have a controlled
2460
- DateTimePicker. [4bd0167](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4bd0167)
2461
- - [minor] Add DateTimePickerStateless and refactor DateTimePicker to use that internally, and
2462
- expose DateTimePickerStateless as public API.
2463
- [bbbadf5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbbadf5)
2467
+ - [minor] DateTimePicker is now controlled.
2468
+ [1318f4e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1318f4e)
2469
+ - [minor] Add DateTimePickerStateless component. Fix issue where DateTimePicker tries to call
2470
+ selectField on the dualPicker, which didn't exist. Add ability to have a controlled
2471
+ DateTimePicker. [4bd0167](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4bd0167)
2472
+ - [minor] Add DateTimePickerStateless and refactor DateTimePicker to use that internally, and expose
2473
+ DateTimePickerStateless as public API.
2474
+ [bbbadf5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbbadf5)
2464
2475
 
2465
2476
  ## 0.1.2
2466
2477
 
2467
- - [patch] bump icon dependency
2468
- [da14956](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da14956)
2478
+ - [patch] bump icon dependency
2479
+ [da14956](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/da14956)
2469
2480
 
2470
2481
  ## 0.1.0
2471
2482
 
2472
- - [minor] Added TimePicker and DateTimePicker. Improved docs and examples. [4b49f4d](4b49f4d)
2483
+ - [minor] Added TimePicker and DateTimePicker. Improved docs and examples. [4b49f4d](4b49f4d)
2473
2484
 
2474
2485
  ## 0.0.5
2475
2486
 
2476
- - [patch] Use correct dependencies [7b178b1](7b178b1)
2477
- - [patch] Adding responsive behavior to the editor. [e0d9867](e0d9867)
2487
+ - [patch] Use correct dependencies [7b178b1](7b178b1)
2488
+ - [patch] Adding responsive behavior to the editor. [e0d9867](e0d9867)