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

Package detail

@kalamazoo/avatar-group

stevenselcuk16Apache-2.01.0.2TypeScript support: included

A component to display avatars as a group, either as a stack or in a grid.

atlaskit, react, ui

readme

Avatar

The Avatars represent users that are collaborating within the same application. You can use an avatar for projects, repositories and spaces within the Atlassian applications.

changelog

@kalamazoo/avatar-group

5.0.2

Patch Changes

5.0.1

Patch Changes

  • [patch]35d2229b2a:

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

5.0.0

Major Changes

  • [major]40bda8f796:

    @kalamazoo/avatar-group has been converted to Typescript. Typescript consumers will now get static type safety. Flow types are no longer provided. No API or behavioural changes.

4.0.13

4.0.12

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

Patch Changes

4.0.10

Patch Changes

  • [patch]708028db86:

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

4.0.9

Patch Changes

  • [patch]de35ce8c67:

    Updates component maintainers

4.0.8

Patch Changes

  • [patch]10d566fe8d:

    Removed unused dependencies from package.json for avatar-group: @kalamazoo/tooltip was unused.

4.0.7

4.0.6

4.0.5

Patch Changes

  • [patch]4615439434:

    index.ts will now be ignored when publishing to npm

4.0.4

4.0.3

4.0.2

4.0.1

  • [patch]21854842b5:

    • Clean couple of TODO's that were already done

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

3.0.3

3.0.2

  • [patch]ea173a3ee2:

    • Internal changes only. Component is now SSR compatible. If server side rendered, Avatar Images will begin to load immediately; before client bundle is ready. If this is undesired, imageUrl can be passed in after component is mounted.

3.0.1

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

2.1.12

  • [patch]3a9b559382:

    • Stopping href from being passed down to Avatar in DropdownMenu rendered in AvatarGroup

2.1.11

  • [patch]ed05c5c5d9:

    • Change border color of avatar in avatar group dropdown menu to transparent so that it does not overlap with focus ring

2.1.10

2.1.9

2.1.8

2.1.7

2.1.6

2.1.5

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

2.1.4

  • [patch] Adds new theming API to Avatar and AvatarItem components 79dd93f

2.1.3

2.1.1

2.1.0

  • [minor] Added prop moreButtonProps to allow modification of the group's MoreButton 6efa808

2.0.8

2.0.7

2.0.6

2.0.5

  • [patch] Clean up changelog 5b5bd8e

2.0.4

2.0.3

2.0.2

  • [patch] Update dev dependencies and docs d0e13b7

2.0.1

2.0.0

1.0.2

1.0.1

  • [patch] Small avatar-group docs improvements a54f6ea

1.0.0