Skip to content

v3.1.3

Compare
Choose a tag to compare
@bglw bglw released this 17 Jun 01:14
· 346 commits to main since this release

Bug Fixes

  • eleventy collection loops no longer crash (84a64c4)
    • The forloop.name feature implemented in liquidjs has now made it to Eleventy, so the Bookshop workaround has been removed. This workaround was previously causing a crash when nested inside a collection loop.

Features

  • default @bookshop/init to new component if a bookshop dir was found (12ad117)
    • Previously, running @bookshop/init would prompt you for the decision between creating a new component or a new Bookshop every time. Now, if it finds a Bookshop directory it will default to the new component decision.