Skip to content

4.2.1

Choose a tag to compare

@m-mujica m-mujica released this 01 Mar 23:36
· 404 commits to master since this release

Fix false positive warning with hash expression on #each helpers.

{{#each(panels, panel=value)}}
  <p>{{panel.label}}</p>
{{/each}}

can-stache would incorrectly trigger a warning because value is not found in scope.