@atlaskit/datetime-picker 13.3.5 → 13.4.0

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