Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
Fixes in webgl shaders API require version bump
  • Loading branch information
anvaka committed Sep 10, 2015
1 parent 5858496 commit 69ec53d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
@@ -1,3 +1,12 @@
v0.8.1
date Sep 9, 2015
- Improved layout performance in some cases
- Extended WebGL API to transform from/to webgl coordinates space
- Custom shaders now receive layout's view of node position. This means
that `y` coordinate needs to be replaced to `-y` in your custom shaders
code
- Bug fixes
- Documentation updates
v0.7.7
date Mar 24, 2015
- Upgraded to latest `ngraph` modules
Expand Down
2 changes: 1 addition & 1 deletion dist/vivagraph.js
Expand Up @@ -6838,7 +6838,7 @@ function webglSquare(size, color) {

},{"./parseColor.js":51}],62:[function(require,module,exports){
// todo: this should be generated at build time.
module.exports = '0.7.13';
module.exports = '0.8.1';

},{}]},{},[1])(1)
});
2 changes: 1 addition & 1 deletion dist/vivagraph.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/version.js
@@ -1,2 +1,2 @@
// todo: this should be generated at build time.
module.exports = '0.7.13';
module.exports = '0.8.1';

0 comments on commit 69ec53d

Please sign in to comment.