Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
- [CORE-2.8.0]
  • Loading branch information
Tobias Winkler committed Feb 18, 2020
1 parent 0097ff0 commit 127a94a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# dapp-browser


## Next Version
### Features

### Fixes

### Deprecations


## Version 2.8.0
### 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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@
"serve-build": "gulp --cwd . --gulpfile gulp/serve.js serve --build"
},
"types": "runtime/build/main.d.ts",
"version": "2.7.0"
}
"version": "2.8.0"
}

0 comments on commit 127a94a

Please sign in to comment.