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

22.0.0

Major Changes

  • fa980ed20c8fd, (opens new window) - Remove unused logo rebrand feature-flag wrappers. Icon and logo components now default size to '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 internal assets-platform-branding-with-confluence feature gate check to assets-platform-branding-v2. No visible behaviour change.

21.6.0

Minor Changes

Patch Changes

  • Updated dependencies

21.5.2

Patch Changes

21.5.1

Patch Changes

  • Use @atlassian/testing-library exclusively 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.json exports subpaths so that consumers can import directly from the leaf module (e.g. @atlaskit/pkg/thing) instead of the package barrel/index. This adds new public entry points without changing or removing any existing exports, so it is a backwards-compatible additive change.

    No runtime behaviour changes; this is an API-surface (entry-point) addition to support tree-shaking and to unblock removal of the barrel index files.

Patch Changes

  • Updated dependencies

21.4.4

Patch 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

Patch Changes

  • Updated dependencies

21.3.1

Patch Changes

  • f24eb9181feee, (opens new window) - Cleanup feature gates platform-logo-rebrand and platform-logo-rebrand-rovo-hex. The new visual refresh logos and Rovo hex logo design are now permanently enabled.

    Deprecated the shouldUseNewLogoDesign prop on LogoProps and the shouldUseHexLogo prop 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.tsx barrel files from src/artifacts/logo-components/<slug>/
    • Rewrote all internal imports in src/index.tsx and src/exports/ to point directly at the leaf files (/icon, /logo-cs, /logo) instead of going through artifact barrels
    • Updated the generate:components codegen to no longer produce artifact barrel index.tsx files

    Existing consumers importing from @atlaskit/logo (the root barrel) are unaffected.

21.2.0

Minor Changes

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

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

Patch Changes

  • Updated dependencies

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 in temp-size-wrapper to correctly accept UtilityIconProps components.

21.1.1

Patch Changes

21.1.0

Minor Changes

  • 8f2b7327fda32, (opens new window) - Added the assets-platform-branding-with-confluence feature gate as an OR condition alongside the existing assets-platform-branding gate, 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 typesVersions property and dist/types-ts4.5 directory from the dist.

    Types are now exclusively via the "types": "dist/types/index.d.ts" property.

    - "typesVersions": { - ">=4.5 <4.9": { - "*": [ - "dist/types-ts4.5/*", - "dist/types-ts4.5/index.d.ts" - ] - } - },

Patch Changes

  • Updated dependencies

20.2.0

Minor Changes

20.1.2

Patch Changes

  • Updated dependencies

20.1.1

Patch Changes

  • Updated dependencies

20.1.0

Minor Changes

20.0.2

Patch Changes

  • Updated dependencies

20.0.1

Patch Changes

20.0.0

Major Changes

  • 9ecd6968b11f8, (opens new window) - [ux] Cleans up platform-logo-rebrand-team-eu feature flag and add the Feedback logo to the @atlaskit/logo library.

    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

19.10.5

Patch Changes

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

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

19.9.1

Patch Changes

  • Updated dependencies

19.9.0

Minor Changes

19.8.3

Patch Changes

19.8.2

Patch Changes

  • 5f025f8437a46, (opens new window) - Internal changes to support updates to chat, search and studio logos. 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

Patch Changes

  • Updated dependencies

19.7.3

Patch Changes

  • Updated dependencies

19.7.2

Patch Changes

19.7.1

Patch Changes

  • Updated dependencies

19.7.0

Minor Changes

19.6.2

Patch Changes

  • Updated dependencies

19.6.1

Patch Changes

  • Updated dependencies

19.6.0

Minor Changes

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 in aria-label handling between old and new logo designs. When label is an empty string, new logos (with shouldUseNewLogoDesign) now correctly remove the aria-label attribute to make them decorative, matching the behavior of old logos.
  • Updated dependencies

19.5.1

Patch Changes

  • Updated dependencies

19.5.0

Minor Changes

Patch Changes

  • Updated dependencies

19.4.0

Minor Changes

Patch Changes

  • Updated dependencies

19.3.1

Patch Changes

19.3.0

Minor Changes

Patch Changes

  • Updated dependencies

19.2.0

Minor Changes

  • #173001, (opens new window) 445bba751a18a, (opens new window) - Added:

    • AdminLogo and AdminIcon
    • AnalyticsLogo and AnalyticsIcon
    • AlignLogo and AlignIcon

    Updated: Feature flagging added to:

    • AtlassianAdministrationLogo and AtlassianAdministrationIcon
    • AtlassianAnalyticsLogo and AtlassianAnalyticsIcon
    • AtlassianAlignLogo and AtlassianAlignIcon

19.1.0

Minor Changes

19.0.1

Patch Changes

19.0.0

Major Changes

Patch Changes

  • Updated dependencies

18.2.0

Minor Changes

Patch Changes

  • Updated dependencies

18.1.0

Minor Changes

18.0.0

Major Changes

17.0.0

Major Changes

16.0.3

Patch Changes

16.0.2

Patch Changes

16.0.1

Patch Changes

  • Updated dependencies

16.0.0

Major Changes

Patch Changes

  • Updated dependencies

15.4.0

Minor Changes

15.3.1

Patch Changes

  • Updated dependencies

15.3.0

Minor Changes

15.2.2

Patch Changes

15.2.1

Patch Changes

  • Updated dependencies

15.2.0

Minor Changes

Patch Changes

  • Updated dependencies

15.1.1

Patch Changes

  • Updated dependencies

15.1.0

Minor Changes

15.0.0

Major Changes

  • #170937, (opens new window) 2f502fec31157, (opens new window) - Migrated from @emotion/react to @compiled/react in order to improve performance, align with the rest of the Atlaskit techstack, and support React 18 Streaming SSR.

    Please note, in order to use this version of @atlaskit/logo, you will need to ensure that your bundler is configured to handle .css imports correctly. Most bundlers come with built-in support for .css imports, so you may not need to do anything. If you are using a different bundler, please refer to the documentation for that bundler to understand how to handle .css imports.

14.3.5

Patch Changes

14.3.4

Patch Changes

  • Updated dependencies

14.3.3

Patch Changes

  • Updated dependencies

14.3.2

Patch Changes

14.3.1

Patch Changes

  • Updated dependencies

14.3.0

Minor Changes

14.2.2

Patch Changes

14.2.1

Patch Changes

  • Updated dependencies

14.2.0

Minor Changes

  • #127511, (opens new window) db30e29344013, (opens new window) - Widening range of react and react-dom peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0 to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).

    This change has been done to enable usage of react@18.3 as well as to have a consistent peer dependency range for react and react-dom for /platform packages.

Patch Changes

  • Updated dependencies

14.1.1

Patch Changes

14.1.0

Minor Changes

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 from 13.17.0. This release also deletes a number of deprecated logos and props, and marks other logos as deprecated.

    Breaking changes:

    • iconGradientStart and iconGradientStop props have been removed from all Icon and Logo components. Updated logos do not support gradients.
    • Deprecated Wordmark components 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 appropriate Logo component.
    • Deleted deprecated logos:
      • HipchatLogo and HipChatIcon
      • StrideLogo and StrideIcon
      • JiraCoreLogo and JiraCoreIcon
      • JiraServiceDeskLogo and JiraServiceDeskIcon
      • OpsGenieLogo and OpsGenieIcon (old versions of OpsgenieLogo and OpsgenieIcon)

    Deprecations

    • AtlasLogo and AtlasIcon
    • AtlassianStartLogo
    • HalpLogo and HalpIcon
    • JiraSoftwareLogo and JiraSoftwareIcon - use JiraLogo and JiraIcon instead
    • JiraWorkManagementLogo and JiraWorkManagementIcon - use JiraLogo and JiraIcon instead

Patch Changes

  • Updated dependencies

13.17.0

Minor Changes

13.16.1

Patch Changes

13.16.0

Minor Changes

13.15.4

Patch Changes

13.15.3

Patch Changes

13.15.2

Patch Changes

13.15.1

Patch Changes

13.15.0

Minor Changes

13.14.9

Patch Changes

13.14.8

Patch Changes

13.14.7

Patch Changes

13.14.6

Patch Changes

13.14.5

Patch Changes

13.14.4

Patch Changes

13.14.3

Patch Changes

13.14.2

Patch Changes

13.14.1

Patch Changes

13.14.0

Minor Changes

Patch Changes

  • Updated dependencies

13.13.0

Minor Changes

13.12.1

Patch Changes

13.12.0

Minor Changes

13.11.2

Patch Changes

13.11.1

Patch Changes

13.11.0

Minor Changes

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

13.10.0

Minor Changes

13.9.1

Patch Changes

13.9.0

Minor Changes

Patch Changes

  • Updated dependencies

13.8.2

Patch Changes

13.8.1

Patch Changes

13.8.0

