Skip to content

@metalsmith/layouts 2.6.0

Compare
Choose a tag to compare
@webketje webketje released this 04 Sep 11:01
· 10 commits to master since this release
v2.6.0
43394b2
  • feat: dual bundling ESM/CJS 771212c
  • feat: added Typescript support 507bb47

Breaking change for uncommon use case:
If you previously imported/required the get-transformer.js module directly from @metalsmith/layouts/lib/get-transformer.js, you should now require it like so: require('@metalsmith/layouts').getTransformer or import it like so import layouts from '@metalsmith/layouts'; layouts.getTransformer...