Skip to content

CanJS for...of updates

Compare
Choose a tag to compare
@green3g green3g released this 13 Sep 03:30
· 187 commits to master since this release

can-stache support for using {{#for(object of objects)}} in all components. Requires 4.11 version of can-stache.

Breaking changes

  • all components use new for of tags in can-stache.
  • table components no longer use ../object for rows and columns. Instead, object[field.name] works. (see docs for details)