Skip to content

v0.32.0

Latest
Compare
Choose a tag to compare
@clangen-nw clangen-nw released this 27 Sep 22:00
· 12 commits to main since this release

Desktop app:

  • Bumped version to 0.32.0
  • Update from electron@15 to electron@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-party smart-circular library.
  • Various fixes and cleanups