@magnetis/astro
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -5,2 +5,8 @@ # Changelog | ||
### [3.1.0] - 2019-11-14 | ||
- Create new "Tables" page with table styles. | ||
- Add download link for Sketch files. | ||
- Add support for reduced motion preferences. | ||
- Update dependencies. | ||
### [3.0.0] - 2019-10-18 | ||
@@ -7,0 +13,0 @@ - Breaking changes; please follow the quick [update guide](https://github.com/magnetis/astro/blob/master/UPDATE_GUIDE_3_0_0.MD) as you update. |
{ | ||
"name": "@magnetis/astro", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "Magnetis (https://github.com/magnetis)", | ||
@@ -26,6 +26,8 @@ "homepage": "https://astro.magnetis.com.br/", | ||
"docs:build": "docz build", | ||
"docs:publish": "yarn run docs:build && node deploy", | ||
"docs:publish": "yarn docs:build && node deploy", | ||
"build": "postcss src/index.css -o dist/astro.css && svgo assets/icons/*.svg -o dist/assets/icons", | ||
"lint": "yarn lint:css && yarn lint:js", | ||
"lint:js": "eslint docs/**/*.js*", | ||
"lint:css": "stylelint src/css/**/*.css", | ||
"ci:build": "yarn run build && yarn run lint:css" | ||
"ci:build": "yarn lint && yarn build" | ||
}, | ||
@@ -37,2 +39,3 @@ "dependencies": { | ||
"autoprefixer": "^9.1.5", | ||
"babel-eslint": "^10.0.3", | ||
"babel-plugin-inline-import": "^3.0.0", | ||
@@ -43,2 +46,4 @@ "cssnano": "^4.1.0", | ||
"docz-theme-default": "^1.2.0", | ||
"eslint": "^6.5.1", | ||
"eslint-plugin-jsx-a11y": "^6.2.3", | ||
"gh-pages": "^2.0.1", | ||
@@ -45,0 +50,0 @@ "postcss-cli": "^6.0.0", |
@@ -134,3 +134,3 @@ # Astro | ||
- If you copy the markup from an example in our documentation, don't forget to change "className" to "class" if you're not in a React environment like our docs are ;) | ||
- If you copy the markup from an example in our documentation, don't forget to change the attributes "className" to "class" and "htmlFor" to "for" if you're not in a React environment like our docs are. | ||
@@ -137,0 +137,0 @@ ## Contact us |
Sorry, the diff of this file is not supported yet
136808
21