DEV Community

Cover image for tsParticles 1.40.0 Released
Matteo Bruni for tsParticles

Posted on • Updated on

tsParticles 1.40.0 Released

tsParticles 1.40.0 Changelog

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.

GitHub logo matteobruni / tsparticles

tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

Top comments (0)