Skip to content

Releases: evannetwork/ui-dapp-browser

v3.0.2

08 May 07:14
Compare
Choose a tag to compare

Fixes

  • recreate ipfs-cache indexeddb on aborted event
  • add EVAN_CHAIN to config process.env
  • fix devMode check in iframe

v3.0.1

08 May 07:15
Compare
Choose a tag to compare

Fixes

  • remove dist/dapps from npmjs

v3.0.0

08 May 07:15
Compare
Choose a tag to compare

Features

  • full refactoring
  • full typescript usage
  • load local deps also from index.html (dev.html is obsolete)
  • use better ipfs / ens resolving / caching

Deprecations

  • remove ionic and cordova
  • move dapps-watching to dist/dapps.js
  • main entrypoint changed dist location to dist/dapp-browser.js
  • no js client shim included
  • remove old functions and move them to https://github.com/evannetwork/ui-dapps/tree/develop/evan-libs/old-dapp-browser/src
    • all blockchain-core ui dependencies (bccHelper, AccountStore, KeyProvider)
    • lightwallet
    • notifications
    • web3
    • queue

v2.8.0

18 Feb 09:18
Compare
Choose a tag to compare

Features

  • start routing directly on dapp-browser load, so cached ens addresses can be directly resolved from ipfs, without waiting for bcc
  • enable cached-dapp dbcp type to get better initial loading speed

Fixes

  • add hidden class to initial-loading only when it was not added before
  • fix weird browser refresh in onboarding

v2.7.0

03 Dec 13:07
Compare
Choose a tag to compare

Features

  • set dashboard.vue.evan and onboarding.vue.evan as default entrypoints

Fixes

  • fix large font-sizes on mobile ios safari in horizontal orientation

v2.6.1

05 Nov 13:24
Compare
Choose a tag to compare

Fixes

  • fix account id switching on multiple opened tabs
  • update gulp build scripts to be compatible node 12
  • fix build script

v2.6.0

10 Oct 11:45
Compare
Choose a tag to compare

Features

  • allow to load the dapp-browser without starting url watcher
  • fix iframe include and add evan parameter to iframe window

Fixes

  • remove unnecessary dependencies and use correct tslint configuration

v2.5.1

08 Oct 12:30
Compare
Choose a tag to compare

Fixes

  • fix Stream errors in Chrome v77
  • remove custom agpl appendix

v2.5.0

19 Sep 11:29
Compare
Choose a tag to compare

Features

  • add deploy-repl command so the usual deployment configuration can be used, to start a repl with deployment configuration
  • use new favicon

Fixes

  • use new getSmartAgentAuthHeaders to build EvanAuth header for smart-agent requests

v2.4.0

27 Aug 10:04
Compare
Choose a tag to compare

Features

  • add deployment replace for stripe api key
  • add browserName, isPrivateMode, getBrowserName, getIsPrivateMode
  • add serveo.net and .ngrok.io host for enabled dev mode loading

Fixes

  • fix error handling in indexedDb to fix private firefox
  • add BigNumber to minify mangles, so BigNumber internal checks will work correctly