Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

71 lines (46 loc) · 1.54 KB

@leafygreen-ui/chip

1.2.1

Patch Changes

  • e7bc12814: Adds more thorough test coverage for disabled inputs

1.2.0

Minor Changes

  • 3f52c844b: - Adds optional glyph prop. The glyph will appear to the left of the chip text.

    <Chip label="chip" glyph={<Icon glyph="Wizard" />} />
    • Decrease left and right padding from 6px to 4px.

1.1.0

Minor Changes

  • 5d03e71a0: Updates dismiss button to include type="button" so that component dismissal does not submit forms

Patch Changes

1.0.3

Patch Changes

  • c86227a6: Updates Storybook argTypes for mongodb.design

1.0.2

Patch Changes

1.0.1

Patch Changes

  • 7c6166f9: Bumps lib dependency
  • Updated dependencies [74057388]

1.0.0

Major Changes

  • 9a728c7b: First major release of Chip.