This space is an archive space for documentation related to old versions of Fluid Infusion (i.e. versions before 1.3). For documentation related to the latest Infusion, see Infusion Documentation.
Tutorial - Fluid Infusion Core 1.0 Migration
API Changes
Some functions have under gone an API change
If you used... | The Change is... |
|---|---|
fluid.event.getEventFirer(unicast, preventable) | For preventable events, the Fluid Framework used to look for true to stop prorogation. Now the Fluid Framework will look for false to stop the event propogation. |
API Name Changes
Some functions have been renamed
If you used... | You'll now use... |
|---|---|
fluid.findKeyInObject(obj, value) | fluid.keyForValue(obj, value) |