@marp-team/marpit
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -5,2 +5,12 @@ # Change Log | ||
## v1.3.2 - 2019-08-23 | ||
### Fixed | ||
- Override declaration of `<section>` for advanced background to `display: block` ([#185](https://github.com/marp-team/marpit/pull/185)) | ||
### Changed | ||
- Upgrade dependent packages to the latest version ([#186](https://github.com/marp-team/marpit/pull/186)) | ||
## v1.3.1 - 2019-08-11 | ||
@@ -7,0 +17,0 @@ |
@@ -24,2 +24,3 @@ "use strict"; | ||
section[data-marpit-advanced-background="background"] { | ||
display: block !important; | ||
padding: 0 !important; | ||
@@ -26,0 +27,0 @@ } |
{ | ||
"name": "@marp-team/marpit", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "The skinny framework for creating slide deck from Markdown", | ||
@@ -68,3 +68,3 @@ "license": "MIT", | ||
"babel-eslint": "^10.0.2", | ||
"babel-jest": "^24.8.0", | ||
"babel-jest": "^24.9.0", | ||
"browser-sync": "^2.26.7", | ||
@@ -77,7 +77,7 @@ "cheerio": "^1.0.0-rc.3", | ||
"docsify-themeable": "^0.7.2", | ||
"eslint": "^6.1.0", | ||
"eslint": "~6.1.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-config-prettier": "^6.1.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"jest": "^24.8.0", | ||
"jest": "^24.9.0", | ||
"jest-junit": "^7.0.0", | ||
@@ -90,8 +90,8 @@ "jsdoc": "^3.6.3", | ||
"prettier": "^1.18.2", | ||
"rimraf": "^2.6.3", | ||
"sass": "^1.22.9", | ||
"rimraf": "^3.0.0", | ||
"sass": "^1.22.10", | ||
"stylelint": "^10.1.0", | ||
"stylelint-config-prettier": "^5.2.0", | ||
"stylelint-config-standard": "^18.3.0", | ||
"stylelint-scss": "^3.9.3" | ||
"stylelint-scss": "^3.9.4" | ||
}, | ||
@@ -98,0 +98,0 @@ "dependencies": { |
158576
3201