@atlaskit/progress-bar 2.0.1 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,347 +1,436 @@
1
1
  # @atlaskit/progress-bar
2
2
 
3
+ ## 2.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#93762](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93762)
8
+ [`9a9edcac07f8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a9edcac07f8) -
9
+ Add support for React 18.
10
+
11
+ ## 2.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
16
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
17
+ Upgrade Typescript from `4.9.5` to `5.4.2`
18
+
3
19
  ## 2.0.1
4
20
 
5
21
  ### Patch Changes
6
22
 
7
- - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022) [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) - Migrate packages to use declarative entry points
23
+ - [#69022](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69022)
24
+ [`395c74147990`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/395c74147990) -
25
+ Migrate packages to use declarative entry points
8
26
 
9
27
  ## 2.0.0
10
28
 
11
29
  ### Major Changes
12
30
 
13
- - [#52318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/52318) [`71ad9704d42f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/71ad9704d42f) - Removed all remaining legacy theming logic from the ProgressBar component.
31
+ - [#52318](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/52318)
32
+ [`71ad9704d42f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/71ad9704d42f) -
33
+ Removed all remaining legacy theming logic from the ProgressBar component.
14
34
 
15
35
  ## 1.0.2
16
36
 
17
37
  ### Patch Changes
18
38
 
19
- - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729) [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol package to push model in Jira
39
+ - [#41729](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41729)
40
+ [`04235acacd6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04235acacd6) - Enrol
41
+ package to push model in Jira
20
42
 
21
43
  ## 1.0.1
22
44
 
23
45
  ### Patch Changes
24
46
 
25
- - [#41141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41141) [`91b814bddb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91b814bddb4) - Add default for env variable to fix typechecking errors
47
+ - [#41141](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41141)
48
+ [`91b814bddb4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/91b814bddb4) - Add
49
+ default for env variable to fix typechecking errors
26
50
 
27
51
  ## 1.0.0
28
52
 
29
53
  ### Major Changes
30
54
 
31
- - [#38972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38972) [`b175ec37c65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b175ec37c65) - Cuts the first major release of this package. It is now considered stable and ready for general adoption.
32
- This version contains no code changes.
55
+ - [#38972](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38972)
56
+ [`b175ec37c65`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b175ec37c65) - Cuts
57
+ the first major release of this package. It is now considered stable and ready for general
58
+ adoption. This version contains no code changes.
33
59
 
34
60
  ## 0.6.4
35
61
 
36
62
  ### Patch Changes
37
63
 
38
- - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754) [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility testing.
64
+ - [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
65
+ [`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
66
+ `@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
67
+ testing.
39
68
 
40
69
  ## 0.6.3
41
70
 
42
71
  ### Patch Changes
43
72
 
44
- - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441) [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
73
+ - [#35441](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35441)
74
+ [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) -
75
+ Internal change to use shape tokens. There is no expected visual change.
45
76
 
46
77
  ## 0.6.2
47
78
 
48
79
  ### Patch Changes
49
80
 
50
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793) [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure legacy types are published for TS 4.5-4.8
81
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
82
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
83
+ legacy types are published for TS 4.5-4.8
51
84
 
52
85
  ## 0.6.1
53
86
 
54
87
  ### Patch Changes
55
88
 
56
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649) [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5`
89
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
90
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
91
+ Upgrade Typescript from `4.5.5` to `4.9.5`
57
92
 
58
93
  ## 0.6.0
59
94
 
60
95
  ### Minor Changes
61
96
 
62
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258) [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
97
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
98
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
99
+ minor dependency bump
63
100
 
64
101
  ### Patch Changes
65
102
 
66
- - Updated dependencies
103
+ - Updated dependencies
67
104
 
68
105
  ## 0.5.16
69
106
 
70
107
  ### Patch Changes
71
108
 
72
- - Updated dependencies
109
+ - Updated dependencies
73
110
 
74
111
  ## 0.5.15
75
112
 
76
113
  ### Patch Changes
77
114
 
78
- - Updated dependencies
115
+ - Updated dependencies
79
116
 
80
117
  ## 0.5.14
81
118
 
82
119
  ### Patch Changes
83
120
 
84
- - Updated dependencies
121
+ - Updated dependencies
85
122
 
86
123
  ## 0.5.13
87
124
 
88
125
  ### Patch Changes
89
126
 
90
- - Updated dependencies
127
+ - Updated dependencies
91
128
 
92
129
  ## 0.5.12
93
130
 
94
131
  ### Patch Changes
95
132
 
96
- - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303) [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op change to introduce spacing tokens to design system components.
133
+ - [#26303](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/26303)
134
+ [`9827dcb82b8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9827dcb82b8) - No-op
135
+ change to introduce spacing tokens to design system components.
97
136
 
98
137
  ## 0.5.11
99
138
 
100
139
  ### Patch Changes
101
140
 
102
- - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874) [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade Typescript from `4.3.5` to `4.5.5`
141
+ - [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
142
+ [`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) -
143
+ Upgrade Typescript from `4.3.5` to `4.5.5`
103
144
 
104
145
  ## 0.5.10
105
146
 
106
147
  ### Patch Changes
107
148
 
108
- - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004) [`8eb92195540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8eb92195540) - Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
109
- - Updated dependencies
149
+ - [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
150
+ [`8eb92195540`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8eb92195540) -
151
+ Updates `@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
152
+ - Updated dependencies
110
153
 
111
154
  ## 0.5.9
112
155
 
113
156
  ### Patch Changes
114
157
 
115
- - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492) [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade Typescript from `4.2.4` to `4.3.5`.
158
+ - [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
159
+ [`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) -
160
+ Upgrade Typescript from `4.2.4` to `4.3.5`.
116
161
 
117
162
  ## 0.5.8
118
163
 
119
164
  ### Patch Changes
120
165
 
121
- - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381) [`7d4fbb433e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4fbb433e7) - Internal styles refactor after turning on the static styles tech stack.
122
- - [`247bf9bb0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/247bf9bb0e4) - Introduces `testId` prop for use for automated tests.
123
- - [`54deac49754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54deac49754) - [ux] Appearance prop now available for default, success, and inverse appearances.
124
- - [`c960c028450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c960c028450) - Adds jsdoc descriptions to exported components.
125
- - Updated dependencies
166
+ - [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
167
+ [`7d4fbb433e7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7d4fbb433e7) -
168
+ Internal styles refactor after turning on the static styles tech stack.
169
+ - [`247bf9bb0e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/247bf9bb0e4) -
170
+ Introduces `testId` prop for use for automated tests.
171
+ - [`54deac49754`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54deac49754) - [ux]
172
+ Appearance prop now available for default, success, and inverse appearances.
173
+ - [`c960c028450`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c960c028450) - Adds
174
+ jsdoc descriptions to exported components.
175
+ - Updated dependencies
126
176
 
127
177
  ## 0.5.7
128
178
 
129
179
  ### Patch Changes
130
180
 
131
- - Updated dependencies
181
+ - Updated dependencies
132
182
 
133
183
  ## 0.5.6
134
184
 
135
185
  ### Patch Changes
136
186
 
137
- - Updated dependencies
187
+ - Updated dependencies
138
188
 
139
189
  ## 0.5.5
140
190
 
141
191
  ### Patch Changes
142
192
 
143
- - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650) [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4
193
+ - [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
194
+ [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) -
195
+ Upgrade to TypeScript 4.2.4
144
196
 
145
197
  ## 0.5.4
146
198
 
147
199
  ### Patch Changes
148
200
 
149
- - Updated dependencies
201
+ - Updated dependencies
150
202
 
151
203
  ## 0.5.3
152
204
 
153
205
  ### Patch Changes
154
206
 
155
- - [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065) [`e928aca1693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e928aca1693) - Using latest color.background.inverse.subtle token
207
+ - [#20065](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20065)
208
+ [`e928aca1693`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e928aca1693) - Using
209
+ latest color.background.inverse.subtle token
156
210
 
157
211
  ## 0.5.2
158
212
 
159
213
  ### Patch Changes
160
214
 
161
- - Updated dependencies
215
+ - Updated dependencies
162
216
 
163
217
  ## 0.5.1
164
218
 
165
219
  ### Patch Changes
166
220
 
167
- - [#19395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19395) [`cc9f9e1d294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc9f9e1d294) - Adds warning in developer console for `theme` prop, which is going to be deprecated after 13 May 2022.
221
+ - [#19395](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19395)
222
+ [`cc9f9e1d294`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc9f9e1d294) - Adds
223
+ warning in developer console for `theme` prop, which is going to be deprecated after 13
224
+ May 2022.
168
225
 
169
226
  ## 0.5.0
170
227
 
171
228
  ### Minor Changes
172
229
 
173
- - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019) [`53060e14621`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53060e14621) - [ux] Instrumented `progress-bar` with the new theming package, `@atlaskit/tokens`.
230
+ - [#19019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/19019)
231
+ [`53060e14621`](https://bitbucket.org/atlassian/atlassian-frontend/commits/53060e14621) - [ux]
232
+ Instrumented `progress-bar` with the new theming package, `@atlaskit/tokens`.
174
233
 
175
- New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha).
176
- These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
234
+ New tokens will be visible only in applications configured to use the new Tokens API (currently
235
+ in alpha). These changes are intended to be interoperable with the legacy theme implementation.
236
+ Legacy dark mode users should expect no visual or breaking changes.
177
237
 
178
238
  ### Patch Changes
179
239
 
180
- - Updated dependencies
240
+ - Updated dependencies
181
241
 
182
242
  ## 0.4.0
183
243
 
184
244
  ### Minor Changes
185
245
 
186
- - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526) [`9d0e0a31638`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d0e0a31638) - Adds ariaLabel prop to progress bar for accessibility
246
+ - [#18526](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/18526)
247
+ [`9d0e0a31638`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d0e0a31638) - Adds
248
+ ariaLabel prop to progress bar for accessibility
187
249
 
188
250
  ## 0.3.9
189
251
 
190
252
  ### Patch Changes
191
253
 
192
- - Updated dependencies
254
+ - Updated dependencies
193
255
 
194
256
  ## 0.3.8
195
257
 
196
258
  ### Patch Changes
197
259
 
198
- - [#13728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13728) [`c5785203506`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5785203506) - Updated homepage in package.json
260
+ - [#13728](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13728)
261
+ [`c5785203506`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c5785203506) -
262
+ Updated homepage in package.json
199
263
 
200
264
  ## 0.3.7
201
265
 
202
266
  ### Patch Changes
203
267
 
204
- - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880) [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
268
+ - [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
269
+ [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
270
+ `@atlaskit/theme` to version `^11.3.0`.
205
271
 
206
272
  ## 0.3.6
207
273
 
208
274
  ### Patch Changes
209
275
 
210
- - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857) [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile packages using babel rather than tsc
276
+ - [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
277
+ [`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) -
278
+ Transpile packages using babel rather than tsc
211
279
 
212
280
  ## 0.3.5
213
281
 
214
282
  ### Patch Changes
215
283
 
216
- - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497) [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option.
217
- This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started
218
- Also add `typescript` to `devDependencies` to denote version that the package was built with.
284
+ - [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
285
+ [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
286
+ types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
287
+ compiler option. This requires version 3.8 of Typescript, read more about how we handle
288
+ Typescript versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
289
+ `devDependencies` to denote version that the package was built with.
219
290
 
220
291
  ## 0.3.4
221
292
 
222
293
  ### Patch Changes
223
294
 
224
- - Updated dependencies
295
+ - Updated dependencies
225
296
 
226
297
  ## 0.3.3
227
298
 
228
299
  ### Patch Changes
229
300
 
230
- - [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649) [`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) - Components that had missing names are now fixed - this helps when looking for them using the React Dev Tools.
301
+ - [#4649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4649)
302
+ [`b284fba3d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b284fba3d1) -
303
+ Components that had missing names are now fixed - this helps when looking for them using the
304
+ React Dev Tools.
231
305
 
232
306
  ## 0.3.2
233
307
 
234
308
  ### Patch Changes
235
309
 
236
- - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885) [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0
310
+ - [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
311
+ [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
312
+ to TypeScript 3.9.6 and tslib to 2.0.0
237
313
 
238
- Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade
239
- to prevent duplicates of tslib being bundled.
314
+ Since tslib is a dependency for all our packages we recommend that products also follow this
315
+ tslib upgrade to prevent duplicates of tslib being bundled.
240
316
 
241
317
  ## 0.3.1
242
318
 
243
319
  ### Patch Changes
244
320
 
245
- - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428) [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all the theme imports to be tree-shakable
321
+ - [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
322
+ [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update
323
+ all the theme imports to be tree-shakable
246
324
 
247
325
  ## 0.3.0
248
326
 
249
327
  ### Minor Changes
250
328
 
251
- - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335) [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11.
252
- For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
329
+ - [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
330
+ [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) -
331
+ Officially dropping IE11 support, from this version onwards there are no warranties of the
332
+ package working in IE11. For more information see:
333
+ https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
253
334
 
254
335
  ### Patch Changes
255
336
 
256
- - Updated dependencies
337
+ - Updated dependencies
257
338
 
258
339
  ## 0.2.9
259
340
 
260
341
  ### Patch Changes
261
342
 
262
- - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866) [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and supporting files will no longer be published to npm
343
+ - [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
344
+ [`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build
345
+ and supporting files will no longer be published to npm
263
346
 
264
347
  ## 0.2.8
265
348
 
266
349
  ### Patch Changes
267
350
 
268
- - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868) [`974d594a23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974d594a23) - Change imports to comply with Atlassian conventions
351
+ - [#1868](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/1868)
352
+ [`974d594a23`](https://bitbucket.org/atlassian/atlassian-frontend/commits/974d594a23) - Change
353
+ imports to comply with Atlassian conventions
269
354
 
270
355
  ## 0.2.7
271
356
 
272
357
  ### Patch Changes
273
358
 
274
- - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
359
+ - [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
275
360
 
276
- Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
361
+ Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
362
+ [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
277
363
 
278
- - @atlaskit/docs@8.3.2
279
- - @atlaskit/button@13.3.7
280
- - @atlaskit/theme@9.5.1
364
+ - @atlaskit/docs@8.3.2
365
+ - @atlaskit/button@13.3.7
366
+ - @atlaskit/theme@9.5.1
281
367
 
282
368
  ## 0.2.6
283
369
 
284
370
  ### Patch Changes
285
371
 
286
- - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
372
+ - [patch][557a8e2451](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/557a8e2451):
287
373
 
288
- Rebuilds package to fix typescript typing error.
374
+ Rebuilds package to fix typescript typing error.
289
375
 
290
376
  ## 0.2.5
291
377
 
292
378
  ### Patch Changes
293
379
 
294
- - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
380
+ - [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
295
381
 
296
- Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
382
+ Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
383
+ non-relative imports as relative imports
297
384
 
298
385
  ## 0.2.4
299
386
 
300
387
  ### Patch Changes
301
388
 
302
- - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
389
+ - [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
303
390
 
304
- Upgraded Typescript to 3.3.x
391
+ Upgraded Typescript to 3.3.x
305
392
 
306
393
  ## 0.2.3
307
394
 
308
395
  ### Patch Changes
309
396
 
310
- - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
397
+ - [patch][6742fbf2cc](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6742fbf2cc):
311
398
 
312
- bugfix, fixes missing version.json file
399
+ bugfix, fixes missing version.json file
313
400
 
314
401
  ## 0.2.2
315
402
 
316
403
  ### Patch Changes
317
404
 
318
- - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
405
+ - [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
319
406
 
320
- In this PR, we are:
407
+ In this PR, we are:
321
408
 
322
- - Re-introducing dist build folders
323
- - Adding back cjs
324
- - Replacing es5 by cjs and es2015 by esm
325
- - Creating folders at the root for entry-points
326
- - Removing the generation of the entry-points at the root
327
- Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details
409
+ - Re-introducing dist build folders
410
+ - Adding back cjs
411
+ - Replacing es5 by cjs and es2015 by esm
412
+ - Creating folders at the root for entry-points
413
+ - Removing the generation of the entry-points at the root Please see this
414
+ [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
415
+ [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
416
+ for further details
328
417
 
329
418
  ## 0.2.1
330
419
 
331
420
  ### Patch Changes
332
421
 
333
- - [patch][7fd8d40029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fd8d40029):
422
+ - [patch][7fd8d40029](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7fd8d40029):
334
423
 
335
- Fix invalid "module" field. The package should expose _.js file instead of _.ts
424
+ Fix invalid "module" field. The package should expose _.js file instead of _.ts
336
425
 
337
426
  ## 0.2.0
338
427
 
339
- - [minor][06e6dd5731](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06e6dd5731):
428
+ - [minor][06e6dd5731](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06e6dd5731):
340
429
 
341
- - Initial release of Progress Bar component.
430
+ - Initial release of Progress Bar component.
342
431
 
343
432
  ## 0.1.0
344
433
 
345
- - [minor][b2eb85b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2eb85b):
434
+ - [minor][b2eb85b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b2eb85b):
346
435
 
347
- - Initial release of Progress Bar component.
436
+ - Initial release of Progress Bar component.
package/dist/cjs/types.js CHANGED
@@ -1,5 +1 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
1
+ "use strict";
@@ -1 +0,0 @@
1
- export {};
package/dist/esm/types.js CHANGED
@@ -1 +0,0 @@
1
- export {};
@@ -8,8 +8,8 @@ export interface CustomProgressBarProps {
8
8
  */
9
9
  isIndeterminate?: boolean;
10
10
  /**
11
- * Label associated with the progress bar,
12
- * read by screen readers.
11
+ * This is the descriptive label that's associated with the progress bar.
12
+ * Always include useful information on the current state of the progress bar so that people who use assistive technology can understand what the current state of the progress bar is.
13
13
  */
14
14
  ariaLabel?: string;
15
15
  /**
@@ -20,7 +20,7 @@ export interface CustomProgressBarProps {
20
20
  }
21
21
  export interface DefaultProgressBarProps extends CustomProgressBarProps {
22
22
  /**
23
- * Visual style of the progress bar.
23
+ * The visual style of the progress bar.
24
24
  */
25
25
  appearance?: 'default' | 'success' | 'inverse';
26
26
  }
@@ -8,8 +8,8 @@ export interface CustomProgressBarProps {
8
8
  */
9
9
  isIndeterminate?: boolean;
10
10
  /**
11
- * Label associated with the progress bar,
12
- * read by screen readers.
11
+ * This is the descriptive label that's associated with the progress bar.
12
+ * Always include useful information on the current state of the progress bar so that people who use assistive technology can understand what the current state of the progress bar is.
13
13
  */
14
14
  ariaLabel?: string;
15
15
  /**
@@ -20,7 +20,7 @@ export interface CustomProgressBarProps {
20
20
  }
21
21
  export interface DefaultProgressBarProps extends CustomProgressBarProps {
22
22
  /**
23
- * Visual style of the progress bar.
23
+ * The visual style of the progress bar.
24
24
  */
25
25
  appearance?: 'default' | 'success' | 'inverse';
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-bar",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "A progress bar communicates the status of a system process.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -21,6 +21,7 @@
21
21
  "atlassian": {
22
22
  "team": "Design System Team",
23
23
  "releaseModel": "continuous",
24
+ "runReact18": true,
24
25
  "productPushConsumption": [
25
26
  "jira"
26
27
  ],
@@ -30,13 +31,13 @@
30
31
  }
31
32
  },
32
33
  "dependencies": {
33
- "@atlaskit/theme": "^12.6.0",
34
- "@atlaskit/tokens": "^1.34.0",
34
+ "@atlaskit/theme": "^12.7.0",
35
+ "@atlaskit/tokens": "^1.44.0",
35
36
  "@babel/runtime": "^7.0.0",
36
37
  "@emotion/react": "^11.7.1"
37
38
  },
38
39
  "peerDependencies": {
39
- "react": "^16.8.0"
40
+ "react": "^16.8.0 || ^17.0.0 || ~18.2.0"
40
41
  },
41
42
  "devDependencies": {
42
43
  "@af/accessibility-testing": "*",
@@ -45,7 +46,7 @@
45
46
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
46
47
  "@testing-library/react": "^12.1.5",
47
48
  "react-dom": "^16.8.0",
48
- "typescript": "~4.9.5"
49
+ "typescript": "~5.4.2"
49
50
  },
50
51
  "keywords": [
51
52
  "atlaskit",
@@ -6,7 +6,7 @@
6
6
  "sideEffects": false,
7
7
  "types": "../dist/types/types.d.ts",
8
8
  "typesVersions": {
9
- ">=4.5 <4.9": {
9
+ ">=4.5 <5.4": {
10
10
  "*": [
11
11
  "../dist/types-ts4.5/types.d.ts"
12
12
  ]