Skip to content

Commit

Permalink
version 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AliT3 committed Nov 18, 2024
1 parent 9fd4b85 commit 507be7f
Show file tree
Hide file tree
Showing 35 changed files with 211,249 additions and 27,782 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## V 5.13.0
- FIX: rollup config updated to prevent lottie-web from running in Server-Side Rendering contexts
- FIX: fixed renderGradient() cache invalidation issue so that both start and end points are checked for changes
- IMPROVEMENT: avoid recalculating static transform matrices, results in a significant performance improvement
- FIX: reloadShapes() no longer has the side effect of creating duplicate styles
- FEATURE: Web Worker supports resetSegments
- FIX: hidden styles were forcibly set as visible when using searchShapes()
- IMPROVEMENT: expressions can access unidimensional values by index
- IMPROVEMENT: expression support for thisProperty.name

## V 5.12.1
- FIX: Transform Effect opacity reset
- FEATURE: esm support
Expand Down
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## V 5.13.0
- FIX: rollup config updated to prevent lottie-web from running in Server-Side Rendering contexts
- FIX: fixed renderGradient() cache invalidation issue so that both start and end points are checked for changes
- IMPROVEMENT: avoid recalculating static transform matrices, results in a significant performance improvement
- FIX: reloadShapes() no longer has the side effect of creating duplicate styles
- FEATURE: Web Worker supports resetSegments
- FIX: hidden styles were forcibly set as visible when using searchShapes()
- IMPROVEMENT: expressions can access unidimensional values by index
- IMPROVEMENT: expression support for thisProperty.name

## V 5.12.1
- FIX: Transform Effect opacity reset
- FEATURE: esm support
Expand Down
Loading

0 comments on commit 507be7f

Please sign in to comment.