Progress bar
A progress bar communicates the status of a system process.
yarn add @atlaskit/progress-bar
4.0.3
Patch Changes
- Updated dependencies
A progress bar communicates the status of a system process.
yarn add @atlaskit/progress-bar
411d12fff3a21
-
[ux] Remove tabindex from Progress Bar container to reduce unecessary tab stops.#117363
10a0f7f6c2027
-
This package's peerDependencies
have been adjusted for react
and/or react-dom
to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details: https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
4660ec858a305
-
Update React
from v16 to v1857f451bda8919
-
Adds side-effect config to support Compiled css extraction in third-party apps#165802
6d9f786733aed
-
Migrated from @emotion/react
to @compiled/react
in order to improve performance, align with
the rest of the Atlaskit techstack, and support React 18 Streaming SSR.
Please note, in order to use this version of @atlaskit/image
, you will need to ensure that your
bundler is configured to handle .css
imports correctly. Most bundlers come with built-in support
for .css
imports, so you may not need to do anything. If you are using a different bundler,
please refer to the documentation for that bundler to understand how to handle .css
imports.
For more information on the migration, please refer to RFC-73 Migrating our components to Compiled CSS-in-JS.
#127511
db30e29344013
-
Widening range of react
and react-dom
peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
This change has been done to enable usage of react@18.3
as well as to have a consistent peer
dependency range for react
and react-dom
for /platform
packages.
a8bd419fd70b9
-
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
is implicitly set to automatic.71ad9704d42f
-
Removed all remaining legacy theming logic from the ProgressBar component.b175ec37c65
- Cuts the
first major release of this package. It is now considered stable and ready for general adoption.
This version contains no code changes.4ae083a7e66
- Use
@af/accessibility-testing
for default jest-axe config and jest-axe import in accessibility
testing.599bfe90ee3
- Internal
change to use shape tokens. There is no expected visual change.56507598609
- Skip
minor dependency bump9827dcb82b8
- No-op
change to introduce spacing tokens to design system components.8eb92195540
- Updates
@emotion/core
to @emotion/react
; v10 to v11. There is no expected behavior change.7d4fbb433e7
- Internal
styles refactor after turning on the static styles tech stack.247bf9bb0e4
-
Introduces testId
prop for use for automated tests.54deac49754
- [ux]
Appearance prop now available for default, success, and inverse appearances.c960c028450
- Adds
jsdoc descriptions to exported components.cc9f9e1d294
- Adds
warning in developer console for theme
prop, which is going to be deprecated after 13 May 2022.#19019
53060e14621
- [ux]
Instrumented progress-bar
with the new theming package, @atlaskit/tokens
.
New tokens will be visible only in applications configured to use the new Tokens API (currently in alpha). These changes are intended to be interoperable with the legacy theme implementation. Legacy dark mode users should expect no visual or breaking changes.
5f58283e1f
- Export
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
versions here: https://atlaskit.atlassian.com/get-started Also add typescript
to
devDependencies
to denote version that the package was built with.b284fba3d1
- Components
that had missing names are now fixed - this helps when looking for them using the React Dev Tools.#3885
6c525a8229
- Upgraded
to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
87f4720f27
- Officially
dropping IE11 support, from this version onwards there are no warranties of the package working in
IE11. For more information see:
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/3953454a9514fcf
- Build and
supporting files will no longer be published to npm[patch]6548261c9a:
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a:
[patch]097b696613:
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
[patch]7fd8d40029:
Fix invalid "module" field. The package should expose _.js file instead of _.ts
[minor]06e6dd5731:
[minor]b2eb85b: