Logo
A logo is a visual representation of a brand or app. It can be a word, an image, or a combination of both.23.0.1
Patch Changes
- Updated dependencies
23.0.0
Major Changes
6b4b7bd1571b1, (opens new window) - Remove unused logo rebrand feature-flag wrappers. Icon and logo components now defaultsizeto'medium'themselves. Adds a jscodeshift codemod to migrate barrel imports to entry-points. removal of obsolete props shouldUseNewLogoDesign and shouldUseHexLogo.
22.0.0
Major Changes
fa980ed20c8fd, (opens new window) - Remove unused logo rebrand feature-flag wrappers. Icon and logo components now defaultsizeto'medium'themselves. Adds a jscodeshift codemod to migrate barrel imports to entry-points. removal of obsolete props shouldUseNewLogoDesign and shouldUseHexLogo.
21.6.1
Patch Changes
7c11695adc550, (opens new window) - Renamed the internalassets-platform-branding-with-confluencefeature gate check toassets-platform-branding-v2. No visible behaviour change.
21.6.0
Minor Changes
bd2c5b0112185, (opens new window) - Remove stale API report artifacts from published Platform packages.
Patch Changes
- Updated dependencies
21.5.2
Patch Changes
e974cd0ae082c, (opens new window) - Experimental React 19 peer dependency support. This patch widens the peer range; CI coverage is partial.- Updated dependencies
21.5.1
Patch Changes
- Use
@atlassian/testing-libraryexclusively in unit tests.
21.5.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
21.4.4
Patch Changes
af4ee14c58af1, (opens new window) - Internal refactor to support tree shaking. No consumer changes.
21.4.3
Patch Changes
- Updated dependencies
21.4.2
Patch Changes
- Updated dependencies
21.4.1
Patch Changes
- Updated dependencies
21.4.0
Minor Changes
2f56c78f969b8, (opens new window) - Update i18n NPM package versions for teamwork-graph (Group 16)
Patch Changes
- Updated dependencies
21.3.1
Patch Changes
-
f24eb9181feee, (opens new window) - Cleanup feature gatesplatform-logo-rebrandandplatform-logo-rebrand-rovo-hex. The new visual refresh logos and Rovo hex logo design are now permanently enabled.Deprecated the
shouldUseNewLogoDesignprop onLogoPropsand theshouldUseHexLogoprop on Rovo logo components — these props are now no-ops and will be removed in a future release.
21.3.0
Minor Changes
-
6dbd37709ec20, (opens new window) - Remove internal barrel files and add individual subpath entry-points as part of Volt module compliance.- Added 83 new subpath entry-points (44 icon, 39 logo-cs) so consumers can import granularly, e.g.
@atlaskit/logo/confluence/icon,@atlaskit/logo/jira/logo - Removed 44 generated
index.tsxbarrel files fromsrc/artifacts/logo-components/<slug>/ - Rewrote all internal imports in
src/index.tsxandsrc/exports/to point directly at the leaf files (/icon,/logo-cs,/logo) instead of going through artifact barrels - Updated the
generate:componentscodegen to no longer produce artifact barrelindex.tsxfiles
Existing consumers importing from
@atlaskit/logo(the root barrel) are unaffected. - Added 83 new subpath entry-points (44 icon, 39 logo-cs) so consumers can import granularly, e.g.
21.2.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
21.1.2
Patch Changes
78b18c51d5855, (opens new window) - Updated logo package codegen. Internal artifact components (icons and logos) now use clearer JSDoc descriptions distinguishing migration logos (with deprecation notices) from non-migration logos (with "internal component" notices). Also fixes TypeScript errors intemp-size-wrapperto correctly acceptUtilityIconPropscomponents.
21.1.1
Patch Changes
ee28cf33718b0, (opens new window) - Add @atlaskit/react-compiler-gating as a runtime dependency to enable React Compiler platform gating.- Updated dependencies
21.1.0
Minor Changes
8f2b7327fda32, (opens new window) - Added theassets-platform-branding-with-confluencefeature gate as an OR condition alongside the existingassets-platform-brandinggate, so the Assets brand styling is also applied when the Confluence-targeted gate is enabled.
21.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
20.2.0
Minor Changes
19bdb9d9991c1, (opens new window) - [ux] Add JiraCodingAgentIcon to @atlaskit/logo
20.1.2
Patch Changes
- Updated dependencies
20.1.1
Patch Changes
- Updated dependencies
20.1.0
Minor Changes
1b6e8b426b9fe, (opens new window) - Autofix: add explicit package exports (barrel removal)
20.0.2
Patch Changes
- Updated dependencies
20.0.1
Patch Changes
ddd049a745d38, (opens new window) - Internal change to how legacy colors are applied. No visual changes.- Updated dependencies
20.0.0
Major Changes
-
9ecd6968b11f8, (opens new window) - [ux] Cleans upplatform-logo-rebrand-team-eufeature flag and add the Feedback logo to the@atlaskit/logolibrary.Removes exports:
- `chatNewIcon` (use `chatIcon` instead), - `searchNewIcon` (use `searchIcon` instead), - `studioNewIcon` (use `studioIcon` instead), - `chatNewLogo` (use `chatLogo` instead), - `searchNewLogo` (use `searchLogo` instead), - `studioNewLogo` (use `studioLogo` instead),
Patch Changes
- Updated dependencies
19.10.7
Patch Changes
- Updated dependencies
19.10.6
Patch Changes
02483200273ec, (opens new window) - Enrol all Design System UI packages into the React Compiler with platform gating via isReactCompilerActivePlatform.- Updated dependencies
19.10.5
Patch Changes
22bf79dbdcdca, (opens new window) - Internal changes to remove unnecessary token fallbacks and imports from@atlaskit/theme
19.10.4
Patch Changes
- Updated dependencies
19.10.3
Patch Changes
- Updated dependencies
19.10.2
Patch Changes
- Updated dependencies
19.10.1
Patch Changes
- Updated dependencies
19.10.0
Minor Changes
3c938a90d73a4, (opens new window) - Adding DX product icon
19.9.8
Patch Changes
6b0e9efb86b3f, (opens new window) - Fixes an issue where Logo Icon entrypoints were importing logos from the package entrypoint, leading to all icons being bundled and bundlesizes for entrypoint consumers to increase by 250kb gzipped. Now these entrypoints only import the minimal amount of code necessary.
19.9.7
Patch Changes
- Updated dependencies
19.9.6
Patch Changes
- Updated dependencies
19.9.5
Patch Changes
- Updated dependencies
19.9.4
Patch Changes
- Updated dependencies
19.9.3
Patch Changes
- Updated dependencies
19.9.2
Patch Changes
d55bbfc88149b, (opens new window) - Internal changes to logo generation; package no longer consumes @atlaskit/temp-nav-app-icons
19.9.1
Patch Changes
- Updated dependencies
19.9.0
Minor Changes
2b99763b3879d, (opens new window) - Minor bump to force all consumers to update to receive patch bumps 19.8.1 -> 19.8.3
19.8.3
Patch Changes
6bbf9c58510f8, (opens new window) - Internal update to support feature flagging updated logo design- Updated dependencies
19.8.2
Patch Changes
5f025f8437a46, (opens new window) - Internal changes to support updates tochat,searchandstudiologos. These changes are being tested behind a feature flag, and will be available in a future release.- Updated dependencies
19.8.1
Patch Changes
- Updated dependencies
19.8.0
Minor Changes
24c86074987da, (opens new window) - Addedrovo-devandrovo-dev-agentlogos
Patch Changes
- Updated dependencies
19.7.3
Patch Changes
- Updated dependencies
19.7.2
Patch Changes
23bcc5bbc9cee, (opens new window) - Internal changes to how border radius is applied.- Updated dependencies
19.7.1
Patch Changes
- Updated dependencies
19.7.0
Minor Changes
46af0313b8e7a, (opens new window) - We are testing rebranded logos behind a feature flag. If this change is successful it will be available in a later release.
19.6.2
Patch Changes
- Updated dependencies
19.6.1
Patch Changes
- Updated dependencies
19.6.0
Minor Changes
- #188580, (opens new window)
0f6c63fbd303f, (opens new window) - Added:JiraServiceManagementDataCenterLogoandJiraServiceManagementDataCenterIcon
Patch Changes
- Updated dependencies
19.5.3
Patch Changes
- Updated dependencies
19.5.2
Patch Changes
- #185530, (opens new window)
555824150f707, (opens new window) - Fixed inconsistency inaria-labelhandling between old and new logo designs. When label is an empty string, new logos (withshouldUseNewLogoDesign) now correctly remove thearia-labelattribute to make them decorative, matching the behavior of old logos. - Updated dependencies
19.5.1
Patch Changes
- Updated dependencies
19.5.0
Minor Changes
- #179339, (opens new window)
b4951bab10eb2, (opens new window) - Added:CrowdLogoandCrowdIconBambooLogoandBambooIconraw-iconsentrypoint with string-encoded versions of all logo icons for use in favicons and other scenarios where React components cannot be used
Patch Changes
- Updated dependencies
19.4.0
Minor Changes
-
#177235, (opens new window)
227f5ae9544a1, (opens new window) -Updated:
LoomAttributionLogoandLoomAttributionIcon: support new logo design language.
Added:
LoomBlurpleLogoandLoomBlurpleIcon: matches the new logo design language, but using Loom's blurple color
Patch Changes
- Updated dependencies
19.3.1
Patch Changes
- #177236, (opens new window)
2bf9f8bd0c060, (opens new window) - Internal documentation changes
19.3.0
Minor Changes
- #176906, (opens new window)
86b046c9bf641, (opens new window) - Added:BitbucketDataCenterLogoandBitbucketDataCenterIconJiraDataCenterLogoandJiraDataCenterIconConfluenceDataCenterLogoandConfluenceDataCenterIcon
Patch Changes
- Updated dependencies
19.2.0
Minor Changes
-
#173001, (opens new window)
445bba751a18a, (opens new window) - Added:AdminLogoandAdminIconAnalyticsLogoandAnalyticsIconAlignLogoandAlignIcon
Updated: Feature flagging added to:
AtlassianAdministrationLogoandAtlassianAdministrationIconAtlassianAnalyticsLogoandAtlassianAnalyticsIconAtlassianAlignLogoandAtlassianAlignIcon
19.1.0
Minor Changes
- #169522, (opens new window)
e55cd122d35de, (opens new window) - Added a new prop,shouldUseNewLogoDesign, to allow new logo designs to be enabled ahead of feature flag roll-out
19.0.1
Patch Changes
- #164618, (opens new window)
6085f82218cd6, (opens new window) - Fixed headings not appearing correctly on atlassian.design docs
19.0.0
Major Changes
- #163522, (opens new window)
76358104532e5, (opens new window) - Removed:admin,align,analytics,company-hubandguard-detectlogos- These logos have been feature flagged behind existing entry points.
Patch Changes
- Updated dependencies
18.2.0
Minor Changes
- #159181, (opens new window)
11df1e34c5d4f, (opens new window) - New logo designs have been added behind a feature flag
Patch Changes
- Updated dependencies
18.1.0
Minor Changes
-
#154600, (opens new window)
d573e939cabe3, (opens new window) - Addsxxsmallsize to Logo, that maps to the same size asxsmall.In a future major bump of this component, the
xsmallsize will be updated to render logos at 20px height; please migrate any usages before then.
18.0.0
Major Changes
- #146780, (opens new window)
c1fa4405cb8c6, (opens new window) - Remove deprecated default prop constants.
17.0.0
Major Changes
-
#148090, (opens new window)
6b95a2eecc267, (opens new window) -Removed deprecated logos:
HalpIcon,HalpLogoAtlassianStartLogo
16.0.3
Patch Changes
- #127093, (opens new window)
1378ea7a99ce1, (opens new window) - Upgradesjscodeshiftto handle generics properly. - Updated dependencies
16.0.2
Patch Changes
- #129972, (opens new window)
b2d69a39e6687, (opens new window) - Update@compiled/reactdependency for improved type checking support.
16.0.1
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.4.0
Minor Changes
- #116138, (opens new window)
b50c5d5d65ae2, (opens new window) - Bump to the latest version of @compiled/react
15.3.1
Patch Changes
- Updated dependencies
15.3.0
Minor Changes
- #115211, (opens new window)
3ef7f182f166b, (opens new window) - [ux] Updated Atlassian Analytics logo and icon to supporticonColorandtextColorto align with others.
15.2.2
Patch Changes
- #112549, (opens new window)
ed68a8d2ee5f7, (opens new window) - Update dependencies and remove unused exports and codemods.
15.2.1
Patch Changes
- Updated dependencies
15.2.0
Minor Changes
- #109060, (opens new window)
4660ec858a305, (opens new window) - UpdateReactfrom v16 to v18
Patch Changes
- Updated dependencies
15.1.1
Patch Changes
- Updated dependencies
15.1.0
Minor Changes
- #174515, (opens new window)
e948b27b6716a, (opens new window) - [ux] Add Focus product logo.
15.0.0
Major Changes
-
#170937, (opens new window)
2f502fec31157, (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/logo, 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.
14.3.5
Patch Changes
- #165531, (opens new window)
57f451bda8919, (opens new window) - Adds side-effect config to support Compiled css extraction in third-party apps
14.3.4
Patch Changes
- Updated dependencies
14.3.3
Patch Changes
- Updated dependencies
14.3.2
Patch Changes
- #148281, (opens new window)
3c4de48168ffe, (opens new window) - Update the import path ofuseId*from@atlaskit/ds-lib - Updated dependencies
14.3.1
Patch Changes
- Updated dependencies
14.3.0
Minor Changes
a51c26afee964, (opens new window) - Adds the loom attribution logo to the logo package.
14.2.2
Patch Changes
- #134918, (opens new window)
702121b21483a, (opens new window) - Remove react-uid
14.2.1
Patch Changes
- Updated dependencies
14.2.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
14.1.1
Patch Changes
- #118742, (opens new window)
b4588e60d187b, (opens new window) - Remove remnants ofextract-react-types.
14.1.0
Minor Changes
- #110670, (opens new window)
c733254a2dd6e, (opens new window) - Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime is implicitly set to automatic.
14.0.0
Major Changes
-
#93481, (opens new window)
fb0aacf8c8957, (opens new window) - Updates product logos following a brand refresh, cleaning up the feature flag from13.17.0. This release also deletes a number of deprecated logos and props, and marks other logos as deprecated.Breaking changes:
iconGradientStartandiconGradientStopprops have been removed from all Icon and Logo components. Updated logos do not support gradients.- Deprecated
Wordmarkcomponents have been removed. These wordmarks were only designed for use in a legacy navigation pattern which is no longer supported. If you are using these components, you should replace them with the appropriateLogocomponent. - Deleted deprecated logos:
HipchatLogoandHipChatIconStrideLogoandStrideIconJiraCoreLogoandJiraCoreIconJiraServiceDeskLogoandJiraServiceDeskIconOpsGenieLogoandOpsGenieIcon(old versions ofOpsgenieLogoandOpsgenieIcon)
Deprecations
AtlasLogoandAtlasIconAtlassianStartLogoHalpLogoandHalpIconJiraSoftwareLogoandJiraSoftwareIcon- useJiraLogoandJiraIconinsteadJiraWorkManagementLogoandJiraWorkManagementIcon- useJiraLogoandJiraIconinstead
Patch Changes
- Updated dependencies
13.17.0
Minor Changes
- #99225, (opens new window)
428f67898ecb, (opens new window) - [ux] Adding product logos for Guard, Rovo, Atlassian Marketplace, Atlassian Admin, Atlassian Administration, and Atlassian Access. Testing some other glyphs behind a feature flag, if successful these changes will be enabled in a future release.
13.16.1
Patch Changes
- #97031, (opens new window)
539af758079d, (opens new window) - [ux] Fixing Atlas logo bug with inconsistent sizing
13.16.0
Minor Changes
- #96639, (opens new window)
f6cdb5e53e81, (opens new window) - Add support for React 18 in non-strict mode.
13.15.4
Patch Changes
- #92537, (opens new window)
d6c368b4b3e5, (opens new window) - [ux] This release updates some glyph, colour and theming behaviour changes.
13.15.3
Patch Changes
- #92971, (opens new window)
89925a9d50b2, (opens new window) - [ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes behind a feature flag. If successful, these changes will be enabled in a future release. - Updated dependencies
13.15.2
Patch Changes
- #89713, (opens new window)
57d3c407b13c, (opens new window) - [ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag. If successful, these changes will be enabled in a future release.
13.15.1
Patch Changes
- #83116, (opens new window)
8d4e99057fe0, (opens new window) - Upgrade Typescript from4.9.5to5.4.2
13.15.0
Minor Changes
- #64792, (opens new window)
5e543c3a5479, (opens new window) - Adds Loom icon and logo components.
13.14.9
Patch Changes
- #40928, (opens new window)
dbe29ba5d95, (opens new window) - remove unused size/label paramaters to fix ts error
13.14.8
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.
13.14.7
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.
13.14.6
Patch Changes
- #34445, (opens new window)
33f10b7eb36, (opens new window) - Removing unused dependencies and dev dependencies
13.14.5
Patch Changes
- #32935, (opens new window)
b1bdec7cce2, (opens new window) - Internal change to enforce token usage for spacing properties. There is no expected visual or behaviour change.
13.14.4
Patch Changes
- #34305, (opens new window)
0ee3115921e, (opens new window) - [ux] removed width property in svg tag fro atlas logo
13.14.3
Patch Changes
- #34124, (opens new window)
77766ad157d, (opens new window) - Enrol packages to push-model consumption in Jira.
13.14.2
Patch Changes
- #33793, (opens new window)
9d00501a414, (opens new window) - Ensure legacy types are published for TS 4.5-4.8
13.14.1
Patch Changes
- #33649, (opens new window)
41fae2c6f68, (opens new window) - Upgrade Typescript from4.5.5to4.9.5
13.14.0
Minor Changes
- #33258, (opens new window)
56507598609, (opens new window) - Skip minor dependency bump
Patch Changes
- Updated dependencies
13.13.0
Minor Changes
- #32323, (opens new window)
5111380b383, (opens new window) - Adds logo assets for Atlas
13.12.1
Patch Changes
- #32294, (opens new window)
e0460d5d989, (opens new window) - Usages ofprocessare now guarded by atypeofcheck.
13.12.0
Minor Changes
- #31973, (opens new window)
4d2e52e86d3, (opens new window) - [ux] Add Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids where subsequent logos on a page could be impacted by display/vvisibility styles applied to the first logo on a page.
13.11.2
Patch Changes
- #31206, (opens new window)
261420360ec, (opens new window) - Upgrades component types to support React 18. - Updated dependencies
13.11.1
Patch Changes
- #29835, (opens new window)
b77d5924c19, (opens new window) - [ux] Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
13.11.0
Minor Changes
- #29472, (opens new window)
a6da509aa20, (opens new window) - [ux] Adds Jira Product Discovery logo and icon
13.10.5
Patch Changes
- Updated dependencies
13.10.4
Patch Changes
- Updated dependencies
13.10.3
Patch Changes
- Updated dependencies
13.10.2
Patch Changes
- Updated dependencies
13.10.1
Patch Changes
- #25860, (opens new window)
88a34a8c2dd, (opens new window) - Remove redundantrole=presentationon wrapping @atlaskit/icon and @atlaskit/logo spans.
13.10.0
Minor Changes
- #24710, (opens new window)
68e771a783a, (opens new window) - Updates@emotion/coreto@emotion/react; v10 to v11. There is no expected behavior change.
13.9.1
Patch Changes
- #24874, (opens new window)
8cc2f888c83, (opens new window) - Upgrade Typescript from4.3.5to4.5.5
13.9.0
Minor Changes
- #24004, (opens new window)
76eadca8ef3, (opens new window) - Adds Jira Align logo, icon and wordmark.
Patch Changes
- Updated dependencies
13.8.2
Patch Changes
- #24492, (opens new window)
8d4228767b0, (opens new window) - Upgrade Typescript from4.2.4to4.3.5.
13.8.1
Patch Changes
- #23381, (opens new window)
d448e04e6a8, (opens new window) - [ux] Internal changes to make the styling more resilient to inherited styles. c320954edd7, (opens new window) - Internal code change turning on new linting rules.- Updated dependencies
13.8.0
Minor Changes
- #22642, (opens new window)
c7c2083475d, (opens new window) - [ux] - Addsappearanceprop that allows you to choose between three brand-approved appearances:brand,neutralandinverse. These will be based on design tokens and theme-responsive.- Deprecates the
iconColor,iconGradientStart,iconGradientEndandtextColorprops. They will still be supported in the immediate future but the goal is to shift usages towards using theappearanceprop.
- Deprecates the
13.7.1
Patch Changes
- Updated dependencies
13.7.0
Minor Changes
-
#21570, (opens new window)
0793be315f4, (opens new window) - [ux] This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal in the next major release. In the next verion we will be removing the following deprecated exports from the main entrypoint:StrideIcon,StrideLogo,StrideWordmarkHipchatIcon,HipchatLogo,HipchatWordmarkJiraCoreIcon,JiraCoreLogo,JiraCoreWordmark(useJiraWorkManagement+Icon|Logo|Wordmarkinstead)JiraServiceDeskIcon,JiraServiceDeskLogo,JiraServiceDeskWordmark(useJiraServiceManagement+Icon|Logo|Wordmarkinstead)OpsGenieIcon,OpsGenieLogo,OpsGenieWordmark(useOpsgeniewith a lowercase 'g' +Icon|Logo|Wordmarkinstead)
We will also be removing the following deprecated exports from the
@atlaskit/logo/constantsentrypoint:Props(useLogoPropsinstead)DefaultProps(usedefaultLogoParamsinstead)
Codemod
To help with this migration, we have provided a codemod that you can run to automatically update your imports (it will leave a comment if you are using a logo with no alternative). This codemod has been around for a while, but we've updated it in this release.
Once you've upgraded
@atlaskit/logo, use the Atlaskit codemod CLI. See documentation on DAC, (opens new window) for general codemod guidance.Without setting options in your terminal command, you can run the following and type to search for
logoand select@atlaskit/logo: 13.6.0-rename-importsfrom the interactive CLI.npx @atlaskit/codemod-cli [TARGET_PATH]`For a TypeScript codebase, a more detailed command might look something like this.
npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packagesFor a Flow codebase, you will want to use
--parser babyloninstead of--parser flow.Design System ESLint Plugin
We've also updated
@atlaskit/eslint-plugin-design-systemto add new restrictions to these imports. If you haven't already, we recommend installing this plugin and enabling the rules in your ESLint config. For now, documentation for the plugin resides on Bitbucket, (opens new window).
13.6.0
Minor Changes
- #20721, (opens new window)
4caed6d5063, (opens new window) - Refactors logo converting it from class components to functional components. This includes file renames and some API changes such as prop name changes but is still backwards compatible. These old APIs will be deprecated in a later release.
13.5.5
Patch Changes
- #20650, (opens new window)
cb2392f6d33, (opens new window) - Upgrade to TypeScript 4.2.4
13.5.4
Patch Changes
- #16285, (opens new window)
ec464e07b10, (opens new window) - Fixes a bug where the Atlassian Start logo did not render correctly on Firefox
13.5.3
Patch Changes
- #13302, (opens new window)
af4bca32ad4, (opens new window) - Internal changes to supress eslint rules. - Updated dependencies
13.5.2
Patch Changes
- #12837, (opens new window)
545d363ca28, (opens new window) - Convert usage ofstyled-componentstoemotion.
13.5.1
Patch Changes
- #12880, (opens new window)
378d1cef00f, (opens new window) - Bump@atlaskit/themeto version^11.3.0.
13.5.0
Minor Changes
- #12328, (opens new window)
83a089fe0cc, (opens new window) - Halp has been added to logos. This includes the logo, wordmark and icon.
Patch Changes
cc0c678724c, (opens new window) - Add default label for Logo
13.4.2
Patch Changes
- #11649, (opens new window)
17770b662ac, (opens new window) - NO-ISSUE reference existing file in af.exports['.']
13.4.1
Patch Changes
-
#10230, (opens new window)
0017d2a8439, (opens new window) - Since the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and Hipchat are deprecated in@atlaskit/logo, we provided a codemod to help consumers upgrade their components.Running the codemod cli
To run the codemod: You first need to have the latest avatar installed before you can run the codemod
yarn upgrade @atlaskit/logoOnce upgraded, use the Atlaskit codemod-cli;
npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]Or run
npx @atlaskit/codemod-cli -hfor more details on usage. For Atlassians, refer to this doc for more details on the codemod CLI. -
Updated dependencies
13.4.0
Minor Changes
- #10212, (opens new window)
5f44a31b58a, (opens new window) - [ux] Add new Trello logo, Atlassian Start logo and Compass logo to@atlaskit/logo
13.3.0
Minor Changes
- #9756, (opens new window)
c8afaa49d34, (opens new window) - AddOpsgenieIcon,OpsgenieLogoandOpsgenieWordmarkin order to renameOpsGenietoOpsgenie, and deprecate the following logos:JiraCoreIcon,JiraCoreLogo,JiraCoreWordmarkJiraServiceDeskIcon,JiraServiceDeskLogo,JiraServiceDeskWordmarkStrideIcon,StrideLogo,StrideWordmarkHipchatIcon,HipchatLogo,HipchatWordmark
Patch Changes
- Updated dependencies
13.2.0
Minor Changes
- #9446, (opens new window)
95838b0d7cf, (opens new window) - [ux] Add Jira Work Management Logo
13.1.2
Patch Changes
- #9299, (opens new window)
471e2431a7c, (opens new window) - Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the date-fns upgrade. We're reverting the upgarde to investigate
13.1.1
Patch Changes
- #8291, (opens new window)
70f0701c2e6, (opens new window) - Upgrade date-fns to 2.17
13.1.0
Minor Changes
- #8178, (opens new window)
5216ebed3b6, (opens new window) - Expose and use atlassian-icon, jira-icon entry points
13.0.8
Patch Changes
- #7762, (opens new window)
952019cfd39, (opens new window) - Removed extraneous/unnecessary dependencies for design system components. dfa1827ecad, (opens new window) - Fixed the broken "Download the logos" link on https://atlassian.design/components/logo/usage, (opens new window)
13.0.7
Patch Changes
- #5857, (opens new window)
d3265f19be, (opens new window) - Transpile packages using babel rather than tsc
13.0.6
Patch Changes
- #6125, (opens new window)
ce8c85a20d, (opens new window) - As part of this task we have introduced a new JSM logo and deprecated JSD logo
13.0.5
Patch Changes
- #5497, (opens new window)
5f58283e1f, (opens new window) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started, (opens new window) Also addtypescripttodevDependenciesto denote version that the package was built with.
13.0.4
Patch Changes
- #4424, (opens new window)
7315203b80, (opens new window) - RenameAkCodeandAkCodeBlockexports toCodeandCodeBlockfor@atlaskit/code.
13.0.3
Patch Changes
-
#3885, (opens new window)
6c525a8229, (opens new window) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
13.0.2
Patch Changes
- #3293, (opens new window)
954cc87b62, (opens new window) - The readme and package information has been updated to point to the new design system website.
13.0.1
Patch Changes
- #3428, (opens new window)
ce3b100bed, (opens new window) - Change the Atlassian Icon for better alignment with other Icons 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)
12.3.5
Patch Changes
- #2866, (opens new window)
54a9514fcf, (opens new window) - Build and supporting files will no longer be published to npm
12.3.4
Patch Changes
-
[patch]f6667f2909, (opens new window):
Change imports to comply with Atlassian conventions- Updated dependencies 6b8e60827e, (opens new window):
-
Updated dependencies 449ef134b3, (opens new window):
-
Updated dependencies f7f2068a76, (opens new window):
-
Updated dependencies 57c0487a02, (opens new window):
-
Updated dependencies 6efb12e06d, (opens new window):
- @atlaskit/button@13.3.11
- @atlaskit/select@11.0.10
- @atlaskit/code@11.1.5
12.3.3
Patch Changes
-
[patch]fd5292fd5a, (opens new window):
Corrects accessibility behavior for wrapping span. It now will now:
- conditionally set the
aria-labeliflabelis defined - conditionally set the
roleto eitherimgiflabelis defined, orpresentationif it is not defined- Updated dependencies 66dcced7a0, (opens new window):
- conditionally set the
-
Updated dependencies eea5e9bd8c, (opens new window):
- @atlaskit/docs@8.4.0
- @atlaskit/field-radio-group@7.0.2
- @atlaskit/button@13.3.9
- @atlaskit/select@11.0.9
12.3.2
Patch Changes
-
[patch]6548261c9a, (opens new window):
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a, (opens new window):
- @atlaskit/docs@8.3.2
- @atlaskit/visual-regression@0.1.9
- @atlaskit/button@13.3.7
- @atlaskit/code@11.1.3
- @atlaskit/field-radio-group@7.0.1
- @atlaskit/select@11.0.7
- @atlaskit/theme@9.5.1
12.3.1
Patch Changes
- Updated dependencies
c0102a3ea2, (opens new window):
- @atlaskit/field-radio-group@7.0.0
- @atlaskit/docs@8.3.1
- @atlaskit/button@13.3.6
- @atlaskit/select@11.0.6
12.3.0
Minor Changes
-
[minor]308708081a, (opens new window):
Export LogoProps
12.2.2
Patch Changes
-
[patch]30acc30979, (opens new window):
@atlaskit/select has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.
12.2.1
Patch Changes
-
[patch]35d2229b2a, (opens new window):
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
12.2.0
Minor Changes
-
[minor]9e3b4ffeb1, (opens new window):
Add Trello logo
12.1.8
Patch Changes
-
[patch]097b696613, (opens new window):
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
12.1.7
Patch Changes
-
[patch]ecca4d1dbb, (opens new window):
Upgraded Typescript to 3.3.x
12.1.6
Patch Changes
-
[patch]de35ce8c67, (opens new window):
Updates component maintainers
12.1.5
Patch Changes
-
[patch]6260319597, (opens new window):
Updates OpsGenie logo width
12.1.4
Patch Changes
-
[patch]f34776be97, (opens new window):
Type definition files are now referenced in package.json
12.1.3
Patch Changes
-
[patch]bbff8a7d87, (opens new window):
Fixes bug, missing version.json file
12.1.2
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.1.1
- Updated dependencies
790e66bece, (opens new window):
- @atlaskit/button@13.0.11
- @atlaskit/select@10.0.0
12.1.0
Minor Changes
-
[minor]b81d931ee3, (opens new window):
Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored atlassian-switcher to use the new logos
12.0.4
Patch Changes
-
[patch]4615439434, (opens new window):
index.ts will now be ignored when publishing to npm
12.0.3
Patch Changes
-
[patch]94fc3757b8, (opens new window):
Update the Statuspage icon + logo
12.0.2
- [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.1
- Updated dependencies
97bfe81ec8, (opens new window):
- @atlaskit/docs@8.1.0
- @atlaskit/code@11.0.0
12.0.0
- [major]4b07b57640, (opens new window):
- @atlaskit/logo 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.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.4
- Updated dependencies
9c0b4744be, (opens new window):
- @atlaskit/docs@7.0.3
- @atlaskit/button@12.0.3
- @atlaskit/code@9.0.1
- @atlaskit/field-radio-group@5.0.3
- @atlaskit/select@8.1.1
- @atlaskit/theme@8.1.7
10.0.3
- Updated dependencies
1e826b2966, (opens new window):
- @atlaskit/docs@7.0.2
- @atlaskit/field-radio-group@5.0.2
- @atlaskit/select@8.0.5
- @atlaskit/theme@8.1.6
- @atlaskit/button@12.0.0
10.0.2
- [patch]e04a402953, (opens new window):
- Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
10.0.1
- Updated dependencies
9d5cc39394, (opens new window):
- @atlaskit/docs@7.0.1
- @atlaskit/field-radio-group@5.0.1
- @atlaskit/select@8.0.3
- @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.2.7
- Updated dependencies
06713e0a0c, (opens new window):
- @atlaskit/select@7.0.0
9.2.6
- Updated dependencies 58b84fa, (opens new window):
- @atlaskit/button@10.1.1
- @atlaskit/code@8.2.2
- @atlaskit/field-radio-group@4.0.14
- @atlaskit/select@6.1.13
- @atlaskit/theme@7.0.1
- @atlaskit/docs@6.0.0
9.2.5
- Updated dependencies d13242d, (opens new window):
- @atlaskit/docs@5.2.3
- @atlaskit/button@10.0.4
- @atlaskit/code@8.2.1
- @atlaskit/field-radio-group@4.0.13
- @atlaskit/select@6.1.10
- @atlaskit/theme@7.0.0
9.2.4
- Updated dependencies 6998f11, (opens new window):
- @atlaskit/docs@5.2.1
- @atlaskit/field-radio-group@4.0.11
- @atlaskit/select@6.1.8
- @atlaskit/theme@6.2.1
- @atlaskit/button@10.0.0
9.2.3
- [patch] Adds missing implicit @babel/runtime dependency b71751b, (opens new window)
9.2.2
- [patch] Updated dependencies
4194aa4, (opens new window)
- @atlaskit/select@6.0.0
9.2.1
- [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on util-shraed-styles 7d51a09, (opens new window)
9.2.0
- [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future 7e83442, (opens new window)
- [minor] Make label required, but provide sane defaults 12839d4, (opens new window)
9.1.0
- [minor] Update product logos alignment issues 6bbf9a9, (opens new window)
9.0.4
- [patch] Updated dependencies
f9c0cdb, (opens new window)
- @atlaskit/code@8.0.0
- @atlaskit/docs@5.0.5
9.0.3
- [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/select@5.0.8
- @atlaskit/button@9.0.5
- @atlaskit/code@7.0.3
- @atlaskit/field-radio-group@4.0.4
9.0.2
- [patch] Updated dependencies
acd86a1, (opens new window)
- @atlaskit/select@5.0.7
- @atlaskit/field-radio-group@4.0.3
- @atlaskit/button@9.0.4
- @atlaskit/code@7.0.2
- @atlaskit/docs@5.0.2
9.0.1
- [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/select@5.0.6
- @atlaskit/button@9.0.3
- @atlaskit/code@7.0.1
- @atlaskit/field-radio-group@4.0.2
9.0.0
- [major] Updates to React ^16.4.0 7edb866, (opens new window)
- [major] Updated dependencies
563a7eb, (opens new window)
- @atlaskit/select@5.0.0
- @atlaskit/button@9.0.0
- @atlaskit/code@7.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/field-radio-group@4.0.0
- [major] Updated dependencies
7edb866, (opens new window)
- @atlaskit/select@5.0.0
- @atlaskit/button@9.0.0
- @atlaskit/code@7.0.0
- @atlaskit/docs@5.0.0
- @atlaskit/field-radio-group@4.0.0
8.1.3
- [patch] Updated dependencies
eee2d45, (opens new window)
- @atlaskit/code@6.0.0
- @atlaskit/docs@4.2.1
8.1.2
- [patch] Clean Changelogs - remove duplicates and empty entries e7756cd, (opens new window)
- [none] Updated dependencies
e7756cd, (opens new window)
- @atlaskit/button@8.1.2
- @atlaskit/field-radio-group@3.0.4
8.1.1
- [patch] Update changelogs to remove duplicate cc58e17, (opens new window)
- [none] Updated dependencies
cc58e17, (opens new window)
- @atlaskit/field-radio-group@3.0.3
- @atlaskit/button@8.1.1
- @atlaskit/docs@4.1.1
8.1.0
- [none] Updated dependencies
9d20f54, (opens new window)
- @atlaskit/field-radio-group@3.0.2
- @atlaskit/docs@4.1.0
- @atlaskit/button@8.1.0
8.0.1
- [patch] Update readme's 223cd67, (opens new window)
- [patch] Updated dependencies
223cd67, (opens new window)
- @atlaskit/field-radio-group@3.0.1
- @atlaskit/button@8.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/field-radio-group@3.0.0
- @atlaskit/button@8.0.0
- @atlaskit/docs@4.0.0
7.0.1
- [patch] Updated dependencies
d662caa, (opens new window)
- @atlaskit/field-radio-group@2.0.3
- @atlaskit/button@7.2.5
- @atlaskit/docs@3.0.4
7.0.0
- [major] Bump to React 16.3. 4251858, (opens new window)
6.2.2
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake c3b018a, (opens new window)
6.2.1
- [patch] Re-releasing due to potentially broken babel release 9ed0bba, (opens new window)
6.2.0
- [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30, (opens new window)
6.1.2
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2, (opens new window) 1e57e5a, (opens new window)
6.1.1
- [patch] Packages Flow types for elements components 3111e74, (opens new window)
6.1.0
- [minor] Add React 16 support. 12ea6e4, (opens new window)
6.0.7
- [patch] Fix inherited color logo gradient changes not working in chrome 694c59f, (opens new window)
6.0.3
- [patch] Logo component gradients no work in Firefox and Safari 6d1f521
6.0.0 (2017-11-09)
- breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
- breaking; The default export has been removed in favour of named exports. The named exports are now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon, BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon, HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark, StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
5.0.0 (2017-10-27)
- bug fix; fixed logo width issue in IE11. (0ce8ab7, (opens new window))
- breaking; Logo sizes changed, children no longer accepted (7173d81, (opens new window))
- breaking; refactoring Logo component to fix numerous bugs (7173d81, (opens new window))
4.0.3 (2017-10-26)
- bug fix; fix to rebuild stories (793b2a7, (opens new window))
4.0.2 (2017-10-22)
- bug fix; update styled-components dep and react peerDep (6a67bf8, (opens new window))
4.0.1 (2017-09-14)
- bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479) (60d8aca, (opens new window))
4.0.0 (2017-09-11)
- breaking; All logos have been updated with new assets, please test these inside your application to make sure (c4db7fc, (opens new window))
- breaking; new and updated company and product logos (c4db7fc, (opens new window))
3.5.3 (2017-08-11)
- bug fix; fix the theme-dependency (db90333, (opens new window))
3.5.2 (2017-07-27)
- fix; rename jsnext:main to jsnext:experimental:main temporarily (c7508e0, (opens new window))
3.5.1 (2017-07-25)
- fix; use class transform in loose mode in babel to improve load performance in apps (fde719a, (opens new window))
3.2.0 (2017-07-17)
- fix; rerelease, failed prepublish scripts (5fd82f8, (opens new window))
3.2.0 (2017-07-17)
- feature; added ES module builds to dist and add jsnext:main to most ADG packages (ea76507, (opens new window))
3.1.0 (2017-06-08)
- fix; add prop-types as a dependency to avoid React 15.x warnings (92598eb, (opens new window))
- feature; Convert logo to styled-components updated internal structure (ec91404, (opens new window))
3.0.6 (2017-04-27)
- fix; update legal copy to be more clear. Not all modules include ADG license. (f3a945e, (opens new window))
3.0.5 (2017-04-26)
- fix; update legal copy and fix broken links for component README on npm. New contribution and (0b3e454, (opens new window))
3.0.4 (2017-04-18)
- fix; update logo readme to use new readme component (491d789, (opens new window))
3.0.3 (2017-03-23)
- fix; Empty commit to release the component (49c08ee, (opens new window))
3.0.1 (2017-03-21)
- fix; maintainers for all the packages were added (261d00a, (opens new window))
3.0.0 (2017-03-06)
- feature; text-only logo mode without icon (b989245, (opens new window))
- breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of 'icon' or 'type')
- ISSUES CLOSED: AK-1408
2.0.1 (2017-02-09)
- fix; avoiding binding render to this (40c9951, (opens new window))
1.0.0 (2017-02-06)
- fix; fix logo to have public access (5a41e37, (opens new window))
1.0.0 (2017-02-06)
- feature; Add more product logos (e84ae80, (opens new window))
- feature; Adjust width of collapsed logo (99fa4a5, (opens new window))