Skip to content

Commit 4097610

Browse files
authored
Merge pull request tsparticles#5574 from tsparticles/v4
4.0.0-alpha.15
2 parents bc3c5bd + 8387a8a commit 4097610

412 files changed

Lines changed: 2675 additions & 1566 deletions

File tree

Some content is hidden

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

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ on:
33
push:
44
branches:
55
- main
6+
- v4
67
- v3
78
- v2
89
- v1
910
pull_request:
1011
branches:
1112
- main
13+
- v4
1214
- v3
1315
- v2
1416
- v1

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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-alpha.16](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.15...v4.0.0-alpha.16) (2026-02-03)
7+
8+
### Bug Fixes
9+
10+
- checking that engine images exists, if not it will be initialized ([a616959](https://github.com/tsparticles/tsparticles/commit/a6169598919f809f6cc00837ac2a6c65949d3768))
11+
12+
# [4.0.0-alpha.15](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2026-02-03)
13+
14+
### Bug Fixes
15+
16+
- fixed image drawer ([87f5e70](https://github.com/tsparticles/tsparticles/commit/87f5e7006c9fc0a407f9c3ebf45d35a746ae0ebf))
17+
618
# [4.0.0-alpha.14](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2026-02-02)
719

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

bundles/all/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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-alpha.16](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.15...v4.0.0-alpha.16) (2026-02-03)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
10+
# [4.0.0-alpha.15](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.14...v4.0.0-alpha.15) (2026-02-03)
11+
12+
**Note:** Version bump only for package @tsparticles/all
13+
614
# [4.0.0-alpha.14](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.13...v4.0.0-alpha.14) (2026-02-02)
715

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

bundles/all/package.dist.json

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

0 commit comments

Comments
 (0)