fiori-fundamentals
Advanced tools
Comparing version 1.7.8-rc.18 to 1.7.8-rc.19
@@ -1,41 +0,10 @@ | ||
# Changelog | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [1.7.8-rc.18](https://github.com/SAP/fundamental/compare/v1.7.8-rc.17...v1.7.8-rc.18) (2020-07-23) | ||
<a name="1.7.8-rc.19"></a> | ||
## [1.7.8-rc.19](https://github.com/SAP/fundamental/compare/v1.7.8-rc.18...v1.7.8-rc.19) (2020-07-24) | ||
### [1.7.8-rc.17](https://github.com/SAP/fundamental/compare/v1.7.8-rc.16...v1.7.8-rc.17) (2020-07-23) | ||
### [1.7.8-rc.16](https://github.com/SAP/fundamental/compare/v1.7.8-rc.15...v1.7.8-rc.16) (2020-07-23) | ||
### [1.7.8-rc.15](https://github.com/SAP/fundamental/compare/v1.7.8-rc.14...v1.7.8-rc.15) (2020-07-23) | ||
### [1.7.8-rc.14](https://github.com/SAP/fundamental/compare/v1.7.8-rc.13...v1.7.8-rc.14) (2020-07-23) | ||
### [1.7.8-rc.13](https://github.com/SAP/fundamental/compare/v1.7.8-rc.12...v1.7.8-rc.13) (2020-07-23) | ||
### [1.7.8-rc.12](https://github.com/SAP/fundamental/compare/v1.7.8-rc.11...v1.7.8-rc.12) (2020-07-23) | ||
### [1.7.8-rc.11](https://github.com/SAP/fundamental/compare/v1.7.8-rc.10...v1.7.8-rc.11) (2020-07-23) | ||
### [1.7.8-rc.10](https://github.com/SAP/fundamental/compare/v1.7.8-rc.9...v1.7.8-rc.10) (2020-07-23) | ||
### [1.7.8-rc.9](https://github.com/SAP/fundamental/compare/v1.7.8-rc.8...v1.7.8-rc.9) (2020-07-23) | ||
### [1.7.8-rc.8](https://github.com/SAP/fundamental/compare/v1.7.8-rc.7...v1.7.8-rc.8) (2020-07-23) | ||
### [1.7.8-rc.7](https://github.com/SAP/fundamental/compare/v1.7.8-rc.6...v1.7.8-rc.7) (2020-07-23) | ||
### [1.7.8-rc.6](https://github.com/SAP/fundamental/compare/v1.7.8-rc.1...v1.7.8-rc.6) (2020-07-23) | ||
### [1.7.8-rc.5](https://github.com/SAP/fundamental/compare/v1.7.8-rc.1...v1.7.8-rc.5) (2020-07-23) | ||
### [1.7.8-rc.1](https://github.com/SAP/fundamental/compare/v1.7.8-rc.0...v1.7.8-rc.1) (2020-07-23) | ||
### [1.7.8-rc.0](https://github.com/SAP/fundamental/compare/v1.7.7...v1.7.8-rc.0) (2020-07-21) | ||
### [1.7.7](https://github.com/SAP/fundamental/compare/v1.7.7-rc.1...v1.7.7) (2020-07-21) | ||
### [1.7.7-rc.1](https://github.com/SAP/fundamental/compare/v1.7.7-rc.0...v1.7.7-rc.1) (2020-07-18) | ||
<a name="1.7.7-rc.0"></a> | ||
@@ -42,0 +11,0 @@ ## [1.7.7-rc.0](https://github.com/SAP/fundamental/compare/v1.7.6...v1.7.7-rc.0) (2020-07-18) |
192
package.json
{ | ||
"name": "fiori-fundamentals", | ||
"version": "1.7.8-rc.18", | ||
"description": "Fiori Fundamentals is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental/", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "npm run style:remove && npm run style:compile && npm run style:rename && npm run style:postCSS && npm run style:assets", | ||
"build:prod": "npm run build && npm run style:less && npm run style:minify", | ||
"deploy": "gh-pages -d docs/_site", | ||
"docs:compile": "npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fiori-fundamentals-ie11.css docs/css", | ||
"docs:config": "./scripts/create-library-config.js", | ||
"docs:prod": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..", | ||
"docs": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..", | ||
"lint:fix": "stylelint './scss/**/*.scss' --fix", | ||
"lint:pre-commit": "printf \"running pre-commit lint...\" && npm run lint && printf \"done!\n\"", | ||
"lint": "stylelint './scss/**/*.scss'", | ||
"release:create": "create-release", | ||
"release": "./scripts/publish-release.sh", | ||
"start:playground": "npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison", | ||
"start:playground:default": "node test/app.js", | ||
"start:playground:comparison": "node playground/app.js", | ||
"start:playground:ie11": "PORT=3032 IE11=true npm run start:playground:default", | ||
"start:playground:scs": "PORT=3031 SELF_CONTAINED=true npm run start:playground:default", | ||
"start:browser-sync": "browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'", | ||
"start": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml", | ||
"std-version": "standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"", | ||
"style:assets": "./scripts/copy-assets.sh", | ||
"style:compile": "node-sass -q --output-style expanded --precision 5 scss/ --output dist/", | ||
"style:less": " mv dist/fundamentals-ie11.less.css less/fiori-fundamentals-ie11.less && mv dist/fundamentals.less.css less/fiori-fundamentals.less && ./scripts/less.js", | ||
"style:minify": "foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c", | ||
"style:postCSS": "postcss --config config/postcss.config.js --replace dist/**/*.css && postcss --config config/postcss.config.js --replace dist/*.css", | ||
"style:remove": "if [ -d dist/ ]; then rm -rf dist/; fi", | ||
"style:rename": "mv dist/all.css dist/fiori-fundamentals.css && mv dist/all-ie11.css dist/fiori-fundamentals-ie11.css", | ||
"test": "server-test start:playground:default http-get://localhost:3030 test:visual", | ||
"test:ci-config": "./ci-scripts/generateBackstopConfig.js", | ||
"test:reference": "backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker", | ||
"test:update": "server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js", | ||
"test:visual": "backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/fundamental.git" | ||
}, | ||
"files": [ | ||
"/dist", | ||
"/less", | ||
"/scss" | ||
], | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"homepage": "https://sap.github.io/fundamental/", | ||
"devDependencies": { | ||
"backstopjs": "3.9.2", | ||
"browser-sync": "^2.26.7", | ||
"clean-css-cli": "^4.3.0", | ||
"del": "^3.0.0", | ||
"express": "^4.17.1", | ||
"foreach-cli": "^1.8.1", | ||
"gh-pages": "^2.2.0", | ||
"github-assistant": "^0.3.0", | ||
"ip": "^1.1.5", | ||
"load-json-file": "^6.2.0", | ||
"node-sass": "^4.13.1", | ||
"npm-run-all": "^4.1.5", | ||
"nunjucks": "^3.2.1", | ||
"postcss-banner": "^3.0.1", | ||
"postcss-clean": "^1.1.0", | ||
"postcss-cli": "^7.1.0", | ||
"pre-commit": "^1.2.2", | ||
"signale": "^1.4.0", | ||
"standard-version": "8.0.2", | ||
"start-server-and-test": "^1.10.11", | ||
"stylelint": "^13.3.0", | ||
"stylelint-scss": "^3.16.0", | ||
"write-yaml": "^1.0.0", | ||
"yargs": "^12.0.2" | ||
}, | ||
"directories": { | ||
"doc": "docs", | ||
"test": "test" | ||
}, | ||
"dependencies": {}, | ||
"engines": { | ||
"node": ">=8.12.0" | ||
}, | ||
"pre-commit": { | ||
"colors": true, | ||
"run": [ | ||
"lint:pre-commit" | ||
], | ||
"silent": false | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
"IE 11" | ||
] | ||
} | ||
"name": "fiori-fundamentals", | ||
"version": "1.7.8-rc.19", | ||
"description": "Fiori Fundamentals is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with the SAP look and feel. Learn more about this project at - http://sap.github.io/fundamental/", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "npm run style:remove && npm run style:compile && npm run style:rename && npm run style:postCSS && npm run style:assets", | ||
"build:prod": "npm run build && npm run style:less && npm run style:minify", | ||
"deploy": "gh-pages -d docs/_site", | ||
"docs:compile": "npm run build && npm run docs:config && cp scss/icons/SAP-icons.woff docs/css/; cp dist/fiori-fundamentals-ie11.css docs/css", | ||
"docs:config": "./scripts/create-library-config.js", | ||
"docs:prod": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..", | ||
"docs": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml && cd ..", | ||
"lint:fix": "stylelint './scss/**/*.scss' --fix", | ||
"lint:pre-commit": "printf \"running pre-commit lint...\" && npm run lint && printf \"done!\n\"", | ||
"lint": "stylelint './scss/**/*.scss'", | ||
"release:create": "create-release", | ||
"release": "./scripts/publish-release.sh", | ||
"start:playground": "npm-run-all --parallel start:playground:default start:playground:scs start:playground:comparison", | ||
"start:playground:default": "node test/app.js", | ||
"start:playground:comparison": "node playground/app.js", | ||
"start:playground:ie11": "PORT=3032 IE11=true npm run start:playground:default", | ||
"start:playground:scs": "PORT=3031 SELF_CONTAINED=true npm run start:playground:default", | ||
"start:browser-sync": "browser-sync start --proxy 'localhost:4000' --files 'docs/_site/**/*' --reloadDelay '2000'", | ||
"start": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll serve --incremental --config _config.yml,_config-library.yml", | ||
"std-version": "standard-version -m \"chore(release): version %s build ${TRAVIS_BUILD_NUMBER} [ci skip]\"", | ||
"style:assets": "./scripts/copy-assets.sh", | ||
"style:compile": "node-sass -q --output-style expanded --precision 5 scss/ --output dist/", | ||
"style:less": " mv dist/fundamentals-ie11.less.css less/fiori-fundamentals-ie11.less && mv dist/fundamentals.less.css less/fiori-fundamentals.less && ./scripts/less.js", | ||
"style:minify": "foreach -t -g \"dist/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c && foreach -t -g \"dist/components/*.css\" -x \"cleancss -O1 specialComments:1 #{path} -o #{dir}/#{name}.min.css\" --no-c", | ||
"style:postCSS": "postcss --config config/postcss.config.js --replace dist/**/*.css && postcss --config config/postcss.config.js --replace dist/*.css", | ||
"style:remove": "if [ -d dist/ ]; then rm -rf dist/; fi", | ||
"style:rename": "mv dist/all.css dist/fiori-fundamentals.css && mv dist/all-ie11.css dist/fiori-fundamentals-ie11.css", | ||
"test": "server-test start:playground:default http-get://localhost:3030 test:visual", | ||
"test:ci-config": "./ci-scripts/generateBackstopConfig.js", | ||
"test:reference": "backstop reference --config ./test/visual-regression-tests/config/backstopConfig.js --docker", | ||
"test:update": "server-test start:playground:default http-get://localhost:3030 test:reference && backstop approve --config ./test/visual-regression-tests/config/backstopConfig.js", | ||
"test:visual": "backstop test --config ./test/visual-regression-tests/config/backstopConfig.js --docker" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/fundamental.git" | ||
}, | ||
"files": [ | ||
"/dist", | ||
"/less", | ||
"/scss" | ||
], | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"homepage": "https://sap.github.io/fundamental/", | ||
"devDependencies": { | ||
"backstopjs": "3.9.2", | ||
"browser-sync": "^2.26.7", | ||
"clean-css-cli": "^4.3.0", | ||
"del": "^3.0.0", | ||
"express": "^4.17.1", | ||
"foreach-cli": "^1.8.1", | ||
"gh-pages": "^2.2.0", | ||
"github-assistant": "^0.3.0", | ||
"ip": "^1.1.5", | ||
"load-json-file": "^6.2.0", | ||
"node-sass": "^4.13.1", | ||
"npm-run-all": "^4.1.5", | ||
"nunjucks": "^3.2.1", | ||
"postcss-banner": "^3.0.1", | ||
"postcss-clean": "^1.1.0", | ||
"postcss-cli": "^7.1.0", | ||
"pre-commit": "^1.2.2", | ||
"signale": "^1.4.0", | ||
"standard-version": "4.2.0", | ||
"start-server-and-test": "^1.10.11", | ||
"stylelint": "^13.3.0", | ||
"stylelint-scss": "^3.16.0", | ||
"write-yaml": "^1.0.0", | ||
"yargs": "^12.0.2" | ||
}, | ||
"directories": { | ||
"doc": "docs", | ||
"test": "test" | ||
}, | ||
"dependencies": {}, | ||
"engines": { | ||
"node": ">=8.12.0" | ||
}, | ||
"pre-commit": { | ||
"colors": true, | ||
"run": [ | ||
"lint:pre-commit" | ||
], | ||
"silent": false | ||
}, | ||
"browserslist": [ | ||
"last 2 versions", | ||
"IE 11" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12030877