Releases: VoliJS/NestedReact
Releases · VoliJS/NestedReact
Updated to NestedLinks 1.3
- NestedLink 1.3 is goddamn good. Check it out. https://github.com/Volicon/NestedLink
- All models now have linkAll method.
- All links are cached now, so they won't break pure render optimization. Finally.
- Removed unintentionally bundled underscore. That was bad.
hotfix
Added to react-component.com
v0.5.1 added react-component keyword
0.5.0
Links improvements
- Fixed links incompatibilities with React. There were weird issues with .val implementation, thus, 'live' links functionality was removed.
- Changed links API. Now, Collections support both links to property (getLink), and link to model (hasLink)
- Everything extending Object with .extend now supports property links.
- In order to create link, use new Nested.Link( value, callback );
Data binding support
Merge pull request #4 from Volicon/develop Version 0.3.0