Skip to content

Latest commit

 

History

History
366 lines (281 loc) · 9.42 KB

CHANGELOG.md

File metadata and controls

366 lines (281 loc) · 9.42 KB

@leafygreen-ui/split-button

4.0.0

Major Changes

  • f5d842764: Update types to reflect what is actually being passed through to the underlying Menu
  • 274d7e1a7: Removes prop-types from LeafyGreen UI

Patch Changes

3.0.1

Patch Changes

  • 5f9185bee: Fix passing renderDarkMenu to the underlying Menu
  • 4245d16d1: Fix using SplitButton as a managed component by calling the setOpen function passed as prop when clicking the trigger.

3.0.0

Major Changes

  • 04bb887c0: LG-4121: Replaces usePortal prop with renderMode prop with values of 'inline', 'portal', and 'top-layer'. renderMode="inline" and renderMode="portal" are deprecated, and all popover elements should migrate to using the top layer.

    See @leafygreen-ui/menu package 26.0.0 changelog for more info.

    Migration guide

    Use popover-v12 codemod for migration assistance.

    Old
    <SplitButton popoverZIndex={9999} usePortal={false} />
    <SplitButton portalClassName="portal-class" usePortal />
    New
    <SplitButton popoverZIndex={9999} renderMode="inline" />
    <SplitButton portalClassName="portal-class" renderMode="portal" />

Patch Changes

2.0.0

Major Changes

  • 08112c810: LG-4630: Apply highlight to first menu item only when opened with keyboard

Patch Changes

1.1.3

Patch Changes

  • e7bc12814: Adds more thorough test coverage for disabled inputs
  • Updated dependencies [c1b8b633b]
  • Updated dependencies [af96e3967]
  • Updated dependencies [fe2483937]

1.1.2

Patch Changes

  • cfa830701: Updates Menu. Resolves failing tests due to Menu update
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]
  • Updated dependencies [cfa830701]

1.1.1

Patch Changes

1.1.0

Minor Changes

  • 02e1d77e: Expose portalRef in components that use Popover:

    • Combobox
    • DatePicker
    • GuideCue
    • Menu
    • NumberInput
    • Select
    • SplitButton
    • Tooltip

    LG-3988

Patch Changes

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • 0cd471676: First major release of SplitButton

Patch Changes