Skip to content

Commit

Permalink
version 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Jan 30, 2020
1 parent 9398d83 commit c99fa74
Show file tree
Hide file tree
Showing 21 changed files with 26 additions and 18 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## V 5.6.3
- Fix saving json files with special characters
- Improved lottie import

## V 5.6.2
- Fix lottie importer gradient data without keyframes
- Added hidden layers and hidden properties support for importer
Expand Down
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## V 5.6.3
- Fix saving json files with special characters
- Improved lottie import

## V 5.6.2
- Fix lottie importer gradient data without keyframes
- Added hidden layers and hidden properties support for importer
Expand Down
Binary file modified build/extension/bodymovin.zxp
Binary file not shown.
2 changes: 1 addition & 1 deletion build/player/lottie.js
Original file line number Diff line number Diff line change
Expand Up @@ -14501,7 +14501,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -12303,7 +12303,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_canvas.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_canvas_worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12313,7 +12313,7 @@ GroupEffect.prototype.init = function(data,element){
lottiejs.freeze = animationManager.freeze;
lottiejs.unfreeze = animationManager.unfreeze;
lottiejs.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottiejs.version = '5.6.2';
lottiejs.version = '5.6.3';

var renderer = '';
return lottiejs;
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_canvas_worker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_html.js
Original file line number Diff line number Diff line change
Expand Up @@ -13244,7 +13244,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_html.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_light.js
Original file line number Diff line number Diff line change
Expand Up @@ -9691,7 +9691,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_light.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_light_canvas.js
Original file line number Diff line number Diff line change
Expand Up @@ -9826,7 +9826,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_light_canvas.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_light_html.js
Original file line number Diff line number Diff line change
Expand Up @@ -10767,7 +10767,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_light_html.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/player/lottie_svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -12168,7 +12168,7 @@ lottie.freeze = animationManager.freeze;
lottie.unfreeze = animationManager.unfreeze;
lottie.getRegisteredAnimations = animationManager.getRegisteredAnimations;
lottie.__getFactory = getFactory;
lottie.version = '5.6.2';
lottie.version = '5.6.3';

function checkReady() {
if (document.readyState === "complete") {
Expand Down
2 changes: 1 addition & 1 deletion build/player/lottie_svg.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lottie-web",
"version": "5.6.2",
"version": "5.6.3",
"description": "After Effects plugin for exporting animations to SVG + JavaScript or canvas + JavaScript",
"main": "./build/player/lottie.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const cheerio = require('cheerio');
const UglifyJS = require("uglify-js");

const rootFolder = 'player/';
const bm_version = '5.6.2';
const bm_version = '5.6.3';
const buildReducedVersion = process.argv[2] === 'reduced'
const defaultBuilds = ['full','svg_light','svg','canvas','html', 'canvas_light', 'html_light', 'canvas_worker']

Expand Down

0 comments on commit c99fa74

Please sign in to comment.