react-responsive-pagination
Advanced tools
Comparing version 2.0.0-beta.9 to 2.0.0
# React Responsive Pagination Changelog | ||
# [2.0.0-beta.9](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2023-03-22) | ||
# [2.0.0](https://github.com/jonelantha/react-responsive-pagination/compare/v1.10.2...v2.0.0) (2023-03-23) | ||
@@ -8,12 +8,9 @@ | ||
* restore React import ([c9533ef](https://github.com/jonelantha/react-responsive-pagination/commit/c9533efe1abe782f459bd3f3af5c2249358335ff)) | ||
# [2.0.0-beta.8](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2023-03-21) | ||
### Features | ||
* ESM only distribution & ES2020 target ([f814c5e](https://github.com/jonelantha/react-responsive-pagination/commit/f814c5ed6e64c5750c3972d71c19288a47eb87f2)) | ||
* Move presets/labelBehavior to sub-packages ([872ccee](https://github.com/jonelantha/react-responsive-pagination/commit/872cceed53fb9ec2691700cfbbfca16e86441486)) | ||
* Move v1 srOnly label behaviour into new LabelBehavior ([98ab8d7](https://github.com/jonelantha/react-responsive-pagination/commit/98ab8d74817d18ecdc27985785b68a788de36969)) | ||
* Remove resize-observer-polyfill for better bundle sizes ([0dd33b3](https://github.com/jonelantha/react-responsive-pagination/commit/0dd33b3b2d9e875272cf0f053ee6aaf88d7bc264)) | ||
* Rename default export to ResponsivePagination (with updated examples) ([162973e](https://github.com/jonelantha/react-responsive-pagination/commit/162973e4b1ac9e0ec4277883a80bad73fc38af76)) | ||
* Replace narrowStrategy with new NarrowBehaviour (to reduce bundle size) ([8ca58f7](https://github.com/jonelantha/react-responsive-pagination/commit/8ca58f7c83bb33dc44a2de2358cb542ddead7307)) | ||
* Use aria attributes for screen readers (instead of visually hidden spans) ([39f5e33](https://github.com/jonelantha/react-responsive-pagination/commit/39f5e3379634472e38f31e5a20e6260a315defd2)) | ||
@@ -25,80 +22,4 @@ | ||
* `srOnlyClassName` and `a11yActiveLabel` will require transition to srOnlySpanLabel | ||
# [2.0.0-beta.7](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2023-03-21) | ||
### Features | ||
* Move presets/labelBehavior to sub-packages ([8aceb81](https://github.com/jonelantha/react-responsive-pagination/commit/8aceb81c237cc157cdc50cdadf6cb94bbaa8f214)) | ||
# [2.0.0-beta.6](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2023-03-17) | ||
### Bug Fixes | ||
* force ([8d98162](https://github.com/jonelantha/react-responsive-pagination/commit/8d981626aa73f14a835e6101b4a6ece6e71a9ec1)) | ||
# [2.0.0-beta.5](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2023-03-17) | ||
### Features | ||
* Replace narrowStrategy with new NarrowBehaviour (to reduce bundle size) ([ebfd8dc](https://github.com/jonelantha/react-responsive-pagination/commit/ebfd8dc32b28f53b0ad05b307b1093db3cda0772)) | ||
### BREAKING CHANGES | ||
* `narrowStrategy` will require transition to `narrowBehaviour` | ||
# [2.0.0-beta.4](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2023-03-14) | ||
### Features | ||
* Move v1 srOnly label behaviour into new LabelBehavior ([6baeb8e](https://github.com/jonelantha/react-responsive-pagination/commit/6baeb8e07c5275fe27c2789f1fac0fd79f9ebe0c)) | ||
### BREAKING CHANGES | ||
* `srOnlyClassName` and `a11yActiveLabel` will require transition to srOnlySpanLabel | ||
# [2.0.0-beta.3](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2023-03-11) | ||
### Features | ||
* Use jsx transform ([d1a4397](https://github.com/jonelantha/react-responsive-pagination/commit/d1a439714102fa127cbc2953d124382e38a64e60)) | ||
* Use jsx transform ([2870b37](https://github.com/jonelantha/react-responsive-pagination/commit/2870b37b85d889f702ea77f66eddd85d0bbdb664)) | ||
### BREAKING CHANGES | ||
* Minimum react version increased to 16.14 | ||
* Minimum react version increased to 16.14 | ||
# [2.0.0-beta.2](https://github.com/jonelantha/react-responsive-pagination/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2023-03-11) | ||
### Features | ||
* Remove resize-observer-polyfill for better bundle sizes ([0dd33b3](https://github.com/jonelantha/react-responsive-pagination/commit/0dd33b3b2d9e875272cf0f053ee6aaf88d7bc264)) | ||
* Rename default export to ResponsivePagination (with updated examples) ([162973e](https://github.com/jonelantha/react-responsive-pagination/commit/162973e4b1ac9e0ec4277883a80bad73fc38af76)) | ||
* Use aria attributes for screen readers (instead of visually hidden spans) ([39f5e33](https://github.com/jonelantha/react-responsive-pagination/commit/39f5e3379634472e38f31e5a20e6260a315defd2)) | ||
### BREAKING CHANGES | ||
* .sr-only spans no longer output, replaced with aria attributes | ||
* ResizeObserver no longer polyfilled | ||
# [2.0.0-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.10.2...v2.0.0-beta.1) (2023-03-08) | ||
### Features | ||
* ESM only distribution & ES2020 target ([f814c5e](https://github.com/jonelantha/react-responsive-pagination/commit/f814c5ed6e64c5750c3972d71c19288a47eb87f2)) | ||
### BREAKING CHANGES | ||
* commonjs build no longer included and pre-2020 js engines not supported | ||
@@ -105,0 +26,0 @@ |
{ | ||
"name": "react-responsive-pagination", | ||
"version": "2.0.0-beta.9", | ||
"version": "2.0.0", | ||
"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
69596