v0.10.0
Significant Changes
- Fix t-prefixes by @kaspth in #89
Previously, we'd overriddencapture
to sett
-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 inv0.1*
albeit with a new simpler and faster implementation. Please open issues if you encounter anything around usingt
in your partials!
Features
- Content Declarations: add
required
andoptional
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