Progress indicator
A progress indicator shows the user where they are along the steps of a journey.13.4.2
Patch Changes
- Updated dependencies
13.4.1
Patch Changes
- Updated dependencies
13.4.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
13.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
13.2.4
Patch Changes
ec7e69a1a7445, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
13.2.3
Patch Changes
- Updated dependencies
13.2.2
Patch Changes
- Updated dependencies
13.2.1
Patch Changes
- Updated dependencies
13.2.0
Minor Changes
c98e0cf5cc4f6, (opens new window) - Autofix: add explicit package exports (barrel removal)
Patch Changes
- Updated dependencies
13.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
13.0.2
Patch Changes
ee28cf33718b0, (opens new window) - Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform gating.- Updated dependencies
13.0.1
Patch Changes
6fa577ac3e5ea, (opens new window) - Add descriptive accessible labels for carousel controls and selectable progress indicators.
13.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
12.0.20
Patch Changes
- Updated dependencies
12.0.19
Patch Changes
- Updated dependencies
12.0.18
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
12.0.17
Patch Changes
e2085d35701ca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
12.0.16
Patch Changes
- Updated dependencies
12.0.15
Patch Changes
- Updated dependencies
12.0.14
Patch Changes
- Updated dependencies
12.0.13
Patch Changes
- Updated dependencies
12.0.12
Patch Changes
a60a82196851a, (opens new window) - Internal refactors to remove unused variables. No functional or public changes.- Updated dependencies
12.0.11
Patch Changes
- Updated dependencies
12.0.10
Patch Changes
- Updated dependencies
12.0.9
Patch Changes
- Updated dependencies
12.0.8
Patch Changes
- Updated dependencies
12.0.7
Patch Changes
255837cfba315, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
12.0.6
Patch Changes
- Updated dependencies
12.0.5
Patch Changes
- Updated dependencies
12.0.4
Patch Changes
- Updated dependencies
12.0.3
Patch Changes
- #127093, (opens new window)
1378ea7a99ce1, (opens new window) - Upgradesjscodeshiftto handle generics properly. - Updated dependencies
12.0.2
Patch Changes
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support. - Updated dependencies
12.0.1
Patch Changes
- Updated dependencies
12.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
11.3.0
Minor Changes
- #116138, (opens new window)
b50c5d5d65ae2, (opens new window) - Bump to the latest version of @compiled/react
Patch Changes
- Updated dependencies
11.2.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
11.1.1
Patch Changes
- Updated dependencies
11.1.0
Minor Changes
- #98760, (opens new window)
4ed94e5c74659, (opens new window) - Compiled migration for progress indicator
11.0.7
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
11.0.6
Patch Changes
- Updated dependencies
11.0.5
Patch Changes
- Updated dependencies
11.0.4
Patch Changes
- Updated dependencies
11.0.3
Patch Changes
- #144637, (opens new window)
0878427e3e316, (opens new window) - [ux] Update border for inverted appearance
11.0.2
Patch Changes
- #140413, (opens new window)
8b29068863297, (opens new window) - [ux] Update background color of progress indicator dots
11.0.1
Patch Changes
- #137322, (opens new window)
a3aec4aa82255, (opens new window) - Add border for progress indicator dots to increase color contrast
11.0.0
Major Changes
- #132492, (opens new window)
47c7e60baaa05, (opens new window) - Removes thesmallsize from thesizeprop. Using the small size contributed to accessibility issues and was unused in the majority of Atlassian products.
10.4.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
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
- #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
10.2.1
Patch Changes
- Updated dependencies
10.2.0
Minor Changes
- #96761, (opens new window)
e355b0808d12, (opens new window) - Add support for React 18 in non-strict mode.
10.1.0
Minor Changes
- #96841, (opens new window)
6cca90095b7e, (opens new window) - [ux] - Fixes a bug where progress indicator dots are not focusable in the tab order.- Progress indicator buttons now use the
Pressableprimitive.
- Progress indicator buttons now use the
Patch Changes
- Updated dependencies
10.0.9
Patch Changes
- Updated dependencies
10.0.8
Patch Changes
- #94316, (opens new window)
35fd5ed8e1d7, (opens new window) - Upgrading internal dependencybind-event-listenerto@^3.0.0
10.0.7
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
10.0.6
Patch Changes
- Updated dependencies
10.0.5
Patch Changes
- #80085, (opens new window)
7febfed958dd, (opens new window) - Update usage ofReact.FCto explicity includechildren
10.0.4
Patch Changes
- Updated dependencies
10.0.3
Patch Changes
- Updated dependencies
10.0.2
Patch Changes
- #72130, (opens new window)
b037e5451037, (opens new window) - Update new button text color fallback for default theme (non-token) to match that of old button current text color
10.0.1
Patch Changes
- Updated dependencies
10.0.0
Major Changes
- #41812, (opens new window)
48b3b440f51, (opens new window) - Removed all remaining legacy theming logic from the Icon and ProgressIndicator components.
9.5.18
Patch Changes
- #42460, (opens new window)
a2a52116171, (opens new window) - Remove role=tablist when progress indicator is not interactive
9.5.17
Patch Changes
- #41729, (opens new window)
04235acacd6, (opens new window) - Enrol package to push model in Jira
9.5.16
Patch Changes
- #40276, (opens new window)
1ce8020278e, (opens new window) - Remove role presentation on div indicator
9.5.15
Patch Changes
- #38749, (opens new window)
4ce6b505282, (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
9.5.14
Patch Changes
- #37533, (opens new window)
1ed303de3e8, (opens new window) - Updated dependencies
9.5.13
Patch Changes
- #36754, (opens new window)
4ae083a7e66, (opens new window) - Use@af/accessibility-testingfor default jest-axe config and jest-axe import in accessibility testing.
9.5.12
Patch Changes
- Updated dependencies
9.5.11
Patch Changes
- Updated dependencies
9.5.10
Patch Changes
- #35441, (opens new window)
599bfe90ee3, (opens new window) - Internal change to use shape tokens. There is no expected visual change.
9.5.9
Patch Changes
- Updated dependencies
9.5.8
Patch Changes
- Updated dependencies
9.5.7
Patch Changes
- Updated dependencies
9.5.6
Patch Changes
- Updated dependencies
9.5.5
Patch Changes
- Updated dependencies
9.5.4
Patch Changes
- Updated dependencies
9.5.3
Patch Changes
- #33652, (opens new window)
e7ea6832ad2, (opens new window) - Bans the use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration work. The change is internal only and should not introduce any changes for the component consumers.
9.5.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
9.5.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
9.5.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
9.4.18
Patch Changes
- #32211, (opens new window)
4ba10567310, (opens new window) - Internal changes.
9.4.17
Patch Changes
- #32424, (opens new window)
2e01c9c74b5, (opens new window) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
9.4.16
Patch Changes
- Updated dependencies
9.4.15
Patch Changes
- Updated dependencies
9.4.14
Patch Changes
- Updated dependencies
9.4.13
Patch Changes
- Updated dependencies
9.4.12
Patch Changes
- Updated dependencies
9.4.11
Patch Changes
- #31206, (opens new window)
261420360ec, (opens new window) - Upgrades component types to support React 18. - Updated dependencies
9.4.10
Patch Changes
- #31346, (opens new window)
8ecf086a095, (opens new window) - Migrates unit tests from enzyme to RTL.
9.4.9
Patch Changes
- #31242, (opens new window)
cfe48bb7ece, (opens new window) - Internal change only. Replace usages of Inline/Stack with stable version from@atlaskit/primitives.
9.4.8
Patch Changes
- #31041, (opens new window)
842bb999a85, (opens new window) - Internal change only. Replace usages of Inline/Stack with stable version from@atlaskit/primitives.
9.4.7
Patch Changes
- Updated dependencies
9.4.6
Patch Changes
- Updated dependencies
9.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.
9.4.4
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
9.4.3
Patch Changes
- Updated dependencies
9.4.2
Patch Changes
- Updated dependencies
9.4.1
Patch Changes
- #28005, (opens new window)
767258f2c53, (opens new window) - Set main container of progress indicator as display block instead of flex given display flex is now set on the direct child of the main container
9.4.0
Minor Changes
- #27789, (opens new window)
c146611a18c, (opens new window) - [ux] Migrate progress-indicator package to use spacing primitives to control spacing in both component and examples. Spacing values have been slightly updated depending on indicator size and spacing properties
Patch Changes
- Updated dependencies
9.3.3
Patch Changes
- Updated dependencies
9.3.2
Patch Changes
- #26303, (opens new window)
9827dcb82b8, (opens new window) - No-op change to introduce spacing tokens to design system components.
9.3.1
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
9.3.0
Minor Changes
- #24004, (opens new window)
b85b29dd351, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
- Updated dependencies
9.2.8
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
9.2.7
Patch Changes
- #22614, (opens new window)
8a5bdb3c844, (opens new window) - Upgrading internal dependency (bind-event-listener) for improved internal types
9.2.6
Patch Changes
- #22029, (opens new window)
e4b612d1c48, (opens new window) - Internal migration to bind-event-listener for safer DOM Event cleanup - Updated dependencies
9.2.5
Patch Changes
- Updated dependencies
9.2.4
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4
9.2.3
Patch Changes
- Updated dependencies
9.2.2
Patch Changes
- Updated dependencies
9.2.1
Patch Changes
- Updated dependencies
9.2.0
Minor Changes
-
#18526, (opens new window)
303e4bf4aa5, (opens new window) - [ux] Instrumented progress-indicator 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
- #16752, (opens new window)
58884c2f6c1, (opens new window) - Internal code change turning on a new linting rule. - Updated dependencies
9.1.2
Patch Changes
- #16335, (opens new window)
2b2290121eb, (opens new window) - Raised the minimum version carat range of focus ring to latest.
9.1.1
Patch Changes
- #14777, (opens new window)
7d89d624097, (opens new window) - Fix for focus being incorrectly retained when indicators were not interactive.
9.1.0
Minor Changes
- #14319, (opens new window)
947ba5b11f0, (opens new window) - The component has undergone an internal refactor. The following changes need to be called out:styled-componentshas been removed from the package in favour of@emotion/core.- The component now supports a
testIdprop in line with other Design System components. This can be used for automated testing. - Focus ring colors have been normalised to be the same across all appearance types of the component.
Patch Changes
- Updated dependencies
9.0.5
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
9.0.4
Patch Changes
- #8644, (opens new window)
79c23df6340, (opens new window) - Use injected package name and version for analytics instead of version.json.
9.0.3
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
9.0.2
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.
9.0.1
Patch Changes
- Updated dependencies
9.0.0
Major Changes
- #4424, (opens new window)
2b345b4e66, (opens new window) - Renamed default export of @atlaskit/progress-indicator to ProgressIndicator and have added codemod for renaming ProgressDots to ProgressIndicator.
8.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.
8.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.
8.0.1
Patch Changes
- #3428, (opens new window)
db053b24d8, (opens new window) - Update all the theme imports to be tree-shakable
8.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
7.0.15
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
7.0.14
Patch Changes
- #1868, (opens new window)
daca23ef29, (opens new window) - Change imports to comply with Atlassian conventions
7.0.13
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/analytics-next@6.3.5
- @atlaskit/button@13.3.7
- @atlaskit/theme@9.5.1
7.0.12
Patch Changes
-
[patch]24865cfaff, (opens new window):
Fixes Dots onSelect prop return type to void- Updated dependencies 24865cfaff, (opens new window):
-
Updated dependencies 24865cfaff, (opens new window):
- @atlaskit/analytics-next@6.3.3
7.0.11
Patch Changes
-
[patch]d222c2b987, (opens new window):
Theme has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided.
Breaking
** getTokens props changes ** When defining the value function passed into a ThemeProvider, the getTokens parameter cannot be called without props; if no props are provided an empty object
{}must be passed in:<CustomTheme.Provider value={t => ({ ...t(), backgroundColor: '#333'})} >becomes:
<CustomTheme.Provider value={t => ({ ...t({}), backgroundColor: '#333'})} >** Color palette changes ** Color palettes have been moved into their own file. Users will need to update imports from this:
import { colors } from '@atlaskit/theme'; colors.colorPalette('8');to this:
import { colorPalette } from '@atlaskit/theme'; colorPalette.colorPalette('8');or for multi entry-point users:
import * as colors from '@atlaskit/theme/colors'; colors.colorPalette('8');to this:
import * as colorPalettes from '@atlaskit/theme/color-palette'; colorPalettes.colorPalette('8');
7.0.10
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
7.0.9
Patch Changes
-
[patch]a2d0043716, (opens new window):
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
7.0.8
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
7.0.7
Patch Changes
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
7.0.6
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
7.0.5
Patch Changes
-
[patch]39c83bb527, (opens new window):
@atlaskit/progress-indicator has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
7.0.4
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
7.0.3
- Updated dependencies
926b43142b, (opens new window):
- @atlaskit/analytics-next@6.0.0
- @atlaskit/button@13.1.2
7.0.2
Patch Changes
-
[patch]9f8ab1084b, (opens new window):
Consume analytics-next ts type definitions as an ambient declaration.
7.0.1
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
7.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.
6.0.4
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/button@12.0.3
- @atlaskit/theme@8.1.7
6.0.3
- Updated dependencies
1e826b2966, (opens new window):
- @atlaskit/docs@7.0.2
- @atlaskit/analytics-next@4.0.3
- @atlaskit/theme@8.1.6
- @atlaskit/button@12.0.0
6.0.2
- [patch]98e11001ff, (opens new window):
- Removes duplicate babel-runtime dependency
6.0.1
- Updated dependencies
9d5cc39394, (opens new window):
- @atlaskit/docs@7.0.1
- @atlaskit/analytics-next@4.0.1
- @atlaskit/theme@8.0.1
- @atlaskit/button@11.0.0
6.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.
5.0.11
- Updated dependencies 58b84fa, (opens new window):
- @atlaskit/analytics-next@3.1.2
- @atlaskit/button@10.1.1
- @atlaskit/theme@7.0.1
- @atlaskit/docs@6.0.0
5.0.10
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/theme@7.0.0
5.0.9
- Updated dependencies 6998f11, (opens new window):
- @atlaskit/docs@5.2.1
- @atlaskit/analytics-next@3.1.1
- @atlaskit/theme@6.2.1
- @atlaskit/button@10.0.0
5.0.8
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
5.0.7
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
5.0.5
- [patch] Updated dependencies
df22ad8, (opens new window)
- @atlaskit/theme@6.0.0
- @atlaskit/button@9.0.6
- @atlaskit/docs@5.0.6
5.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/analytics-next@3.0.4
- @atlaskit/button@9.0.5
- @atlaskit/theme@5.1.3
5.0.3
- [patch] Updated dependencies
acd86a1, (opens new window)
- @atlaskit/button@9.0.4
- @atlaskit/theme@5.1.2
- @atlaskit/analytics-next@3.0.3
- @atlaskit/docs@5.0.2
5.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/analytics-next@3.0.2
- @atlaskit/button@9.0.3
- @atlaskit/theme@5.1.1
5.0.1
- [patch] Move analytics tests and replace elements to core 49d4ab4, (opens new window)
- [none] Updated dependencies
49d4ab4, (opens new window)
- @atlaskit/analytics-next@3.0.1
- @atlaskit/button@9.0.2
- @atlaskit/docs@5.0.1
5.0.0
- [major] Provides analytics for common component interations. See the Instrumented Components, (opens new window) section for more details. If you are using enzyme for testing you will have to use our forked version of the library, (opens new window). 563a7eb, (opens new window)
- [major] Updates to React ^16.4.0 7edb866, (opens new window)
- [major] Updated dependencies
563a7eb, (opens new window)
- @atlaskit/analytics-next@3.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/analytics-next@3.0.0
- @atlaskit/button@9.0.0
- @atlaskit/theme@5.0.0
- @atlaskit/docs@5.0.0
4.1.3
- [patch] Fix $FlowFixMe and release packages 25d0b2d, (opens new window)
- [none] Updated dependencies
25d0b2d, (opens new window)
- @atlaskit/button@8.2.2
4.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/button@8.1.2
- @atlaskit/theme@4.0.4
4.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/button@8.1.1
- @atlaskit/docs@4.1.1
4.1.0
- [none] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/docs@4.1.0
- @atlaskit/theme@4.0.2
- @atlaskit/button@8.1.0
4.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/docs@4.0.1
4.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/button@8.0.0
- @atlaskit/theme@4.0.0
- @atlaskit/docs@4.0.0
3.0.2
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/button@7.2.5
- @atlaskit/theme@3.2.2
- @atlaskit/docs@3.0.4
3.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
2.2.1
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
2.2.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
2.1.3
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
2.1.2
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
2.1.1
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, $ 007de27, (opens new window)
2.1.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
2.0.3
- [patch] migrated page indicator to mk2 4a011bb, (opens new window)
2.0.2 (2017-10-27)
- bug fix; triggering storybooks (87e7247, (opens new window))
2.0.1 (2017-10-22)
- bug fix; update styled-components dep and react peerDep (6a67bf8, (opens new window))