Skip to content

Update dependency tsparticles to v1.40.0

RenovateBot requested to merge renovate-tsparticles-1.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
tsparticles (source) 1.39.0 -> 1.40.0 age adoption passing confidence

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

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports

Loading