Releases: raghur/mermaid-filter
Releases · raghur/mermaid-filter
Minor updates
v1.4.6
What's Changed
- Added support for mermaidjs PDF export by @likeadoc in #60
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #70
- Bump ws from 7.3.1 to 7.5.3 by @dependabot in #71
- bump mermaid to latest 8.x by @ynohat in #77
- Add image class option by @fkurz in #75
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #79
- Add background option by @remche in #78
- Add scale factor option by @garf1242 in #72
New Contributors
- @likeadoc made their first contribution in #60
- @ynohat made their first contribution in #77
- @fkurz made their first contribution in #75
- @remche made their first contribution in #78
- @garf1242 made their first contribution in #72
Full Changelog: v1.4.5...v1.4.6
Bug fix - file handle leak, support mermaid fit "-f" flag
- Fixes file handle leak #58 Thanks @KennyMac70
- PDF output - fit - #55 Thanks @HiromuHota
Maintenance - dependency updates
v1.4.4 v1.4.4 - dependency updates
Mermaid cli upgrade
Fixes a couple of of issues where mermaid used to hang due to quotes.
Bugfix
Minor release - CVE in lodash
Publish new version to address CVE in lodash dependency version.
Minor release
More options
Pushing out a new release to npmjs in response to #26
Passthrough puppeteer config
feat(config): allow pass through of puppeteer configuration See #21