react-responsive-pagination
Advanced tools
Comparing version 2.4.4-beta.2 to 2.5.0-beta.1
# React Responsive Pagination Changelog | ||
# [2.5.0-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.4-beta.2...v2.5.0-beta.1) (2024-04-28) | ||
### Features | ||
* change to publish ([447127c](https://github.com/jonelantha/react-responsive-pagination/commit/447127c8bc84ff7d13df9affc968a5b7a834b04b)) | ||
## [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) | ||
@@ -4,0 +11,0 @@ |
@@ -34,3 +34,1 @@ import React, { ReactNode } from 'react'; | ||
}; | ||
export declare function getRenderCount(): number; | ||
export declare function resetRenderCount(): void; |
@@ -114,8 +114,2 @@ 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.5.0-beta.1", | ||
"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
100037
1607