This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

Apostrophe 2.10.0 released: automatically recompiles nunjucks templates when edited

The new feature in this release: Apostrophe now automatically recompiles modified Nunjucks templates. This means you can hit refresh in your browser after hitting save in your editor when working on .html files. Also note that this has always worked for .less files.

Also, the big fix in this release: we fixed a longstanding bug in joinByArrayReverse, which now works properly. joinByArrayReverse is useful when you want to access joinByArray from the “reverse” side (the type being joined with).

1 Like

:heart_eyes: This is fantastic, @boutell! Good thing I found that joinByArrayReverse bug I guess…