Skip to content

Latest commit

 

History

History
825 lines (627 loc) · 20.1 KB

CHANGELOG.md

File metadata and controls

825 lines (627 loc) · 20.1 KB

@leafygreen-ui/copyable

10.0.5

Patch Changes

10.0.4

Patch Changes

10.0.3

Patch Changes

10.0.2

Patch Changes

10.0.1

Patch Changes

10.0.0

Major Changes

  • 274d7e1a7: Removes prop-types from LeafyGreen UI

Patch Changes

9.0.0

Major Changes

  • 04bb887c0: LG-4121: Copyable renders tooltip in the top layer using popover API. As a result, the shouldTooltipUsePortal prop is removed

    Migration guide

    Use popover-v12 codemod for migration assistance.

    Old
    <Copyable shouldTooltipUsePortal={false} />
    <Copyable shouldTooltipUsePortal />
    New
    <Copyable />
    <Copyable />

Patch Changes

8.1.0

Minor Changes

  • 5cd674753: Exposes onCopy callback so that consuming applications can respond to successful clipboard events

Patch Changes

8.0.25

Patch Changes

8.0.24

Patch Changes

8.0.23

Patch Changes

8.0.22

Patch Changes

8.0.21

Patch Changes

8.0.20

Patch Changes

8.0.19

Patch Changes

8.0.18

Patch Changes

8.0.17

Patch Changes

8.0.16

Patch Changes

8.0.15

Patch Changes

8.0.14

Patch Changes

8.0.13

Patch Changes

8.0.12

Patch Changes

8.0.11

Patch Changes

  • 63b2deb0b: Upgrade button to v20.1.1
  • Updated dependencies [63b2deb0b]

8.0.10

Patch Changes

8.0.9

Patch Changes

  • a3a52e131: Bumps to use new useIdAllocator hook
  • Updated dependencies [614f7617d]
  • Updated dependencies [a3a52e131]
  • Updated dependencies [614f7617d]
  • Updated dependencies [a3a52e131]

8.0.8

Patch Changes

8.0.7

Patch Changes

8.0.6

Patch Changes

8.0.5

Patch Changes

8.0.4

Patch Changes

8.0.3

Patch Changes

  • f952172c1: Migrates internal directory structure of Copyable componenet
  • Updated dependencies [d8c589d35]
  • Updated dependencies [703db871f]
  • Updated dependencies [c7f7fff56]

8.0.2

Patch Changes

8.0.1

Patch Changes

  • ed0e425e5: Adds polished as an explicit dependency
  • ae5421cf6: Updates components to use internal transition tokens
  • Updated dependencies [ae5421cf6]
  • Updated dependencies [ed0e425e5]
  • Updated dependencies [4b4c2d27d]
  • Updated dependencies [6a266b813]
  • Updated dependencies [1a335d0b2]
  • Updated dependencies [ba97d1ef7]
  • Updated dependencies [ae5421cf6]

8.0.0

Patch Changes

7.0.1

Patch Changes

7.0.0

Patch Changes

6.0.3

Patch Changes

6.0.2

Patch Changes

6.0.1

Patch Changes

6.0.0

Major Changes

  • 5aba12f1: - Updates Copyable for dark mode brand refresh
    • Consuming darkMode from the LeafyGreenProvider if the darkMode prop is not set.
    • Label and Description font sizes will change based on the size prop.

Patch Changes

5.0.0

Patch Changes

4.0.2

Patch Changes

4.0.1

Patch Changes

  • 96d1ff9c: Updates to propTypes, TSDocs, and Storybook controls
  • Updated dependencies [6a89bc29]
  • Updated dependencies [fd2f6de0]
  • Updated dependencies [6792bc44]
  • Updated dependencies [96d1ff9c]
  • Updated dependencies [9ff90d4b]
  • Updated dependencies [8d12b918]
  • Updated dependencies [86a7f3c3]

4.0.0

Major Changes

Patch Changes

3.0.0

Major Changes

  • ab1fd9e: Updates Copyable for visual brand refresh

Patch Changes

2.0.11

Patch Changes

2.0.10

Patch Changes

  • a03b83d3: Exposes a shouldTooltipUsePortal prop on Copyable, to control whether the "Copied!" Tooltip is rendered as a direct DOM child, or within a portal, in order to support usage within a Modal

2.0.9

Patch Changes

2.0.8

Patch Changes

2.0.7

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

  • b5e98393: Sets top and bottom border-radius to 4px from 0px

2.0.0

Major Changes

  • 8b0ea602: Form-compatible components now display more visually consistent hover and focus states

Patch Changes

1.0.0

Major Changes

  • a6060b21: Initial release of Copyable component

Patch Changes

  • Updated dependencies [10bdc295]
  • Updated dependencies [374430ea]
  • Updated dependencies [c18f16e6]
  • Updated dependencies [fe861d52]
  • Updated dependencies [7359e552]
  • Updated dependencies [c9a0d89f]
  • Updated dependencies [aab4e65b]