Update dependency tsparticles to v1.40.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
tsparticles (source) | 1.39.0 -> 1.40.0 |
Release Notes
matteobruni/tsparticles
v1.40.0
tsParticles 1.40.0
Internal Updates
- Static classes are replaced by
Engine
instance singletons, this is useful for multiple instances installations since they can behave differently - Updated README.md files
- Updated all packages to match the minor version, so it's easier to understand which package is matching the engine version
New Features
- Added
domId
property to Emitters options, setting that to match a real dom element id will attach the emitter to the element (closes #2256)
Breaking Changes
- The new instance singleton management is going to break the deprecated
react-particles-js
, but I decided to not change the major version since all the official components will continue to work as expected.
v1.39.3
tsParticles 1.39.3
Bug Fixes
Changes
- updated fps limit default value to 120, updated all presets to have the fps limit of 120 (Chrome supports that also in Mac Pro Motion displays, Safari for now is limited to 60)
v1.39.2
tsParticles 1.39.2
Bug Fixes
- Fixed editor issues
v1.39.1
tsParticles 1.39.1
Bug Fixes
- Fixed issues with absorbers and emitters plugins Container extension methods
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by RenovateBot