What's Changed
Fixes
- In CLI, relative
includePathentries are now resolved againstprocess.cwd()before being passed tomjml-core, so e.g.--config.includePath '["layouts"]' works correctly when the template lives in a subdirectory by @dazgreer in #3092 - Introduced warnings on denied mj-includes for CLI by @dazgreer in #3092
Documentation
- Updated documentation by adding an important message concerning the switch in
allowIncludes(CLI)ignoreIncludes(Node) by @dazgreer in #3092
Full Changelog: v5.2.1...v5.2.2