Skip to content

Commit

Permalink
Merge branch 'airbnb:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
geomaster authored Oct 31, 2023
2 parents 69d2b2b + 63a39ae commit bc6cfb5
Show file tree
Hide file tree
Showing 54 changed files with 3,823 additions and 1,557 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/testAnimations.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
pull_request

jobs:

create_snapshots:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- run: npm install
- run: npm run test:create
- run: npm run build
- run: npm run test:compare
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## V 5.12.1
- FIX: Transform Effect opacity reset
- FEATURE: esm support
- FIX: Fix transform matrix precalc when adding effects
- IMPROVEMENT: canvas renderer signifcantly improved in performance
- IMPROVEMENT: improved text support for emojis
- IMPROVEMENT: text renderer performance improvement when rendering out of the work area
- FIX: canvas expressions render order

## V 5.12.0
- FEATURE: Transform Effect support
- FIX: play / pause behavior on worker
Expand Down
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## V 5.12.1
- FIX: Transform Effect opacity reset
- FEATURE: esm support
- FIX: Fix transform matrix precalc when adding effects
- IMPROVEMENT: canvas renderer signifcantly improved in performance
- IMPROVEMENT: improved text support for emojis
- IMPROVEMENT: text renderer performance improvement when rendering out of the work area
- FIX: canvas expressions render order

## V 5.12.0
- FEATURE: Transform Effect support
- FIX: play / pause behavior on worker
Expand Down
Binary file modified build/extension/bodymovin.zxp
Binary file not shown.
Loading

0 comments on commit bc6cfb5

Please sign in to comment.