Skip to content

Commit

Permalink
Merge pull request #381 from marp-team/replace-minify-plugins
Browse files Browse the repository at this point in the history
Use simpler CSS minify for runtime
  • Loading branch information
yhatt authored Aug 31, 2024
2 parents a963a15 + 35d6e04 commit d1172d0
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 360 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@

### Changed

- Upgrade development Node.js to v18 LTS ([#359](https://github.com/marp-team/marp-core/pull/359))
- Upgrade Marpit to [v3.1.1](https://github.com/marp-team/marpit/releases/v3.1.1) ([#378](https://github.com/marp-team/marp-core/pull/378))
- Bump markdown-it to [v14.1.0](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md#1410---2024-03-19), and follow the latest spec of [CommonMark 0.31.2](https://spec.commonmark.org/0.31.2/)
- Support for CSS nesting (`cssNesting` constructor option)
- Switch package manager from yarn to npm ([#379](https://github.com/marp-team/marp-core/pull/379))
- Upgrade dependent packages to the latest version ([#380](https://github.com/marp-team/marp-core/pull/380))
- Use simpler CSS minification when `minifyCSS` option is enabled ([#381](https://github.com/marp-team/marp-core/pull/381))

* Upgrade development Node.js to v18 LTS ([#359](https://github.com/marp-team/marp-core/pull/359))
* Upgrade dependent packages to the latest version ([#380](https://github.com/marp-team/marp-core/pull/380))
* Switch package manager from yarn to npm ([#379](https://github.com/marp-team/marp-core/pull/379))

## v3.9.0 - 2023-10-15

Expand Down
263 changes: 27 additions & 236 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@
"exec": "npx @marp-team/marp-cli@latest -y"
},
"devDependencies": {
"@csstools/postcss-minify": "^2.0.1",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/node20": "^20.1.4",
Expand Down Expand Up @@ -98,9 +98,6 @@
"nodemon": "^3.1.4",
"npm-check-updates": "^17.1.0",
"npm-run-all2": "^6.2.2",
"postcss-minify-params": "^7.0.2",
"postcss-minify-selectors": "^7.0.3",
"postcss-normalize-whitespace": "^7.0.0",
"postcss-url": "^10.1.3",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
Expand Down
Loading

0 comments on commit d1172d0

Please sign in to comment.