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