Skip to content
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
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)

### Bug Fixes

- improved palette stroke width type ([c34d2f3](https://github.com/tsparticles/tsparticles/commit/c34d2f33920f0287add7c01d0f93dbd7020e92f6))

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

### 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.

# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)

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

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**Note:** Version bump only for package @tsparticles/all
Expand Down
158 changes: 79 additions & 79 deletions bundles/all/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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 @@ -98,84 +98,84 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "4.0.0-beta.8",
"@tsparticles/effect-filter": "4.0.0-beta.8",
"@tsparticles/effect-particles": "4.0.0-beta.8",
"@tsparticles/effect-shadow": "4.0.0-beta.8",
"@tsparticles/effect-trail": "4.0.0-beta.8",
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/interaction-external-cannon": "4.0.0-beta.8",
"@tsparticles/interaction-external-particle": "4.0.0-beta.8",
"@tsparticles/interaction-external-pop": "4.0.0-beta.8",
"@tsparticles/interaction-light": "4.0.0-beta.8",
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.8",
"@tsparticles/path-branches": "4.0.0-beta.8",
"@tsparticles/path-brownian": "4.0.0-beta.8",
"@tsparticles/path-curl-noise": "4.0.0-beta.8",
"@tsparticles/path-curves": "4.0.0-beta.8",
"@tsparticles/path-fractal-noise": "4.0.0-beta.8",
"@tsparticles/path-grid": "4.0.0-beta.8",
"@tsparticles/path-levy": "4.0.0-beta.8",
"@tsparticles/path-perlin-noise": "4.0.0-beta.8",
"@tsparticles/path-polygon": "4.0.0-beta.8",
"@tsparticles/path-random": "4.0.0-beta.8",
"@tsparticles/path-simplex-noise": "4.0.0-beta.8",
"@tsparticles/path-spiral": "4.0.0-beta.8",
"@tsparticles/path-svg": "4.0.0-beta.8",
"@tsparticles/path-zig-zag": "4.0.0-beta.8",
"@tsparticles/plugin-background-mask": "4.0.0-beta.8",
"@tsparticles/plugin-blend": "4.0.0-beta.8",
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.8",
"@tsparticles/plugin-easing-back": "4.0.0-beta.8",
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.8",
"@tsparticles/plugin-easing-circ": "4.0.0-beta.8",
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.8",
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.8",
"@tsparticles/plugin-easing-expo": "4.0.0-beta.8",
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.8",
"@tsparticles/plugin-easing-linear": "4.0.0-beta.8",
"@tsparticles/plugin-easing-quart": "4.0.0-beta.8",
"@tsparticles/plugin-easing-quint": "4.0.0-beta.8",
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.8",
"@tsparticles/plugin-easing-sine": "4.0.0-beta.8",
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.8",
"@tsparticles/plugin-export-image": "4.0.0-beta.8",
"@tsparticles/plugin-export-json": "4.0.0-beta.8",
"@tsparticles/plugin-export-video": "4.0.0-beta.8",
"@tsparticles/plugin-hsv-color": "4.0.0-beta.8",
"@tsparticles/plugin-hwb-color": "4.0.0-beta.8",
"@tsparticles/plugin-infection": "4.0.0-beta.8",
"@tsparticles/plugin-lab-color": "4.0.0-beta.8",
"@tsparticles/plugin-lch-color": "4.0.0-beta.8",
"@tsparticles/plugin-manual-particles": "4.0.0-beta.8",
"@tsparticles/plugin-motion": "4.0.0-beta.8",
"@tsparticles/plugin-named-color": "4.0.0-beta.8",
"@tsparticles/plugin-oklab-color": "4.0.0-beta.8",
"@tsparticles/plugin-oklch-color": "4.0.0-beta.8",
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.8",
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.8",
"@tsparticles/plugin-responsive": "4.0.0-beta.8",
"@tsparticles/plugin-sounds": "4.0.0-beta.8",
"@tsparticles/plugin-themes": "4.0.0-beta.8",
"@tsparticles/plugin-trail": "4.0.0-beta.8",
"@tsparticles/plugin-zoom": "4.0.0-beta.8",
"@tsparticles/shape-arrow": "4.0.0-beta.8",
"@tsparticles/shape-cards": "4.0.0-beta.8",
"@tsparticles/shape-cog": "4.0.0-beta.8",
"@tsparticles/shape-heart": "4.0.0-beta.8",
"@tsparticles/shape-infinity": "4.0.0-beta.8",
"@tsparticles/shape-matrix": "4.0.0-beta.8",
"@tsparticles/shape-path": "4.0.0-beta.8",
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.8",
"@tsparticles/shape-rounded-rect": "4.0.0-beta.8",
"@tsparticles/shape-spiral": "4.0.0-beta.8",
"@tsparticles/shape-squircle": "4.0.0-beta.8",
"@tsparticles/updater-gradient": "4.0.0-beta.8",
"@tsparticles/updater-orbit": "4.0.0-beta.8",
"tsparticles": "4.0.0-beta.8"
"@tsparticles/effect-bubble": "4.0.0-beta.9",
"@tsparticles/effect-filter": "4.0.0-beta.9",
"@tsparticles/effect-particles": "4.0.0-beta.9",
"@tsparticles/effect-shadow": "4.0.0-beta.9",
"@tsparticles/effect-trail": "4.0.0-beta.9",
"@tsparticles/engine": "4.0.0-beta.9",
"@tsparticles/interaction-external-cannon": "4.0.0-beta.9",
"@tsparticles/interaction-external-particle": "4.0.0-beta.9",
"@tsparticles/interaction-external-pop": "4.0.0-beta.9",
"@tsparticles/interaction-light": "4.0.0-beta.9",
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.9",
"@tsparticles/path-branches": "4.0.0-beta.9",
"@tsparticles/path-brownian": "4.0.0-beta.9",
"@tsparticles/path-curl-noise": "4.0.0-beta.9",
"@tsparticles/path-curves": "4.0.0-beta.9",
"@tsparticles/path-fractal-noise": "4.0.0-beta.9",
"@tsparticles/path-grid": "4.0.0-beta.9",
"@tsparticles/path-levy": "4.0.0-beta.9",
"@tsparticles/path-perlin-noise": "4.0.0-beta.9",
"@tsparticles/path-polygon": "4.0.0-beta.9",
"@tsparticles/path-random": "4.0.0-beta.9",
"@tsparticles/path-simplex-noise": "4.0.0-beta.9",
"@tsparticles/path-spiral": "4.0.0-beta.9",
"@tsparticles/path-svg": "4.0.0-beta.9",
"@tsparticles/path-zig-zag": "4.0.0-beta.9",
"@tsparticles/plugin-background-mask": "4.0.0-beta.9",
"@tsparticles/plugin-blend": "4.0.0-beta.9",
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.9",
"@tsparticles/plugin-easing-back": "4.0.0-beta.9",
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.9",
"@tsparticles/plugin-easing-circ": "4.0.0-beta.9",
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.9",
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.9",
"@tsparticles/plugin-easing-expo": "4.0.0-beta.9",
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.9",
"@tsparticles/plugin-easing-linear": "4.0.0-beta.9",
"@tsparticles/plugin-easing-quart": "4.0.0-beta.9",
"@tsparticles/plugin-easing-quint": "4.0.0-beta.9",
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.9",
"@tsparticles/plugin-easing-sine": "4.0.0-beta.9",
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.9",
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.9",
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.9",
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.9",
"@tsparticles/plugin-export-image": "4.0.0-beta.9",
"@tsparticles/plugin-export-json": "4.0.0-beta.9",
"@tsparticles/plugin-export-video": "4.0.0-beta.9",
"@tsparticles/plugin-hsv-color": "4.0.0-beta.9",
"@tsparticles/plugin-hwb-color": "4.0.0-beta.9",
"@tsparticles/plugin-infection": "4.0.0-beta.9",
"@tsparticles/plugin-lab-color": "4.0.0-beta.9",
"@tsparticles/plugin-lch-color": "4.0.0-beta.9",
"@tsparticles/plugin-manual-particles": "4.0.0-beta.9",
"@tsparticles/plugin-motion": "4.0.0-beta.9",
"@tsparticles/plugin-named-color": "4.0.0-beta.9",
"@tsparticles/plugin-oklab-color": "4.0.0-beta.9",
"@tsparticles/plugin-oklch-color": "4.0.0-beta.9",
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.9",
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.9",
"@tsparticles/plugin-responsive": "4.0.0-beta.9",
"@tsparticles/plugin-sounds": "4.0.0-beta.9",
"@tsparticles/plugin-themes": "4.0.0-beta.9",
"@tsparticles/plugin-trail": "4.0.0-beta.9",
"@tsparticles/plugin-zoom": "4.0.0-beta.9",
"@tsparticles/shape-arrow": "4.0.0-beta.9",
"@tsparticles/shape-cards": "4.0.0-beta.9",
"@tsparticles/shape-cog": "4.0.0-beta.9",
"@tsparticles/shape-heart": "4.0.0-beta.9",
"@tsparticles/shape-infinity": "4.0.0-beta.9",
"@tsparticles/shape-matrix": "4.0.0-beta.9",
"@tsparticles/shape-path": "4.0.0-beta.9",
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.9",
"@tsparticles/shape-rounded-rect": "4.0.0-beta.9",
"@tsparticles/shape-spiral": "4.0.0-beta.9",
"@tsparticles/shape-squircle": "4.0.0-beta.9",
"@tsparticles/updater-gradient": "4.0.0-beta.9",
"@tsparticles/updater-orbit": "4.0.0-beta.9",
"tsparticles": "4.0.0-beta.9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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
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.

# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)

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

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**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": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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 @@ -98,16 +98,16 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/plugin-hex-color": "4.0.0-beta.8",
"@tsparticles/plugin-hsl-color": "4.0.0-beta.8",
"@tsparticles/plugin-move": "4.0.0-beta.8",
"@tsparticles/plugin-rgb-color": "4.0.0-beta.8",
"@tsparticles/shape-circle": "4.0.0-beta.8",
"@tsparticles/updater-fill-color": "4.0.0-beta.8",
"@tsparticles/updater-opacity": "4.0.0-beta.8",
"@tsparticles/updater-out-modes": "4.0.0-beta.8",
"@tsparticles/updater-size": "4.0.0-beta.8"
"@tsparticles/engine": "4.0.0-beta.9",
"@tsparticles/plugin-hex-color": "4.0.0-beta.9",
"@tsparticles/plugin-hsl-color": "4.0.0-beta.9",
"@tsparticles/plugin-move": "4.0.0-beta.9",
"@tsparticles/plugin-rgb-color": "4.0.0-beta.9",
"@tsparticles/shape-circle": "4.0.0-beta.9",
"@tsparticles/updater-fill-color": "4.0.0-beta.9",
"@tsparticles/updater-opacity": "4.0.0-beta.9",
"@tsparticles/updater-out-modes": "4.0.0-beta.9",
"@tsparticles/updater-size": "4.0.0-beta.9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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
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.

# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)

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

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**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": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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 @@ -98,22 +98,22 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/basic": "4.0.0-beta.8",
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/plugin-emitters": "4.0.0-beta.8",
"@tsparticles/plugin-motion": "4.0.0-beta.8",
"@tsparticles/shape-cards": "4.0.0-beta.8",
"@tsparticles/shape-emoji": "4.0.0-beta.8",
"@tsparticles/shape-heart": "4.0.0-beta.8",
"@tsparticles/shape-image": "4.0.0-beta.8",
"@tsparticles/shape-polygon": "4.0.0-beta.8",
"@tsparticles/shape-square": "4.0.0-beta.8",
"@tsparticles/shape-star": "4.0.0-beta.8",
"@tsparticles/updater-life": "4.0.0-beta.8",
"@tsparticles/updater-roll": "4.0.0-beta.8",
"@tsparticles/updater-rotate": "4.0.0-beta.8",
"@tsparticles/updater-tilt": "4.0.0-beta.8",
"@tsparticles/updater-wobble": "4.0.0-beta.8"
"@tsparticles/basic": "4.0.0-beta.9",
"@tsparticles/engine": "4.0.0-beta.9",
"@tsparticles/plugin-emitters": "4.0.0-beta.9",
"@tsparticles/plugin-motion": "4.0.0-beta.9",
"@tsparticles/shape-cards": "4.0.0-beta.9",
"@tsparticles/shape-emoji": "4.0.0-beta.9",
"@tsparticles/shape-heart": "4.0.0-beta.9",
"@tsparticles/shape-image": "4.0.0-beta.9",
"@tsparticles/shape-polygon": "4.0.0-beta.9",
"@tsparticles/shape-square": "4.0.0-beta.9",
"@tsparticles/shape-star": "4.0.0-beta.9",
"@tsparticles/updater-life": "4.0.0-beta.9",
"@tsparticles/updater-roll": "4.0.0-beta.9",
"@tsparticles/updater-rotate": "4.0.0-beta.9",
"@tsparticles/updater-tilt": "4.0.0-beta.9",
"@tsparticles/updater-wobble": "4.0.0-beta.9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/confetti/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/confetti",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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
4 changes: 4 additions & 0 deletions bundles/fireworks/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.

# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)

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

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**Note:** Version bump only for package @tsparticles/fireworks
Expand Down
24 changes: 12 additions & 12 deletions bundles/fireworks/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/fireworks",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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 @@ -98,17 +98,17 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/basic": "4.0.0-beta.8",
"@tsparticles/engine": "4.0.0-beta.8",
"@tsparticles/plugin-blend": "4.0.0-beta.8",
"@tsparticles/plugin-emitters": "4.0.0-beta.8",
"@tsparticles/plugin-emitters-shape-square": "4.0.0-beta.8",
"@tsparticles/plugin-sounds": "4.0.0-beta.8",
"@tsparticles/shape-line": "4.0.0-beta.8",
"@tsparticles/updater-destroy": "4.0.0-beta.8",
"@tsparticles/updater-life": "4.0.0-beta.8",
"@tsparticles/updater-rotate": "4.0.0-beta.8",
"@tsparticles/updater-stroke-color": "4.0.0-beta.8"
"@tsparticles/basic": "4.0.0-beta.9",
"@tsparticles/engine": "4.0.0-beta.9",
"@tsparticles/plugin-blend": "4.0.0-beta.9",
"@tsparticles/plugin-emitters": "4.0.0-beta.9",
"@tsparticles/plugin-emitters-shape-square": "4.0.0-beta.9",
"@tsparticles/plugin-sounds": "4.0.0-beta.9",
"@tsparticles/shape-line": "4.0.0-beta.9",
"@tsparticles/updater-destroy": "4.0.0-beta.9",
"@tsparticles/updater-life": "4.0.0-beta.9",
"@tsparticles/updater-rotate": "4.0.0-beta.9",
"@tsparticles/updater-stroke-color": "4.0.0-beta.9"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion bundles/fireworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/fireworks",
"version": "4.0.0-beta.8",
"version": "4.0.0-beta.9",
"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
4 changes: 4 additions & 0 deletions bundles/full/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.

# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)

**Note:** Version bump only for package tsparticles

# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)

**Note:** Version bump only for package tsparticles
Expand Down
Loading
Loading