Skip to content

Latest commit

 

History

History
459 lines (344 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

459 lines (344 loc) · 10.9 KB

@leafygreen-ui/form-footer

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • 274d7e1a7: Removes prop-types from LeafyGreen UI

Patch Changes

4.0.0

Major Changes

  • 9ef03272: - Updates data-testid on <footer> from lg-form_footer-footer to lg-form_footer.
    • Adds primaryButtonProps. This prop is an object that accepts all Button props but variant is limited to primary and danger.
    • Prop primaryButton is marked as deprecated. Please transition to primaryButtonProps.
    • Removes cancelButtonText. Use cancelButtonProps and pass the children property.
      cancelButtonProps: {
        {
          children: 'hi';
        }
      }
    • Removes onCancel. Use cancelButtonProps and pass the onClick property.
      cancelButtonProps: {
        {
          onClick: () => {};
        }
      }
    • Removes backButtonText. Use backButtonProps and pass the children property.
      backButtonProps: {
        {
          children: 'hi';
        }
      }
    • Removes onBackClick. Use backButtonProps and pass the onClick property.
      backButtonProps: {
        {
          onClick: () => {};
        }
      }

Patch Changes

3.1.4

Patch Changes

3.1.3

Patch Changes

3.1.2

Patch Changes

3.1.1

Patch Changes

  • e487fb24: Renames story files from .story.tsx to .stories.tsx
  • Updated dependencies [e487fb24]

3.1.0

Minor Changes

  • 5a9bf08a: Adds cancelButtonProps and backButtonProps to FormFooter component for customizing buttons. Marks cancelButtonText, onCancel, backButtonText, and onBackClick props as deprecated. LG-3685

Patch Changes

3.0.16

Patch Changes

  • 9e7d74b0: Adds data-testids to subcomponents of FormFooter

3.0.15

Patch Changes

3.0.14

Patch Changes

3.0.13

Patch Changes

3.0.12

Patch Changes

3.0.11

Patch Changes

3.0.10

Patch Changes

3.0.9

Patch Changes

3.0.8

Patch Changes

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

3.0.7

Patch Changes

  • 63b2deb0b: Upgrade button to v20.1.1

3.0.6

Patch Changes

3.0.5

Patch Changes

3.0.4

Patch Changes

3.0.3

Patch Changes

3.0.2

Patch Changes

  • 64eee134d: TSDoc: Updates some exported TSDoc interfaces. Storybook: Updates story files.
  • Updated dependencies [64eee134d]
  • Updated dependencies [64eee134d]

3.0.1

Patch Changes

  • ed0e425e5: Adds polished as an explicit dependency
  • Updated dependencies [ed0e425e5]
  • Updated dependencies [4b4c2d27d]
  • Updated dependencies [1a335d0b2]
  • Updated dependencies [5e3959eb9]
  • Updated dependencies [ae5421cf6]

3.0.0

Patch Changes

2.0.1

Patch Changes

2.0.0

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • e39d8469: Updates FormFooter for dark mode brand refresh.

Patch Changes

0.10.3

Patch Changes

0.10.2

Patch Changes

  • 96d1ff9c: Updates to propTypes, TSDocs, and Storybook controls
  • Updated dependencies [fd2f6de0]
  • Updated dependencies [422dbfcd]
  • Updated dependencies [8d12b918]
  • Updated dependencies [86a7f3c3]

0.10.1

Patch Changes

  • 4904e7db: Updating dependency versions on form footer
  • Updated dependencies [3a14d852]

0.10.0

Minor Changes

  • ffd347c9: Cancel button is no longer displayed when the cancelButtonText prop is not set. Minor style updates.

Patch Changes