Flag group

A flag group is used to group a set of related flags, with entry and exit animations.

18.5.5

Patch Changes

  • Updated dependencies

18.5.4

Patch Changes

  • Updated dependencies

18.5.3

Patch Changes

  • Updated dependencies

18.5.2

Patch Changes

18.5.1

Patch Changes

18.5.0

Minor Changes

Patch Changes

  • Updated dependencies

18.4.1

Patch Changes

18.4.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.json exports subpaths 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

18.3.0

Minor Changes

Patch Changes

  • Updated dependencies

18.2.13

Patch Changes

  • Updated dependencies

18.2.12

Patch Changes

  • Updated dependencies

18.2.11

Patch Changes

  • Updated dependencies

18.2.10

Patch Changes

  • 9356675edac18, (opens new window) - Replace generated ./src/* subpath export keys with lint-safe equivalents. The de-barreling migration produced export keys containing a src segment (e.g. @atlaskit/select "./src/select"), which are forbidden by no-restricted-imports (@atlaskit/*/src/*) in downstream products.

    Renamed keys:

    • @atlaskit/select: ./src/select./default
    • @atlaskit/icon: ./src/constants./constants/default
    • @atlaskit/react-select: ./src/async./async/default, ./src/creatable./creatable/default
    • @atlaskit/heading: ./src/heading-context./heading-context/default
    • @atlaskit/flag: removed the redundant ./src/flag-group key (duplicate of the existing ./flag-group export)

    The underlying source targets are unchanged.

  • Updated dependencies

18.2.9

Patch Changes

  • Updated dependencies

18.2.8

Patch Changes

  • Updated dependencies

18.2.7

Patch Changes

  • Updated dependencies

18.2.6

Patch Changes

  • Updated dependencies

18.2.5

Patch Changes

  • Updated dependencies

18.2.4

Patch Changes

18.2.3

Patch Changes

18.2.2

Patch Changes

  • Updated dependencies

18.2.1

Patch Changes

  • Updated dependencies

18.2.0

Minor Changes

Patch Changes

  • Updated dependencies

18.1.2

Patch Changes

  • Updated dependencies

18.1.1

Patch Changes

  • 820f00bd7db09, (opens new window) - Enable platform-dst-motion-uplift-button by default in constellation examples so button motion is previewed in component demos. Docs/examples-only; no change to shipped component behaviour.

18.1.0

Minor Changes

  • cd097a2111788, (opens new window) - Republish packages depending on @atlaskit/react-compiler-gating so their published dependency reference is updated to the renamed @atlaskit/react-compiler-gating scope.

    The earlier rename of @atlassian/react-compiler-gating to @atlaskit/react-compiler-gating only bumped the renamed package itself, so dependent packages were never republished and their published versions still referenced the old @atlassian/react-compiler-gating name, which is not available in the public npm registry. This minor bump republishes all affected packages with the corrected dependency.

Patch Changes

  • Updated dependencies

18.0.1

Patch Changes

18.0.0

Major Changes

  • f2dc9097319f0, (opens new window) - ### Dropped support for legacy Typescript 4 types. Typescript 5 is now the new minimum.

    Removes the typesVersions property and dist/types-ts4.5 directory 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

17.13.5

Patch Changes

  • Updated dependencies

17.13.4

Patch Changes

  • Updated dependencies

17.13.3

Patch Changes

  • Updated dependencies

17.13.2

Patch Changes

17.13.1

Patch Changes

  • Updated dependencies

17.13.0

Minor Changes

  • d3c301db190de, (opens new window) - [CCCEMAU-2964] Behind feature gate cc_mohiti_flag_anchoring, anchor FlagGroup symmetrically at 48px from the bottom-left of the viewport (was 80px left / 48px bottom). The 80px left offset was a legacy artefact from the old left-rail navigation sidebar. Part of Mohiti surface modernization. Mobile breakpoint (≤560px) is unaffected — both insets remain 0.

17.12.9

Patch Changes

  • Updated dependencies

17.12.8

Patch Changes

17.12.7

Patch Changes

  • Updated dependencies

17.12.6

Patch Changes

  • Updated dependencies

17.12.5

Patch Changes

  • Updated dependencies

17.12.4

Patch Changes

  • Updated dependencies

17.12.3

Patch Changes

  • Updated dependencies

17.12.2

Patch Changes

  • Updated dependencies

17.12.1

Patch Changes

  • Updated dependencies

17.12.0

Minor Changes

  • b52ee6820e33a, (opens new window) - Add hideFlag(id) API to useFlags() for programmatically dismissing flags by id. Useful when an action button on a flag needs to dismiss the flag itself, or when the code dismissing the flag does not have a reference to the dismiss callback returned by showFlag.

Patch Changes

  • Updated dependencies

17.11.3

Patch Changes

  • Updated dependencies

17.11.2

Patch Changes

  • Updated dependencies

17.11.1

Patch Changes

  • Updated dependencies

17.11.0

Minor Changes

  • 523cde9208825, (opens new window) - Add Escape key shortcut to dismiss the topmost flag, behind the platform_dst_flag_keyboard_dismiss feature gate. Improves keyboard and screen-reader accessibility (JRACLOUD-97876) by removing the need to tab through the entire page to reach the flag's dismiss button. The visually-hidden landmark label also announces the new shortcut when the gate is on.

17.10.0

Minor Changes

17.9.9

Patch Changes

  • Updated dependencies

17.9.8

Patch Changes

  • Updated dependencies

17.9.7

Patch Changes

  • Updated dependencies

17.9.6

Patch Changes

  • Updated dependencies

17.9.5

Patch Changes

17.9.4

Patch Changes

17.9.3

Patch Changes

  • Updated dependencies

17.9.2

Patch Changes

17.9.1

Patch Changes

17.9.0

Minor Changes

17.8.9

Patch Changes

  • Updated dependencies

17.8.8

Patch Changes

  • Updated dependencies

17.8.7

Patch Changes

  • Updated dependencies

17.8.6

Patch Changes

  • Updated dependencies

17.8.5

Patch Changes

  • Updated dependencies

17.8.4

Patch Changes

  • Updated dependencies

17.8.3

Patch Changes

17.8.2

Patch Changes

  • Updated dependencies

17.8.1

Patch Changes

  • Updated dependencies

17.8.0

Minor Changes

17.7.2

Patch Changes

  • Updated dependencies

17.7.1

Patch Changes

17.7.0

Minor Changes

Patch Changes

  • Updated dependencies

17.6.0

Minor Changes

Patch Changes

  • Updated dependencies

17.5.9

Patch Changes

17.5.8

Patch Changes

  • Updated dependencies

17.5.7

Patch Changes

17.5.6

Patch Changes

  • Updated dependencies

17.5.5

Patch Changes

  • Updated dependencies

17.5.4

Patch Changes

  • Updated dependencies

17.5.3

Patch Changes

17.5.2

Patch Changes

  • Updated dependencies

17.5.1

Patch Changes

  • Updated dependencies

17.5.0

Minor Changes

17.4.4

Patch Changes

  • Updated dependencies

17.4.3

Patch Changes

  • Updated dependencies

17.4.2

Patch Changes

  • Updated dependencies

17.4.1

Patch Changes

  • Updated dependencies

17.4.0

Minor Changes

  • c4a74a9386f47, (opens new window) - Flag description and actions now explicitly set the font style to use typography tokens, instead of relying on the CSS reset to be present. This change is no longer behind a feature flag.

Patch Changes

  • Updated dependencies

17.3.5

Patch Changes

17.3.4

Patch Changes

17.3.3

Patch Changes

  • Updated dependencies

17.3.2

Patch Changes

  • Updated dependencies

17.3.1

Patch Changes

  • Updated dependencies

17.3.0

Minor Changes

Patch Changes

  • Updated dependencies

17.2.4

Patch Changes

  • Updated dependencies

17.2.3

Patch Changes

17.2.2

Patch Changes

17.2.1

Patch Changes

  • Updated dependencies

17.2.0

Minor Changes

Patch Changes

  • Updated dependencies

17.1.10

Patch Changes

  • Updated dependencies

17.1.9

Patch Changes

17.1.8

Patch Changes

  • Updated dependencies

17.1.7

Patch Changes

  • Updated dependencies

17.1.6

Patch Changes

  • Updated dependencies

17.1.5

Patch Changes

17.1.4

Patch Changes

  • Updated dependencies

17.1.3

Patch Changes

  • Updated dependencies

17.1.2

Patch Changes

  • Updated dependencies

17.1.1

Patch Changes

17.1.0

Minor Changes

17.0.0

Major Changes

  • #124832, (opens new window) aa446a240d0bd, (opens new window) - 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/flag, 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, (opens new window).

Patch Changes

  • Updated dependencies

16.2.1

Patch Changes

  • Updated dependencies

16.2.0

Minor Changes

16.1.3

Patch Changes

  • Updated dependencies

16.1.2

Patch Changes

  • Updated dependencies

16.1.1

Patch Changes

16.1.0

Minor Changes

Patch Changes

  • Updated dependencies

16.0.0

Major Changes

Patch Changes

  • Updated dependencies

15.9.4

Patch Changes

  • Updated dependencies

15.9.3

Patch Changes

15.9.2

Patch Changes

  • Updated dependencies

15.9.1

Patch Changes

  • Updated dependencies

15.9.0

Minor Changes

Patch Changes

  • Updated dependencies

15.8.15

Patch Changes

15.8.14

Patch Changes

  • Updated dependencies

15.8.13

Patch Changes

15.8.12

Patch Changes

  • Updated dependencies

15.8.11

Patch Changes

  • Updated dependencies

15.8.10

Patch Changes

15.8.9

Patch Changes

  • Updated dependencies

15.8.8

Patch Changes

15.8.7

Patch Changes

  • Updated dependencies

15.8.6

Patch Changes

  • Updated dependencies

15.8.5

Patch Changes

15.8.4

Patch Changes

  • Updated dependencies

15.8.3

Patch Changes

  • Updated dependencies

15.8.2

Patch Changes

  • Updated dependencies

15.8.1

Patch Changes

  • Updated dependencies

15.8.0

Minor Changes

  • #127511, (opens new window) db30e29344013, (opens new window) - 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.

Patch Changes

  • Updated dependencies

15.7.5

Patch Changes

  • Updated dependencies

15.7.4

Patch Changes

  • Updated dependencies

15.7.3

Patch Changes

  • Updated dependencies

15.7.2

Patch Changes

15.7.1

Patch Changes

  • Updated dependencies

15.7.0

Minor Changes

15.6.5

Patch Changes

  • Updated dependencies

15.6.4

Patch Changes

  • Updated dependencies

15.6.3

Patch Changes

  • Updated dependencies

15.6.2

Patch Changes

15.6.1

Patch Changes

  • Updated dependencies

15.6.0

Minor Changes

Patch Changes

  • Updated dependencies

15.5.3

Patch Changes

  • Updated dependencies

15.5.2

Patch Changes

15.5.1

Patch Changes

  • Updated dependencies

15.5.0

Minor Changes

15.4.1

Patch Changes

15.4.0

Minor Changes

15.3.0

Minor Changes

15.2.27

Patch Changes

15.2.26

Patch Changes

  • Updated dependencies

15.2.25

Patch Changes

  • Updated dependencies

15.2.24

Patch Changes

  • Updated dependencies

15.2.23

Patch Changes

  • Updated dependencies

15.2.22

Patch Changes

  • Updated dependencies

15.2.21

Patch Changes

  • Updated dependencies

15.2.20

Patch Changes

15.2.19

Patch Changes

  • Updated dependencies

15.2.18

Patch Changes

15.2.17

Patch Changes

15.2.16

Patch Changes

15.2.15

Patch Changes

15.2.14

Patch Changes

15.2.13

Patch Changes

  • Updated dependencies

15.2.12

Patch Changes

  • Updated dependencies

15.2.11

Patch Changes

  • Updated dependencies

15.2.10

Patch Changes

  • Updated dependencies

15.2.9

Patch Changes

  • Updated dependencies

15.2.8

Patch Changes

15.2.7

Patch Changes

15.2.6

Patch Changes

15.2.5

Patch Changes

  • Updated dependencies

15.2.4

Patch Changes

15.2.3

Patch Changes

15.2.2

Patch Changes

15.2.1

Patch Changes

15.2.0

Minor Changes

Patch Changes

  • Updated dependencies

15.1.6

Patch Changes

15.1.5

Patch Changes

15.1.4

Patch Changes

  • Updated dependencies

15.1.3

Patch Changes

  • Updated dependencies

15.1.2

Patch Changes

  • Updated dependencies

15.1.1

Patch Changes

  • Updated dependencies

15.1.0

Minor Changes

Patch Changes

  • Updated dependencies

15.0.12

Patch Changes

  • Updated dependencies

15.0.11

Patch Changes

15.0.10

Patch Changes

15.0.9

Patch Changes

15.0.8

Patch Changes

15.0.7

Patch Changes

  • Updated dependencies

15.0.6

Patch Changes

  • Updated dependencies

15.0.5

Patch Changes

15.0.4

Patch Changes

15.0.3

Patch Changes

15.0.2

Patch Changes

  • Updated dependencies

15.0.1

Patch Changes

  • Updated dependencies

15.0.0

Major Changes

  • #26712, (opens new window) f7b2dbd6eba, (opens new window) - BREAKING CHANGE: We have removed support for legacy light and dark themes. Previously, Flag used the useGlobalTheme hook to detect 'light' or 'dark' modes and apply suitable styles accordingly. This functionality has been removed in favor of supporting token-based light and dark themes as well as including fallbacks for non-token environments.

    Other changes include:

    • Flag shadow is now the same across normal and bold flags and has been made consistent with overlay shadows in other components.
    • Dismiss button is better aligned within the Flag and has a more consistent hit target.
    • Flag icon is better aligned with content.
    • Internal change to the way styles are applied.

Patch Changes

14.7.3

Patch Changes

  • Updated dependencies

14.7.2

Patch Changes

14.7.1

Patch Changes

14.7.0

Minor Changes

Patch Changes

  • Updated dependencies

14.6.4

Patch Changes

14.6.3

Patch Changes

14.6.2

Patch Changes

14.6.1

Patch Changes

14.6.0

Minor Changes

Patch Changes

14.5.9

Patch Changes

14.5.8

Patch Changes

  • Updated dependencies

14.5.7

Patch Changes

14.5.6

Patch Changes

  • Updated dependencies

14.5.5

Patch Changes

14.5.4

Patch Changes

  • Updated dependencies

14.5.3

Patch Changes

  • Updated dependencies

14.5.2

Patch Changes

14.5.1

Patch Changes

  • Updated dependencies

14.5.0

Minor Changes

  • #17576, (opens new window) c04528ade6a, (opens new window) - Note: It is a re-release of the wrongly patched version 14.4.2 that should have been a minor release.

    [ux] Instrumented flag 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

14.4.2

Minor Changes

WRONG RELEASE TYPE - DON'T USE

  • #15998, (opens new window) 4567d73813c, (opens new window) - Instrumented flag 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

  • f460cc7c411, (opens new window) - Builds for this package now pass through a tokens babel plugin, removing runtime invocations of the tokens() function and improving bundle size.
  • Updated dependencies

14.4.1

Patch Changes

  • Updated dependencies

14.4.0

Minor Changes

Patch Changes

  • Updated dependencies

14.3.4

Patch Changes

14.3.3

Patch Changes

14.3.2

Patch Changes

14.3.1

Patch Changes

14.3.0

Minor Changes

14.2.4

Patch Changes

  • Updated dependencies

14.2.3

Patch Changes

14.2.2

Patch Changes

14.2.1

Patch Changes

14.2.0

Minor Changes

14.1.0

Minor Changes

14.0.8

Patch Changes

14.0.7

Patch Changes

14.0.6

Patch Changes

  • Updated dependencies

14.0.5

Patch Changes

14.0.4

Patch Changes

14.0.3

Patch Changes

14.0.2

Patch Changes

14.0.1

Patch Changes

14.0.0

Major Changes

  • #3428, (opens new window) 807cd28fc0, (opens new window) - In this version we made flag dramatically faster, lighter and easier to use 🤩

    Changes

    In 13.0.0 we bring significant performance improvements as well as improving the experience of using flag.

    • Flag no longer has a peerDependency on styled-components@3. Internally flag is now using @emotion/core for styling
    • Change Flag and FlagGroup to use our standardized and performant @atlaskit/motion instead of react-transition-group. Along with this change exit animations are now 2x quicker than the entering animation as per the standardized animation practices in motion.
    • Add a FlagProvider wrapper for single page applications that allows you to show flags in a flag group imperatively by calling a function, showFlags that is stored in the context. Check the docs for more details
    • Removed the private props isDismissAllowed and onDismissed from FlagProps, in favour of accessing them from context that FlagGroup creates.
    • Made types more specific, onDismissed on FlagGroup is now defined as (id: number | string, analyticsEvent: UIAnalyticsEvent) => void

Patch Changes

13.0.0

Major Changes

Patch Changes

  • Updated dependencies

12.4.5

Patch Changes

12.4.4

Patch Changes

12.4.3

Patch Changes

12.4.2

Patch Changes

12.4.1

Patch Changes

  • Updated dependencies

12.4.0

Minor Changes

Patch Changes

  • Updated dependencies

12.3.11

Patch Changes

12.3.10

Patch Changes

12.3.9

Patch Changes

12.3.8

Patch Changes

12.3.7

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/field-radio-group@7.0.1
    • @atlaskit/icon@20.0.1
    • @atlaskit/portal@3.1.6
    • @atlaskit/spinner@12.1.4
    • @atlaskit/theme@9.5.1

12.3.6

Patch Changes

  • Updated dependencies c0102a3ea2, (opens new window):
    • @atlaskit/field-radio-group@7.0.0
    • @atlaskit/icon@20.0.0
    • @atlaskit/docs@8.3.1
    • @atlaskit/button@13.3.6
    • @atlaskit/portal@3.1.5

12.3.5

Patch Changes

12.3.4

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');

12.3.3

Patch Changes

12.3.2

Patch Changes

12.3.1

Patch Changes

12.3.0

Minor Changes

  • [minor]33d2e11038, (opens new window):

    Adding an optional prop testId that will set the attribute value data-testid. It will help products to write better integration and end to end tests.

12.2.2

Patch Changes

12.2.1

Patch Changes

12.2.0

Minor Changes

12.1.0

Minor Changes

12.0.20

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

12.0.19

Patch Changes

12.0.18

Patch Changes

12.0.17

Patch Changes

12.0.16

Patch Changes

  • [patch]926b43142b, (opens new window):

    Analytics-next has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No behavioural changes.

    Breaking changes

    • withAnalyticsForSumTypeProps alias has been removed, please use withAnalyticsEvents
    • AnalyticsContextWrappedComp alias has been removed, please use withAnalyticsContext

    Breaking changes to TypeScript annotations

    • withAnalyticsEvents now infers proptypes automatically, consumers no longer need to provide props as a generic type.
    • withAnalyticsContext now infers proptypes automatically, consumers no longer need to provide props as a generic type.
    • Type WithAnalyticsEventProps has been renamed to WithAnalyticsEventsProps to match source code
    • Type CreateUIAnalyticsEventSignature has been renamed to CreateUIAnalyticsEvent to match source code
    • Type UIAnalyticsEventHandlerSignature has been renamed to UIAnalyticsEventHandler to match source code
    • Type AnalyticsEventsPayload has been renamed to AnalyticsEventPayload
    • Type ObjectType has been removed, please use Record<string, any> or [key: string]: any
    • Type UIAnalyticsEventInterface has been removed, please use UIAnalyticsEvent
    • Type AnalyticsEventInterface has been removed, please use AnalyticsEvent
    • Type CreateAndFireEventFunction removed and should now be inferred by TypeScript
    • Type AnalyticsEventUpdater removed and should now be inferred by TypeScript

12.0.15

Patch Changes

12.0.14

Patch Changes

12.0.13

Patch Changes

12.0.12

Patch Changes

12.0.11

Patch Changes

  • [patch]d0db01b410, (opens new window):

    TypeScript users of withAnalyticsEvents and withAnalyticsContext are now required to provide props as a generic type. This is so that TypeScript can correctly calculate the props and defaultProps of the returned component.

    Before:

    withAnalyticsEvents()(Button) as ComponentClass<Props>;

    After:

    withAnalyticsEvents<Props>()(Button);

12.0.10

  • Updated dependencies 06326ef3f7, (opens new window):
    • @atlaskit/docs@8.1.3
    • @atlaskit/button@13.0.9
    • @atlaskit/field-radio-group@6.0.4
    • @atlaskit/portal@3.0.7
    • @atlaskit/icon@19.0.0

12.0.9

Patch Changes

12.0.8

Patch Changes

12.0.7

Patch Changes

12.0.6

Patch Changes

  • [patch]9c80ef7539, (opens new window):

    The update to node 10 reveals that unknown type is breaking the extract react types. I had to replace unknown type by any

12.0.5

Patch Changes

12.0.4

  • Updated dependencies cfc3c8adb3, (opens new window):
    • @atlaskit/docs@8.1.2
    • @atlaskit/button@13.0.8
    • @atlaskit/field-radio-group@6.0.2
    • @atlaskit/portal@3.0.3
    • @atlaskit/icon@18.0.0

12.0.3

  • [patch]b0ef06c685, (opens new window):
    • This is just a safety release in case anything strange happened in in the previous one. See Pull Request #5942 for details

12.0.2

12.0.1

12.0.0

  • [major]238b65171f, (opens new window):
    • @atlaskit/flag has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.

11.0.1

11.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.

10.0.7

10.0.6

  • Updated dependencies 9c0b4744be, (opens new window):
    • @atlaskit/docs@7.0.3
    • @atlaskit/button@12.0.3
    • @atlaskit/field-radio-group@5.0.3
    • @atlaskit/icon@16.0.9
    • @atlaskit/spinner@10.0.7
    • @atlaskit/theme@8.1.7

10.0.5

  • Updated dependencies 1e826b2966, (opens new window):
    • @atlaskit/docs@7.0.2
    • @atlaskit/analytics-next@4.0.3
    • @atlaskit/field-radio-group@5.0.2
    • @atlaskit/icon@16.0.8
    • @atlaskit/portal@0.3.1
    • @atlaskit/spinner@10.0.5
    • @atlaskit/theme@8.1.6
    • @atlaskit/button@12.0.0

10.0.4

10.0.3

10.0.2

10.0.1

  • Updated dependencies 9d5cc39394, (opens new window):
    • @atlaskit/docs@7.0.1
    • @atlaskit/analytics-next@4.0.1
    • @atlaskit/field-radio-group@5.0.1
    • @atlaskit/icon@16.0.5
    • @atlaskit/portal@0.2.1
    • @atlaskit/spinner@10.0.1
    • @atlaskit/theme@8.0.1
    • @atlaskit/button@11.0.0

10.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 import and export declarations.

    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.

9.1.10

9.1.9

  • Updated dependencies d7ef59d432, (opens new window):
    • @atlaskit/docs@6.0.1
    • @atlaskit/button@10.1.2
    • @atlaskit/field-radio-group@4.0.15
    • @atlaskit/portal@0.0.18
    • @atlaskit/icon@16.0.0

9.1.8

  • Updated dependencies 58b84fa, (opens new window):
    • @atlaskit/analytics-next@3.1.2
    • @atlaskit/button@10.1.1
    • @atlaskit/field-radio-group@4.0.14
    • @atlaskit/icon@15.0.2
    • @atlaskit/portal@0.0.17
    • @atlaskit/spinner@9.0.13
    • @atlaskit/theme@7.0.1
    • @atlaskit/docs@6.0.0

9.1.7

  • Updated dependencies d13242d, (opens new window):
    • @atlaskit/docs@5.2.3
    • @atlaskit/button@10.0.4
    • @atlaskit/field-radio-group@4.0.13
    • @atlaskit/icon@15.0.1
    • @atlaskit/spinner@9.0.12
    • @atlaskit/theme@7.0.0

9.1.6

  • Updated dependencies ab9b69c, (opens new window):
    • @atlaskit/docs@5.2.2
    • @atlaskit/button@10.0.1
    • @atlaskit/field-radio-group@4.0.12
    • @atlaskit/portal@0.0.16
    • @atlaskit/icon@15.0.0

9.1.5

  • Updated dependencies 6998f11, (opens new window):
    • @atlaskit/docs@5.2.1
    • @atlaskit/analytics-next@3.1.1
    • @atlaskit/field-radio-group@4.0.11
    • @atlaskit/icon@14.6.1
    • @atlaskit/portal@0.0.15
    • @atlaskit/spinner@9.0.11
    • @atlaskit/theme@6.2.1
    • @atlaskit/button@10.0.0

9.1.4

9.1.3

9.1.2

9.1.1

9.1.0

9.0.13

9.0.12

9.0.11

  • [patch] Updated dependencies 65c6514, (opens new window)
    • @atlaskit/docs@5.0.8
    • @atlaskit/button@9.0.13
    • @atlaskit/field-radio-group@4.0.8
    • @atlaskit/portal@0.0.10
    • @atlaskit/icon@14.0.0

9.0.10

9.0.9

9.0.8

9.0.6

9.0.5

  • [patch] Updated dependencies df22ad8, (opens new window)
    • @atlaskit/theme@6.0.0
    • @atlaskit/spinner@9.0.6
    • @atlaskit/layer-manager@5.0.6
    • @atlaskit/icon@13.2.5
    • @atlaskit/field-radio-group@4.0.5
    • @atlaskit/button@9.0.6
    • @atlaskit/docs@5.0.6

9.0.4

9.0.3

  • [patch] Updated dependencies acd86a1, (opens new window)
    • @atlaskit/layer-manager@5.0.4
    • @atlaskit/icon@13.2.2
    • @atlaskit/field-radio-group@4.0.3
    • @atlaskit/button@9.0.4
    • @atlaskit/theme@5.1.2
    • @atlaskit/spinner@9.0.4
    • @atlaskit/analytics-next@3.0.3
    • @atlaskit/docs@5.0.2

9.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
    • @atlaskit/spinner@9.0.3
    • @atlaskit/field-radio-group@4.0.2
    • @atlaskit/layer-manager@5.0.3
    • @atlaskit/icon@13.2.1

9.0.1

9.0.0

8.2.0

8.1.5

8.1.4

8.1.3

8.1.2

8.1.1

  • [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
    • @atlaskit/spinner@7.0.2
    • @atlaskit/field-radio-group@3.0.4
    • @atlaskit/layer-manager@4.2.1
    • @atlaskit/icon@12.1.2

8.1.0

  • [patch] Updated dependencies 9d20f54, (opens new window)
    • @atlaskit/spinner@7.0.0
    • @atlaskit/layer-manager@4.1.0
    • @atlaskit/icon@12.1.0
    • @atlaskit/field-radio-group@3.0.2
    • @atlaskit/docs@4.1.0
    • @atlaskit/theme@4.0.2
    • @atlaskit/button@8.1.0

8.0.1

8.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/layer-manager@4.0.0
    • @atlaskit/icon@12.0.0
    • @atlaskit/field-radio-group@3.0.0
    • @atlaskit/button@8.0.0
    • @atlaskit/theme@4.0.0
    • @atlaskit/spinner@6.0.0
    • @atlaskit/docs@4.0.0

7.0.3

  • [patch] Updated dependencies d662caa, (opens new window)
    • @atlaskit/icon@11.3.0
    • @atlaskit/layer-manager@3.0.4
    • @atlaskit/field-radio-group@2.0.3
    • @atlaskit/button@7.2.5
    • @atlaskit/theme@3.2.2
    • @atlaskit/spinner@5.0.2
    • @atlaskit/docs@3.0.4

7.0.0

6.5.3

6.5.2

6.5.1

6.5.0

6.4.6

6.4.5

6.4.4

6.4.2

6.4.1

6.4.0

6.3.0

6.2.2

6.2.1

6.2.0

6.1.9

6.1.8 (2017-11-22)

6.1.7 (2017-11-15)

6.1.6 (2017-11-13)

6.1.5 (2017-11-02)

6.1.4 (2017-10-26)

6.1.3 (2017-10-22)

6.1.2 (2017-10-15)

6.1.1 (2017-10-12)

6.1.0 (2017-08-17)

6.0.0 (2017-08-16)

5.0.1 (2017-08-15)

  • bug fix; flag transitions between appearances smoothly, hides expand icon if not needed (issues closed: ak-2973 ak-3155) (0766202, (opens new window))

5.0.0 (2017-08-11)

4.0.0 (2017-08-11)

3.4.4 (2017-08-04)

3.4.3 (2017-07-27)

3.4.2 (2017-07-25)

3.1.0 (2017-07-17)

3.1.0 (2017-07-17)

3.0.0 (2017-07-06)

  • fix; add TransitionGroup to FlagGroup to handle lifecycle animations (6dbb237, (opens new window))
  • breaking; Removed shouldDismiss prop from Flag. Just set a FlagGroup's children declaratively and animation will be handled automatically with TransitionGroup (you don't need to wait until the flag has animated out before updating your state).
  • ISSUES CLOSED: AK-2558

2.2.1 (2017-06-19)

2.2.0 (2017-06-05)

2.1.2 (2017-05-12)

2.1.1 (2017-05-11)

2.1.0 (2017-05-06)

2.0.4 (2017-05-02)

2.0.3 (2017-04-27)

2.0.2 (2017-04-26)

2.0.1 (2017-04-13)

2.0.0 (2017-04-04)

  • refactor the flag component to use styled-components (615208f, (opens new window))
  • breaking; added peerDependency "styled-components”, removed dependency “classnames”
  • ISSUES CLOSED: AK-2028

1.0.9 (2017-03-23)

1.0.6 (2017-03-21)

1.0.5 (2017-02-27)

1.0.4 (2017-02-20)

1.0.3 (2017-02-10)

Was this page helpful?
We use this feedback to improve our documentation.
© 2026 AtlassianTrademark, (opens new window)Privacy, (opens new window)License