Skip to content

[pull] main from tsparticles:main #202

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Aug 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)

**Note:** Version bump only for package @tsparticles/workspace

# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)

### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions bundles/all/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)

**Note:** Version bump only for package @tsparticles/all

# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)

### Features
Expand Down
104 changes: 52 additions & 52 deletions bundles/all/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.9.0",
"version": "3.9.1",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"repository": {
Expand Down Expand Up @@ -99,57 +99,57 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "3.9.0",
"@tsparticles/effect-trail": "3.9.0",
"@tsparticles/engine": "3.9.0",
"@tsparticles/interaction-external-particle": "3.9.0",
"@tsparticles/interaction-external-pop": "3.9.0",
"@tsparticles/interaction-light": "3.9.0",
"@tsparticles/interaction-particles-repulse": "3.9.0",
"@tsparticles/path-curl-noise": "3.9.0",
"@tsparticles/path-curves": "3.9.0",
"@tsparticles/path-fractal-noise": "3.9.0",
"@tsparticles/path-perlin-noise": "3.9.0",
"@tsparticles/path-polygon": "3.9.0",
"@tsparticles/path-simplex-noise": "3.9.0",
"@tsparticles/path-svg": "3.9.0",
"@tsparticles/path-zig-zag": "3.9.0",
"@tsparticles/pjs": "3.9.0",
"@tsparticles/plugin-canvas-mask": "3.9.0",
"@tsparticles/plugin-easing-back": "3.9.0",
"@tsparticles/plugin-easing-circ": "3.9.0",
"@tsparticles/plugin-easing-cubic": "3.9.0",
"@tsparticles/plugin-easing-expo": "3.9.0",
"@tsparticles/plugin-easing-linear": "3.9.0",
"@tsparticles/plugin-easing-quart": "3.9.0",
"@tsparticles/plugin-easing-quint": "3.9.0",
"@tsparticles/plugin-easing-sine": "3.9.0",
"@tsparticles/plugin-emitters-shape-canvas": "3.9.0",
"@tsparticles/plugin-emitters-shape-path": "3.9.0",
"@tsparticles/plugin-emitters-shape-polygon": "3.9.0",
"@tsparticles/plugin-export-image": "3.9.0",
"@tsparticles/plugin-export-json": "3.9.0",
"@tsparticles/plugin-export-video": "3.9.0",
"@tsparticles/plugin-hsv-color": "3.9.0",
"@tsparticles/plugin-infection": "3.9.0",
"@tsparticles/plugin-motion": "3.9.0",
"@tsparticles/plugin-named-color": "3.9.0",
"@tsparticles/plugin-oklch-color": "3.9.0",
"@tsparticles/plugin-poisson-disc": "3.9.0",
"@tsparticles/plugin-polygon-mask": "3.9.0",
"@tsparticles/plugin-sounds": "3.9.0",
"@tsparticles/shape-arrow": "3.9.0",
"@tsparticles/shape-cards": "3.9.0",
"@tsparticles/shape-cog": "3.9.0",
"@tsparticles/shape-heart": "3.9.0",
"@tsparticles/shape-infinity": "3.9.0",
"@tsparticles/shape-path": "3.9.0",
"@tsparticles/shape-rounded-polygon": "3.9.0",
"@tsparticles/shape-rounded-rect": "3.9.0",
"@tsparticles/shape-spiral": "3.9.0",
"@tsparticles/updater-gradient": "3.9.0",
"@tsparticles/updater-orbit": "3.9.0",
"tsparticles": "3.9.0"
"@tsparticles/effect-bubble": "3.9.1",
"@tsparticles/effect-trail": "3.9.1",
"@tsparticles/engine": "3.9.1",
"@tsparticles/interaction-external-particle": "3.9.1",
"@tsparticles/interaction-external-pop": "3.9.1",
"@tsparticles/interaction-light": "3.9.1",
"@tsparticles/interaction-particles-repulse": "3.9.1",
"@tsparticles/path-curl-noise": "3.9.1",
"@tsparticles/path-curves": "3.9.1",
"@tsparticles/path-fractal-noise": "3.9.1",
"@tsparticles/path-perlin-noise": "3.9.1",
"@tsparticles/path-polygon": "3.9.1",
"@tsparticles/path-simplex-noise": "3.9.1",
"@tsparticles/path-svg": "3.9.1",
"@tsparticles/path-zig-zag": "3.9.1",
"@tsparticles/pjs": "3.9.1",
"@tsparticles/plugin-canvas-mask": "3.9.1",
"@tsparticles/plugin-easing-back": "3.9.1",
"@tsparticles/plugin-easing-circ": "3.9.1",
"@tsparticles/plugin-easing-cubic": "3.9.1",
"@tsparticles/plugin-easing-expo": "3.9.1",
"@tsparticles/plugin-easing-linear": "3.9.1",
"@tsparticles/plugin-easing-quart": "3.9.1",
"@tsparticles/plugin-easing-quint": "3.9.1",
"@tsparticles/plugin-easing-sine": "3.9.1",
"@tsparticles/plugin-emitters-shape-canvas": "3.9.1",
"@tsparticles/plugin-emitters-shape-path": "3.9.1",
"@tsparticles/plugin-emitters-shape-polygon": "3.9.1",
"@tsparticles/plugin-export-image": "3.9.1",
"@tsparticles/plugin-export-json": "3.9.1",
"@tsparticles/plugin-export-video": "3.9.1",
"@tsparticles/plugin-hsv-color": "3.9.1",
"@tsparticles/plugin-infection": "3.9.1",
"@tsparticles/plugin-motion": "3.9.1",
"@tsparticles/plugin-named-color": "3.9.1",
"@tsparticles/plugin-oklch-color": "3.9.1",
"@tsparticles/plugin-poisson-disc": "3.9.1",
"@tsparticles/plugin-polygon-mask": "3.9.1",
"@tsparticles/plugin-sounds": "3.9.1",
"@tsparticles/shape-arrow": "3.9.1",
"@tsparticles/shape-cards": "3.9.1",
"@tsparticles/shape-cog": "3.9.1",
"@tsparticles/shape-heart": "3.9.1",
"@tsparticles/shape-infinity": "3.9.1",
"@tsparticles/shape-path": "3.9.1",
"@tsparticles/shape-rounded-polygon": "3.9.1",
"@tsparticles/shape-rounded-rect": "3.9.1",
"@tsparticles/shape-spiral": "3.9.1",
"@tsparticles/updater-gradient": "3.9.1",
"@tsparticles/updater-orbit": "3.9.1",
"tsparticles": "3.9.1"
},
"publishConfig": {
"access": "public"
Expand Down
104 changes: 52 additions & 52 deletions bundles/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.9.0",
"version": "3.9.1",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"scripts": {
Expand Down Expand Up @@ -107,57 +107,57 @@
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "workspace:3.9.0",
"@tsparticles/effect-trail": "workspace:3.9.0",
"@tsparticles/engine": "workspace:3.9.0",
"@tsparticles/interaction-external-particle": "workspace:3.9.0",
"@tsparticles/interaction-external-pop": "workspace:3.9.0",
"@tsparticles/interaction-light": "workspace:3.9.0",
"@tsparticles/interaction-particles-repulse": "workspace:3.9.0",
"@tsparticles/path-curl-noise": "workspace:3.9.0",
"@tsparticles/path-curves": "workspace:3.9.0",
"@tsparticles/path-fractal-noise": "workspace:3.9.0",
"@tsparticles/path-perlin-noise": "workspace:3.9.0",
"@tsparticles/path-polygon": "workspace:3.9.0",
"@tsparticles/path-simplex-noise": "workspace:3.9.0",
"@tsparticles/path-svg": "workspace:3.9.0",
"@tsparticles/path-zig-zag": "workspace:3.9.0",
"@tsparticles/pjs": "workspace:3.9.0",
"@tsparticles/plugin-canvas-mask": "workspace:3.9.0",
"@tsparticles/plugin-easing-back": "workspace:3.9.0",
"@tsparticles/plugin-easing-circ": "workspace:3.9.0",
"@tsparticles/plugin-easing-cubic": "workspace:3.9.0",
"@tsparticles/plugin-easing-expo": "workspace:3.9.0",
"@tsparticles/plugin-easing-linear": "workspace:3.9.0",
"@tsparticles/plugin-easing-quart": "workspace:3.9.0",
"@tsparticles/plugin-easing-quint": "workspace:3.9.0",
"@tsparticles/plugin-easing-sine": "workspace:3.9.0",
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.9.0",
"@tsparticles/plugin-emitters-shape-path": "workspace:3.9.0",
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.9.0",
"@tsparticles/plugin-export-image": "workspace:3.9.0",
"@tsparticles/plugin-export-json": "workspace:3.9.0",
"@tsparticles/plugin-export-video": "workspace:3.9.0",
"@tsparticles/plugin-hsv-color": "workspace:3.9.0",
"@tsparticles/plugin-infection": "workspace:3.9.0",
"@tsparticles/plugin-motion": "workspace:3.9.0",
"@tsparticles/plugin-named-color": "workspace:3.9.0",
"@tsparticles/plugin-oklch-color": "workspace:3.9.0",
"@tsparticles/plugin-poisson-disc": "workspace:3.9.0",
"@tsparticles/plugin-polygon-mask": "workspace:3.9.0",
"@tsparticles/plugin-sounds": "workspace:3.9.0",
"@tsparticles/shape-arrow": "workspace:3.9.0",
"@tsparticles/shape-cards": "workspace:3.9.0",
"@tsparticles/shape-cog": "workspace:3.9.0",
"@tsparticles/shape-heart": "workspace:3.9.0",
"@tsparticles/shape-infinity": "workspace:3.9.0",
"@tsparticles/shape-path": "workspace:3.9.0",
"@tsparticles/shape-rounded-polygon": "workspace:3.9.0",
"@tsparticles/shape-rounded-rect": "workspace:3.9.0",
"@tsparticles/shape-spiral": "workspace:3.9.0",
"@tsparticles/updater-gradient": "workspace:3.9.0",
"@tsparticles/updater-orbit": "workspace:3.9.0",
"tsparticles": "workspace:3.9.0"
"@tsparticles/effect-bubble": "workspace:3.9.1",
"@tsparticles/effect-trail": "workspace:3.9.1",
"@tsparticles/engine": "workspace:3.9.1",
"@tsparticles/interaction-external-particle": "workspace:3.9.1",
"@tsparticles/interaction-external-pop": "workspace:3.9.1",
"@tsparticles/interaction-light": "workspace:3.9.1",
"@tsparticles/interaction-particles-repulse": "workspace:3.9.1",
"@tsparticles/path-curl-noise": "workspace:3.9.1",
"@tsparticles/path-curves": "workspace:3.9.1",
"@tsparticles/path-fractal-noise": "workspace:3.9.1",
"@tsparticles/path-perlin-noise": "workspace:3.9.1",
"@tsparticles/path-polygon": "workspace:3.9.1",
"@tsparticles/path-simplex-noise": "workspace:3.9.1",
"@tsparticles/path-svg": "workspace:3.9.1",
"@tsparticles/path-zig-zag": "workspace:3.9.1",
"@tsparticles/pjs": "workspace:3.9.1",
"@tsparticles/plugin-canvas-mask": "workspace:3.9.1",
"@tsparticles/plugin-easing-back": "workspace:3.9.1",
"@tsparticles/plugin-easing-circ": "workspace:3.9.1",
"@tsparticles/plugin-easing-cubic": "workspace:3.9.1",
"@tsparticles/plugin-easing-expo": "workspace:3.9.1",
"@tsparticles/plugin-easing-linear": "workspace:3.9.1",
"@tsparticles/plugin-easing-quart": "workspace:3.9.1",
"@tsparticles/plugin-easing-quint": "workspace:3.9.1",
"@tsparticles/plugin-easing-sine": "workspace:3.9.1",
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.9.1",
"@tsparticles/plugin-emitters-shape-path": "workspace:3.9.1",
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.9.1",
"@tsparticles/plugin-export-image": "workspace:3.9.1",
"@tsparticles/plugin-export-json": "workspace:3.9.1",
"@tsparticles/plugin-export-video": "workspace:3.9.1",
"@tsparticles/plugin-hsv-color": "workspace:3.9.1",
"@tsparticles/plugin-infection": "workspace:3.9.1",
"@tsparticles/plugin-motion": "workspace:3.9.1",
"@tsparticles/plugin-named-color": "workspace:3.9.1",
"@tsparticles/plugin-oklch-color": "workspace:3.9.1",
"@tsparticles/plugin-poisson-disc": "workspace:3.9.1",
"@tsparticles/plugin-polygon-mask": "workspace:3.9.1",
"@tsparticles/plugin-sounds": "workspace:3.9.1",
"@tsparticles/shape-arrow": "workspace:3.9.1",
"@tsparticles/shape-cards": "workspace:3.9.1",
"@tsparticles/shape-cog": "workspace:3.9.1",
"@tsparticles/shape-heart": "workspace:3.9.1",
"@tsparticles/shape-infinity": "workspace:3.9.1",
"@tsparticles/shape-path": "workspace:3.9.1",
"@tsparticles/shape-rounded-polygon": "workspace:3.9.1",
"@tsparticles/shape-rounded-rect": "workspace:3.9.1",
"@tsparticles/shape-spiral": "workspace:3.9.1",
"@tsparticles/updater-gradient": "workspace:3.9.1",
"@tsparticles/updater-orbit": "workspace:3.9.1",
"tsparticles": "workspace:3.9.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 4 additions & 0 deletions bundles/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)

**Note:** Version bump only for package @tsparticles/basic

# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)

**Note:** Version bump only for package @tsparticles/basic
Expand Down
22 changes: 11 additions & 11 deletions bundles/basic/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "3.9.0",
"version": "3.9.1",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"repository": {
Expand Down Expand Up @@ -99,16 +99,16 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/engine": "3.9.0",
"@tsparticles/move-base": "3.9.0",
"@tsparticles/plugin-hex-color": "3.9.0",
"@tsparticles/plugin-hsl-color": "3.9.0",
"@tsparticles/plugin-rgb-color": "3.9.0",
"@tsparticles/shape-circle": "3.9.0",
"@tsparticles/updater-color": "3.9.0",
"@tsparticles/updater-opacity": "3.9.0",
"@tsparticles/updater-out-modes": "3.9.0",
"@tsparticles/updater-size": "3.9.0"
"@tsparticles/engine": "3.9.1",
"@tsparticles/move-base": "3.9.1",
"@tsparticles/plugin-hex-color": "3.9.1",
"@tsparticles/plugin-hsl-color": "3.9.1",
"@tsparticles/plugin-rgb-color": "3.9.1",
"@tsparticles/shape-circle": "3.9.1",
"@tsparticles/updater-color": "3.9.1",
"@tsparticles/updater-opacity": "3.9.1",
"@tsparticles/updater-out-modes": "3.9.1",
"@tsparticles/updater-size": "3.9.1"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions bundles/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "3.9.0",
"version": "3.9.1",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"scripts": {
Expand Down Expand Up @@ -107,16 +107,16 @@
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/engine": "workspace:3.9.0",
"@tsparticles/move-base": "workspace:3.9.0",
"@tsparticles/plugin-hex-color": "workspace:3.9.0",
"@tsparticles/plugin-hsl-color": "workspace:3.9.0",
"@tsparticles/plugin-rgb-color": "workspace:3.9.0",
"@tsparticles/shape-circle": "workspace:3.9.0",
"@tsparticles/updater-color": "workspace:3.9.0",
"@tsparticles/updater-opacity": "workspace:3.9.0",
"@tsparticles/updater-out-modes": "workspace:3.9.0",
"@tsparticles/updater-size": "workspace:3.9.0"
"@tsparticles/engine": "workspace:3.9.1",
"@tsparticles/move-base": "workspace:3.9.1",
"@tsparticles/plugin-hex-color": "workspace:3.9.1",
"@tsparticles/plugin-hsl-color": "workspace:3.9.1",
"@tsparticles/plugin-rgb-color": "workspace:3.9.1",
"@tsparticles/shape-circle": "workspace:3.9.1",
"@tsparticles/updater-color": "workspace:3.9.1",
"@tsparticles/updater-opacity": "workspace:3.9.1",
"@tsparticles/updater-out-modes": "workspace:3.9.1",
"@tsparticles/updater-size": "workspace:3.9.1"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 4 additions & 0 deletions bundles/confetti/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.1](https://github.com/tsparticles/tsparticles/compare/v3.9.0...v3.9.1) (2025-08-03)

**Note:** Version bump only for package @tsparticles/confetti

# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)

**Note:** Version bump only for package @tsparticles/confetti
Expand Down
34 changes: 17 additions & 17 deletions bundles/confetti/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/confetti",
"version": "3.9.0",
"version": "3.9.1",
"description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.",
"homepage": "https://particles.js.org",
"repository": {
Expand Down Expand Up @@ -99,22 +99,22 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/basic": "3.9.0",
"@tsparticles/engine": "3.9.0",
"@tsparticles/plugin-emitters": "3.9.0",
"@tsparticles/plugin-motion": "3.9.0",
"@tsparticles/shape-cards": "3.9.0",
"@tsparticles/shape-emoji": "3.9.0",
"@tsparticles/shape-heart": "3.9.0",
"@tsparticles/shape-image": "3.9.0",
"@tsparticles/shape-polygon": "3.9.0",
"@tsparticles/shape-square": "3.9.0",
"@tsparticles/shape-star": "3.9.0",
"@tsparticles/updater-life": "3.9.0",
"@tsparticles/updater-roll": "3.9.0",
"@tsparticles/updater-rotate": "3.9.0",
"@tsparticles/updater-tilt": "3.9.0",
"@tsparticles/updater-wobble": "3.9.0"
"@tsparticles/basic": "3.9.1",
"@tsparticles/engine": "3.9.1",
"@tsparticles/plugin-emitters": "3.9.1",
"@tsparticles/plugin-motion": "3.9.1",
"@tsparticles/shape-cards": "3.9.1",
"@tsparticles/shape-emoji": "3.9.1",
"@tsparticles/shape-heart": "3.9.1",
"@tsparticles/shape-image": "3.9.1",
"@tsparticles/shape-polygon": "3.9.1",
"@tsparticles/shape-square": "3.9.1",
"@tsparticles/shape-star": "3.9.1",
"@tsparticles/updater-life": "3.9.1",
"@tsparticles/updater-roll": "3.9.1",
"@tsparticles/updater-rotate": "3.9.1",
"@tsparticles/updater-tilt": "3.9.1",
"@tsparticles/updater-wobble": "3.9.1"
},
"publishConfig": {
"access": "public"
Expand Down
Loading
Loading