terra-paginator
Advanced tools
Comparing version 2.51.0 to 2.52.0
@@ -7,2 +7,8 @@ ChangeLog | ||
2.52.0 - (June 9, 2020) | ||
------------------ | ||
### Changed | ||
* Minor file changes to comply with eslint rules | ||
* Update wdio test configuration to use root wdio config | ||
2.51.0 - (June 2, 2020) | ||
@@ -9,0 +15,0 @@ ------------------ |
{ | ||
"name": "terra-paginator", | ||
"main": "lib/Paginator.js", | ||
"version": "2.51.0", | ||
"version": "2.52.0", | ||
"description": "Paginator to be used for data sets of known and unknown size. Provides first, last, previous, next, and paged functionality.", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^2.46.0" | ||
"terra-props-table": "^2.47.0" | ||
}, | ||
@@ -37,10 +37,10 @@ "peerDependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-button": "^3.40.0", | ||
"terra-dialog": "^2.43.0", | ||
"terra-form-input": "^3.4.0", | ||
"terra-icon": "^3.31.0", | ||
"terra-button": "^3.41.0", | ||
"terra-dialog": "^2.44.0", | ||
"terra-form-input": "^3.5.0", | ||
"terra-icon": "^3.32.0", | ||
"terra-mixins": "^1.35.0", | ||
"terra-responsive-element": "^5.19.0", | ||
"terra-responsive-element": "^5.20.0", | ||
"terra-theme-context": "^1.0.0", | ||
"terra-visually-hidden-text": "^2.26.0" | ||
"terra-visually-hidden-text": "^2.27.0" | ||
}, | ||
@@ -54,10 +54,10 @@ "scripts": { | ||
"props-table": "props-table ./src/Paginator.jsx --out-dir ./docs/props-table", | ||
"test": "npm run jest && npm run wdio", | ||
"test": "npm run lint && npm run jest && npm run wdio", | ||
"jest": "jest --config ../../jestconfig.js", | ||
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js", | ||
"wdio-default": "cd ../.. && npx wdio", | ||
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", | ||
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", | ||
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" | ||
}, | ||
"gitHead": "e00edee5a7045d98d91c79d8f20b6720622ae018" | ||
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352" | ||
} |
@@ -56,3 +56,3 @@ import React from 'react'; | ||
<h1> | ||
Page | ||
Page | ||
{this.state.currentPage} | ||
@@ -59,0 +59,0 @@ </h1> |
@@ -63,3 +63,3 @@ import React from 'react'; | ||
<h1> | ||
Page | ||
Page | ||
{this.state.currentPage} | ||
@@ -66,0 +66,0 @@ </h1> |
@@ -55,3 +55,3 @@ import React from 'react'; | ||
<h1> | ||
Page | ||
Page | ||
{this.state.currentPage} | ||
@@ -58,0 +58,0 @@ </h1> |
@@ -57,3 +57,3 @@ import React from 'react'; | ||
<h1> | ||
Page | ||
Page | ||
{this.state.currentPage} | ||
@@ -60,0 +60,0 @@ </h1> |
@@ -57,3 +57,3 @@ import React from 'react'; | ||
<h1> | ||
Page | ||
Page | ||
{this.state.currentPage} | ||
@@ -60,0 +60,0 @@ </h1> |
782048
145
3792
Updatedterra-button@^3.41.0
Updatedterra-dialog@^2.44.0
Updatedterra-form-input@^3.5.0
Updatedterra-icon@^3.32.0