2.2.0 (Green Frog)
Features
- Fractal-export: expose
prettyHtmlConfig
via Fractal set hooks. Example can be found in ->config-templates/fractal.hooks.js
Refactor
- Fractal-export: added task progressbar, return await Promise.all
Fix
- Fractal-export: use mkdir.sync
Chores
- Updated all dependencies
⚠ BREAKING CHANGES
Twig
: Now extracted to be used in peerDependencies, the newer versions of twig are still unstable and this way you can control what twig setup you want to use in your project. Minimum versions are set on last known working versions (recommended to lock these versions if you needembed
to merge context correctly otherwise you can install the latest versions or whatever makes you happy).
"@frctl/twig": "^1.0.0",
"twig": "^1.13.3"