react-use-clipboard
Advanced tools
Comparing version 1.0.7 to 1.0.8
# react-use-clipboard | ||
## 1.0.8 | ||
### Patch Changes | ||
- d6dd031: Indicate support for React 18 in the `peerDependencies` | ||
## 1.0.7 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "react-use-clipboard", | ||
"description": "React hook that provides copy to clipboard functionality.", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"author": "Daniel O'Connor <daniel@danoc.me>", | ||
@@ -45,4 +45,4 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17", | ||
"react-dom": "^16.8.0 || ^17" | ||
"react": "^16.8.0 || ^17 || ^18", | ||
"react-dom": "^16.8.0 || ^17 || ^18" | ||
}, | ||
@@ -49,0 +49,0 @@ "publishConfig": { |
@@ -12,11 +12,9 @@ # 📋 react-use-clipboard | ||
```bash | ||
npm install react-use-clipboard --save-exact | ||
npm install react-use-clipboard | ||
``` | ||
```bash | ||
yarn add react-use-clipboard --exact | ||
yarn add react-use-clipboard | ||
``` | ||
We encourage pinning the version number until `react-use-clipboard` reaches `1.0.0`. We may ship breaking changes in `0.x.x` versions. | ||
## Usage | ||
@@ -23,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13008
57