We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264561d commit e4b00b7Copy full SHA for e4b00b7
CHANGELOG.md
@@ -1,7 +1,11 @@
1
# 2.1.0
2
3
-- Add animation API.
4
-- More type checks.
+- Improved type checks on user-provided data
+- Added `"blobs/v2/animate"`
5
+ - Animate between arbitrary blob keyframes
6
+ - Separate import to keep main bundle small
7
+ - New demo website with animated blob transitions
8
+ - Supports only canvas rendering
9
10
# 2.0.1
11
package.json
@@ -1,7 +1,7 @@
{
"name": "blobs",
- "version": "2.0.1",
- "description": "Random blob generator",
+ "version": "2.1.0-beta.1",
+ "description": "Random blob generation and animation",
"author": "g-harel",
"license": "MIT",
"main": "index.js",
0 commit comments