Skip to content

Latest commit

 

History

History
432 lines (292 loc) · 10 KB

CHANGELOG.md

File metadata and controls

432 lines (292 loc) · 10 KB

@leafygreen-ui/card

11.0.0

Major Changes

  • 667496f83: Updates Card component to leverage @leafygreen-ui/polymorphic rather than deprecated Box component for handling polymorphic behavior

Patch Changes

10.0.7

Patch Changes

10.0.6

Patch Changes

10.0.5

Patch Changes

10.0.4

Patch Changes

10.0.3

Patch Changes

10.0.2

Patch Changes

10.0.1

Patch Changes

10.0.0

Major Changes

  • 84c700b9: Wraps component in React.forwardRef

9.0.9

Patch Changes

  • 76161cf0: Updates stories for Chromatic testing
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]

9.0.8

Patch Changes

9.0.7

Patch Changes

9.0.6

Patch Changes

9.0.5

Patch Changes

  • bf2fedf6d: Version bumps lib
  • Updated dependencies [bf2fedf6d]

9.0.4

Patch Changes

9.0.3

Patch Changes

  • 737691760: Reorganizes files internally to match new Design Systems style guide

9.0.2

Patch Changes

  • 38181cc1d: Update to consume darkMode from useDarkMode. Some components were setting darkMode = false as a default which would override the default value provided by the LeafyGreenProvider.

9.0.1

Patch Changes

  • ed0e425e5: Adds polished as an explicit dependency
  • ae5421cf6: Updates components to use internal transition tokens
  • Updated dependencies [ae5421cf6]

9.0.0

Patch Changes

8.0.1

Patch Changes

8.0.0

Patch Changes

  • Updated dependencies [e399f1b9]
  • Updated dependencies [e399f1b9]

7.1.1

Patch Changes

7.1.0

Minor Changes

  • 3690df49: Updates TypeScript annotations, type structures and export format of some components

Patch Changes

7.0.1

Patch Changes

7.0.0

Major Changes

  • 5aba12f1: - Updates 'Card' for dark mode brand refresh.
    • Consumes darkMode from the LeafyGreenProvider if the darkMode prop is not set.

6.0.1

Patch Changes

  • fd2f6de0: Updates to TSDocs, PropTypes, and Storybook files
  • 96d1ff9c: Updates to propTypes, TSDocs, and Storybook controls
  • Updated dependencies [6a89bc29]
  • Updated dependencies [fd2f6de0]
  • Updated dependencies [96d1ff9c]
  • Updated dependencies [422dbfcd]
  • Updated dependencies [9ff90d4b]

6.0.0

Major Changes

  • ab1fd9e: Updates Card component for Visual brand Refresh. This includes adding a default 24px padding inside the card. Override this with className

Patch Changes

5.1.4

Patch Changes

  • 70f3c2c: Update focus ring color and animation timing to match other leafygreen components

5.1.3

Patch Changes

5.1.2

Patch Changes

5.1.1

Patch Changes

5.1.0

Minor Changes

  • 7ba9f4a8: Adds darkMode prop to component

5.0.2

Patch Changes

  • 374430ea: Updates string color value to reference the same color from uiColors palette
  • Updated dependencies [c9a0d89f]
  • Updated dependencies [9ee1d5fc]

5.0.1

Patch Changes

5.0.0

Major Changes

  • 0267bfd2: The underlying structure of distributed module definition files have changed and now have official support for ES modules. Module definition files are now generated using Rollup instead of Webpack. This should not affect functionality, but some thorough testing and caution should be exercised when upgrading.

Patch Changes

4.1.0

Minor Changes

  • 1c00364: Shadow and border radius have been tweaked a bit. Hover style now only appears when the card is clickable. A focus state was added which is also only active when the card is clickable. A new prop was added which allows specifying that that the rendered component is clickable.

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • eba8391: Renames component prop to as

Patch Changes

3.0.0

Major Changes

  • 208d881: Refactors Card component to be a styled wrapper for Box

Patch Changes

2.0.0

Major Changes

  • 464c09d: Introduces SSR compatibility though a change to our build process and files

Patch Changes

1.0.5

Patch Changes

  • eb49b56: Fixes a TypeScript issue with the typing of rest parameters in Card