react-spinners
Advanced tools
Comparing version 0.10.1 to 0.10.2
@@ -5,4 +5,10 @@ # Change Log | ||
## 0.10.2 | ||
- **bugfix**: the tsconfig compiler option was not overriding properly, so the outputted files are es2015 (with import syntax) vs commonjs (with require syntax. This could cause similar issues like [#74](https://github.com/davidhu2000/react-spinners/issues/74). | ||
## 0.10.1 | ||
**Note: this release has a critical issue and was deprecated. Please update to 0.10.2 or higher.** | ||
- Update README using react hooks. Move react class example under a summary tag. | ||
@@ -12,2 +18,4 @@ | ||
**Note: this release has a critical issue and was deprecated. Please update to 0.10.2 or higher.** | ||
- update `div` to `span` to fix `<div> cannot appear as a descendant of <p>` per [#159](https://github.com/davidhu2000/react-spinners/issues/159). [PR #325](https://github.com/davidhu2000/react-spinners/pull/325) | ||
@@ -14,0 +22,0 @@ - Using [lodash-es](https://github.com/lodash/lodash/blob/4.17.20-es/package.json#L10-L14) as a reference, added `type: module` to `package.json` as an attempt to implement tree shaking via [PR #327](https://github.com/davidhu2000/react-spinners/pull/327). |
{ | ||
"name": "react-spinners", | ||
"version": "0.10.1", | ||
"version": "0.10.2", | ||
"description": "A collection of react loading spinners", | ||
@@ -5,0 +5,0 @@ "repository": { |
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"module": "commonjs" | ||
}, | ||
"exclude": ["docs/*", "webpack.config.*", "*.js", "__tests__", "examples"] | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
169181
2412