Minor Changes

  • #22642, (opens new window) c7c2083475d, (opens new window) - [ux] - Adds appearance prop that allows you to choose between three brand-approved appearances: brand, neutral and inverse. These will be based on design tokens and theme-responsive.
    • Deprecates the iconColor, iconGradientStart, iconGradientEnd and textColor props. They will still be supported in the immediate future but the goal is to shift usages towards using the appearance prop.

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, StrideWordmark
    • HipchatIcon, HipchatLogo, HipchatWordmark
    • JiraCoreIcon, JiraCoreLogo, JiraCoreWordmark (use JiraWorkManagement + Icon|Logo|Wordmark instead)
    • JiraServiceDeskIcon, JiraServiceDeskLogo, JiraServiceDeskWordmark (use JiraServiceManagement + Icon|Logo|Wordmark instead)
    • OpsGenieIcon, OpsGenieLogo, OpsGenieWordmark (use Opsgenie with a lowercase 'g' + Icon|Logo|Wordmark instead)

    We will also be removing the following deprecated exports from the @atlaskit/logo/constants entrypoint:

    • Props (use LogoProps instead)
    • DefaultProps (use defaultLogoParams instead)

    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 logo and select @atlaskit/logo: 13.6.0-rename-imports from 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 ./packages

    For a Flow codebase, you will want to use --parser babylon instead of --parser flow.

    Design System ESLint Plugin

    We've also updated @atlaskit/eslint-plugin-design-system to 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

13.5.5

Patch Changes

13.5.4

Patch Changes

13.5.3

Patch Changes

13.5.2

Patch Changes

13.5.1

Patch Changes

13.5.0

Minor Changes

Patch Changes

13.4.2

Patch Changes

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/logo

    Once upgraded, use the Atlaskit codemod-cli;

    npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]

    Or run npx @atlaskit/codemod-cli -h for more details on usage. For Atlassians, refer to this doc for more details on the codemod CLI.

  • Updated dependencies

13.4.0

Minor Changes

13.3.0

Minor Changes

  • #9756, (opens new window) c8afaa49d34, (opens new window) - Add OpsgenieIcon, OpsgenieLogo and OpsgenieWordmark in order to rename OpsGenie to Opsgenie, and deprecate the following logos:
    • JiraCoreIcon, JiraCoreLogo, JiraCoreWordmark
    • JiraServiceDeskIcon, JiraServiceDeskLogo, JiraServiceDeskWordmark
    • StrideIcon, StrideLogo, StrideWordmark
    • HipchatIcon, HipchatLogo, HipchatWordmark

Patch Changes

  • Updated dependencies

13.2.0

Minor Changes

13.1.2

Patch Changes

13.1.1

Patch Changes

13.1.0

Minor Changes

13.0.8

Patch Changes

13.0.7

Patch Changes

13.0.6

Patch Changes

13.0.5

Patch Changes

13.0.4

Patch Changes

13.0.3

Patch Changes

13.0.2

Patch Changes

13.0.1

Patch Changes

13.0.0

Major Changes

12.3.5

Patch Changes

12.3.4

Patch Changes

12.3.3

Patch Changes

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

12.3.0

Minor Changes

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

12.2.0

Minor Changes

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

12.1.6

Patch Changes

12.1.5

Patch Changes

12.1.4

Patch Changes

12.1.3

Patch Changes

12.1.2

Patch Changes

12.1.1

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

12.0.3

Patch Changes

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

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

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

    The major reason for doing this is to allow us to support multiple entry points in packages, e.g:

    import colors from `@atlaskit/theme/colors`;

    Previously this was sort of possible for consumers by doing something like:

    import colors from `@atlaskit/theme/dist/esm/colors`;

    This has a couple of issues. 1, it treats the file system as API making internal refactors harder, we have to worry about how consumers might be using things that aren't actually supposed to be used. 2. We are unable to do this internally in @atlaskit packages. This leads to lots of packages bundling all of theme, just to use a single color, especially in situations where tree shaking fails.

    To support being able to use multiple entrypoints internally, we unfortunately cannot have multiple distributions as they would need to have very different imports from of their own internal dependencies.

    ES Modules are widely supported by all modern bundlers and can be worked around in node environments.

    We may choose to revisit this solution in the future if we find any unintended condequences, but we see this as a pretty sane path forward which should lead to some major bundle size decreases, saner API's and simpler package architecture.

    Please reach out to #fabric-build (if in Atlassian) or create an issue in Design System Support, (opens new window) (for external) if you have any questions or queries about this.

9.2.7

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

9.2.2

9.2.1

9.2.0

9.1.0

9.0.4

9.0.3

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

9.0.0

8.1.3

8.1.2

8.1.1

8.1.0

8.0.1

8.0.0

7.0.1

7.0.0

6.2.2

6.2.1

6.2.0

6.1.2

6.1.1

6.1.0

6.0.7

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)

4.0.3 (2017-10-26)

4.0.2 (2017-10-22)

4.0.1 (2017-09-14)

4.0.0 (2017-09-11)

3.5.3 (2017-08-11)

3.5.2 (2017-07-27)

3.5.1 (2017-07-25)

3.2.0 (2017-07-17)

3.2.0 (2017-07-17)

3.1.0 (2017-06-08)

3.0.6 (2017-04-27)

3.0.5 (2017-04-26)

3.0.4 (2017-04-18)

3.0.3 (2017-03-23)

3.0.1 (2017-03-21)

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)

1.0.0 (2017-02-06)

1.0.0 (2017-02-06)

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