Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 5.13.0 #3133

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading