Skip to content

Commit ef89dbd

Browse files
authored
Merge pull request tsparticles#5652 from tsparticles/v4
4.0.0-beta.4
2 parents 2bdd6e4 + 07223a2 commit ef89dbd

File tree

562 files changed

+2392
-2644
lines changed

Some content is hidden

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

562 files changed

+2392
-2644
lines changed

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.4](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2026-04-02)
7+
8+
**Note:** Version bump only for package @tsparticles/workspace
9+
610
# [4.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2026-04-02)
711

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

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.4](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2026-04-02)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
610
# [4.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2026-04-02)
711

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

bundles/all/package.dist.json

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

bundles/all/package.json

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

bundles/all/tsconfig.umd.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

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.4](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2026-04-02)
7+
8+
**Note:** Version bump only for package @tsparticles/basic
9+
610
# [4.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2026-04-02)
711

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

0 commit comments

Comments
 (0)