Update dependency @lottiefiles/dotlottie-react to ^0.12.0 #832
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.5
->^0.12.0
Release Notes
LottieFiles/dotlottie-web (@lottiefiles/dotlottie-react)
v0.12.3
Compare Source
Patch Changes
5b6ec2f
]v0.12.2
Compare Source
Patch Changes
a68c984
]9d67d22
]v0.12.1
Compare Source
Patch Changes
c388ed6
: fix: add missing layout prop8ef9888
]1ee4ce9
]v0.12.0
Compare Source
Minor Changes
2c48dbf
: refactor: abstract common functionality betweenDotLottieReact
andDotLottieReactWorker
to reduce bundlesize
003e7b1
: feat: React v19 upgradePatch Changes
2c48dbf
: fix: dotLottie instance instantiation and cleanup in ReactStrictMode
for bothDotLottieReact
andDotLottieReactWorker
componentsv0.11.1
Compare Source
Patch Changes
fa72f98
]v0.11.0
Compare Source
Minor Changes
fb3ba0f
: chore(react): update JSX transform to "react-jsx" and drop React 16 supportPatch Changes
898084e
]de079cc
]30ff412
]v0.10.1
Compare Source
Patch Changes
4be7253
]4be7253
]4be7253
]v0.10.0
Minor Changes
0d65643
: feat: updated dotLottie-rs wasm bindings to v0.1.33 which includes the new v2 dotLottiespecs and themingsupport. feat: Added
setSlots
methods toDotLottie
class to set lottie slots in runtime. feat: AddedthemeId
prop to the
DotLottie
class config to initially load a .lottie with a specific theme. feat: AddedresetTheme
method to the
DotLottie
class to reset the theme to the default one.BREAKING CHANGE:
loadTheme
method is no longer supported, usesetTheme
instead.setThemeData
method is no longer supported, usesetThemeData
instead.Patch Changes
0d65643
]v0.9.3
Patch Changes
9ed1a99
]v0.9.2
Compare Source
Patch Changes
26f4be4
]v0.9.1
Compare Source
Patch Changes
f0e751d
]v0.9.0
Compare Source
Minor Changes
40b19ef
: chore: update build target from ES2020 to ES2015Patch Changes
40b19ef
]v0.8.12
Compare Source
Patch Changes
8540831
]v0.8.11
Compare Source
Patch Changes
1900885
]b7148b9
]v0.8.10
Compare Source
Patch Changes
dd70edf
]v0.8.9
Compare Source
Patch Changes
03311db
]e34ac54
]8e6f572
]v0.8.8
Compare Source
Patch Changes
04fc781
]v0.8.7
Compare Source
Patch Changes
18f8015
: fix(react): 🐛 "Worker is not defined" error in Next.js SSRv0.8.6
Compare Source
Patch Changes
8419a48
]v0.8.5
Compare Source
Patch Changes
78bb656
]v0.8.4
Compare Source
Patch Changes
77a56bc
]v0.8.3
Compare Source
Patch Changes
b4c4c6b
: fix: 🐛 temporarily disable unstable partial canvas rendering optimization in dotLottie-web wrappersv0.8.2
Compare Source
Patch Changes
d942dd2
]v0.8.1
Compare Source
Patch Changes
8540831
]v0.8.0
Compare Source
Minor Changes
eebb307
: feat(react): 🎸 add DotLottieWorkerReact componentPatch Changes
400c333
]ca7bb5a
]v0.7.2
Compare Source
Patch Changes
1d26a93
]v0.7.1
Compare Source
Patch Changes
e7a7829
: fix: 🐛 remove the unncessary intersection observer debounce8cdff81
: fix(react): 🐛 container gap at the bottom6e15246
]v0.7.0
Compare Source
Minor Changes
f0226ec
: Feature Update: 🎸 Add optionalanimationId
,themeId
, andthemeData
props toDotLottieReact
component
We are excited to introduce new optional props to the
DotLottieReact
component:animationId
,themeId
, andthemeData
.New Features:
animationId
: Allows you to specify and render a particular animation from a.lottie
file containing multipleanimations.
themeId
: Enables the application of a particular theme from the loaded.lottie
file to the currently activeanimation.
themeData
: Allows you to pass custom theme data to the currently active animation.Usage Example:
a564ff0
: perf(react): ⚡️ render only visible canvas areaThis update optimizes the rendering performance by ensuring that only the visible portion of the canvas is rendered,
utilizing the dotlottie-web
setViewport
API.Patch Changes
ba46fd1
]d7c2c20
]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.