Skip to content

Commit a079639

Browse files
authored
Merge pull request tsparticles#5662 from tsparticles/v4
Updated docs
2 parents 601a164 + 358efd7 commit a079639

430 files changed

Lines changed: 1272 additions & 628 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.

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.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- fixed publish script ([92a5c7e](https://github.com/tsparticles/tsparticles/commit/92a5c7e273480f13870aec8c0296106b9c926c7f))
11+
612
# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (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.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
610
# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (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.7",
3+
"version": "4.0.0-beta.8",
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.7",
102-
"@tsparticles/effect-filter": "4.0.0-beta.7",
103-
"@tsparticles/effect-particles": "4.0.0-beta.7",
104-
"@tsparticles/effect-shadow": "4.0.0-beta.7",
105-
"@tsparticles/effect-trail": "4.0.0-beta.7",
106-
"@tsparticles/engine": "4.0.0-beta.7",
107-
"@tsparticles/interaction-external-cannon": "4.0.0-beta.7",
108-
"@tsparticles/interaction-external-particle": "4.0.0-beta.7",
109-
"@tsparticles/interaction-external-pop": "4.0.0-beta.7",
110-
"@tsparticles/interaction-light": "4.0.0-beta.7",
111-
"@tsparticles/interaction-particles-repulse": "4.0.0-beta.7",
112-
"@tsparticles/path-branches": "4.0.0-beta.7",
113-
"@tsparticles/path-brownian": "4.0.0-beta.7",
114-
"@tsparticles/path-curl-noise": "4.0.0-beta.7",
115-
"@tsparticles/path-curves": "4.0.0-beta.7",
116-
"@tsparticles/path-fractal-noise": "4.0.0-beta.7",
117-
"@tsparticles/path-grid": "4.0.0-beta.7",
118-
"@tsparticles/path-levy": "4.0.0-beta.7",
119-
"@tsparticles/path-perlin-noise": "4.0.0-beta.7",
120-
"@tsparticles/path-polygon": "4.0.0-beta.7",
121-
"@tsparticles/path-random": "4.0.0-beta.7",
122-
"@tsparticles/path-simplex-noise": "4.0.0-beta.7",
123-
"@tsparticles/path-spiral": "4.0.0-beta.7",
124-
"@tsparticles/path-svg": "4.0.0-beta.7",
125-
"@tsparticles/path-zig-zag": "4.0.0-beta.7",
126-
"@tsparticles/plugin-background-mask": "4.0.0-beta.7",
127-
"@tsparticles/plugin-blend": "4.0.0-beta.7",
128-
"@tsparticles/plugin-canvas-mask": "4.0.0-beta.7",
129-
"@tsparticles/plugin-easing-back": "4.0.0-beta.7",
130-
"@tsparticles/plugin-easing-bounce": "4.0.0-beta.7",
131-
"@tsparticles/plugin-easing-circ": "4.0.0-beta.7",
132-
"@tsparticles/plugin-easing-cubic": "4.0.0-beta.7",
133-
"@tsparticles/plugin-easing-elastic": "4.0.0-beta.7",
134-
"@tsparticles/plugin-easing-expo": "4.0.0-beta.7",
135-
"@tsparticles/plugin-easing-gaussian": "4.0.0-beta.7",
136-
"@tsparticles/plugin-easing-linear": "4.0.0-beta.7",
137-
"@tsparticles/plugin-easing-quart": "4.0.0-beta.7",
138-
"@tsparticles/plugin-easing-quint": "4.0.0-beta.7",
139-
"@tsparticles/plugin-easing-sigmoid": "4.0.0-beta.7",
140-
"@tsparticles/plugin-easing-sine": "4.0.0-beta.7",
141-
"@tsparticles/plugin-easing-smoothstep": "4.0.0-beta.7",
142-
"@tsparticles/plugin-emitters-shape-canvas": "4.0.0-beta.7",
143-
"@tsparticles/plugin-emitters-shape-path": "4.0.0-beta.7",
144-
"@tsparticles/plugin-emitters-shape-polygon": "4.0.0-beta.7",
145-
"@tsparticles/plugin-export-image": "4.0.0-beta.7",
146-
"@tsparticles/plugin-export-json": "4.0.0-beta.7",
147-
"@tsparticles/plugin-export-video": "4.0.0-beta.7",
148-
"@tsparticles/plugin-hsv-color": "4.0.0-beta.7",
149-
"@tsparticles/plugin-hwb-color": "4.0.0-beta.7",
150-
"@tsparticles/plugin-infection": "4.0.0-beta.7",
151-
"@tsparticles/plugin-lab-color": "4.0.0-beta.7",
152-
"@tsparticles/plugin-lch-color": "4.0.0-beta.7",
153-
"@tsparticles/plugin-manual-particles": "4.0.0-beta.7",
154-
"@tsparticles/plugin-motion": "4.0.0-beta.7",
155-
"@tsparticles/plugin-named-color": "4.0.0-beta.7",
156-
"@tsparticles/plugin-oklab-color": "4.0.0-beta.7",
157-
"@tsparticles/plugin-oklch-color": "4.0.0-beta.7",
158-
"@tsparticles/plugin-poisson-disc": "4.0.0-beta.7",
159-
"@tsparticles/plugin-polygon-mask": "4.0.0-beta.7",
160-
"@tsparticles/plugin-responsive": "4.0.0-beta.7",
161-
"@tsparticles/plugin-sounds": "4.0.0-beta.7",
162-
"@tsparticles/plugin-themes": "4.0.0-beta.7",
163-
"@tsparticles/plugin-trail": "4.0.0-beta.7",
164-
"@tsparticles/plugin-zoom": "4.0.0-beta.7",
165-
"@tsparticles/shape-arrow": "4.0.0-beta.7",
166-
"@tsparticles/shape-cards": "4.0.0-beta.7",
167-
"@tsparticles/shape-cog": "4.0.0-beta.7",
168-
"@tsparticles/shape-heart": "4.0.0-beta.7",
169-
"@tsparticles/shape-infinity": "4.0.0-beta.7",
170-
"@tsparticles/shape-matrix": "4.0.0-beta.7",
171-
"@tsparticles/shape-path": "4.0.0-beta.7",
172-
"@tsparticles/shape-rounded-polygon": "4.0.0-beta.7",
173-
"@tsparticles/shape-rounded-rect": "4.0.0-beta.7",
174-
"@tsparticles/shape-spiral": "4.0.0-beta.7",
175-
"@tsparticles/shape-squircle": "4.0.0-beta.7",
176-
"@tsparticles/updater-gradient": "4.0.0-beta.7",
177-
"@tsparticles/updater-orbit": "4.0.0-beta.7",
178-
"tsparticles": "4.0.0-beta.7"
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"
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.7",
3+
"version": "4.0.0-beta.8",
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.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
7+
8+
**Note:** Version bump only for package @tsparticles/basic
9+
610
# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (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.7",
3+
"version": "4.0.0-beta.8",
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.7",
102-
"@tsparticles/plugin-hex-color": "4.0.0-beta.7",
103-
"@tsparticles/plugin-hsl-color": "4.0.0-beta.7",
104-
"@tsparticles/plugin-move": "4.0.0-beta.7",
105-
"@tsparticles/plugin-rgb-color": "4.0.0-beta.7",
106-
"@tsparticles/shape-circle": "4.0.0-beta.7",
107-
"@tsparticles/updater-fill-color": "4.0.0-beta.7",
108-
"@tsparticles/updater-opacity": "4.0.0-beta.7",
109-
"@tsparticles/updater-out-modes": "4.0.0-beta.7",
110-
"@tsparticles/updater-size": "4.0.0-beta.7"
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"
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.7",
3+
"version": "4.0.0-beta.8",
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.8](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.7...v4.0.0-beta.8) (2026-04-07)
7+
8+
**Note:** Version bump only for package @tsparticles/confetti
9+
610
# [4.0.0-beta.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2026-04-07)
711

812
### Bug Fixes

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.7",
3+
"version": "4.0.0-beta.8",
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.7",
102-
"@tsparticles/engine": "4.0.0-beta.7",
103-
"@tsparticles/plugin-emitters": "4.0.0-beta.7",
104-
"@tsparticles/plugin-motion": "4.0.0-beta.7",
105-
"@tsparticles/shape-cards": "4.0.0-beta.7",
106-
"@tsparticles/shape-emoji": "4.0.0-beta.7",
107-
"@tsparticles/shape-heart": "4.0.0-beta.7",
108-
"@tsparticles/shape-image": "4.0.0-beta.7",
109-
"@tsparticles/shape-polygon": "4.0.0-beta.7",
110-
"@tsparticles/shape-square": "4.0.0-beta.7",
111-
"@tsparticles/shape-star": "4.0.0-beta.7",
112-
"@tsparticles/updater-life": "4.0.0-beta.7",
113-
"@tsparticles/updater-roll": "4.0.0-beta.7",
114-
"@tsparticles/updater-rotate": "4.0.0-beta.7",
115-
"@tsparticles/updater-tilt": "4.0.0-beta.7",
116-
"@tsparticles/updater-wobble": "4.0.0-beta.7"
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"
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.7",
3+
"version": "4.0.0-beta.8",
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)