Update dependency tsparticles to v1.42.4
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
tsparticles (source) | 1.41.5 -> 1.42.4 |
Release Notes
matteobruni/tsparticles
v1.42.4
tsParticles 1.42.4 Changelog
Bug Fixes
- Moving
canvas.clear
closer todraw
breaks grab links, and maybe other interactions
v1.42.3
tsParticles 1.42.2
Bug Fixes
- Angular: do not load particles on the Node.js side and make its loading cancellable
- Fixed flashing issue with background mask, closes #3514
tsParticles 1.42.3
Bug Fixes
- Removed a forgotten console.log, closes #3551
- Fixed flashing issue with resize method, closes #3523 and #3074
- Fixed sea anemone preset, removed a useless option
- Canvas now is cleared just before new drawings
v1.42.1
tsParticles 1.42.0 Changelog
Options Updates
New numeric values are now randomizable, using the { min, max }
object instead of the numeric value. The list of the new randomizable options are:
particles.move.attract.distance
particles.move.angle.offset
particles.move.angle.value
particles.orbit.opacity
particles.orbit.radius
particles.orbit.width
particles.repulse.distance
particles.repulse.duration
particles.repulse.factor
particles.repulse.speed
particles.roll.darken.value
particles.roll.enlighten.value
particles.rotate.animation.speed
particles.tilt.animation.speed
particles.twinkle.lines.opacity
particles.twinkle.particles.opacity
These are the core options, also every animation object now can have randomizable count
and speed
properties.
Absorbers and Emitters plugin options now have randomizable coordinates, the { min, max }
can be set to their position.x
and position.y
values instead of a single numeric.
tsParticles 1.42.1 Changelog
Bug Fixes
- Fixes issue with 0 values on x and y properties of emitters position options
v1.41.6
tsParticles 1.41.6
Bug Fixes
- Fixed issue with canvas resize
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.