Releases: microsoft/satcheljs
Strictly speaking release
Just like mobx has a useStrict mode, SatchelJS now has a way to turn off strict mode with... useStrict(false)
Time Lord Release
In this release, we added "createUndo" so that certain actions that has side effect (like API calls) can roll back changes to the store if the side effect fails.
fix observer
Merge pull request #24 from Microsoft/kchau/fix-observer Fixes the reactive in both layers of the HOC AND the target
Get with it, decorator!
Fixed a bug from newly released v2.8.0 code where the reactive decorator didn't actually allow the observer decorator to do its job.
Beast... errr test mode
Added a test mode to allow select and reactive decorators to work in tests by NOT executing the selector functions
Upgrade to TS2.1 and Mobx 2.6.x
- SelectorFunction now is generic and can allow developers using it to have the mapped types from TS2.1 assist in intellisense while creating those functions
- Updated mobx
Correcting repo URLs
Corrects the repo URLs
select() now can support tests...
- select() now allow for tests to override the params
Bug fix for the optional args
- select(...) decorator for functions now supports optional args
- select-react exports the ReactiveTarget, so test code can use this interface to access unwrapped controls
Decorated for the Holidays!
More decorator work. This release fixes the reactive decorator for the React component classes. Previously, it had a bug trying to modify the props itself. This release makes the decorator create a higher-order component injector.
The React dependency has been upgraded to match latest stable - 15.4.0