Releases: raulmatei/frux
Releases · raulmatei/frux
v0.7.0
26 May 06:39
Compare
Sorry, something went wrong.
No results found
Pass props to getDataBindings method:
class MyComponent extends Component {
static getDataBindings ( getters , props ) {
return {
data : getters . moduleName . dynamicGetter ( props . source )
} ;
}
render ( ) {
//...
}
}
v0.6.3
25 May 20:29
Compare
Sorry, something went wrong.
No results found
No change on NPM, it only adds dist files to the repo
v0.6.2
25 May 20:28
Compare
Sorry, something went wrong.
No results found
Make sure functional getters are added to the getters registry
v0.6.1
04 May 20:42
Compare
Sorry, something went wrong.
No results found
Fix missing mountServer in lib export
v0.6.0
04 May 08:59
Compare
Sorry, something went wrong.
No results found
Remove mountServer and ensure mount works on all environments
v0.5.0
04 May 08:58
Compare
Sorry, something went wrong.
No results found
Add server side mount method
v0.4.1
01 May 17:48
Compare
Sorry, something went wrong.
No results found
Revert some changes made on v0.4.0 related to how the library exposed it's API Move default exports to named exports
v0.4.0
01 May 17:50
Compare
Sorry, something went wrong.
No results found
Export nuclear-js utilities && Immutable library
Move default exports to named exports
Remove react hot loader from webpack.config
Remove examples/ from repo
Remove unused NPM packages
Cleanup repository
v0.3.2
21 Apr 18:29
Compare
Sorry, something went wrong.
No results found
Add minified UMD build
Update all NPM dependencies
package.json cleanup
v0.3.1
21 Apr 18:30
Compare
Sorry, something went wrong.
No results found
Add dist folder in package.json files