gems hanami-view 3.0.1
v3.0.1

6 hours ago

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

Don't miss a new hanami-view release

NewReleases is sending notifications on new releases.