Socket
Socket
Sign inDemoInstall

react-responsive-pagination

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-pagination - npm Package Compare versions

Comparing version 2.0.0-beta.7 to 2.0.0-beta.8

presets.d.ts

15

CHANGELOG.md
# React Responsive Pagination Changelog
# [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
* 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))
* Replace narrowStrategy with new NarrowBehaviour (to reduce bundle size) ([8ca58f7](https://github.com/jonelantha/react-responsive-pagination/commit/8ca58f7c83bb33dc44a2de2358cb542ddead7307))
### BREAKING CHANGES
* `narrowStrategy` will require transition to `narrowBehaviour`
* `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)

@@ -4,0 +19,0 @@

2

dist/labelBehaviour.d.ts

@@ -1,2 +0,2 @@

/// <reference types="react" />
import React from 'react';
import { PaginationItem } from './paginationItem.js';

@@ -3,0 +3,0 @@ export type LabelBehaviour = (item: PaginationItem) => React.ReactNode;

{
"name": "react-responsive-pagination",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"description": "React component for responsive pagination",

@@ -25,4 +25,4 @@ "author": "jonelantha",

"labelBehaviour.js",
"preset.d.ts",
"preset.js",
"presets.d.ts",
"presets.js",
"package.json",

@@ -29,0 +29,0 @@ "README.md"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc