Skip to content

v1.7.0 - Little Bird

Compare
Choose a tag to compare
@tferreira tferreira released this 18 Dec 12:31
· 25 commits to master since this release
83e40ad

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