Skip to content

Latest commit

 

History

History
609 lines (486 loc) · 15.9 KB

CHANGELOG.md

File metadata and controls

609 lines (486 loc) · 15.9 KB

@leafygreen-ui/guide-cue

7.0.2

Patch Changes

7.0.1

Patch Changes

7.0.0

Major Changes

  • 274d7e1a7: Removes prop-types from LeafyGreen UI

Patch Changes

6.0.0

Major Changes

  • 04bb887c0: LG-4121: GuideCue renders beacon and tooltip using popover API. As a result, the following props are removed:

    • popoverZIndex
    • portalClassName
    • portalContainer
    • portalRef
    • scrollContainer

    Migration guide

    Use popover-v12 codemod for migration assistance.

    Old
    <GuideCue popoverZIndex={9999} />
    <GuideCue portalContainer={containerRef} scrollContainer={containerRef} />
    New
    <GuideCue />
    <GuideCue />

Patch Changes

5.1.0

Minor Changes

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

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

    LG-3988

Patch Changes

5.0.8

Patch Changes

5.0.7

Patch Changes

5.0.6

Patch Changes

5.0.5

Patch Changes

5.0.4

Patch Changes

5.0.3

Patch Changes

5.0.2

Patch Changes

5.0.1

Patch Changes

5.0.0

Major Changes

  • 4fcf2e94: Downgrades focus-trap-react package to ^9.0.2 so that tests still pass without requiring the use of the fallbackFocus option on the <FocusTrap> component.

    Refactors multi-step guideCue so that the tooltip no longer uses a portal, as React 18 displays the tooltip in the wrong position when the viewport changes.

Patch Changes

4.0.12

Patch Changes

4.0.11

Patch Changes

4.0.10

Patch Changes

4.0.9

Patch Changes

4.0.8

Patch Changes

  • 76161cf0: Minor fixes to stories
  • 76161cf0: Updates devDependencies
  • 76161cf0: Updates stories for Chromatic testing
  • 76161cf0: update types for TooltipAlign and TooltipJustify and switched to const exports
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]
  • Updated dependencies [735342e9]
  • Updated dependencies [76161cf0]
  • Updated dependencies [95f5107a]
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]
  • Updated dependencies [76161cf0]

4.0.7

Patch Changes

4.0.6

Patch Changes

4.0.5

Patch Changes

4.0.4

Patch Changes

  • 32b3d3146: Bumps to use new useIdAllocator hook
  • 1e5dc3e33: Updates required props.
  • 8ece56980: Removes the multi-step tooltip as a child of Popover and place it outside of Popover as a sibling.
  • Updated dependencies [32b3d3146]
  • Updated dependencies [8ece56980]
  • Updated dependencies [83fc5b31b]
  • Updated dependencies [9bcf8b925]
  • Updated dependencies [8ece56980]
  • Updated dependencies [32b3d3146]
  • Updated dependencies [73cbbd02c]

4.0.3

Patch Changes

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • 3a77f3ff7: Remove TooltipContent export from index.ts

Patch Changes

3.0.1

Patch Changes

3.0.0

Patch Changes

2.0.1

Patch Changes

2.0.0

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • dafe6be8: Release GuideCue as v1

Patch Changes