Desktop app:
- Bumped version to
0.32.0
- Update from
electron@15
toelectron@20
- Update to the latest version of
react-devtools-core
- Update to the latest version of
babel
,eslint
,prettier
, and other dependencies. - Remove
react-window
;react-virtuoso
is now used in all cases. - Fix
forwarder
build on CI, ensure it is signed and packaged properly - Remove dead code throughout the app, fix most remaining lint warnings
@nerdwallet/react-native-piggy
library:
- Bumped version to
1.9.0
- Fixed logging
React
components and objects with circular references; removed reliance on third-partysmart-circular
library. - Various fixes and cleanups