Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@kalamazoo/logo

stevenselcuk35Apache-2.01.0.2TypeScript support: included

A React component that highlights status for quick recognition

readme

Logo

This package contains the Atlassian logo and a range of product logos as components which render an SVG.

Installation

yarn add @kalamazoo/logo

Usage

Detailed docs and example usage can be found here.

changelog

@kalamazoo/logo

12.3.0

Minor Changes

12.2.2

Patch Changes

  • [patch]30acc30979:

    @kalamazoo/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:

    Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.

12.2.0

Minor Changes

12.1.8

Patch Changes

  • [patch]097b696613:

    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

  • [patch]de35ce8c67:

    Updates component maintainers

12.1.5

Patch Changes

12.1.4

Patch Changes

  • [patch]f34776be97:

    Type definition files are now referenced in package.json

12.1.3

Patch Changes

  • [patch]bbff8a7d87:

    Fixes bug, missing version.json file

12.1.2

Patch Changes

  • [patch]18dfac7332:

    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 or this page for further details

12.1.1

12.1.0

Minor Changes

  • [minor]b81d931ee3:

    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:

    index.ts will now be ignored when publishing to npm

12.0.3

Patch Changes

  • [patch]94fc3757b8:

    Update the Statuspage icon + logo

12.0.2

  • [patch]b0ef06c685:

    • 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:

    • @kalamazoo/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:

    • 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

10.0.3

10.0.2

  • [patch]e04a402953:

    • Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.

10.0.1

10.0.0

  • [major]76299208e6:

    • 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 `@kalamazoo/theme/colors`;

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

    import colors from `@kalamazoo/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 (for external) if you have any questions or queries about this.

9.2.7

9.2.6

9.2.5

9.2.4

9.2.3

  • [patch] Adds missing implicit @babel/runtime dependency b71751b

9.2.2

9.2.1

  • [patch] Pulling the shared styles from @kalamazoo/theme and removed dependency on util-shraed-styles 7d51a09

9.2.0

  • [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future 7e83442
  • [minor] Make label required, but provide sane defaults 12839d4

9.1.0

  • [minor] Update product logos alignment issues 6bbf9a9

9.0.4

9.0.3

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

  • [major] Bump to React 16.3. 4251858

6.2.2

  • [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake c3b018a

6.2.1

  • [patch] Re-releasing due to potentially broken babel release 9ed0bba

6.2.0

  • [minor] Update styled-components dependency to support versions 1.4.6 - 3 ceccf30

6.1.2

6.1.1

  • [patch] Packages Flow types for elements components 3111e74

6.1.0

  • [minor] Add React 16 support. 12ea6e4

6.0.7

  • [patch] Fix inherited color logo gradient changes not working in chrome 694c59f

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)
  • breaking; Logo sizes changed, children no longer accepted (7173d81)
  • breaking; refactoring Logo component to fix numerous bugs (7173d81)

4.0.3 (2017-10-26)

  • bug fix; fix to rebuild stories (793b2a7)

4.0.2 (2017-10-22)

  • bug fix; update styled-components dep and react peerDep (6a67bf8)

4.0.1 (2017-09-14)

  • bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479) (60d8aca)

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)
  • breaking; new and updated company and product logos (c4db7fc)

3.5.3 (2017-08-11)

  • bug fix; fix the theme-dependency (db90333)

3.5.2 (2017-07-27)

  • fix; rename jsnext:main to jsnext:experimental:main temporarily (c7508e0)

3.5.1 (2017-07-25)

  • fix; use class transform in loose mode in babel to improve load performance in apps (fde719a)

3.2.0 (2017-07-17)

  • fix; rerelease, failed prepublish scripts (5fd82f8)

3.2.0 (2017-07-17)

  • feature; added ES module builds to dist and add jsnext:main to most ADG packages (ea76507)

3.1.0 (2017-06-08)

  • fix; add prop-types as a dependency to avoid React 15.x warnings (92598eb)
  • feature; Convert logo to styled-components updated internal structure (ec91404)

3.0.6 (2017-04-27)

  • fix; update legal copy to be more clear. Not all modules include ADG license. (f3a945e)

3.0.5 (2017-04-26)

  • fix; update legal copy and fix broken links for component README on npm. New contribution and (0b3e454)

3.0.4 (2017-04-18)

  • fix; update logo readme to use new readme component (491d789)

3.0.3 (2017-03-23)

  • fix; Empty commit to release the component (49c08ee)

3.0.1 (2017-03-21)

  • fix; maintainers for all the packages were added (261d00a)

3.0.0 (2017-03-06)

  • feature; text-only logo mode without icon (b989245)
  • 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)

1.0.0 (2017-02-06)

  • fix; fix logo to have public access (5a41e37)

1.0.0 (2017-02-06)

  • feature; Add more product logos (e84ae80)
  • feature; Adjust width of collapsed logo (99fa4a5)