@clayui/pagination-bar
Advanced tools
Comparing version 3.30.0 to 3.31.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [3.31.0](https://github.com/liferay/clay/compare/v3.30.0...v3.31.0) (2021-06-30) | ||
### Bug Fixes | ||
- **@clayui/pagination-bar:** spritemap should be optional ([38638e5](https://github.com/liferay/clay/commit/38638e5)) | ||
# [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16) | ||
@@ -8,0 +14,0 @@ |
@@ -21,3 +21,3 @@ import React from 'react'; | ||
onPageChange?: (page: number) => void; | ||
spritemap: string; | ||
spritemap?: string; | ||
totalItems: number; | ||
@@ -24,0 +24,0 @@ } |
{ | ||
"name": "@clayui/pagination-bar", | ||
"version": "3.30.0", | ||
"version": "3.31.0", | ||
"description": "ClayPaginationBar component", | ||
@@ -44,3 +44,3 @@ "license": "BSD-3-Clause", | ||
], | ||
"gitHead": "a96f88fb2f2bf7cd6edc5c5efe86ff2526a3ca66" | ||
"gitHead": "64c20ca9076e625bf215387e53d3b91ce744e142" | ||
} |
Sorry, the diff of this file is not supported yet
70197
24
900