Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Akswii committed Jul 25, 2019
2 parents 65d827b + 1f01f39 commit 46f00a5
Show file tree
Hide file tree
Showing 42 changed files with 337,166 additions and 51,211 deletions.
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# Changelog

## [2.2.0] - 2019-05-23
## [2.3.0] - 2019-07-25

### Added

- Added new init functionality. You can now pass an ID init one specific component.
- Added return values to init. It now returns an object, array of objects or null.
- Added javascript documentation to getting-started section.
- Added component specific documentation about functions.
- Added open and close by ID to actionlist object
- Added close by ID to alert object
- Added open and close by ID to datepicker object
- Added open and close by ID to nav object
- Added open and close by ID to tabs object
- Added open and close by ID to topbar object
- Added option to disable the listener resposible for closing the sheet on clicking outside (data-require-action).
- 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.

### Removed
### Changed

- Dialog can no longer be closed by clicking outside of it or pressing the ESC key.
- Changed label, help-block, legend and placeholder appearance to improve readability.

### Fixed

- datepicker.init() now deletes existing flatpickr instances when init is called more than once.
- Fixed bug making our charts documentation crash.
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.2.0-blue.svg)](https://github.com/PayEx/design.payex.com/releases/tag/2.2.0)
[![Version](https://img.shields.io/badge/Version-2.3.0-blue.svg)](https://github.com/PayEx/design.payex.com/releases/tag/2.3.0)
[![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 changes: 3 additions & 2 deletions build/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,20 @@ environment:
slack_designguide_webhook:
secure: gxWz5+nY3Ctg2JTqo5RQVwHA+UNxiB/H1u72IC71b3oBZj/dxqBLc1/EYZtxzWjiOCXPSOfKJ485+XhtyTt1kNjHon7JWRftucuOyhaozmw=
# Codecov
CODECOV_TOKEN:
codecov_token:
secure: aSdbrWvXrfwEJ9+bz03FYLUSD7m55aqN0npBW+FKhC9UegsoI73jPMzlNFicBkmS

# cache:
# - node_modules

install:
- ps: Install-Product node $env:nodejs_version x64
- cmd: >-
choco install gitversion.portable -pre -y
gitversion /l console /output buildserver
npm install
npm ci
npm install -g codecov
Expand Down
2,354 changes: 1,227 additions & 1,127 deletions package-lock.json

Large diffs are not rendered by default.

71 changes: 38 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "design.payex.com",
"version": "2.2.0",
"version": "2.3.0",
"description": "PayEx DesignGuide",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --mode development",
"start:prod": "webpack-dev-server --hot --mode production",
"build": "webpack --mode development",
"build:prod": "webpack --mode production",
"build": "webpack --mode development --progress",
"build:prod": "webpack --mode production --progress",
"test": "jest",
"test:update": "jest --updateSnapshot",
"test:codecov": "jest && codecov",
Expand All @@ -28,68 +28,73 @@
"url": "https://github.com/PayEx/design.payex.com/issues"
},
"homepage": "https://github.com/PayEx/design.payex.com#readme",
"browserslist": [
"last 3 versions",
"> 1%",
"ie >= 11"
],
"dependencies": {
"@babel/polyfill": "^7.4.4",
"chart.js": "^2.8.0",
"classnames": "^2.2.6",
"flatpickr": "^4.5.7",
"js-beautify": "^1.10.0",
"flatpickr": "^4.6.2",
"js-beautify": "^1.10.1",
"normalize.css": "^8.0.1",
"prism-react-renderer": "^0.1.6",
"prismjs": "^1.16.0",
"prism-react-renderer": "^0.1.7",
"prismjs": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-loadable": "^5.5.0",
"react-prism": "^4.3.2",
"react-router-dom": "^5.0.0",
"react-router-hash-link": "^1.2.1"
"react-router-dom": "^5.0.1",
"react-router-hash-link": "^1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "7.4.5",
"@babel/preset-env": "7.5.5",
"@babel/preset-react": "^7.0.0",
"@sentry/browser": "^5.3.0",
"@sentry/webpack-plugin": "^1.6.2",
"@sentry/browser": "^5.5.0",
"@sentry/webpack-plugin": "^1.7.0",
"app-manifest-webpack-plugin": "^1.2.0",
"autoprefixer": "^9.5.1",
"autoprefixer": "^9.6.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-root-import": "^6.2.0",
"babel-plugin-root-import": "^6.4.1",
"babel-plugin-transform-dynamic-import": "^2.1.0",
"css-loader": "^2.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.1",
"css-loader": "^3.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint": "^6.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-jest": "^22.13.6",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-react": "7.14.3",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-testcafe": "^0.2.1",
"file-loader": "^3.0.1",
"file-loader": "^4.1.0",
"filemanager-webpack-plugin": "^2.0.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.6.0",
"mini-css-extract-plugin": "^0.8.0",
"node-fetch": "^2.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"terser-webpack-plugin": "^1.2.4",
"testcafe": "^1.1.4",
"webpack": "^4.32.2",
"terser-webpack-plugin": "^1.3.0",
"testcafe": "^1.3.3",
"webpack": "^4.37.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}
Loading

0 comments on commit 46f00a5

Please sign in to comment.