react-responsive-pagination
Advanced tools
Comparing version 2.4.4-beta.2 to 2.4.4
# React Responsive Pagination Changelog | ||
## [2.4.4-beta.2](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.4-beta.1...v2.4.4-beta.2) (2024-04-28) | ||
## [2.4.4](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.3...v2.4.4) (2024-04-28) | ||
@@ -10,9 +10,2 @@ | ||
## [2.4.4-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.3...v2.4.4-beta.1) (2024-04-25) | ||
### Bug Fixes | ||
* Package updates ([a715af8](https://github.com/jonelantha/react-responsive-pagination/commit/a715af88ae6ca7cb1a83d58ab39d08dc135aee27)) | ||
## [2.4.3](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.2...v2.4.3) (2024-04-05) | ||
@@ -19,0 +12,0 @@ |
@@ -34,3 +34,1 @@ import React, { ReactNode } from 'react'; | ||
}; | ||
export declare function getRenderCount(): number; | ||
export declare function resetRenderCount(): void; |
@@ -114,8 +114,1 @@ import React, { memo, useEffect } from 'react'; | ||
} | ||
let renderCount = 0; | ||
export function getRenderCount() { | ||
return renderCount; | ||
} | ||
export function resetRenderCount() { | ||
renderCount = 0; | ||
} |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "2.4.4-beta.2", | ||
"version": "2.4.4", | ||
"description": "React component for responsive pagination", | ||
@@ -5,0 +5,0 @@ "author": "jonelantha", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
99447
1606