Skip to content

v3.0.1

Latest

Choose a tag to compare

@timriley timriley released this 14 Aug 05:55
v3.0.1
8d7c59b

Fixed

  • Report the calling template as the current template name inside blocks passed to render, instead of the partial the block is yielded into. (@timriley in #281)

  • Look up bare-named partials in the directory containing the template that renders them, instead of a same-named directory at the root. (@timriley in #282)

    Previously, a partial rendered via a relative path (e.g. render("shared/fields") from posts/show) would look for its own bare-named partials under shared/ at the root, rather than posts/shared/.

Compare v3.0.0 ... v3.0.1