fiori-fundamentals
Advanced tools
Comparing version 1.5.4-rc.2 to 1.5.4-rc.3
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.5.4-rc.3"></a> | ||
## [1.5.4-rc.3](https://github.com/SAP/fundamental/compare/v1.5.4-rc.2...v1.5.4-rc.3) (2019-04-15) | ||
### Bug Fixes | ||
* remove gulp from dist folder build pipeline ([#1385](https://github.com/SAP/fundamental/issues/1385)) ([2ae183a](https://github.com/SAP/fundamental/commit/2ae183a)) | ||
<a name="1.5.4-rc.2"></a> | ||
@@ -7,0 +17,0 @@ ## [1.5.4-rc.2](https://github.com/SAP/fundamental/compare/v1.5.4-rc.1...v1.5.4-rc.2) (2019-04-15) |
{ | ||
"name": "fiori-fundamentals", | ||
"version": "1.5.4-rc.2", | ||
"version": "1.5.4-rc.3", | ||
"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": "npx gulp build:dist", | ||
"build:prod": "npm run build -- --production", | ||
"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:minify && npm run style:less", | ||
"deploy": "gh-pages -d docs/_site", | ||
"docs:compile": "npm run docs:config && npx gulp docs-build", | ||
"docs:compile": "npm run docs:config && npm run build && npx gulp docs-build", | ||
"docs:config": "./scripts/create-library-config.js", | ||
@@ -22,2 +22,9 @@ "docs:prod": "npm run docs:compile && cd docs && bundle install && bundle exec jekyll build --config _config.yml,_config-library.yml,_config-prod.yml && cd ..", | ||
"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": "npx gulp pkg-less", | ||
"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 && rm dist/fundamentals-ie11.less.css dist/fundamentals.less.css", | ||
"test:update": "npx gulp test:reference && npx gulp test:approve", | ||
@@ -39,17 +46,17 @@ "test": "npx gulp test:visual" | ||
"devDependencies": { | ||
"backstopjs": "^3.9.2", | ||
"backstopjs": "3.9.2", | ||
"browser-sync": "^2.26.3", | ||
"clean-css-cli": "^4.2.1", | ||
"css-diff": "^0.4.1", | ||
"del": "^3.0.0", | ||
"express": "^4.16.4", | ||
"foreach-cli": "^1.8.1", | ||
"gh-pages": "^2.0.1", | ||
"github-assistant": "^0.3.0", | ||
"glob": "^7.1.3", | ||
"gulp": "^4.0.0", | ||
"gulp-autoprefixer": "^6.0.0", | ||
"gulp-clean-css": "^3.10.0", | ||
"gulp-cli": "^2.0.1", | ||
"gulp-consolidate": "^0.2.0", | ||
"gulp-debug": "^4.0.0", | ||
"gulp-footer-secured": "^2.0.2", | ||
"gulp-header": "^2.0.5", | ||
"gulp-iconfont": "^10.0.2", | ||
"gulp-if": "^2.0.2", | ||
@@ -62,19 +69,17 @@ "gulp-imagemin": "^5.0.3", | ||
"gulp-sass": "^4.0.2", | ||
"gulp-sequence": "^1.0.0", | ||
"gulp-sourcemaps": "^2.6.4", | ||
"gulp": "^4.0.0", | ||
"htmlparser2": "^3.10.0", | ||
"ip": "^1.1.5", | ||
"load-json-file": "^5.2.0", | ||
"merge-json": "0.1.0-b.3", | ||
"load-json-file": "^5.2.0", | ||
"node-sass": "^4.9.4", | ||
"nunjucks": "^3.1.3", | ||
"postcss-banner": "^3.0.1", | ||
"postcss-clean": "^1.1.0", | ||
"postcss-cli": "^6.1.2", | ||
"pre-commit": "^1.2.2", | ||
"read-file": "^0.2.0", | ||
"require-dir": "^1.1.0", | ||
"set-immediate-shim": "^1.0.1", | ||
"signale": "^1.3.0", | ||
"standard-version": "4.2.0", | ||
"stylelint": "^9.10.1", | ||
"stylelint-scss": "^3.5.4", | ||
"stylelint": "^9.10.1", | ||
"undertaker-forward-reference": "^1.0.2", | ||
@@ -81,0 +86,0 @@ "wait-for-port": "0.0.2", |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12943131
41
44825