diff --git a/README.md b/README.md index 6a70c54..142c852 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ Check [Live example](http://vayser.github.io/react-js-pagination) Name | Type | Default | Description --- | --- | --- | --- | -`totalItemCount` | Number | | Total count of items which you are going to display -`itemsCountPerPage` | Number | `10` | Count of items per page +`totalItemsCount` | Number | | Total count of items which you are going to display +`onChange` | Function | | Page change handler. Receive pageNumber as arg `acivePage` | Number | `1` | Active page +`itemsCountPerPage` | Number | `10` | Count of items per page `pageRangeDisplayed` | Number | `5` | Range of pages in paginator, exclude navigation blocks (prev, next, first, last pages) -`onChange` | Function | | Page change handler. Receive pageNumber as arg `firstPageText` | String / ReactElement | `«` | Text of first page navigation button or whole element `lastPageText` | String / ReactElement | `»` | Text of last page navigation button or whole element `prevPageText` | String / ReactElement | `⟨` | Text of prev page navigation button or whole element diff --git a/package.json b/package.json index dfbd5d9..8d26690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-js-pagination", - "version": "1.1.0", + "version": "1.1.11", "description": "Simple, easy to use component for pagination. Compatible with bootstrap paginator stylesheets", "main": "./dist/Pagination.js", "scripts": {