Skip to content

Commit ed9c484

Browse files
authored
Merge pull request tsparticles#5668 from tsparticles/v4
4.0.0-beta.9
2 parents a079639 + 49aa485 commit ed9c484

File tree

430 files changed

+1699
-969
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

430 files changed

+1699
-969
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)
7+
8+
### Bug Fixes
9+
10+
- improved palette stroke width type ([c34d2f3](https://github.com/tsparticles/tsparticles/commit/c34d2f33920f0287add7c01d0f93dbd7020e92f6))
11+
612
# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
713

814
### Bug Fixes

bundles/all/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
610
# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
711

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

bundles/all/package.dist.json

Lines changed: 79 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -98,84 +98,84 @@
9898
"./package.json": "./package.json"
9999
},
100100
"dependencies": {
101-
"@tsparticles/effect-bubble": "4.0.0-beta.8",
102-
"@tsparticles/effect-filter": "4.0.0-beta.8",
103-
"@tsparticles/effect-particles": "4.0.0-beta.8",
104-
"@tsparticles/effect-shadow": "4.0.0-beta.8",
105-
"@tsparticles/effect-trail": "4.0.0-beta.8",
106-
"@tsparticles/engine": "4.0.0-beta.8",
107-
"@tsparticles/interaction-external-cannon": "4.0.0-beta.8",
108-
"@tsparticles/interaction-external-particle": "4.0.0-beta.8",
109-
"@tsparticles/interaction-external-pop": "4.0.0-beta.8",
110-
"@tsparticles/interaction-light": "4.0.0-beta.8",
111-
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.8",
112-
"@tsparticles/path-branches": "4.0.0-beta.8",
113-
"@tsparticles/path-brownian": "4.0.0-beta.8",
114-
"@tsparticles/path-curl-noise": "4.0.0-beta.8",
115-
"@tsparticles/path-curves": "4.0.0-beta.8",
116-
"@tsparticles/path-fractal-noise": "4.0.0-beta.8",
117-
"@tsparticles/path-grid": "4.0.0-beta.8",
118-
"@tsparticles/path-levy": "4.0.0-beta.8",
119-
"@tsparticles/path-perlin-noise": "4.0.0-beta.8",
120-
"@tsparticles/path-polygon": "4.0.0-beta.8",
121-
"@tsparticles/path-random": "4.0.0-beta.8",
122-
"@tsparticles/path-simplex-noise": "4.0.0-beta.8",
123-
"@tsparticles/path-spiral": "4.0.0-beta.8",
124-
"@tsparticles/path-svg": "4.0.0-beta.8",
125-
"@tsparticles/path-zig-zag": "4.0.0-beta.8",
126-
"@tsparticles/plugin-background-mask": "4.0.0-beta.8",
127-
"@tsparticles/plugin-blend": "4.0.0-beta.8",
128-
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.8",
129-
"@tsparticles/plugin-easing-back": "4.0.0-beta.8",
130-
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.8",
131-
"@tsparticles/plugin-easing-circ": "4.0.0-beta.8",
132-
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.8",
133-
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.8",
134-
"@tsparticles/plugin-easing-expo": "4.0.0-beta.8",
135-
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.8",
136-
"@tsparticles/plugin-easing-linear": "4.0.0-beta.8",
137-
"@tsparticles/plugin-easing-quart": "4.0.0-beta.8",
138-
"@tsparticles/plugin-easing-quint": "4.0.0-beta.8",
139-
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.8",
140-
"@tsparticles/plugin-easing-sine": "4.0.0-beta.8",
141-
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.8",
142-
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.8",
143-
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.8",
144-
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.8",
145-
"@tsparticles/plugin-export-image": "4.0.0-beta.8",
146-
"@tsparticles/plugin-export-json": "4.0.0-beta.8",
147-
"@tsparticles/plugin-export-video": "4.0.0-beta.8",
148-
"@tsparticles/plugin-hsv-color": "4.0.0-beta.8",
149-
"@tsparticles/plugin-hwb-color": "4.0.0-beta.8",
150-
"@tsparticles/plugin-infection": "4.0.0-beta.8",
151-
"@tsparticles/plugin-lab-color": "4.0.0-beta.8",
152-
"@tsparticles/plugin-lch-color": "4.0.0-beta.8",
153-
"@tsparticles/plugin-manual-particles": "4.0.0-beta.8",
154-
"@tsparticles/plugin-motion": "4.0.0-beta.8",
155-
"@tsparticles/plugin-named-color": "4.0.0-beta.8",
156-
"@tsparticles/plugin-oklab-color": "4.0.0-beta.8",
157-
"@tsparticles/plugin-oklch-color": "4.0.0-beta.8",
158-
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.8",
159-
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.8",
160-
"@tsparticles/plugin-responsive": "4.0.0-beta.8",
161-
"@tsparticles/plugin-sounds": "4.0.0-beta.8",
162-
"@tsparticles/plugin-themes": "4.0.0-beta.8",
163-
"@tsparticles/plugin-trail": "4.0.0-beta.8",
164-
"@tsparticles/plugin-zoom": "4.0.0-beta.8",
165-
"@tsparticles/shape-arrow": "4.0.0-beta.8",
166-
"@tsparticles/shape-cards": "4.0.0-beta.8",
167-
"@tsparticles/shape-cog": "4.0.0-beta.8",
168-
"@tsparticles/shape-heart": "4.0.0-beta.8",
169-
"@tsparticles/shape-infinity": "4.0.0-beta.8",
170-
"@tsparticles/shape-matrix": "4.0.0-beta.8",
171-
"@tsparticles/shape-path": "4.0.0-beta.8",
172-
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.8",
173-
"@tsparticles/shape-rounded-rect": "4.0.0-beta.8",
174-
"@tsparticles/shape-spiral": "4.0.0-beta.8",
175-
"@tsparticles/shape-squircle": "4.0.0-beta.8",
176-
"@tsparticles/updater-gradient": "4.0.0-beta.8",
177-
"@tsparticles/updater-orbit": "4.0.0-beta.8",
178-
"tsparticles": "4.0.0-beta.8"
101+
"@tsparticles/effect-bubble": "4.0.0-beta.9",
102+
"@tsparticles/effect-filter": "4.0.0-beta.9",
103+
"@tsparticles/effect-particles": "4.0.0-beta.9",
104+
"@tsparticles/effect-shadow": "4.0.0-beta.9",
105+
"@tsparticles/effect-trail": "4.0.0-beta.9",
106+
"@tsparticles/engine": "4.0.0-beta.9",
107+
"@tsparticles/interaction-external-cannon": "4.0.0-beta.9",
108+
"@tsparticles/interaction-external-particle": "4.0.0-beta.9",
109+
"@tsparticles/interaction-external-pop": "4.0.0-beta.9",
110+
"@tsparticles/interaction-light": "4.0.0-beta.9",
111+
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.9",
112+
"@tsparticles/path-branches": "4.0.0-beta.9",
113+
"@tsparticles/path-brownian": "4.0.0-beta.9",
114+
"@tsparticles/path-curl-noise": "4.0.0-beta.9",
115+
"@tsparticles/path-curves": "4.0.0-beta.9",
116+
"@tsparticles/path-fractal-noise": "4.0.0-beta.9",
117+
"@tsparticles/path-grid": "4.0.0-beta.9",
118+
"@tsparticles/path-levy": "4.0.0-beta.9",
119+
"@tsparticles/path-perlin-noise": "4.0.0-beta.9",
120+
"@tsparticles/path-polygon": "4.0.0-beta.9",
121+
"@tsparticles/path-random": "4.0.0-beta.9",
122+
"@tsparticles/path-simplex-noise": "4.0.0-beta.9",
123+
"@tsparticles/path-spiral": "4.0.0-beta.9",
124+
"@tsparticles/path-svg": "4.0.0-beta.9",
125+
"@tsparticles/path-zig-zag": "4.0.0-beta.9",
126+
"@tsparticles/plugin-background-mask": "4.0.0-beta.9",
127+
"@tsparticles/plugin-blend": "4.0.0-beta.9",
128+
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.9",
129+
"@tsparticles/plugin-easing-back": "4.0.0-beta.9",
130+
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.9",
131+
"@tsparticles/plugin-easing-circ": "4.0.0-beta.9",
132+
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.9",
133+
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.9",
134+
"@tsparticles/plugin-easing-expo": "4.0.0-beta.9",
135+
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.9",
136+
"@tsparticles/plugin-easing-linear": "4.0.0-beta.9",
137+
"@tsparticles/plugin-easing-quart": "4.0.0-beta.9",
138+
"@tsparticles/plugin-easing-quint": "4.0.0-beta.9",
139+
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.9",
140+
"@tsparticles/plugin-easing-sine": "4.0.0-beta.9",
141+
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.9",
142+
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.9",
143+
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.9",
144+
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.9",
145+
"@tsparticles/plugin-export-image": "4.0.0-beta.9",
146+
"@tsparticles/plugin-export-json": "4.0.0-beta.9",
147+
"@tsparticles/plugin-export-video": "4.0.0-beta.9",
148+
"@tsparticles/plugin-hsv-color": "4.0.0-beta.9",
149+
"@tsparticles/plugin-hwb-color": "4.0.0-beta.9",
150+
"@tsparticles/plugin-infection": "4.0.0-beta.9",
151+
"@tsparticles/plugin-lab-color": "4.0.0-beta.9",
152+
"@tsparticles/plugin-lch-color": "4.0.0-beta.9",
153+
"@tsparticles/plugin-manual-particles": "4.0.0-beta.9",
154+
"@tsparticles/plugin-motion": "4.0.0-beta.9",
155+
"@tsparticles/plugin-named-color": "4.0.0-beta.9",
156+
"@tsparticles/plugin-oklab-color": "4.0.0-beta.9",
157+
"@tsparticles/plugin-oklch-color": "4.0.0-beta.9",
158+
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.9",
159+
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.9",
160+
"@tsparticles/plugin-responsive": "4.0.0-beta.9",
161+
"@tsparticles/plugin-sounds": "4.0.0-beta.9",
162+
"@tsparticles/plugin-themes": "4.0.0-beta.9",
163+
"@tsparticles/plugin-trail": "4.0.0-beta.9",
164+
"@tsparticles/plugin-zoom": "4.0.0-beta.9",
165+
"@tsparticles/shape-arrow": "4.0.0-beta.9",
166+
"@tsparticles/shape-cards": "4.0.0-beta.9",
167+
"@tsparticles/shape-cog": "4.0.0-beta.9",
168+
"@tsparticles/shape-heart": "4.0.0-beta.9",
169+
"@tsparticles/shape-infinity": "4.0.0-beta.9",
170+
"@tsparticles/shape-matrix": "4.0.0-beta.9",
171+
"@tsparticles/shape-path": "4.0.0-beta.9",
172+
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.9",
173+
"@tsparticles/shape-rounded-rect": "4.0.0-beta.9",
174+
"@tsparticles/shape-spiral": "4.0.0-beta.9",
175+
"@tsparticles/shape-squircle": "4.0.0-beta.9",
176+
"@tsparticles/updater-gradient": "4.0.0-beta.9",
177+
"@tsparticles/updater-orbit": "4.0.0-beta.9",
178+
"tsparticles": "4.0.0-beta.9"
179179
},
180180
"publishConfig": {
181181
"access": "public"

bundles/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/all",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"scripts": {

bundles/basic/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)
7+
8+
**Note:** Version bump only for package @tsparticles/basic
9+
610
# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
711

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

bundles/basic/package.dist.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/basic",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -98,16 +98,16 @@
9898
"./package.json": "./package.json"
9999
},
100100
"dependencies": {
101-
"@tsparticles/engine": "4.0.0-beta.8",
102-
"@tsparticles/plugin-hex-color": "4.0.0-beta.8",
103-
"@tsparticles/plugin-hsl-color": "4.0.0-beta.8",
104-
"@tsparticles/plugin-move": "4.0.0-beta.8",
105-
"@tsparticles/plugin-rgb-color": "4.0.0-beta.8",
106-
"@tsparticles/shape-circle": "4.0.0-beta.8",
107-
"@tsparticles/updater-fill-color": "4.0.0-beta.8",
108-
"@tsparticles/updater-opacity": "4.0.0-beta.8",
109-
"@tsparticles/updater-out-modes": "4.0.0-beta.8",
110-
"@tsparticles/updater-size": "4.0.0-beta.8"
101+
"@tsparticles/engine": "4.0.0-beta.9",
102+
"@tsparticles/plugin-hex-color": "4.0.0-beta.9",
103+
"@tsparticles/plugin-hsl-color": "4.0.0-beta.9",
104+
"@tsparticles/plugin-move": "4.0.0-beta.9",
105+
"@tsparticles/plugin-rgb-color": "4.0.0-beta.9",
106+
"@tsparticles/shape-circle": "4.0.0-beta.9",
107+
"@tsparticles/updater-fill-color": "4.0.0-beta.9",
108+
"@tsparticles/updater-opacity": "4.0.0-beta.9",
109+
"@tsparticles/updater-out-modes": "4.0.0-beta.9",
110+
"@tsparticles/updater-size": "4.0.0-beta.9"
111111
},
112112
"publishConfig": {
113113
"access": "public"

bundles/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/basic",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"scripts": {

bundles/confetti/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0-beta.9](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.8...v4.0.0-beta.9) (2026-04-08)
7+
8+
**Note:** Version bump only for package @tsparticles/confetti
9+
610
# [4.0.0-beta.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
711

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

bundles/confetti/package.dist.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/confetti",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"repository": {
@@ -98,22 +98,22 @@
9898
"./package.json": "./package.json"
9999
},
100100
"dependencies": {
101-
"@tsparticles/basic": "4.0.0-beta.8",
102-
"@tsparticles/engine": "4.0.0-beta.8",
103-
"@tsparticles/plugin-emitters": "4.0.0-beta.8",
104-
"@tsparticles/plugin-motion": "4.0.0-beta.8",
105-
"@tsparticles/shape-cards": "4.0.0-beta.8",
106-
"@tsparticles/shape-emoji": "4.0.0-beta.8",
107-
"@tsparticles/shape-heart": "4.0.0-beta.8",
108-
"@tsparticles/shape-image": "4.0.0-beta.8",
109-
"@tsparticles/shape-polygon": "4.0.0-beta.8",
110-
"@tsparticles/shape-square": "4.0.0-beta.8",
111-
"@tsparticles/shape-star": "4.0.0-beta.8",
112-
"@tsparticles/updater-life": "4.0.0-beta.8",
113-
"@tsparticles/updater-roll": "4.0.0-beta.8",
114-
"@tsparticles/updater-rotate": "4.0.0-beta.8",
115-
"@tsparticles/updater-tilt": "4.0.0-beta.8",
116-
"@tsparticles/updater-wobble": "4.0.0-beta.8"
101+
"@tsparticles/basic": "4.0.0-beta.9",
102+
"@tsparticles/engine": "4.0.0-beta.9",
103+
"@tsparticles/plugin-emitters": "4.0.0-beta.9",
104+
"@tsparticles/plugin-motion": "4.0.0-beta.9",
105+
"@tsparticles/shape-cards": "4.0.0-beta.9",
106+
"@tsparticles/shape-emoji": "4.0.0-beta.9",
107+
"@tsparticles/shape-heart": "4.0.0-beta.9",
108+
"@tsparticles/shape-image": "4.0.0-beta.9",
109+
"@tsparticles/shape-polygon": "4.0.0-beta.9",
110+
"@tsparticles/shape-square": "4.0.0-beta.9",
111+
"@tsparticles/shape-star": "4.0.0-beta.9",
112+
"@tsparticles/updater-life": "4.0.0-beta.9",
113+
"@tsparticles/updater-roll": "4.0.0-beta.9",
114+
"@tsparticles/updater-rotate": "4.0.0-beta.9",
115+
"@tsparticles/updater-tilt": "4.0.0-beta.9",
116+
"@tsparticles/updater-wobble": "4.0.0-beta.9"
117117
},
118118
"publishConfig": {
119119
"access": "public"

bundles/confetti/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/confetti",
3-
"version": "4.0.0-beta.8",
3+
"version": "4.0.0-beta.9",
44
"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.",
55
"homepage": "https://particles.js.org",
66
"scripts": {

0 commit comments

Comments
 (0)