chore(deps): update dependency tsparticles to v1.43.1
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
tsparticles (source) | 1.41.6 -> 1.43.1 |
Release Notes
matteobruni/tsparticles
v1.43.1
v1.43.0
: tsParticles 1.43.0
tsParticles 1.43.0 Changelog
Architecture changes
- Removed all inner index files from the engine, the exported types are unchanged
- Added CLI project
Bug Fixes
- Improved big circles preset, the effect is now better
- Improved particles check when drawing
- Some refactoring for smaller output size
Compatibility changes
- Updated build configurations for plugins, shapes, presets, and other pluggable projects, imports are now more compatible with CommonJS and ESM
- Updated all plugins to use the new build system, improves imports compatibility
- Updated external interaction managers, added click mode handling
- Added more external interaction managers, like v2
v1.42.4
: tsParticles 1.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.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.2
v1.42.1
: tsParticles 1.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.42.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.