Releases: aragon/aragon.js
v5.4.0
v5.2.0
- Add support for Polygon Matic currency when evaluating transaction using radspec
Aragon Wrapper v5.1.0
What’s changed in aragonJS
- add cache prefix (#473) @novaknole
- wrapper: consolidate and deduplicate ABI and method searching (#443) @sohkai
- docs: update branding (#444) @sohkai
- api, wrapper: rename
methodJsonDescription
tomethodAbiFragment
(#442) @sohkai - chore: remove travis (#440) @sohkai
- chore: migrate to yarn (#441) @sohkai
- chore: update stale bot (#439) @sohkai
`@aragon/wrapper`: v5.0.0
@aragon/wrapper
v5 has been in beta for a long time and is now considered feature-stable.
With the release of Aragon Connect, @aragon/wrapper
is now considered to be an Aragon client middleware library that should not be used or extended by others outside of exceptional circumstances.
If you were previously relying on @aragon/wrapper
to fetch information from or interact with Aragon organizations, we recommend migrating to Aragon Connect.
`@aragon/api`: v2.0.0
@aragon/api
v2 has been in beta for a long time and is now considered feature-stable.
We anticipate everyone who was using @aragon/api
in the past is now on v2, given its extended lifespan in beta. If you have yet to upgrade, we recommend learning what's new, by reviewing the documentation!
In particular, the primary features introduced in v2 were:
- App state caching, based on synced blocks
- Lots and lots of new APIs!
The largest breaking API change is app.store()
, which was modified to introduce support for app state caching.
`@aragon/api-react`: v2.0.0
api-react
is now considered stable alongside @aragon/api
🎉.
If api-react
is news to you, you can get started by reading the documentation!
wrapper-v5.0.0-rc.17
api-v2.0.0-beta.7
@aragon/wrapper v5.0.0-rc.16
Changes
- Wrapper: fix radspec evaluation when upgrading repos (#381) @sohkai
- Wrapper: fallback radspec evaluation to check all installed apps (#376) @sohkai
- Wrapper: add AppProxy's events abi to running apps (#375) @sohkai
- Add transferToVault to Kernel's artifact (#382) @macor161
- Wrapper: hotfix isForwarder() check on apps (#372) @sohkai
- Wrapper: migrate from apm.js and streamline exposed ENS API (#369) @sohkai
- Web3: upgrade to latest v1 (#334) @topocount
- Wrapper: update organization upgrade intent to 0.8 (#368) @sohkai
Special thanks to @macor161 and @topocount for helping make this release alongside @aragon/api@2.0.0-rc.6
happen 🎉
@aragon/api v2.0.0-beta.6
Features
- Add
api.path()
andapi.pathRequest()
to handle in-app navigation requests - Added
api.currentApp()
andapi.installedApps()
so that apps are able to know more information about themselves and other installed apps in the organization - Allow all web3 event options (https://web3js.readthedocs.io/en/v1.2.1/web3-eth-contract.html#id36) to be passed into
api.events()
,api.pastEvents()
, and their equivalents onapi.external()
handlers - Removed the unused
context
andnotification
APIs
Special thanks to @ottodevs, @topocount, @Schwartz10 and @0xGabi for helping make this release happen!