Progress tracker
A progress tracker displays the steps and progress through a journey.11.4.1
Patch Changes
- Updated dependencies
11.4.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
11.3.2
Patch Changes
38c7085c92a3a, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
11.3.1
Patch Changes
- Use
@atlassian/testing-libraryexclusively in unit tests.
11.3.0
Minor Changes
-
d82e6f76528ab, (opens new window) - Add direct subpath package exports as part of the linking-platform, search, media, and design-system barrel-removal (de-barrel) migration.These packages now expose their individual modules via explicit
package.jsonexportssubpaths so that consumers can import directly from the leaf module (e.g.@atlaskit/pkg/thing) instead of the package barrel/index. This adds new public entry points without changing or removing any existing exports, so it is a backwards-compatible additive change.No runtime behaviour changes; this is an API-surface (entry-point) addition to support tree-shaking and to unblock removal of the barrel index files.
Patch Changes
- Updated dependencies
11.2.3
Patch Changes
- Updated dependencies
11.2.2
Patch Changes
- Updated dependencies
11.2.1
Patch Changes
- Updated dependencies
11.2.0
Minor Changes
c98e0cf5cc4f6, (opens new window) - Autofix: add explicit package exports (barrel removal)
Patch Changes
- Updated dependencies
11.1.0
Minor Changes
-
cd097a2111788, (opens new window) - Republish packages depending on@atlaskit/react-compiler-gatingso their published dependency reference is updated to the renamed@atlaskit/react-compiler-gatingscope.The earlier rename of
@atlassian/react-compiler-gatingto@atlaskit/react-compiler-gatingonly bumped the renamed package itself, so dependent packages were never republished and their published versions still referenced the old@atlassian/react-compiler-gatingname, which is not available in the public npm registry. This minor bump republishes all affected packages with the corrected dependency.
Patch Changes
- Updated dependencies
11.0.1
Patch Changes
ee28cf33718b0, (opens new window) - Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform gating.- Updated dependencies
11.0.0
Major Changes
-
f2dc9097319f0, (opens new window) - ### Dropped support for legacy Typescript 4 types. Typescript 5 is now the new minimum.Removes the
typesVersionsproperty anddist/types-ts4.5directory from the dist.Types are now exclusively via the
"types": "dist/types/index.d.ts"property.- "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - },
Patch Changes
- Updated dependencies
10.5.7
Patch Changes
- Updated dependencies
10.5.6
Patch Changes
- Updated dependencies
10.5.5
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
10.5.4
Patch Changes
e2085d35701ca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
10.5.3
Patch Changes
08170da1fbf62, (opens new window) - Migrate spacing prop usages on icons to Flex wrapper- Updated dependencies
10.5.2
Patch Changes
7aef1e49e90ea, (opens new window) - Removes redundant fallback color values via @atlaskit/theme
10.5.1
Patch Changes
- Updated dependencies
10.5.0
Minor Changes
3c54fe08d7bd3, (opens new window) - Removes react-transition-group to unblock React 19 upgrade. Uses css-animations directly.
10.4.3
Patch Changes
- Updated dependencies
10.4.2
Patch Changes
- Updated dependencies
10.4.1
Patch Changes
- Updated dependencies
10.4.0
Minor Changes
51928601f0216, (opens new window) - Updated border radius values behind a feature gateplatform-dst-shape-theme-default.
10.3.12
Patch Changes
- Updated dependencies
10.3.11
Patch Changes
- Updated dependencies
10.3.10
Patch Changes
- Updated dependencies
10.3.9
Patch Changes
- Updated dependencies
10.3.8
Patch Changes
- Updated dependencies
10.3.7
Patch Changes
- Updated dependencies
10.3.6
Patch Changes
- Updated dependencies
10.3.5
Patch Changes
- Updated dependencies
10.3.4
Patch Changes
- Updated dependencies
10.3.3
Patch Changes
- Updated dependencies
10.3.2
Patch Changes
- Updated dependencies
10.3.1
Patch Changes
- Updated dependencies
10.3.0
Minor Changes
- #185065, (opens new window)
e5274f9f73365, (opens new window) - Replaces 'cosy' spacing prop with 'cozy' to align with standard US spelling. (cosy is still functional).
10.2.2
Patch Changes
- Updated dependencies
10.2.1
Patch Changes
- Updated dependencies
10.2.0
Minor Changes
-
#175003, (opens new window)
0d715469b8a4d, (opens new window) - This release enables functionality previously tested and rolled out under a feature flag. Progress tracker links are now rendered using the Anchor primitive by default, allowing automatic router link configuration with App Provider.The
renderprop, which only supported overriding links, has been deprecated. To migrate, configure router links using App Provider, (opens new window).
10.1.3
Patch Changes
- Updated dependencies
10.1.2
Patch Changes
- Updated dependencies
10.1.1
Patch Changes
- #155802, (opens new window)
08019848e3eab, (opens new window) - Refreshed "issue" terminology. - Updated dependencies
10.1.0
Minor Changes
- #157071, (opens new window)
a149a0b1559ec, (opens new window) - We are testing the migration to the ADS Link component behind a feature flag. If this fix is successful it will be available in a later release.
Patch Changes
- Updated dependencies
10.0.4
Patch Changes
- #150382, (opens new window)
878831658be56, (opens new window) - Update ProgressTracker to an ordered list for better semantics.
10.0.3
Patch Changes
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support. - Updated dependencies
10.0.2
Patch Changes
- Updated dependencies
10.0.1
Patch Changes
- #119565, (opens new window)
a7f1d79b42b68, (opens new window) - Update dependencies and remove unused internal export.
10.0.0
Major Changes
-
#117363, (opens new window)
10a0f7f6c2027, (opens new window) - This package'speerDependencieshave been adjusted forreactand/orreact-domto 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, (opens new window)
Patch Changes
- Updated dependencies
9.4.0
Minor Changes
- #116138, (opens new window)
b50c5d5d65ae2, (opens new window) - Bump to the latest version of @compiled/react
Patch Changes
- Updated dependencies
9.3.3
Patch Changes
- Updated dependencies
9.3.2
Patch Changes
- Updated dependencies
9.3.1
Patch Changes
- Updated dependencies
9.3.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
9.2.0
Minor Changes
- #107227, (opens new window)
08728da34c4fd, (opens new window) - The step marker for disabled steps has been updated to use the disabled icon color token. This change is no longer behind a feature flag.
9.1.0
Minor Changes
- #103302, (opens new window)
057afb45671d1, (opens new window) - [ux] The step marker for disabled steps has been updated to use the disabled icon color token.
9.0.3
Patch Changes
- #102501, (opens new window)
02cb9c9836baf, (opens new window) - Internal change only. Cleaning up orphaned code.
9.0.2
Patch Changes
- Updated dependencies
9.0.1
Patch Changes
- #180713, (opens new window)
103e97b52f101, (opens new window) - Removes feature flag removing internal use of the legacy NodeResolver package in favor of react refs
9.0.0
Major Changes
-
#171836, (opens new window)
30eff06f3753e, (opens new window) - Migrated from@emotion/reactto@compiled/reactin 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/progress-tracker, you will need to ensure that your bundler is configured to handle.cssimports correctly. Most bundlers come with built-in support for.cssimports, 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.cssimports.For more information on the migration, please refer to RFC-73 Migrating our components to Compiled CSS-in-JS, (opens new window).
8.11.1
Patch Changes
- Updated dependencies
8.11.0
Minor Changes
- #170799, (opens new window)
5c6ea433574d2, (opens new window) - We are testing changes behind a feature gate. Progress tracker steps have been updated to use automatic router link configuration (from App provider). If this change is successful it will be available in a later release.
8.10.3
Patch Changes
- #168892, (opens new window)
5eb2a70adb262, (opens new window) - Remove react-router-dom from devDependencies as it is incompatible with React 18.
8.10.2
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
8.10.1
Patch Changes
- Updated dependencies
8.10.0
Minor Changes
- #154699, (opens new window)
fddbc0849871c, (opens new window) - DSP-21285 replacing platform-design-system-dsp-20687-transition-group with platform_design_system_team_transition_group_r18
8.9.4
Patch Changes
- Updated dependencies
8.9.3
Patch Changes
- #145688, (opens new window)
8b5cef4cf858b, (opens new window) - Removal of FF platform-progress-tracker-functional-facade which was added during the functional component conversion
8.9.2
Patch Changes
- Updated dependencies
8.9.1
Patch Changes
- #142762, (opens new window)
2bbc16219edd2, (opens new window) - [ux] Disabled, visited and current step indicator font weight change from semibold to bold.
8.9.0
Minor Changes
2d1da097bd763, (opens new window) - DSP-20687 removing usage of findDOMNode in react-transition-group behind ff
8.8.2
Patch Changes
- #134667, (opens new window)
7e834d0456744, (opens new window) - Converting ProgressTracker component from class component to functional component
8.8.1
Patch Changes
- Updated dependencies
8.8.0
Minor Changes
-
#127511, (opens new window)
db30e29344013, (opens new window) - Widening range ofreactandreact-dompeer dependencies from^16.8.0 || ^17.0.0 || ~18.2.0to 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.3as well as to have a consistent peer dependency range forreactandreact-domfor/platformpackages.
Patch Changes
- Updated dependencies
8.7.6
Patch Changes
- Updated dependencies
8.7.5
Patch Changes
- #119932, (opens new window)
798a9f4b8913d, (opens new window) - Updated styling to ensure bullet point styles aren't added when rendered in certain UI Kit extensions points.
8.7.4
Patch Changes
- Updated dependencies
8.7.3
Patch Changes
- Updated dependencies
8.7.2
Patch Changes
- Updated dependencies
8.7.1
Patch Changes
- Updated dependencies
8.7.0
Minor Changes
- #110836, (opens new window)
a8bd419fd70b9, (opens new window) - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.
Patch Changes
- Updated dependencies
8.6.3
Patch Changes
- #102669, (opens new window)
57f9d0819e9e6, (opens new window) - Internal change only. Update spacing to use logical properties and tokenise typography values.
8.6.2
Patch Changes
- Updated dependencies
8.6.1
Patch Changes
- #98707, (opens new window)
7cce9cbf2f08, (opens new window) - Internal changes to how text is rendered. There is no expected visual change.
8.6.0
Minor Changes
- #99069, (opens new window)
609d5a37c656, (opens new window) - Add support for React 18 in non-strict mode.
8.5.11
Patch Changes
- Updated dependencies
8.5.10
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
8.5.9
Patch Changes
- Updated dependencies
8.5.8
Patch Changes
- Updated dependencies
8.5.7
Patch Changes
- Updated dependencies
8.5.6
Patch Changes
- Updated dependencies
8.5.5
Patch Changes
- #41451, (opens new window)
b9bbfbe5bbf, (opens new window) - Added this package into push model consumption.
8.5.4
Patch Changes
- Updated dependencies
8.5.3
Patch Changes
- #38750, (opens new window)
6ab9799d402, (opens new window) - The internal composition of this component has changed. There is no expected change in behavior. - #38162, (opens new window)
fd6bb9c9184, (opens new window) - Delete version.json - Updated dependencies
8.5.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
8.5.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
8.5.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
8.4.10
Patch Changes
- #32211, (opens new window)
65e4baeea85, (opens new window) - Internal changes.
8.4.9
Patch Changes
- #32424, (opens new window)
2e01c9c74b5, (opens new window) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
8.4.8
Patch Changes
- #31480, (opens new window)
173f6371859, (opens new window) - Migrates unit tests from enzyme to RTL.
8.4.7
Patch Changes
- #31242, (opens new window)
cfe48bb7ece, (opens new window) - Internal change only. Replace usages of Inline/Stack with stable version from@atlaskit/primitives.
8.4.6
Patch Changes
- Updated dependencies
8.4.5
Patch Changes
- #29390, (opens new window)
18aeca8c199, (opens new window) - Internal change to update token references. There is no expected behaviour or visual change.
8.4.4
Patch Changes
- #29227, (opens new window)
4ee60bafc6d, (opens new window) - ED-16603: Remove tooltips from VR tests and make them opt in. To opt-in, addallowedSideEffectswhen loading the page.
8.4.3
Patch Changes
- #27891, (opens new window)
eadbf13d8c0, (opens new window) - Updated usages ofText,Box,Stack, andInlineprimitives to reflect their updated APIs. There are no visual or behaviour changes. - Updated dependencies
8.4.2
Patch Changes
- Updated dependencies
8.4.1
Patch Changes
- Updated dependencies
8.4.0
Minor Changes
- #27326, (opens new window)
eb709e1fde3, (opens new window) - [ux] Apply spacing tokens and primitive components. Reduce padding between stage labels and progress bar by 4px - overall height of component is therefore also 4px shorter.
8.3.4
Patch Changes
- Updated dependencies
8.3.3
Patch Changes
- #26488, (opens new window)
bc989043572, (opens new window) - Internal changes to apply spacing tokens. This should be a no-op change.
8.3.2
Patch Changes
- #26303, (opens new window)
9827dcb82b8, (opens new window) - No-op change to introduce spacing tokens to design system components.
8.3.1
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
8.3.0
Minor Changes
- #24004, (opens new window)
099a8b4949e, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
- Updated dependencies
8.2.5
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
8.2.4
Patch Changes
- Updated dependencies
8.2.3
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4
8.2.2
Patch Changes
- Updated dependencies
8.2.1
Patch Changes
- Updated dependencies
8.2.0
Minor Changes
-
#19019, (opens new window)
4e96270c06e, (opens new window) - [ux] Instrumented progress-tracker 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.
Patch Changes
- Updated dependencies
8.1.0
Minor Changes
- #14777, (opens new window)
d2429272ffa, (opens new window) - Migrates usage ofstyled-componentsto@emotion. Under the hood the component also no longer uses@atlaskit/page/grid, although still uses the same spacing scale.
8.0.4
Patch Changes
- Updated dependencies
8.0.3
Patch Changes
- #13864, (opens new window)
b90c0237824, (opens new window) - Update package.jsons to remove unused dependencies. - Updated dependencies
8.0.2
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
8.0.1
Patch Changes
- #12412, (opens new window)
8ae29c21d55, (opens new window) - Removed the!importantdeclaration from the top margin style.
8.0.0
Major Changes
- #10230, (opens new window)
3e1d0e22b98, (opens new window) - [ux] Marked a progress tracker wrapper as unordered list. Step component wrapper has been changed to li tag for each step. Added label prop that is used as aria-label.
Patch Changes
- Updated dependencies
7.0.6
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
7.0.5
Patch Changes
- #5497, (opens new window)
5f58283e1f, (opens new window) - 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, (opens new window) Also addtypescripttodevDependenciesto denote version that the package was built with.
7.0.4
Patch Changes
- Updated dependencies
7.0.3
Patch Changes
-
#3885, (opens new window)
6c525a8229, (opens new window) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
7.0.2
Patch Changes
- #3293, (opens new window)
954cc87b62, (opens new window) - The readme and package information has been updated to point to the new design system website.
7.0.1
Patch Changes
- #3428, (opens new window)
db053b24d8, (opens new window) - Update all the theme imports to be tree-shakable
7.0.0
Major Changes
- #3335, (opens new window)
87f4720f27, (opens new window) - 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/39534, (opens new window)
Patch Changes
- Updated dependencies
6.1.8
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
6.1.7
Patch Changes
- #2677, (opens new window)
4560b65a4f, (opens new window) - upgrade react-transition-group to latest
6.1.6
Patch Changes
-
[patch]8ca2bfc206, (opens new window):
Change imports to comply with Atlassian conventions- Updated dependencies 443bb984ab, (opens new window):
-
Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies 449ef134b3, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
- @atlaskit/page@11.0.13
- @atlaskit/button@13.3.11
- @atlaskit/icon@20.1.1
6.1.5
Patch Changes
-
[patch]6548261c9a, (opens new window):
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a, (opens new window):
- @atlaskit/docs@8.3.2
- @atlaskit/visual-regression@0.1.9
- @atlaskit/button@13.3.7
- @atlaskit/icon@20.0.1
- @atlaskit/page@11.0.12
- @atlaskit/theme@9.5.1
6.1.4
Patch Changes
- Updated dependencies
c0102a3ea2, (opens new window):
- @atlaskit/icon@20.0.0
- @atlaskit/docs@8.3.1
- @atlaskit/button@13.3.6
- @atlaskit/page@11.0.11
6.1.3
Patch Changes
-
[patch]a70bb511fc, (opens new window):
Fixes an issue with how ProgressTracker deals with stages being added or removed- [patch]4a223473c5, (opens new window):
Removes babel/runtime from dependencies. Users should see a smaller bundlesize as a result- Updated dependencies 28f8f0e089, (opens new window):
-
Updated dependencies 82747f2922, (opens new window):
-
Updated dependencies 4a223473c5, (opens new window):
- @atlaskit/icon@19.1.0
- @atlaskit/theme@9.5.0
- @atlaskit/button@13.3.5
- @atlaskit/page@11.0.10
6.1.2
Patch Changes
-
[patch]68c39bdac6, (opens new window):
Fixes ProgressTracker not showing transition animations
6.1.1
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
6.1.0
Minor Changes
-
[minor]c6efb2f5b6, (opens new window):
Prefix the legacy lifecycle methods with UNSAFE_* to avoid warning in React 16.9+
More information about the deprecation of lifecycles methods can be found here: https://reactjs.org/blog/2018/03/29/react-v-16-3.html#component-lifecycle-changes, (opens new window)
6.0.8
Patch Changes
-
[patch]4432d729b7, (opens new window):
@atlaskit/progress-tracker has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
6.0.7
Patch Changes
-
[patch]097b696613, (opens new window):
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
6.0.6
Patch Changes
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
6.0.5
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
6.0.4
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
6.0.3
Patch Changes
-
[patch]202fda1d9e, (opens new window):
Moved dependencies to devDependencies in progress-tracker: move 'react-dom' to devDependencies.
6.0.2
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
6.0.1
- Updated dependencies
3af5a7e685, (opens new window):
- @atlaskit/page@11.0.0
6.0.0
- [major]7c17b35107, (opens new window):
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use this package, please ensure you use at least this version of react and react-dom.
5.0.2
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/theme@8.1.7
5.0.1
- [patch]98e11001ff, (opens new window):
- Removes duplicate babel-runtime dependency
5.0.0
-
[major]76299208e6, (opens new window):
- Drop ES5 from all the flow modules
Dropping CJS support in all @atlaskit packages
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only distribute esm. This means all distributed code will be transpiled, but will still contain
importandexportdeclarations.The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
import colors from `@atlaskit/theme/colors`;Previously this was sort of possible for consumers by doing something like:
import colors from `@atlaskit/theme/dist/esm/colors`;This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't actually supposed to be used. 2. We are unable to do this internally in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.
To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.
ES Modules are widely supported by all modern bundlers and can be worked around in node environments.
We may choose to revisit this solution in the future if we find any unintended condequences, but we see this as a pretty sane path forward which should lead to some major bundle size decreases, saner API's and simpler package architecture.
Please reach out to #fabric-build (if in Atlassian) or create an issue in Design System Support, (opens new window) (for external) if you have any questions or queries about this.
4.0.10
- Updated dependencies 58b84fa, (opens new window):
- @atlaskit/page@8.0.12
- @atlaskit/theme@7.0.1
- @atlaskit/docs@6.0.0
4.0.9
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/theme@7.0.0
4.0.8
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
4.0.7
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
4.0.5
- [patch] Updated dependencies
df22ad8, (opens new window)
- @atlaskit/theme@6.0.0
- @atlaskit/docs@5.0.6
4.0.4
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html, (opens new window) for details a4bd557, (opens new window)
- [none] Updated dependencies
a4bd557, (opens new window)
- @atlaskit/page@8.0.3
- @atlaskit/theme@5.1.3
4.0.3
- [patch] Updated dependencies
acd86a1, (opens new window)
- @atlaskit/page@8.0.2
- @atlaskit/theme@5.1.2
- @atlaskit/docs@5.0.2
4.0.2
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies 7e331b5, (opens new window)
- [none] Updated dependencies
7e331b5, (opens new window)
- @atlaskit/page@8.0.1
- @atlaskit/theme@5.1.1
4.0.1
- [patch] Move analytics tests and replace elements to core 49d4ab4, (opens new window)
- [none] Updated dependencies
49d4ab4, (opens new window)
- @atlaskit/docs@5.0.1
4.0.0
- [major] Updates to React ^16.4.0 7edb866, (opens new window)
- [major] Updated dependencies
563a7eb, (opens new window)
- @atlaskit/page@8.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/page@8.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
3.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/page@7.1.1
- @atlaskit/theme@4.0.4
3.1.1
- [patch] Update changelogs to remove duplicate cc58e17, (opens new window)
- [none] Updated dependencies
cc58e17, (opens new window)
- @atlaskit/theme@4.0.3
- @atlaskit/docs@4.1.1
3.1.0
- [none] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/page@7.1.0
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
3.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/page@7.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/docs@4.0.1
3.0.0
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to ^3.2.6 1e80619, (opens new window)
- [patch] Updated dependencies
1e80619, (opens new window)
- @atlaskit/page@7.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/docs@4.0.0
2.0.3
- [patch] Updated dependencies
1c87e5a, (opens new window)
- @atlaskit/page@6.0.4
2.0.2
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/page@6.0.3
- @atlaskit/theme@3.2.2
- @atlaskit/docs@3.0.4
2.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
1.3.1
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
1.3.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
1.2.2
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
1.2.1
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
1.2.0
- [minor] Updated examples to use named import for clarity 541f2fb, (opens new window)
1.1.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
1.0.2
- [patch] Added animations to progress bar 369af3a, (opens new window)
0.2.0
- [minor] Initial Release of Atlaskit Progress Tracker 3b3c9df, (opens new window)