Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@kaspth kaspth released this 31 Aug 16:07
fc66c50

Significant Changes

  • Fix t-prefixes by @kaspth in #89
    Previously, we'd overridden capture to set t-prefixes in rendering blocks, but that also caused us to set the prefix to the location of helper methods. Now we're back to how things worked in v0.1* albeit with a new simpler and faster implementation. Please open issues if you encounter anything around using t in your partials!

Features

  • Content Declarations: add required and optional by @kaspth in #84
  • Expose local_assigns to Partial Helpers by @seanpdoyle in #88

Internal

  • Fix Chrome install on CI by @kaspth in #93
  • Remove confusing double title variable by @vfonic in #92
  • Update installed firefox-version so we don't spend CI time installing latest by @kaspth in #90

New Contributors

Full Changelog: v0.9.3...v0.10.0