-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.5.0](v1.4.1...v1.5.0) (2019-12-16) ### Bug Fixes * allow cookies in cross-origin xhr ([#93](#93)) ([372e1ae](372e1ae)) * custom banner render error ([#95](#95)) ([529e48c](529e48c)) * DE link color and invalid terms display ([#96](#96)) ([e778287](e778287)) * improve modal calculator input useability ([#82](#82)) ([17d81a9](17d81a9)) * lazily get logos object for custom banners ([#97](#97)) ([a22f05f](a22f05f)) * use credentials only for banner request ([#98](#98)) ([ab0f7a0](ab0f7a0)) * use normalized correlation ID header ([#94](#94)) ([ae7ffe7](ae7ffe7)) ### Features * font size options ([#83](#83)) ([7e8ca0d](7e8ca0d)) * font size options DE ([#100](#100)) ([14631e6](14631e6))
- Loading branch information
1 parent
a4a0987
commit 340c0db
Showing
14 changed files
with
93 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,66 @@ | ||
{ | ||
"name": "@paypal/messaging-components", | ||
"version": "1.4.1", | ||
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites", | ||
"homepage": "https://github.com/paypal/paypal-messaging-components", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/paypal/paypal-messaging-components.git" | ||
}, | ||
"main": "dist/messaging.js", | ||
"module": "src/index.js", | ||
"files": [ | ||
"banners/", | ||
"src/", | ||
"dist/", | ||
"__sdk__.js", | ||
"globals.js" | ||
], | ||
"scripts": { | ||
"build": "./scripts/semantic-release/assets.sh", | ||
"build:standalone": "webpack --env.standalone", | ||
"build:legacy": "webpack --env.legacy --env.standalone", | ||
"build:analyze": "webpack --env.analyze --env.standalone", | ||
"dev": "webpack-dev-server --config webpack.config.dev.js --env.localMessage", | ||
"dev:standalone": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.standalone", | ||
"dev:legacy": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.legacy --env.standalone", | ||
"lint": "eslint . --ext .js,.jsx", | ||
"preinstall": "rm -rf node_modules", | ||
"start": "npm run dev", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@paypal/sdk-client": "^4.0.80", | ||
"core-js-pure": "^3.0.1", | ||
"zalgo-promise": "^1.0.38" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.4", | ||
"@semantic-release/exec": "^3.3.6", | ||
"@semantic-release/git": "^7.0.16", | ||
"@testing-library/dom": "^6.2.0", | ||
"@testing-library/jest-dom": "^4.1.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.8.0", | ||
"eslint": "^5.8.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-import-resolver-jest": "^2.1.1", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"got": "^9.6.0", | ||
"grumbler-scripts": "^3.0.46", | ||
"husky": "^2.3.0", | ||
"jest": "^24.3.0", | ||
"jest-environment-jsdom-fifteen": "^1.0.0", | ||
"lint-staged": "^8.0.4", | ||
"prettier": "^1.14.3", | ||
"prettier-eslint": "^8.8.2", | ||
"webpack": "^4.32.0", | ||
"webpack-dev-server": "^3.4.1" | ||
}, | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@paypal/messaging-components", | ||
"version": "1.5.0", | ||
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites", | ||
"homepage": "https://github.com/paypal/paypal-messaging-components", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/paypal/paypal-messaging-components.git" | ||
}, | ||
"main": "dist/messaging.js", | ||
"module": "src/index.js", | ||
"files": [ | ||
"banners/", | ||
"src/", | ||
"dist/", | ||
"__sdk__.js", | ||
"globals.js" | ||
], | ||
"scripts": { | ||
"build": "./scripts/semantic-release/assets.sh", | ||
"build:standalone": "webpack --env.standalone", | ||
"build:legacy": "webpack --env.legacy --env.standalone", | ||
"build:analyze": "webpack --env.analyze --env.standalone", | ||
"dev": "webpack-dev-server --config webpack.config.dev.js --env.localMessage", | ||
"dev:standalone": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.standalone", | ||
"dev:legacy": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.legacy --env.standalone", | ||
"lint": "eslint . --ext .js,.jsx", | ||
"preinstall": "rm -rf node_modules", | ||
"start": "npm run dev", | ||
"test": "jest" | ||
}, | ||
"dependencies": { | ||
"@paypal/sdk-client": "^4.0.80", | ||
"core-js-pure": "^3.0.1", | ||
"zalgo-promise": "^1.0.38" | ||
}, | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^3.0.4", | ||
"@semantic-release/exec": "^3.3.6", | ||
"@semantic-release/git": "^7.0.16", | ||
"@testing-library/dom": "^6.2.0", | ||
"@testing-library/jest-dom": "^4.1.0", | ||
"babel-eslint": "^10.0.1", | ||
"babel-jest": "^24.8.0", | ||
"eslint": "^5.8.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-import-resolver-jest": "^2.1.1", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-prettier": "^3.0.0", | ||
"got": "^9.6.0", | ||
"grumbler-scripts": "^3.0.46", | ||
"husky": "^2.3.0", | ||
"jest": "^24.3.0", | ||
"jest-environment-jsdom-fifteen": "^1.0.0", | ||
"lint-staged": "^8.0.4", | ||
"prettier": "^1.14.3", | ||
"prettier-eslint": "^8.8.2", | ||
"webpack": "^4.32.0", | ||
"webpack-dev-server": "^3.4.1" | ||
}, | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |