All Versions
66
Latest Version
Avg Release Cycle
7 days
Latest Release
3470 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.9.0 Changes
July 20, 2014- โ add low level backbone aware input components (Text, TextArea, CheckBox, Select, RadioGroup) - 6da1970
-
v0.8.0 Changes
July 19, 2014- ๐ support mixin parameters for "modelValueAware" - efea304
- ๐ support mixin parameters for "modelLoadOn" in addition to the "loadOn" property - 0db26d6
- ๐ support mixin parameters for "modelUpdateOn" and remove the updateOnModelEvent method - d8b246b, 36c2dfc
Compatibility notes:
- โก๏ธ note that the updateOnModelEvent method has been removed in favor of mixin parameters for "modelLoadOn"
- note that the react-mixin-manager dependency version has changed
-
v0.7.1 Changes
July 18, 2014- ensure this.state exists before binding/undinding model events - 6e41527
-
v0.7.0 Changes
July 18, 2014- bind "this" as context for modelPopulate callback - 505baa8
- modelPopulate queries component values using getUIValue rather than getModelValue - 2d88c99
-
v0.6.3 Changes
June 17, 2014- ๐ fix bower.json - 8320142
- โก๏ธ update dependencies docs - 5c9a6c1
- โก๏ธ update docs - 618afca
-
v0.6.2 Changes
June 16, 2014- โ add non-default mode support for declarative event bindings (with react-events) but standard behavior still works you can now provide prop/ref key name with "model[keyName]:eventName": "handlerMethod" - 81844a1
- โ add bower.json - 5442f8e
-
v0.6.1 Changes
June 14, 2014- โก๏ธ use deferUpdate (react-mixin-manager >= 0.5.0) instead of forceUpdate This allows for a reset which will fire an add event for every model in a collection and then a reset event (all will call deferUpdate) but will only execute a forceUpdate 1 time. - 22522e1
Compatibility notes: ๐ This requires an update of react-mixin-manager to >= 0.5.0. It really shouldn't be a patch release but I just made a release yesterday and I do not think it has been downloaded.
-
v0.6.0 Changes
June 13, 2014- โ add the "modelPopulate" mixin - 9cd2ae7
-
v0.5.0 Changes
June 12, 2014- standardize mixin names - 4d18967 modelAccessor -> modelAware modelValueAccessor -> modelValueAware modelEventBinder -> modelEventAware modelInvalidBinder -> modelInvalidAware modelChangeListener -> modelChangeAware modelAsyncListener -> modelAsyncAware
-
v0.4.1 Changes
June 12, 2014- โ add react-events specials implentations (memoize, delay, defer, throttle, debounce, once) - fe4be7a