Skip to content

2.2.0 (Green Frog)

Compare
Choose a tag to compare
@xeyefex xeyefex released this 19 Jan 17:50
· 30 commits to master since this release

Features

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 need embed 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"