@accessibility-in-action/looseleaf
Advanced tools
Comparing version 1.0.0-alpha.5 to 1.0.0-alpha.6
@@ -5,2 +5,11 @@ # Changelog | ||
## [1.0.0-alpha.6](https://github.com/accessibility-in-action/looseleaf/compare/1.0.0-alpha.5...1.0.0-alpha.6) (2021-02-12) | ||
### Features | ||
* change flow margin to relative units ([251a22a](https://github.com/accessibility-in-action/looseleaf/commit/251a22a28306e86eadc33f80c901b313b9a02fee)) | ||
* configure Fractal, add active states for links and buttons ([422623e](https://github.com/accessibility-in-action/looseleaf/commit/422623eb5956f1edfaa405a60ba10ede77d755ed)) | ||
* use logical properties ([6b538bb](https://github.com/accessibility-in-action/looseleaf/commit/6b538bb72ea80fa4fc7e0be46a74f10615fc9e00)) | ||
## [1.0.0-alpha.5](https://github.com/accessibility-in-action/looseleaf/compare/1.0.0-alpha.4...1.0.0-alpha.5) (2021-02-10) | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@accessibility-in-action/looseleaf", | ||
"version": "1.0.0-alpha.5", | ||
"version": "1.0.0-alpha.6", | ||
"description": "Sketchy CSS library for prototyping.", | ||
"main": "style.min.css", | ||
"main": "dist/style.min.css", | ||
"scripts": { | ||
"build": "postcss style.css > style.min.css", | ||
"lint": "stylelint style.css", | ||
"prerelease": "npm run build", | ||
"release": "git add style.min.css && standard-version -a -t ''", | ||
"start": "browser-sync start --config bs-config.js", | ||
"test": "npm run lint" | ||
"build": "run-s build:*", | ||
"build:css": "postcss src/css/style.css -o dist/style.min.css", | ||
"build:fractal": "fractal build", | ||
"lint": "run-s lint:*", | ||
"lint:js": "eslint *.js", | ||
"lint:css": "stylelint src/css/style.css", | ||
"prerelease": "npm run build:css", | ||
"release": "git add dist/style.min.css && standard-version -a -t ''", | ||
"start": "run-p start:*", | ||
"start:css": "postcss src/css/style.css -o dist/style.min.css --watch", | ||
"start:fractal": "fractal start --watch", | ||
"test": "npm run lint", | ||
"_postinstall": "is-ci || husky install", | ||
"prepublishOnly": "pinst --disable", | ||
"postpublish": "pinst --enable" | ||
}, | ||
@@ -29,26 +38,26 @@ "repository": { | ||
"homepage": "https://github.com/accessibility-in-action/looseleaf#readme", | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged", | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.css,!*.min.css": [ | ||
"stylelint" | ||
] | ||
"*.css": "stylelint", | ||
"*.js": "eslint" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"autoprefixer": "10.2.3", | ||
"browser-sync": "2.26.14", | ||
"@commitlint/cli": "11.0.0", | ||
"@commitlint/config-conventional": "11.0.0", | ||
"@frctl/fractal": "1.5.3", | ||
"@frctl/nunjucks": "2.0.7", | ||
"autoprefixer": "10.2.4", | ||
"cssnano": "4.1.10", | ||
"husky": "4.3.8", | ||
"lint-staged": "10.5.3", | ||
"postcss": "8.2.4", | ||
"eslint": "7.19.0", | ||
"eslint-config-fluid": "2.0.0", | ||
"husky": "5.0.9", | ||
"is-ci": "2.0.0", | ||
"lint-staged": "10.5.4", | ||
"npm-run-all": "4.1.5", | ||
"pinst": "2.1.4", | ||
"postcss": "8.2.6", | ||
"postcss-cli": "8.3.1", | ||
"standard-version": "9.1.0", | ||
"stylelint-config-fluid": "0.1.0" | ||
"stylelint-config-fluid": "0.1.0", | ||
"stylelint-use-logical": "1.1.0" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
25629
9
312
18
1