alt v0.13.10 Release Notes

  • ➕ Added

    • DispatcherRecorder is a util that allows you to record and replay a series of actions. commit
    • FinalStore is a util Store that emits a change once all other stores have emitted. commit
    • ➕ Added a saveStore parameter to alt.createStore. This parameter controls whether we should save the store internally (for snapshots, bootstraps) or not. Default is true. commit

    🛠 Fixed

    • All the mixins in the mixins folder don't make React complain about binding. commit