Releases: evannetwork/ui-dapp-browser
Releases · evannetwork/ui-dapp-browser
v2.3.0
Features
- update versions of
ts-node
,typescript
,web3
- remove ionic libraries and update
cordova-plugin-ionic-webview
Fixes
- clearer build files and clearer android deployment
- add
setAccountAndPrivateKey
tobccHelper
createDefaultRuntime
to correctly track ipfs payment
v2.2.3
v2.2.2
v2.2.1
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
Features
- add
faucetAccount
to configuration - add disable deployment console parameter for testing deployment replacing jobs
- add correct keyprovider init function
- adjust systemjs configuration to do not map dependency alias, they will be set by the projects itself
- add css only dapp loading support
- add testnet banner
- add new initial loading screen
Fixes
- insert missing replacements for different environment deployments: ipfs domains and ensRootOwner
- ensure font-size scaling to 100%
- fix package.json dependencies for deployment
v2.0.0
Features
- add
dapp.getDAppBaseUrl
function to, Takes an dbcp object and calculates the base path, where all the files are deployed, for this DApp using the dbcp origin. When dev mode is enabled, the localhost path will be returned. startDApp
function gets 4. parameter the dappBaseUrl, where the result of getDAppBaseUrl for the loaded dbcp.json is passed to (https://ipfs.evan.network/ipfs/.../, http://localhost:3000/external/...)- add support using multiple chain configurations (ipns and configuration values will be replaced)
- add deployment web3 reconnect
- add
System.map('@evan.network/ui-dapp-browser')
so the dapp-browser import can be correctly - delay loading of cached dbcp files for 3 seconds to speedup initial heavy load
Fixes
- fix loading of DBCP libraries with different versions (for detailed description have a look at https://github.com/evannetwork/issue-tracking/issues/443)
- deployment: only publish new hashes to ipns, if the root evan domain is used
- move get
getDomainName
function to utils startDApp
removes previously contained content from the dapp container, after the dapp was started- throw an error, when the ui is started using an agent executor and the private key should be exported
- reduce amount of calls of
vault.generateNewAddresses()
Deprecations
- move
zone.js
to@evan.network/ui-angular-libs
(it's only needed by angular)