Skip to content

Releases: mongodb/leafygreen-ui

@leafygreen-ui/[email protected]

10 Aug 21:25
1bcadef
Compare
Choose a tag to compare

Patch Changes

  • c11bbc2: Fixes problem with ts-docs not being available in bundle.

@leafygreen-ui/[email protected]

10 Aug 18:29
854564b
Compare
Choose a tag to compare

Patch Changes

  • c15ee2a: Fixes missing documentation file

@leafygreen-ui/[email protected]

10 Aug 21:25
1bcadef
Compare
Choose a tag to compare

Patch Changes

@leafygreen-ui/[email protected]

10 Aug 18:29
854564b
Compare
Choose a tag to compare

Patch Changes

@leafygreen-ui/[email protected]

10 Aug 21:25
1bcadef
Compare
Choose a tag to compare

Patch Changes

@leafygreen-ui/[email protected]

10 Aug 18:29
854564b
Compare
Choose a tag to compare

Patch Changes

@leafygreen-ui/[email protected]

10 Aug 21:25
1bcadef
Compare
Choose a tag to compare

Patch Changes

@leafygreen-ui/[email protected]

10 Aug 18:29
854564b
Compare
Choose a tag to compare

Patch Changes

@lg-tools/[email protected]

07 Aug 16:50
1fa031f
Compare
Choose a tag to compare

Minor Changes

  • 34cfcdf: Updates storybook package to be a Storybook addon.

    Usage

    1. Install
    > yarn add @lg-tools/storybook@latest
    1. Add to ./storybook/main.ts
    export default {
      addons: ['@lg-tools/storybook'],
      framework: {
        name: '@storybook/react-webpack5',
        options: {
          fastRefresh: true,
          strictMode: true,
        },
      },
    };
    • There is no need for a manager.ts, preview.ts, or *-head.html file, unless you need to extend the defaults in this addon

@lg-tools/[email protected]

04 Aug 23:23
00dc600
Compare
Choose a tag to compare

Patch Changes