v0.4.0
Closed Feb 29, 2016
100% complete
- r-component for dynamic component
<r-component is={componentName} props.... />
- if Express is const, now regularjs will pass a value but not a Expression like in previous version.
value = {1}
, 1 will pass to directive. - $watch now accepet function for watch complex value
- #list now support altnate syntax ( {#list list as item} {item.content} {#else} list i…
- r-component for dynamic component
<r-component is={componentName} props.... />
- if Express is const, now regularjs will pass a value but not a Expression like in previous version.
value = {1}
, 1 will pass to directive. - $watch now accepet function for watch complex value
- #list now support altnate syntax ( {#list list as item} {item.content} {#else} list is not exsits {/list})
- each loop is track by index, performance is awesome now (http://leeluolee.github.io/js-repaint-perfs/).
- r-class r-style will automately add '{}' for you if you pass a String and missed '{}' for object literal ( "left: left + 'px'" is valid now)
- all bug issues will be resolved
This milestone is closed.
No open issues remain. View closed issues or see open milestones in this repository.