Flag
A flag is used for confirmations, alerts, and acknowledgments that require minimal user interaction, often displayed using a flag group.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
3092a20b51b97, (opens new window) - Fix the Flag collapse animation behind theplatform-dst-flag-collapse-animation-fixfeature gate.
18.5.1
Patch Changes
680ed4ddc61bf, (opens new window) - Cleaned up new shape theme styles, making new border and radius values the default.
18.5.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
18.4.1
Patch Changes
36fca63b896aa, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
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.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
18.3.0
Minor Changes
0075efb228821, (opens new window) - Autofix: barrel removal (imports + exports)
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 asrcsegment (e.g.@atlaskit/select"./src/select"), which are forbidden byno-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-groupkey (duplicate of the existing./flag-groupexport)
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
6ee8cd1f53196, (opens new window) - Fix action padding for normal and bold flag appearances.
18.2.3
Patch Changes
6a036e3f13ffc, (opens new window) - Fix flag Escape dismissal from focused inputs
18.2.2
Patch Changes
- Updated dependencies
18.2.1
Patch Changes
- Updated dependencies
18.2.0
Minor Changes
30436e761cb48, (opens new window) - Fixes text truncation in custom elements inside flag body
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-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
18.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
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
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
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
5dd8cc218e393, (opens new window) - Release packages affected by an issue blocking you from installing <@compiled>/react due to a yarn patch.
17.13.1
Patch Changes
- Updated dependencies
17.13.0
Minor Changes
d3c301db190de, (opens new window) - [CCCEMAU-2964] Behind feature gatecc_mohiti_flag_anchoring, anchorFlagGroupsymmetrically 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
a7925184f55e1, (opens new window) - Fixes min-width issue in flags causing content to exceed container's width
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
436b89822a386, (opens new window) - Autofix: add explicit package exports (barrel removal)
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
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
17.9.4
Patch Changes
22bf79dbdcdca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme- Updated dependencies
17.9.3
Patch Changes
- Updated dependencies
17.9.2
Patch Changes
08170da1fbf62, (opens new window) - Migrate spacing prop usages on icons to Flex wrapper- Updated dependencies
17.9.1
Patch Changes
7aef1e49e90ea, (opens new window) - Removes redundant fallback color values via @atlaskit/theme- Updated dependencies
17.9.0
Minor Changes
7118a6dc08262, (opens new window) - [ux] Updated animations in Flag Group behind fg platform-dst-motion-uplift
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
321eec6bd9b1d, (opens new window) - Add missing dev dependencies
17.8.2
Patch Changes
- Updated dependencies
17.8.1
Patch Changes
- Updated dependencies
17.8.0
Minor Changes
87b12e64ff750, (opens new window) - Removed usages of LEGACY icon props
17.7.2
Patch Changes
- Updated dependencies
17.7.1
Patch Changes
d14ea5f60b689, (opens new window) - chore: migrate platform UI & component libraries icon imports from migration paths to core- Updated dependencies
17.7.0
Minor Changes
762b79e21f96a, (opens new window) - Migrated and cleaned up legacy iconography usage.
Patch Changes
- Updated dependencies
17.6.0
Minor Changes
b867e641d818d, (opens new window) - Updated border radius values behind a feature gateplatform-dst-shape-theme-default.
Patch Changes
- Updated dependencies
17.5.9
Patch Changes
a60a82196851a, (opens new window) - Internal refactors to remove unused variables. No functional or public changes.- Updated dependencies
17.5.8
Patch Changes
- Updated dependencies
17.5.7
Patch Changes
b74a80c366de2, (opens new window) - Allow setting custom auto-dismiss duration for AutoDismiss flag
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
2c386d1fc1477, (opens new window) - ts-ignore added as a workaround for help-center local consumption- Updated dependencies
17.5.2
Patch Changes
- Updated dependencies
17.5.1
Patch Changes
- Updated dependencies
17.5.0
Minor Changes
1c7d57038910d, (opens new window) - Adds react-ufo out of band concept, and prevents flags from impacting visual complete calculations
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
23bcc5bbc9cee, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
17.3.4
Patch Changes
de6195f7484ce, (opens new window) - Update prop descriptions to reduce confusion
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
- #191911, (opens new window)
c1fc152f611b8, (opens new window) - - Aniconis no longer a required prop and will be provided by default, but still allow overrides- Icons will now display consistently regardless of their spacing
Patch Changes
- Updated dependencies
17.2.4
Patch Changes
- Updated dependencies
17.2.3
Patch Changes
- #188952, (opens new window)
1a88e6e2601ae, (opens new window) - Migrated usage of renamed/deprecated icons - Updated dependencies
17.2.2
Patch Changes
- #185048, (opens new window)
216bdb050fde5, (opens new window) - Replaces custom dismiss button implementation with the default base button
17.2.1
Patch Changes
- Updated dependencies
17.2.0
Minor Changes
- #175869, (opens new window)
e7f822af7edc1, (opens new window) - Updated usages of deprecated icons with replacement icons
Patch Changes
- Updated dependencies
17.1.10
Patch Changes
- Updated dependencies
17.1.9
Patch Changes
- #175398, (opens new window)
28c7d87f8d2e0, (opens new window) - Updated dev dependencies. - Updated dependencies
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
- #155802, (opens new window)
08019848e3eab, (opens new window) - Refreshed "issue" terminology. - Updated dependencies
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
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support. - Updated dependencies
17.1.0
Minor Changes
- #128153, (opens new window)
00925dc5af2a6, (opens new window) - [ux] 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 behind the feature flagplatform_ads_explicit_font_styles.
17.0.0
Major Changes
-
#124832, (opens new window)
aa446a240d0bd, (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/flag, 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).
Patch Changes
- Updated dependencies
16.2.1
Patch Changes
- Updated dependencies
16.2.0
Minor Changes
- #122900, (opens new window)
d8df33a58ab3b, (opens new window) - Updated flag dismiss and expand button to use new icons. This change is behind a feature flag and will be available in a later release.
16.1.3
Patch Changes
- Updated dependencies
16.1.2
Patch Changes
- Updated dependencies
16.1.1
Patch Changes
- #119202, (opens new window)
903841d1b85ba, (opens new window) - Removes the explicit return type on withFlagsProvider to allow typescript to infer the real type. This allows consumers to have a better typescript experience and not have to cast the withFlagsProvider type in storybook.
16.1.0
Minor Changes
- #118326, (opens new window)
47ed83a62335a, (opens new window) - We are testing improvements behind a feature flag. Flags with default icons, and support for icons with no spacing. If this fix is successful it will be available in a later release.
Patch Changes
- Updated dependencies
16.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
15.9.4
Patch Changes
- Updated dependencies
15.9.3
Patch Changes
- #114382, (opens new window)
5033cb80b3765, (opens new window) - Updates internal animation logic to leverage static animation timing names, rather than arbitrary values. - Updated dependencies
15.9.2
Patch Changes
- Updated dependencies
15.9.1
Patch Changes
- Updated dependencies
15.9.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
15.8.15
Patch Changes
- #107176, (opens new window)
124bd21a27dae, (opens new window) - Update dependencies.
15.8.14
Patch Changes
- Updated dependencies
15.8.13
Patch Changes
- #173066, (opens new window)
2eea1b16e9f57, (opens new window) - delayAnnouncement type added for AutoDismissFlag
15.8.12
Patch Changes
- Updated dependencies
15.8.11
Patch Changes
- Updated dependencies
15.8.10
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
15.8.9
Patch Changes
- Updated dependencies
15.8.8
Patch Changes
- #162319, (opens new window)
2ac6ec33aa35a, (opens new window) - Added aria-hidden to title and description when delayAnnouncement enabled to avoid duplicate announcement. Also removed condition for role alert
15.8.7
Patch Changes
- Updated dependencies
15.8.6
Patch Changes
- Updated dependencies
15.8.5
Patch Changes
- #152429, (opens new window)
5d414827c3394, (opens new window) - Removes usages of deprecated CustomThemeButton in favor of the new Button
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 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
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
- #120049, (opens new window)
77504ff274f72, (opens new window) - DSP-19576: Assign names to anonymous default exports
15.7.1
Patch Changes
- Updated dependencies
15.7.0
Minor Changes
- #118560, (opens new window)
cca5dee6530a8, (opens new window) - Accessibility improvements. AddheadingLevelprop.
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
- #113275, (opens new window)
b52de02acc0d0, (opens new window) - Add support to delay the screen reader announcement by props
15.6.1
Patch Changes
- Updated dependencies
15.6.0
Minor Changes
- #111878, (opens new window)
223959ef57c80, (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
15.5.3
Patch Changes
- Updated dependencies
15.5.2
Patch Changes
- #101206, (opens new window)
e7b8d483e629, (opens new window) - Introduce a new prop shouldRenderToParent on FlagProvider to render flag group directly to parent instead of Portal
15.5.1
Patch Changes
- Updated dependencies
15.5.0
Minor Changes
- #96792, (opens new window)
bbed9621a7a3, (opens new window) - HTML buttons used in flags have been replaced with thePressableprimitive.
15.4.1
Patch Changes
- #87978, (opens new window)
23eb450d6c2b, (opens new window) - Internal change only: update to use new typography system.
15.4.0
Minor Changes
- #91526, (opens new window)
3f7f99daae4a, (opens new window) - Add support for React 18 in non-strict mode.
15.3.0
Minor Changes
- #85860, (opens new window)
6c6d44b0293f, (opens new window) - Add shouldRenderToParent prop on flag group to render directly in the parent so the flags can be acessed in aria-modal components
15.2.27
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
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
- #41729, (opens new window)
04235acacd6, (opens new window) - Enrol package to push model in Jira
15.2.19
Patch Changes
- Updated dependencies
15.2.18
Patch Changes
- #40332, (opens new window)
4d35602a23a, (opens new window) - Removes tabindex from Flag container
15.2.17
Patch Changes
- #38162, (opens new window)
fd6bb9c9184, (opens new window) - Delete version.json - Updated dependencies
15.2.16
Patch Changes
- #37533, (opens new window)
1ed303de3e8, (opens new window) - Updated dependencies - #37419, (opens new window)
95401cac781, (opens new window) - Internal change to component composition. There is no expected change.
15.2.15
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.
15.2.14
Patch Changes
- #36412, (opens new window)
7e4085cd951, (opens new window) - Allow caret version range in @atlaskit/primitives dependency.
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
- #35337, (opens new window)
529814693a1, (opens new window) - Pin version of @atlaskit/primitives so it resolves to correct version
15.2.7
Patch Changes
- #33833, (opens new window)
b8b41649492, (opens new window) - Update how certain background colors are referenced by name. Internal changes only. - Updated dependencies
15.2.6
Patch Changes
- #34922, (opens new window)
779727e307a, (opens new window) - Internal change only. Replace all instances of Box with stable @atlaskit/primitives version.
15.2.5
Patch Changes
- Updated dependencies
15.2.4
Patch Changes
- #34881, (opens new window)
774ed69ecef, (opens new window) - Internal changes to use space tokens for spacing values. There is no visual change.
15.2.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.
15.2.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
15.2.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
15.2.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
15.1.6
Patch Changes
- #32211, (opens new window)
4ba10567310, (opens new window) - Internal changes.
15.1.5
Patch Changes
- #32424, (opens new window)
2e01c9c74b5, (opens new window) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
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
- #31299, (opens new window)
be1170b4b1f, (opens new window) - Removes custom appearance styles for focus. Now usescolor.border.focusedtoken consistenly across all appearances..
Patch Changes
- Updated dependencies
15.0.12
Patch Changes
- Updated dependencies
15.0.11
Patch Changes
- #31206, (opens new window)
261420360ec, (opens new window) - Upgrades component types to support React 18. - Updated dependencies
15.0.10
Patch Changes
- #31338, (opens new window)
74c1b81a476, (opens new window) - Replaces use ofgridSizewith space tokens. There is no expected visual change.
15.0.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.
15.0.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.
15.0.7
Patch Changes
- Updated dependencies
15.0.6
Patch Changes
- Updated dependencies
15.0.5
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
15.0.4
Patch Changes
- #28064, (opens new window)
b0f6dd0bc35, (opens new window) - Updated to use typography tokens. There is no expected behaviour or visual change.
15.0.3
Patch Changes
- #28090, (opens new window)
56a44cd0ae9, (opens new window) - - [ux] Updated Flag component colored background buttons to use correct tokens for better contrast- Made the button color type stricter and extracted local css variable names into constants
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 theuseGlobalThemehook 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
a1af6f8bb99, (opens new window) - Fixes a regression that could cause Flag description or actions to display incorrectly or not at all.373f54c8212, (opens new window) - Fixed an issue where Flag title or description could overflow its container if a single word exceeded the length of the container (for example, long filenames).bbd4e296a68, (opens new window) - Fixes a regression that could cause Flag description or actions to display incorrectly or not at all.- Updated dependencies
14.7.3
Patch Changes
- Updated dependencies
14.7.2
Patch Changes
- #26408, (opens new window)
9de88fa1e1e, (opens new window) - Internal changes to include spacing tokens in component implementations.
14.7.1
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
14.7.0
Minor Changes
- #24004, (opens new window)
d176305ad56, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
Patch Changes
- Updated dependencies
14.6.4
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
14.6.3
Patch Changes
- #23381, (opens new window)
8202e37941b, (opens new window) - Internal code change turning on new linting rules. - Updated dependencies
14.6.2
Patch Changes
- #23303, (opens new window)
982f05dc6b9, (opens new window) - [ux] Remove left indentation on bold flag's actions section
14.6.1
Patch Changes
- #22642, (opens new window)
45ebe7af434, (opens new window) - Moved to using declarative entrypoints internally. Public API is unchanged. - Updated dependencies
14.6.0
Minor Changes
- #22029, (opens new window)
379b0a864df, (opens new window) - [ux] Remove truncation of titles and wrap text instead. Very slightly changed title text positioning.
Patch Changes
f16146d83ff, (opens new window) - [ux] Fix cross icon positioning- Updated dependencies
14.5.9
Patch Changes
- #21570, (opens new window)
2329b0e8cc0, (opens new window) - [ux] DSP-4541 Update wrongly used tokens
14.5.8
Patch Changes
- Updated dependencies
14.5.7
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4 - Updated dependencies
14.5.6
Patch Changes
- Updated dependencies
14.5.5
Patch Changes
- #19618, (opens new window)
0739258f502, (opens new window) - [ux] Fixed token usages on backgrounds and action links. - Updated dependencies
14.5.4
Patch Changes
- Updated dependencies
14.5.3
Patch Changes
- Updated dependencies
14.5.2
Patch Changes
- #16752, (opens new window)
19d72473dfb, (opens new window) - Internal changes to support adoption of '@compiled/react'. 19d72473dfb, (opens new window) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.19d72473dfb, (opens new window) - The no-unsafe-design-token-usage eslint rule now respects the new token naming conventions when auto-fixing by correctly formatting token ids.19d72473dfb, (opens new window) - An a11y fix for the flag dismiss/toggle button such that it retains focus when toggled.- Updated dependencies
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 wronglypatchedversion14.4.2that should have been aminorrelease.[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
- #12837, (opens new window)
230e1862182, (opens new window) - Fix a11y eslint error in Flag component
Patch Changes
- Updated dependencies
14.3.4
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
14.3.3
Patch Changes
- #11649, (opens new window)
bc7669cb402, (opens new window) - [ux] Fixed flag labels to be more accurately describe their elements.
14.3.2
Patch Changes
- #12167, (opens new window)
d6f7ff383cf, (opens new window) - Updates to development dependencystorybook-addon-performance
14.3.1
Patch Changes
- #11113, (opens new window)
1964787a3ce, (opens new window) - [ux] fixes issue where flags wrapped in another component would fail to autodismiss after 8 seconds in FlagGroup - Updated dependencies
14.3.0
Minor Changes
- #10569, (opens new window)
c139588c86d, (opens new window) - Remove aria-expanded attribute from Flag close buttons
14.2.4
Patch Changes
- Updated dependencies
14.2.3
Patch Changes
- #9973, (opens new window)
57f551bad1f, (opens new window) - Flag group children types now can have falsy children.
14.2.2
Patch Changes
- #8644, (opens new window)
79c23df6340, (opens new window) - Use injected package name and version for analytics instead of version.json. b11ea3f327e, (opens new window) - [ux] Fix text not being able to be selected.- Updated dependencies
14.2.1
Patch Changes
- #7762, (opens new window)
952019cfd39, (opens new window) - Removed extraneous/unnecessary dependencies for design system components.
14.2.0
Minor Changes
- #7882, (opens new window)
6a9e722703e, (opens new window) - You can now place anonDismissedprop on a Flag. This was removed as part of a major version upgrade and was previously a "private prop". It has been added back as there is a need for a Flag to know when it is being dimissed.
14.1.0
Minor Changes
- #6930, (opens new window)
f92b240fc3, (opens new window) - Add an optional id attribute to FlagGroup via props
14.0.8
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
14.0.7
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.
14.0.6
Patch Changes
- Updated dependencies
14.0.5
Patch Changes
- #4749, (opens new window)
83e32fa998, (opens new window) - Now usesuseAnalyticsEventHandlerin @atlaskit/analytics-next rather than its own version of the hook 93b04d1161, (opens new window) - Fixed focus ring cut off issue on flag- Updated dependencies
14.0.4
Patch Changes
- #4707, (opens new window)
6360c46009, (opens new window) - Reenable integration tests for Edge browser
14.0.3
Patch Changes
- #4538, (opens new window)
c740579074, (opens new window) - The h2 for Flag Groups no longer causes scrollbars to be triggered when a flag displays.
14.0.2
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.
14.0.1
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.
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.0we bring significant performance improvements as well as improving the experience of using flag.- Flag no longer has a
peerDependencyonstyled-components@3. Internally flag is now using@emotion/corefor styling - Change Flag and FlagGroup to use our standardized and performant
@atlaskit/motioninstead ofreact-transition-group. Along with this change exit animations are now 2x quicker than the entering animation as per the standardized animation practices inmotion. - Add a
FlagProviderwrapper for single page applications that allows you to show flags in a flag group imperatively by calling a function,showFlagsthat is stored in the context. Check the docs for more details - Removed the private props
isDismissAllowedandonDismissedfromFlagProps, in favour of accessing them from context that FlagGroup creates. - Made types more specific,
onDismissedonFlagGroupis now defined as(id: number | string, analyticsEvent: UIAnalyticsEvent) => void
- Flag no longer has a
Patch Changes
db053b24d8, (opens new window) - Update all the theme imports to be tree-shakable
13.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
12.4.5
Patch Changes
- #2859, (opens new window)
eec3c9944e, (opens new window) - Export FlagProps type
12.4.4
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
12.4.3
Patch Changes
- #2677, (opens new window)
4560b65a4f, (opens new window) - upgrade react-transition-group to latest
12.4.2
Patch Changes
- #2137, (opens new window)
98f462e2aa, (opens new window) - Bumping use the latest version of @atlaskit/spinner - Updated dependencies
12.4.1
Patch Changes
- Updated dependencies
12.4.0
Minor Changes
- #1868, (opens new window)
958b2bf6f8, (opens new window) - FIX: Screen reader text won't be rendered when there is no flag FIX: FlagGroup screen reader text defaults toh2tag now. Was previously h1. NEW: Customize screen reader text and the tag that renders the text
Patch Changes
- Updated dependencies
12.3.11
Patch Changes
-
[patch]bf7a09790f, (opens new window):
Change imports to comply with Atlassian conventions- Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies 449ef134b3, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
-
Updated dependencies fd41d77c29, (opens new window):
- @atlaskit/button@13.3.11
- @atlaskit/icon@20.1.1
- @atlaskit/webdriver-runner@0.3.4
12.3.10
Patch Changes
- Updated dependencies 66dcced7a0, (opens new window):
- Updated dependencies fd5292fd5a, (opens new window):
- Updated dependencies 64fb94fb1e, (opens new window):
- Updated dependencies fd5292fd5a, (opens new window):
- Updated dependencies eea5e9bd8c, (opens new window):
- Updated dependencies fd5292fd5a, (opens new window):
- Updated dependencies 109c1a2c0a, (opens new window):
- Updated dependencies
c57bb32f6d, (opens new window):
- @atlaskit/docs@8.4.0
- @atlaskit/icon@20.1.0
- @atlaskit/webdriver-runner@0.3.0
- @atlaskit/field-radio-group@7.0.2
- @atlaskit/button@13.3.9
- @atlaskit/spinner@12.1.6
12.3.9
Patch Changes
- Updated dependencies
e3f01787dd, (opens new window):
- @atlaskit/webdriver-runner@0.2.0
- @atlaskit/button@13.3.8
- @atlaskit/spinner@12.1.5
12.3.8
Patch Changes
-
[patch]5ecbbaadb3, (opens new window):
Fixes flag icon being slightly off center.- Updated dependencies 0603860c07, (opens new window):
- @atlaskit/icon@20.0.2
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
-
[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/portal@3.1.4
- @atlaskit/spinner@12.1.3
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
-
[patch]f86839ca4e, (opens new window):
@atlaskit/portal had an issue in IE11 and this is fixed in 3.1.2
12.3.2
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
12.3.1
Patch Changes
-
[patch]a2d0043716, (opens new window):
Updated version of analytics-next to fix potential incompatibilities with TS 3.6
12.3.0
Minor Changes
-
[minor]33d2e11038, (opens new window):
Adding an optional prop
testIdthat will set the attribute valuedata-testid. It will help products to write better integration and end to end tests.
12.2.2
Patch Changes
-
[patch]2b158873d1, (opens new window):
Add linting rule to prevent unsafe usage of setTimeout within React components.
12.2.1
Patch Changes
-
[patch]67a3a1ee02, (opens new window):
Converts prop types to interfaces
12.2.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)
12.1.0
Minor Changes
-
[minor]3e0267e5dd, (opens new window):
FlagGroup is centered on mobile
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
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
12.0.18
Patch Changes
-
[patch]708028db86, (opens new window):
Change all the imports to theme in Core to use multi entry points
12.0.17
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
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
withAnalyticsForSumTypePropsalias has been removed, please usewithAnalyticsEventsAnalyticsContextWrappedCompalias has been removed, please usewithAnalyticsContext
Breaking changes to TypeScript annotations
withAnalyticsEventsnow infers proptypes automatically, consumers no longer need to provide props as a generic type.withAnalyticsContextnow infers proptypes automatically, consumers no longer need to provide props as a generic type.- Type
WithAnalyticsEventPropshas been renamed toWithAnalyticsEventsPropsto match source code - Type
CreateUIAnalyticsEventSignaturehas been renamed toCreateUIAnalyticsEventto match source code - Type
UIAnalyticsEventHandlerSignaturehas been renamed toUIAnalyticsEventHandlerto match source code - Type
AnalyticsEventsPayloadhas been renamed toAnalyticsEventPayload - Type
ObjectTypehas been removed, please useRecord<string, any>or[key: string]: any - Type
UIAnalyticsEventInterfacehas been removed, please useUIAnalyticsEvent - Type
AnalyticsEventInterfacehas been removed, please useAnalyticsEvent - Type
CreateAndFireEventFunctionremoved and should now be inferred by TypeScript - Type
AnalyticsEventUpdaterremoved and should now be inferred by TypeScript
12.0.15
Patch Changes
-
[patch]688f2957ca, (opens new window):
Fixes various TypeScript errors which were previously failing silently
12.0.14
Patch Changes
-
[patch]9f8ab1084b, (opens new window):
Consume analytics-next ts type definitions as an ambient declaration.
12.0.13
Patch Changes
-
[patch]bbff8a7d87, (opens new window):
Fixes bug, missing version.json file
12.0.12
Patch Changes
-
[patch]18dfac7332, (opens new window):
In this PR, we are:
- Re-introducing dist build folders
- Adding back cjs
- Replacing es5 by cjs and es2015 by esm
- Creating folders at the root for entry-points
- Removing the generation of the entry-points at the root Please see this ticket, (opens new window) or this page, (opens new window) for further details
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
-
[patch]76b4718f7d, (opens new window):
Fixing mounting and unmounting animations
12.0.8
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
12.0.7
Patch Changes
-
[patch]93bcf314c6, (opens new window):
Added missing tslib dep
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
-
[patch]ff649e1001, (opens new window):
Widens type of title prop from string to ReactNode. This gives flexibility to pass i18n components as flag titles.
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
- Updated dependencies 215688984e, (opens new window):
- Updated dependencies
dacfb81ca1, (opens new window):
- @atlaskit/button@13.0.4
- @atlaskit/spinner@12.0.0
- @atlaskit/portal@3.0.0
12.0.1
- [patch]cdba81d4f2, (opens new window):
- export the correct types so typescript usage works correctly
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
- [patch]dccab11ef4, (opens new window):
- Fixed incorrect flag appearing after dismiss a previous one
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
- Updated dependencies
5b6b4d6a0f, (opens new window):
- @atlaskit/portal@1.0.0
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
- [patch]23672bbd2d, (opens new window):
- Improvement: Align the flag actions with title and text for normal appearance flags
10.0.3
- Updated dependencies
ce4e1b4780, (opens new window):
- @atlaskit/portal@0.3.0
10.0.2
- [patch]98e11001ff, (opens new window):
- Removes duplicate babel-runtime dependency
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
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.
9.1.10
- Updated dependencies
27cacd44ab, (opens new window):
- @atlaskit/portal@0.1.0
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
- Updated dependencies 1fb2c2a, (opens new window):
- @atlaskit/portal@0.0.14
9.1.3
- Updated dependencies 3f5a4dd, (opens new window):
- @atlaskit/portal@0.0.13
9.1.2
- [patch] Updated dependencies
aaab348, (opens new window)
- @atlaskit/portal@0.0.12
9.1.1
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
9.1.0
- [minor] Now the flag actions accept href and target 65af057, (opens new window)
- [patch] Updated the flag actions to accept the href and target as props 43ac1ec, (opens new window)
9.0.13
- [patch] Updated the flag to use atlaskit button d2084ad, (opens new window)
9.0.12
- [patch] Updated the flag actions use gridSize and fontSize properly 3e7da11, (opens new window)
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
- [patch] Updated dependencies
d5a043a, (opens new window)
- @atlaskit/icon@13.8.1
- @atlaskit/portal@0.0.9
9.0.9
- [patch] Updated dependencies d9d2f0d, (opens new window)
- [none] Updated dependencies
89be4f1, (opens new window)
- @atlaskit/portal@0.0.8
- @atlaskit/layer-manager@5.0.11
9.0.8
- [patch] Adds sideEffects: false to allow proper tree shaking b5d6d04, (opens new window)
9.0.6
- [patch] Updated flags to use atlaskit portal instead of Layer manger b9e6757, (opens new window)
- [none] Updated dependencies b9e6757, (opens new window)
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
- [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
- @atlaskit/spinner@9.0.5
- @atlaskit/field-radio-group@4.0.4
- @atlaskit/layer-manager@5.0.5
- @atlaskit/icon@13.2.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
- [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/spinner@9.0.2
- @atlaskit/docs@5.0.1
- @atlaskit/field-radio-group@4.0.1
9.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/spinner@9.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/field-radio-group@4.0.0
- @atlaskit/layer-manager@5.0.0
- @atlaskit/icon@13.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/spinner@9.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/field-radio-group@4.0.0
- @atlaskit/layer-manager@5.0.0
- @atlaskit/icon@13.0.0
8.2.0
- [minor] Reduce autodismiss flag duration from 15 seconds to 8 seconds 5f6ec84, (opens new window)
8.1.5
- [patch] Remove or update $FlowFixMe e8ad98a, (opens new window)
- [none] Updated dependencies
e8ad98a, (opens new window)
- @atlaskit/button@8.2.4
- @atlaskit/field-radio-group@3.1.3
- @atlaskit/icon@12.6.1
8.1.4
- [patch] Button should be a dev dependency 50ca31b, (opens new window)
- [none] Updated dependencies 50ca31b, (opens new window)
8.1.3
- [patch] Updated dependencies
cdba8b3, (opens new window)
- @atlaskit/spinner@8.0.0
- @atlaskit/button@8.2.3
8.1.2
- [patch] Fix $FlowFixMe and release packages 25d0b2d, (opens new window)
- [none] Updated dependencies
25d0b2d, (opens new window)
- @atlaskit/button@8.2.2
- @atlaskit/spinner@7.1.1
- @atlaskit/field-radio-group@3.1.2
- @atlaskit/icon@12.3.1
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
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/layer-manager@4.0.1
- @atlaskit/icon@12.0.1
- @atlaskit/field-radio-group@3.0.1
- @atlaskit/button@8.0.1
- @atlaskit/theme@4.0.1
- @atlaskit/spinner@6.0.1
- @atlaskit/docs@4.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
- [major] Bump to React 16.3. 4251858, (opens new window)
6.5.3
- [patch] Export the AppearanceTypes type d38fc10, (opens new window)
6.5.2
- [patch] Makes packages Flow types compatible with version 0.67 25daac0, (opens new window)
6.5.1
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
6.5.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
6.4.6
- [patch] adds aria-expanded value to expander button in flag 7de4577, (opens new window)
6.4.5
- [patch] updates Flag to closer match ADG spec 5392b60, (opens new window)
6.4.4
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
6.4.2
- [patch] Remove babel-plugin-react-flow-props-to-prop-types 06c1f08, (opens new window)
6.4.1
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
6.4.0
- [minor] Update buttonIcon size depending if CrossIcon or ChevronIcon 16bf4e5, (opens new window)
6.3.0
- [minor] Update the expand button to medium size 05d8bd5, (opens new window)
6.2.2
- [patch] Migrate Navigation from Ak repo to ak mk 2 repo, Fixed flow typing inconsistencies in ak mk 2 bdeef5b, (opens new window)
6.2.1
- [patch] Resolved low hanging flow errors in field-base field-text comment icon item and website, $ 007de27, (opens new window)
6.2.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
6.1.9
- [patch] migrated flag to mk2 630489e, (opens new window)
6.1.8 (2017-11-22)
- bug fix; long messages in Flags start to wrap, not overflow content. (b69c45f, (opens new window))
6.1.7 (2017-11-15)
- bug fix; fix flags within page components appearing behind navigation (issues closed: ak-1823) (08e397e, (opens new window))
6.1.6 (2017-11-13)
- bug fix; update flag's react-transition-group dependency from v1 to v2 (issues closed: ak-3755) (32f3af3, (opens new window))
6.1.5 (2017-11-02)
- bug fix; added missing dependencies (issues closed: ak-3782) (4dbc3ef, (opens new window))
6.1.4 (2017-10-26)
- bug fix; fix to rebuild stories (793b2a7, (opens new window))
6.1.3 (2017-10-22)
- bug fix; update styled component dependency and react peerDep (39f3286, (opens new window))
6.1.2 (2017-10-15)
- bug fix; update dependencies for react 16 compatibility (fc47c94, (opens new window))
6.1.1 (2017-10-12)
- bug fix; bumps version of Page (issues closed: ak-3680) (8713649, (opens new window))
6.1.0 (2017-08-17)
- feature; adding new AutoDismissFlag component (issues closed: ak-2974 ak-1503) (9aa91c0, (opens new window))
6.0.0 (2017-08-16)
- breaking; The Flag.id prop has been changed from optional to required. (91f8dc4, (opens new window))
- breaking; FlagGroup no longer illegally reads Flag.props.key (91f8dc4, (opens new window))
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)
- bug fix; fix the theme-dependency (db90333, (opens new window))
- breaking; affects internal styled-components implementation (d14522a, (opens new window))
- breaking; implement dark mode theme (d14522a, (opens new window))
4.0.0 (2017-08-11)
- breaking; affects internal styled-components implementation (d14522a, (opens new window))
- breaking; implement dark mode theme (d14522a, (opens new window))
3.4.4 (2017-08-04)
- bug fix; moves babel-plugin-react-flow-props-to-prop-types to a devDependency (6378b88, (opens new window))
3.4.3 (2017-07-27)
- fix; rename jsnext:main to jsnext:experimental:main temporarily (c7508e0, (opens new window))
3.4.2 (2017-07-25)
- fix; use class transform in loose mode in babel to improve load performance in apps (fde719a, (opens new window))
3.1.0 (2017-07-17)
- fix; rerelease, failed prepublish scripts (5fd82f8, (opens new window))
3.1.0 (2017-07-17)
- fix; replace incorrect component description in Flag storybook (2c42255, (opens new window))
- feature; added ES module builds to dist and add jsnext:main to most ADG packages (ea76507, (opens new window))
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)
- fix; bump Flag icon dependency to 7.x (35bb4fa, (opens new window))
2.2.0 (2017-06-05)
- fix; add prop-types as a dependency to avoid React 15.x warnings (92598eb, (opens new window))
- feature; added new optional bold flags, controlled by the Flag.appearance prop (b78dca7, (opens new window))
2.1.2 (2017-05-12)
- fix; flag dismiss button focus style and spacing now correct (c0130be, (opens new window))
2.1.1 (2017-05-11)
- fix; bump modal-dialog dep, and change to a devDep (d16f887, (opens new window))
2.1.0 (2017-05-06)
- feature; allow flags to be dismissed programatically via shouldDismiss prop (445dcb4, (opens new window))
2.0.4 (2017-05-02)
- fix; change to dependency on util-shared-styles to correct version (a052c60, (opens new window))
2.0.3 (2017-04-27)
- fix; update legal copy to be more clear. Not all modules include ADG license. (f3a945e, (opens new window))
2.0.2 (2017-04-26)
- fix; update legal copy and fix broken links for component README on npm. New contribution and (0b3e454, (opens new window))
2.0.1 (2017-04-13)
- fix; update flag stories to use new readme component (1c56c84, (opens new window))
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)
- fix; Empty commit to release the component (49c08ee, (opens new window))
1.0.6 (2017-03-21)
- fix; accept JSX in description prop (c986abf, (opens new window))
- fix; maintainers for all the packages were added (261d00a, (opens new window))
1.0.5 (2017-02-27)
- fix; update flag's icon dependency to latest (e60c12a, (opens new window))
1.0.4 (2017-02-20)
- fix; use correctly scoped package names in npm docs (91dbd2f, (opens new window))
1.0.3 (2017-02-10)
- fix; Dummy commit to release components to registry (5bac43b, (opens new window))