Skip to content

Latest commit

 

History

History
504 lines (356 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

504 lines (356 loc) · 11.7 KB

@leafygreen-ui/inline-definition

8.0.2

Patch Changes

8.0.1

Patch Changes

8.0.0

Major Changes

  • 274d7e1a7: Removes prop-types from LeafyGreen UI

Patch Changes

7.0.0

Major Changes

  • 04bb887c0: LG-4121: InlineDefinition renders tooltip in the top layer using popover API. As a result, the following props are removed:

    • popoverZIndex
    • portalClassName
    • portalContainer
    • portalRef
    • scrollContainer
    • usePortal

    Additional changes include:

    • Deprecates and removes justify="fit". Instead, use justify="middle"
    • Opens tooltip immediately on hover instead of default 500ms delay
    • Reorganizes file structure

    Migration guide

    Use popover-v12 codemod for migration assistance.

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

Patch Changes

6.0.15

Patch Changes

6.0.14

Patch Changes

  • f24a2254: Component story no longer renders with a H2 and is accordance with design guidelines
  • Updated dependencies [783add80]

6.0.13

Patch Changes

6.0.12

Patch Changes

6.0.11

Patch Changes

6.0.10

Patch Changes

6.0.9

Patch Changes

6.0.8

Patch Changes

6.0.7

Patch Changes

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

6.0.6

Patch Changes

  • d2ce54e2f: Updates story files for Storybook 7.x
  • d2ce54e2f: Exports primary component props
  • Updated dependencies [d2ce54e2f]
  • Updated dependencies [d2ce54e2f]
  • Updated dependencies [0cd471676]

6.0.5

Patch Changes

  • Updated dependencies [32b3d3146]
  • Updated dependencies [8ece56980]
  • Updated dependencies [73cbbd02c]

6.0.4

Patch Changes

6.0.3

Patch Changes

6.0.2

Patch Changes

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

6.0.1

Patch Changes

  • b7f7a4c95: Updates package dependencies & devDependencies, and ensures each package is appropriately listed. Ensures tsconfig has no circular dependencies
  • Updated dependencies [b7f7a4c95]

6.0.0

Patch Changes

5.0.1

Patch Changes

5.0.0

Patch Changes

4.1.1

Patch Changes

4.1.0

Minor Changes

  • 3690df49: Updates TypeScript annotations, type structures and export format of some components

Patch Changes

4.0.2

Patch Changes

4.0.1

Patch Changes

4.0.0

Major Changes

  • f0a357e2: Updates inline-definition for dark mode refresh and remove the white outline from the focus states.

Patch Changes

3.0.2

Patch Changes

  • 96d1ff9c: Updates to propTypes, TSDocs, and Storybook controls
  • Updated dependencies [6a89bc29]
  • Updated dependencies [fd2f6de0]
  • Updated dependencies [96d1ff9c]
  • Updated dependencies [422dbfcd]
  • Updated dependencies [9ff90d4b]

3.0.1

Patch Changes

  • Updated dependencies [ba4aab15]
  • Updated dependencies [2cf1bc4a]
  • Updated dependencies [679b6239]
  • Updated dependencies [f3aad7e2]

3.0.0

Major Changes

  • 614be76: - Updates InlineDefinition according to visual design refresh

Minor Changes

  • 614be76: Adds a passthrough tooltipClassName prop to InlineDefinition

Patch Changes

2.0.6

Patch Changes

2.0.5

Patch Changes

2.0.4

Patch Changes

2.0.3

Patch Changes

2.0.2

Patch Changes

2.0.1

Patch Changes

2.0.0

Major Changes

  • 0267bfd2: The underlying structure of distributed module definition files have changed and now have official support for ES modules. Module definition files are now generated using Rollup instead of Webpack. This should not affect functionality, but some thorough testing and caution should be exercised when upgrading.

Patch Changes

1.0.3

Patch Changes

  • 0dc3907e: Updates definition to support React.ReactNode not just string
  • Updated dependencies [001a277f]
  • Updated dependencies [d0dac1a0]

1.0.2

Patch Changes

1.0.1

Patch Changes

  • 2016e52e: Fixes distributed bundle definition

1.0.0

Major Changes

  • 3fed752e: Initial release of InlineDefinition component

Patch Changes

  • Updated dependencies [3fed752e]
  • Updated dependencies [6ab659c8]
  • Updated dependencies [3fed752e]
  • Updated dependencies [eda10121]
  • Updated dependencies [6883ccd0]
  • Updated dependencies [d5d40791]