Skip to content

0.9.4: Fixes a lookup bug in render and compile that was returning the first…

Latest
Compare
Choose a tag to compare
@jonschlinkert jonschlinkert released this 04 Jan 08:03
· 415 commits to master since this release

Fixes a lookup bug in render and compile that was returning the first view that matched the given name from any collection. So if a partial and a page shared the same name, if the partial was matched first it was returned. Now the renderable view is rendered (e.g. page)