Skip to content

Releases: evannetwork/ui-dapp-browser

v2.3.0

08 Aug 14:52
Compare
Choose a tag to compare

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 to bccHelper createDefaultRuntime to correctly track ipfs payment

v2.2.3

12 Jul 12:10
Compare
Choose a tag to compare

Fixes

  • update for web3 version 1.0.0-beta.55 support
  • rename testnet to testcore
  • fix deployment sub ens address set

v2.2.2

03 Jul 20:10
Compare
Choose a tag to compare

Fixes

  • allow old ens names to be replaced with minus characters (angular-core, angular-libs, smart-contracts)

v2.2.1

03 Jul 19:20
Compare
Choose a tag to compare

Fixes

  • allow minus symbols for ens names

v2.2.0

28 Jun 14:02
Compare
Choose a tag to compare

Fixes

  • load dev domain from localStorage evan-dev-dapps-domain or from queryParams.dev-domain

v2.1.3

29 May 07:26
Compare
Choose a tag to compare

Fixes

  • fix dapp deployment ipfsConfig replacement

v2.1.2

13 May 08:01
Compare
Choose a tag to compare

Fixes

  • move missing dependencies from devDeps to deps

v2.1.1

18 Apr 06:46
Compare
Choose a tag to compare

Fixes

  • add default protocol to web3 websocket connection
  • fix css only dapp-content loading

v2.1.0

12 Apr 07:40
Compare
Choose a tag to compare

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

12 Feb 10:35
Compare
Choose a tag to compare

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)