v1.7.0 - Little Bird
This release is the first step towards the revamp of API calls, using Redux better.
- Transactions edit now DOES NOT retrigger a data fetch. Transaction IDs and account balance are returned by the API and store is updated right away.
- Same applies to account information updates (as projected date impacts balance).
Redux developer tools library has also been added to this release.
To install the new libraries and build the production files, please run on the static
directory:
$ yarn install
$ yarn run build:production