Skip to content

Commit

Permalink
version 4.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Jan 2, 2017
1 parent 4c88671 commit 9b2bbad
Show file tree
Hide file tree
Showing 16 changed files with 8,061 additions and 12,698 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## V 4.4.30
- Gradient Fill default value breaking render fix
- Demo file fix when json is renamed

## V 4.4.29
- Trim path fix
- html renderer fixes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# bodymovin
After Effects plugin for exporting animations to svg/canvas/html + js

## V 4.4.30
- Gradient Fill default value breaking render fix
- Demo file fix when json is renamed

## V 4.4.29
- Trim path fix
- html renderer fixes
Expand Down
Binary file modified build/extension/bodymovin.zxp
Binary file not shown.
10,240 changes: 5,120 additions & 5,120 deletions build/player/bodymovin.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions build/player/bodymovin.min.js

Large diffs are not rendered by default.

10,428 changes: 2,894 additions & 7,534 deletions build/player/bodymovin_light.js

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions build/player/bodymovin_light.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions extension/CSXS/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="5.0" ExtensionBundleId="com.bodymovin.bodymovin" ExtensionBundleVersion="4.4.29"
<ExtensionManifest Version="5.0" ExtensionBundleId="com.bodymovin.bodymovin" ExtensionBundleVersion="4.4.30"
ExtensionBundleName="bodymovin" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ExtensionList>
<Extension Id="com.bodymovin.bodymovin" Version="4.4.29" />
<Extension Id="com.bodymovin.bodymovin" Version="4.4.30" />
</ExtensionList>
<ExecutionEnvironment>
<HostList>
Expand Down
12 changes: 6 additions & 6 deletions extension/assets/player/bm.js

Large diffs are not rendered by default.

Binary file modified extension/assets/player/bm.js.gz
Binary file not shown.
12 changes: 6 additions & 6 deletions extension/assets/player/demo.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions extension/assets/player/standalone.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions extension/js/libs/bm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extension/jsx/renderManager.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var bm_renderManager = (function () {
comps : [],
fonts : [],
layers : [],
v : '4.4.29',
v : '4.4.30',
ddd : 0,
ip : comp.workAreaStart * comp.frameRate,
op : (comp.workAreaStart + comp.workAreaDuration) * comp.frameRate,
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var fs = require('fs');
var htmlreplace = require('gulp-html-replace');
var eventstream = require("event-stream");

var bm_version = '4.4.29';
var bm_version = '4.4.30';

var files = [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bodymovin",
"version": "4.4.29",
"version": "4.4.30",
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",
"main": "./build/player/bodymovin.js",
"repository": {
Expand Down

0 comments on commit 9b2bbad

Please sign in to comment.