Skip to content

Commit

Permalink
3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
azeem committed Apr 22, 2018
1 parent 084ac6a commit 75e9b7e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 3.0.0
+ Add support to enable/disable Colormap definitions. Cleanup preset key names. ([@grandchild](https://github.com/grandchild) in [#34](https://github.com/azeem/webvs/pull/34)).
+ Fix Issue #33 event handlers without bindings.
+ Fixed leaks in destructors.


## 2.0.2
+ Fix lodash imports + Tree shaking improvements built assets.

## 2.0.0

+ Typescript Port.
+ ShaderProgram Improvements.
+ NPM packaging.
+ Remove bower and grunt build.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webvs",
"version": "2.0.2",
"version": "3.0.0",
"description": "Audio Visualization rendering library",
"main": "dist/webvs.node.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 75e9b7e

Please sign in to comment.