Skip to content

Commit b76fdeb

Browse files
authored
Merge pull request tsparticles#5578 from tsparticles/v4
4.0.0-alpha.21
2 parents 04169a2 + 92fecbe commit b76fdeb

File tree

408 files changed

+8732
-6143
lines changed

Some content is hidden

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

408 files changed

+8732
-6143
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
run: |
6363
TAG="${GITHUB_REF#refs/tags/}"
6464
65-
# --provenance: Fondamentale per OIDC e sicurezza nel 2026
66-
# --yes: Evita blocchi interattivi in CI
67-
BASE_CMD="npx lerna publish from-package --ignore-scripts --provenance --yes"
65+
BASE_CMD="npx lerna publish from-package --ignore-scripts"
6866
6967
echo "Publishing tag: $TAG via OIDC"
7068

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.20](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.19...v4.0.0-alpha.20) (2026-02-04)
7+
8+
**Note:** Version bump only for package @tsparticles/workspace
9+
10+
# [4.0.0-alpha.19](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2026-02-04)
11+
12+
**Note:** Version bump only for package @tsparticles/workspace
13+
614
# [4.0.0-alpha.18](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2026-02-04)
715

816
### Bug Fixes

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.20](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.19...v4.0.0-alpha.20) (2026-02-04)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
10+
# [4.0.0-alpha.19](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.18...v4.0.0-alpha.19) (2026-02-04)
11+
12+
**Note:** Version bump only for package @tsparticles/all
13+
614
# [4.0.0-alpha.18](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.17...v4.0.0-alpha.18) (2026-02-04)
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.18",
3+
"version": "4.0.0-alpha.20",
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.18",
103-
"@tsparticles/effect-particles": "4.0.0-alpha.18",
104-
"@tsparticles/effect-shadow": "4.0.0-alpha.18",
105-
"@tsparticles/effect-trail": "4.0.0-alpha.18",
106-
"@tsparticles/engine": "4.0.0-alpha.18",
107-
"@tsparticles/interaction-external-particle": "4.0.0-alpha.18",
108-
"@tsparticles/interaction-external-pop": "4.0.0-alpha.18",
109-
"@tsparticles/interaction-light": "4.0.0-alpha.18",
110-
"@tsparticles/interaction-particles-repulse": "4.0.0-alpha.18",
111-
"@tsparticles/path-branches": "4.0.0-alpha.18",
112-
"@tsparticles/path-brownian": "4.0.0-alpha.18",
113-
"@tsparticles/path-curl-noise": "4.0.0-alpha.18",
114-
"@tsparticles/path-curves": "4.0.0-alpha.18",
115-
"@tsparticles/path-fractal-noise": "4.0.0-alpha.18",
116-
"@tsparticles/path-grid": "4.0.0-alpha.18",
117-
"@tsparticles/path-levy": "4.0.0-alpha.18",
118-
"@tsparticles/path-perlin-noise": "4.0.0-alpha.18",
119-
"@tsparticles/path-polygon": "4.0.0-alpha.18",
120-
"@tsparticles/path-simplex-noise": "4.0.0-alpha.18",
121-
"@tsparticles/path-spiral": "4.0.0-alpha.18",
122-
"@tsparticles/path-svg": "4.0.0-alpha.18",
123-
"@tsparticles/path-zig-zag": "4.0.0-alpha.18",
124-
"@tsparticles/plugin-background-mask": "4.0.0-alpha.18",
125-
"@tsparticles/plugin-blend": "4.0.0-alpha.18",
126-
"@tsparticles/plugin-canvas-mask": "4.0.0-alpha.18",
127-
"@tsparticles/plugin-easing-back": "4.0.0-alpha.18",
128-
"@tsparticles/plugin-easing-bounce": "4.0.0-alpha.18",
129-
"@tsparticles/plugin-easing-circ": "4.0.0-alpha.18",
130-
"@tsparticles/plugin-easing-cubic": "4.0.0-alpha.18",
131-
"@tsparticles/plugin-easing-elastic": "4.0.0-alpha.18",
132-
"@tsparticles/plugin-easing-expo": "4.0.0-alpha.18",
133-
"@tsparticles/plugin-easing-gaussian": "4.0.0-alpha.18",
134-
"@tsparticles/plugin-easing-linear": "4.0.0-alpha.18",
135-
"@tsparticles/plugin-easing-quart": "4.0.0-alpha.18",
136-
"@tsparticles/plugin-easing-quint": "4.0.0-alpha.18",
137-
"@tsparticles/plugin-easing-sigmoid": "4.0.0-alpha.18",
138-
"@tsparticles/plugin-easing-sine": "4.0.0-alpha.18",
139-
"@tsparticles/plugin-easing-smoothstep": "4.0.0-alpha.18",
140-
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-alpha.18",
141-
"@tsparticles/plugin-emitters-shape-path": "4.0.0-alpha.18",
142-
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-alpha.18",
143-
"@tsparticles/plugin-export-image": "4.0.0-alpha.18",
144-
"@tsparticles/plugin-export-json": "4.0.0-alpha.18",
145-
"@tsparticles/plugin-export-video": "4.0.0-alpha.18",
146-
"@tsparticles/plugin-hsv-color": "4.0.0-alpha.18",
147-
"@tsparticles/plugin-hwb-color": "4.0.0-alpha.18",
148-
"@tsparticles/plugin-infection": "4.0.0-alpha.18",
149-
"@tsparticles/plugin-lab-color": "4.0.0-alpha.18",
150-
"@tsparticles/plugin-lch-color": "4.0.0-alpha.18",
151-
"@tsparticles/plugin-manual-particles": "4.0.0-alpha.18",
152-
"@tsparticles/plugin-motion": "4.0.0-alpha.18",
153-
"@tsparticles/plugin-named-color": "4.0.0-alpha.18",
154-
"@tsparticles/plugin-oklab-color": "4.0.0-alpha.18",
155-
"@tsparticles/plugin-oklch-color": "4.0.0-alpha.18",
156-
"@tsparticles/plugin-poisson-disc": "4.0.0-alpha.18",
157-
"@tsparticles/plugin-polygon-mask": "4.0.0-alpha.18",
158-
"@tsparticles/plugin-responsive": "4.0.0-alpha.18",
159-
"@tsparticles/plugin-sounds": "4.0.0-alpha.18",
160-
"@tsparticles/plugin-themes": "4.0.0-alpha.18",
161-
"@tsparticles/plugin-trail": "4.0.0-alpha.18",
162-
"@tsparticles/shape-arrow": "4.0.0-alpha.18",
163-
"@tsparticles/shape-cards": "4.0.0-alpha.18",
164-
"@tsparticles/shape-cog": "4.0.0-alpha.18",
165-
"@tsparticles/shape-heart": "4.0.0-alpha.18",
166-
"@tsparticles/shape-infinity": "4.0.0-alpha.18",
167-
"@tsparticles/shape-path": "4.0.0-alpha.18",
168-
"@tsparticles/shape-rounded-polygon": "4.0.0-alpha.18",
169-
"@tsparticles/shape-rounded-rect": "4.0.0-alpha.18",
170-
"@tsparticles/shape-spiral": "4.0.0-alpha.18",
171-
"@tsparticles/updater-gradient": "4.0.0-alpha.18",
172-
"@tsparticles/updater-orbit": "4.0.0-alpha.18",
173-
"tsparticles": "4.0.0-alpha.18"
102+
"@tsparticles/effect-bubble": "4.0.0-alpha.20",
103+
"@tsparticles/effect-particles": "4.0.0-alpha.20",
104+
"@tsparticles/effect-shadow": "4.0.0-alpha.20",
105+
"@tsparticles/effect-trail": "4.0.0-alpha.20",
106+
"@tsparticles/engine": "4.0.0-alpha.20",
107+
"@tsparticles/interaction-external-particle": "4.0.0-alpha.20",
108+
"@tsparticles/interaction-external-pop": "4.0.0-alpha.20",
109+
"@tsparticles/interaction-light": "4.0.0-alpha.20",
110+
"@tsparticles/interaction-particles-repulse": "4.0.0-alpha.20",
111+
"@tsparticles/path-branches": "4.0.0-alpha.20",
112+
"@tsparticles/path-brownian": "4.0.0-alpha.20",
113+
"@tsparticles/path-curl-noise": "4.0.0-alpha.20",
114+
"@tsparticles/path-curves": "4.0.0-alpha.20",
115+
"@tsparticles/path-fractal-noise": "4.0.0-alpha.20",
116+
"@tsparticles/path-grid": "4.0.0-alpha.20",
117+
"@tsparticles/path-levy": "4.0.0-alpha.20",
118+
"@tsparticles/path-perlin-noise": "4.0.0-alpha.20",
119+
"@tsparticles/path-polygon": "4.0.0-alpha.20",
120+
"@tsparticles/path-simplex-noise": "4.0.0-alpha.20",
121+
"@tsparticles/path-spiral": "4.0.0-alpha.20",
122+
"@tsparticles/path-svg": "4.0.0-alpha.20",
123+
"@tsparticles/path-zig-zag": "4.0.0-alpha.20",
124+
"@tsparticles/plugin-background-mask": "4.0.0-alpha.20",
125+
"@tsparticles/plugin-blend": "4.0.0-alpha.20",
126+
"@tsparticles/plugin-canvas-mask": "4.0.0-alpha.20",
127+
"@tsparticles/plugin-easing-back": "4.0.0-alpha.20",
128+
"@tsparticles/plugin-easing-bounce": "4.0.0-alpha.20",
129+
"@tsparticles/plugin-easing-circ": "4.0.0-alpha.20",
130+
"@tsparticles/plugin-easing-cubic": "4.0.0-alpha.20",
131+
"@tsparticles/plugin-easing-elastic": "4.0.0-alpha.20",
132+
"@tsparticles/plugin-easing-expo": "4.0.0-alpha.20",
133+
"@tsparticles/plugin-easing-gaussian": "4.0.0-alpha.20",
134+
"@tsparticles/plugin-easing-linear": "4.0.0-alpha.20",
135+
"@tsparticles/plugin-easing-quart": "4.0.0-alpha.20",
136+
"@tsparticles/plugin-easing-quint": "4.0.0-alpha.20",
137+
"@tsparticles/plugin-easing-sigmoid": "4.0.0-alpha.20",
138+
"@tsparticles/plugin-easing-sine": "4.0.0-alpha.20",
139+
"@tsparticles/plugin-easing-smoothstep": "4.0.0-alpha.20",
140+
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-alpha.20",
141+
"@tsparticles/plugin-emitters-shape-path": "4.0.0-alpha.20",
142+
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-alpha.20",
143+
"@tsparticles/plugin-export-image": "4.0.0-alpha.20",
144+
"@tsparticles/plugin-export-json": "4.0.0-alpha.20",
145+
"@tsparticles/plugin-export-video": "4.0.0-alpha.20",
146+
"@tsparticles/plugin-hsv-color": "4.0.0-alpha.20",
147+
"@tsparticles/plugin-hwb-color": "4.0.0-alpha.20",
148+
"@tsparticles/plugin-infection": "4.0.0-alpha.20",
149+
"@tsparticles/plugin-lab-color": "4.0.0-alpha.20",
150+
"@tsparticles/plugin-lch-color": "4.0.0-alpha.20",
151+
"@tsparticles/plugin-manual-particles": "4.0.0-alpha.20",
152+
"@tsparticles/plugin-motion": "4.0.0-alpha.20",
153+
"@tsparticles/plugin-named-color": "4.0.0-alpha.20",
154+
"@tsparticles/plugin-oklab-color": "4.0.0-alpha.20",
155+
"@tsparticles/plugin-oklch-color": "4.0.0-alpha.20",
156+
"@tsparticles/plugin-poisson-disc": "4.0.0-alpha.20",
157+
"@tsparticles/plugin-polygon-mask": "4.0.0-alpha.20",
158+
"@tsparticles/plugin-responsive": "4.0.0-alpha.20",
159+
"@tsparticles/plugin-sounds": "4.0.0-alpha.20",
160+
"@tsparticles/plugin-themes": "4.0.0-alpha.20",
161+
"@tsparticles/plugin-trail": "4.0.0-alpha.20",
162+
"@tsparticles/shape-arrow": "4.0.0-alpha.20",
163+
"@tsparticles/shape-cards": "4.0.0-alpha.20",
164+
"@tsparticles/shape-cog": "4.0.0-alpha.20",
165+
"@tsparticles/shape-heart": "4.0.0-alpha.20",
166+
"@tsparticles/shape-infinity": "4.0.0-alpha.20",
167+
"@tsparticles/shape-path": "4.0.0-alpha.20",
168+
"@tsparticles/shape-rounded-polygon": "4.0.0-alpha.20",
169+
"@tsparticles/shape-rounded-rect": "4.0.0-alpha.20",
170+
"@tsparticles/shape-spiral": "4.0.0-alpha.20",
171+
"@tsparticles/updater-gradient": "4.0.0-alpha.20",
172+
"@tsparticles/updater-orbit": "4.0.0-alpha.20",
173+
"tsparticles": "4.0.0-alpha.20"
174174
},
175175
"publishConfig": {
176176
"access": "public"

0 commit comments

Comments
 (0)