Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
# Changelog

## [2.3.1] - 2019-11-08

### Fixed

 - Bump eslint-utils from 1.3.1 to 1.4.3 for security reasons
 - While we're at it, basically bump every node package that doesn't require a lot of refactoring because it's cool to be up-to-date
  • Loading branch information
VikingTristan authored Nov 8, 2019
2 parents 46f00a5 + 13f4b06 commit 403e5b7
Show file tree
Hide file tree
Showing 10 changed files with 4,043 additions and 3,852 deletions.
1 change: 1 addition & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"declaration-block-semicolon-space-after": "always-single-line",
"declaration-no-important": true,
"color-hex-length": "long",
"function-calc-no-invalid": null,
"font-family-no-missing-generic-family-keyword": null,
"font-family-name-quotes": "always-where-recommended",
"indentation": 4,
Expand Down
15 changes: 3 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
# Changelog

## [2.3.0] - 2019-07-25

### Added

- Added class .action-toggle to .action-list, selecting on .material-icons is deprecated.
- Added class .panel-header and .panel-footer to panel. Support for <header> and <footer> without classes is deprecated and will be removed on the next major.

### Changed

- Changed label, help-block, legend and placeholder appearance to improve readability.
## [2.3.1] - 2019-11-08

### Fixed

- datepicker.init() now deletes existing flatpickr instances when init is called more than once.
- Fixed bug making our charts documentation crash.
- Bump eslint-utils from 1.3.1 to 1.4.3 for security reasons
- While we're at it, basically bump every node package that doesn't require a lot of refactoring because it's cool to be up-to-date
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# PayEx DesignGuide

[![Version](https://img.shields.io/badge/Version-2.3.0-blue.svg)](https://github.com/PayEx/design.payex.com/releases/tag/2.3.0)
[![Version](https://img.shields.io/badge/Version-2.3.1-blue.svg)](https://github.com/PayEx/design.payex.com/releases/tag/2.3.1)
[![Build status](https://ci.appveyor.com/api/projects/status/1dii19sqw1m7xtsn/branch/master?svg=true)](https://ci.appveyor.com/project/PayEx/design-payex-com/branch/master)
[![Code Coverage](https://codecov.io/gh/payex/design.payex.com/branch/master/graph/badge.svg)](https://codecov.io/gh/payex/design.payex.com)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=PayEx/design.payex.com)](https://dependabot.com)
Expand Down
5,120 changes: 2,659 additions & 2,461 deletions package-lock.json

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design.payex.com",
"version": "2.3.0",
"version": "2.3.1",
"description": "PayEx DesignGuide",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,67 +34,67 @@
"ie >= 11"
],
"dependencies": {
"@babel/polyfill": "^7.4.4",
"chart.js": "^2.8.0",
"@babel/polyfill": "^7.6.0",
"chart.js": "^2.9.2",
"classnames": "^2.2.6",
"flatpickr": "^4.6.2",
"js-beautify": "^1.10.1",
"flatpickr": "^4.6.3",
"js-beautify": "^1.10.2",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^0.1.7",
"prismjs": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-loadable": "^5.5.0",
"react-prism": "^4.3.2",
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "^7.0.0",
"@sentry/browser": "^5.5.0",
"@sentry/webpack-plugin": "^1.7.0",
"@babel/preset-env": "7.6.3",
"@babel/preset-react": "^7.6.3",
"@sentry/browser": "^5.7.1",
"@sentry/webpack-plugin": "^1.9.2",
"app-manifest-webpack-plugin": "^1.2.0",
"autoprefixer": "^9.6.1",
"autoprefixer": "^9.7.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-root-import": "^6.4.1",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"css-loader": "^3.1.0",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^6.1.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.3",
"eslint": "^6.6.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^22.13.6",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-testcafe": "^0.2.1",
"file-loader": "^4.1.0",
"file-loader": "^4.2.0",
"filemanager-webpack-plugin": "^2.0.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"less": "^3.9.0",
"jest": "^24.9.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-fetch": "^2.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"style-loader": "^1.0.0",
"stylelint": "^11.1.1",
"stylelint-config-standard": "^19.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"terser-webpack-plugin": "^1.3.0",
"testcafe": "^1.3.3",
"webpack": "^4.37.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
"terser-webpack-plugin": "^2.2.1",
"testcafe": "^1.6.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}
34 changes: 17 additions & 17 deletions src/App/Documentation/components/Pagination/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,28 @@ const paginationItems = [
];

const DefaultPagination = () => (
<>
<h2 id="default-pagination">Default pagination</h2>
<p>
<>
<h2 id="default-pagination">Default pagination</h2>
<p>
Default pagination shows the pages as numbers. Add <Property value=".pagination" /> to an <PrismCode className="language-html">{"<ul>"}</PrismCode> containing
<PrismCode className="language-html">{"<li>"}</PrismCode>. If you wish to present the user with navigational arrows you need to add those as <PrismCode className="language-html">{"<li>"}</PrismCode> elements.
</p>
<ComponentPreview language="html" showCasePanel codeFigure>
<PaginationComponent items={paginationItems} arrows farArrows />
</ComponentPreview>
</>
<PrismCode className="language-html">{"<li>"}</PrismCode>. If you wish to present the user with navigational arrows you need to add those as <PrismCode className="language-html">{"<li>"}</PrismCode> elements.
</p>
<ComponentPreview language="html" showCasePanel codeFigure>
<PaginationComponent items={paginationItems} arrows farArrows />
</ComponentPreview>
</>
);

const PaginationBullets = () => (
<>
<h2 id="pagination-bullets">Pagination bullets</h2>
<p>
<>
<h2 id="pagination-bullets">Pagination bullets</h2>
<p>
If you want to show bullets instead of numbers you can add <Property value=".pagination-bullets" /> to your <PrismCode className="language-html">{"<ul>"}</PrismCode>.
</p>
<ComponentPreview language="html" showCasePanel codeFigure>
<PaginationComponent type="bullets" items={paginationItems} arrows farArrows />
</ComponentPreview>
</>
</p>
<ComponentPreview language="html" showCasePanel codeFigure>
<PaginationComponent type="bullets" items={paginationItems} arrows farArrows />
</ComponentPreview>
</>
);

const SimplePagination = () => (
Expand Down
Loading

0 comments on commit 403e5b7

Please sign in to comment.