solodynamo / react-c2c

Performant , lightweight and dependency free render prop loving copy 2 clipboard component.
https://solodynamo.github.io/react-c2c/
MIT License
62 stars 7 forks source link

Updating codesandbox example #7

Closed solodynamo closed 6 years ago

solodynamo commented 6 years ago
solodynamo commented 6 years ago

@newyork-anthonyng interested in picking this up as initial example was provided by you.

newyork-anthonyng commented 6 years ago

@solodynamo Have you published the new version to npm? npm is showing the latest version as 0.0.5.

Also, is this a breaking change? I see that you bumped up the version in the package.json to 0.1.0. If we are following semver, we might want to bump it to 1.0.0.

solodynamo commented 6 years ago

@newyork-anthonyng No i haven't yet , Nice catch as it is indeed a breaking change in API. I will publish it by today evening with version 1.0.0

Update: published 1.0.0 (https://www.npmjs.com/package/react-c2c)

newyork-anthonyng commented 6 years ago

@solodynamo I updated the CodeSandbox example that is on the README.md.