Skip to content

v0.5.3 Beta

Compare
Choose a tag to compare
@sohkai sohkai released this 17 Jul 23:20
· 861 commits to develop since this release
bf6e184

0.5.3 is a maintenance release with multiple optimizations under the hood.

Users of Aragon Core should see load times improve by ~25% on both mainnet or rinkeby.

General

  • (Core) Optimized build dependencies to decrease bundle size
  • (Core) Begun migrating animations to react-spring, so they're as silky smooth as possible

Added

  • (Core) Support for HTTP URLs for loading apps (rather than just IPFS), to allow aragon-cli to provide a hot-reloading experience for developers

Fixed

  • (Core) Firefox was blocking all IPFS requests from the app due to some extra headers being sent with the request library we were using; we've since switched and Firefox should be working again

Misc

  • (Core) Reduced bundle size by migrating to bn.js instead of bignumber.js
  • (Core) Updated a number of dependencies