react-copy-to-clipboard

Copy-to-clipboard React component

MIT License

Downloads
5.1M
Stars
2.3K
Committers
18
react-copy-to-clipboard - Latest Release

Published by nkbt over 2 years ago

Minor:

  • Added React 18 peer dependency

Chore:

  • Update example code to use React 18 / Strict mode
  • Switch to Yarn v3
  • Upgrade all the dev dependencies to the most recent versions
react-copy-to-clipboard -

Published by nkbt over 2 years ago

  • Added jinno reference to the README
react-copy-to-clipboard -

Published by nkbt almost 4 years ago

Fixed:

  • #150 Add React v17 peer dependency @arnabsen
  • #4262bd0b Upgrade to the latest copy-to-clipboard
react-copy-to-clipboard -

Published by nkbt almost 5 years ago

Chore

  • #124 Upgrade dev dependencies and build
react-copy-to-clipboard - v5.0.0

Published by nkbt over 7 years ago

Breaking

  • Dropped support for React older then 15.3

PRs

  • #64 @nkbt ES6-Classes
react-copy-to-clipboard - v4.3.1

Published by nkbt over 7 years ago

Make compatible with new React

  • #61 @nkbt Update-node
  • #60 @nkbt Remove-duplicate-dev-dependency
  • #59 @nkbt Update-examples-too
  • #58 @Dilatorily Fix deprecation warnings
react-copy-to-clipboard - v4.3.0

Published by nkbt over 7 years ago

#53 Add copy result (true/false) to onCopy callback

react-copy-to-clipboard -

Published by nkbt about 8 years ago

Updated copy-to-clipboard, fixes #42

react-copy-to-clipboard -

Published by nkbt over 8 years ago

Republished so pre-built script has the most recent toggle-selection

react-copy-to-clipboard -

Published by nkbt over 8 years ago

ADD: Support copy-to-clipboard options #28

react-copy-to-clipboard -

Published by nkbt over 8 years ago

FIX: Should not override child's onClick prop #27

react-copy-to-clipboard -

Published by nkbt over 8 years ago

FIX: Update dependencies and fix #20

react-copy-to-clipboard -

Published by nkbt over 8 years ago

Support React@15

react-copy-to-clipboard -

Published by nkbt almost 9 years ago

Deprecate React 0.13, only React 0.14 supported now.
New way of Bower install

react-copy-to-clipboard -

Published by nkbt about 9 years ago

Go back to wrapper-component, no <button> rendered anymore

react-copy-to-clipboard -

Published by nkbt about 9 years ago

react-copy-to-clipboard -

Published by nkbt about 9 years ago

Add Gitter chat badge

react-copy-to-clipboard -

Published by nkbt about 9 years ago

Breaking changes: CopyToClipboard now renders <button> but passes all attributes and children to it. See #5 for details.

react-copy-to-clipboard -

Published by nkbt about 9 years ago

Add React 0.14-beta support