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

Package detail

@kalamazoo/icon-object

stevenselcuk36SEE LICENSE IN LICENSE1.0.2TypeScript support: included

A React package that contains object icons

atlaskit, ui

readme

changelog

@kalamazoo/icon-object

5.0.1

Patch Changes

5.0.0

Major Changes

  • [major]f9b5e24662:

    @kalamazoo/icon-file-type and @kalamazoo/icon-object have been converted to TypeScript to provide static typing. Flow types are no longer provided. No API or bahavioural changes.

4.0.10

Patch Changes

  • [patch]4dd459fc56:

    Dependency 'uuid' is unused in package.jon.

4.0.9

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

4.0.8

Patch Changes

4.0.7

Patch Changes

  • [patch]708028db86:

    Change all the imports to theme in Core to use multi entry points

4.0.6

Patch Changes

  • [patch]de35ce8c67:

    Updates component maintainers

4.0.5

Patch Changes

  • [patch]9885da7ac4:

    Adding missing Atlassian / ADG License.

4.0.4

Patch Changes

  • [patch]4615439434:

    index.ts will now be ignored when publishing to npm

4.0.3

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

4.0.1

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

3.0.8

3.0.7

3.0.6

  • [patch]98e11001ff:

    • Removes duplicate babel-runtime dependency

3.0.5

3.0.4

3.0.3

  • [patch]1d1f6d1:

    • Make icon glyphs not import metadata

3.0.2

3.0.1

3.0.0

  • [major]ab9b69c:

    • Remove onClick props as icon is only a presentational placeholder. Please wrap icon into a Button or a Link component.

2.0.1

2.0.0

  • [patch]29b160f:

    • Simplify the icons build process

    Icons no longer need a custom build step to be accurate on npm. This has come about by renaming the es5 folder to cjs. If you weren't reaching into our package's internals, you shouldn't notice.

  • [major]80304f0:

    NOTE Unless you are using the iconsInfo export, this change is not breaking.

    • Rename iconsInfo to metadata to more accurately reflect its role

    This change comes with rethinking what is exported from this object, which no longer includes copies of the icons. If you need to rely on the metadata to get the packages, each should be required by your own code.

    The icon-explorer has an example of how to do this.

  • Updated dependencies b29bec1:

1.0.4

  • [patch] Update to use babel-7 for build processes e7bb74d

1.0.3

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

1.0.2

  • [patch] Publish utils folder 272208b

1.0.1

  • [patch] icon-file-type and icon-object publish glyphs, svgs, and es5 instead of just dist 0823d35

1.0.0

  • [major] Release icon-object and icon-file-type 709b239