Skip to content

Commit 5f82f3d

Browse files
committed
chore(release): published new version
1 parent e52179c commit 5f82f3d

427 files changed

Lines changed: 7066 additions & 5069 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.7](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.6...v4.0.0-beta.7) (2026-04-07)
7+
8+
### Bug Fixes
9+
10+
- improved split color management ([d67a247](https://github.com/tsparticles/tsparticles/commit/d67a247c782f11c93679cd6d0d5e3218a2bacc13))
11+
- improved split color management and offset handling ([7505e15](https://github.com/tsparticles/tsparticles/commit/7505e15732782e30742a983817bebaf516218df7))
12+
- improved split color management and offset handling, and updateAnimation function ([754dd9e](https://github.com/tsparticles/tsparticles/commit/754dd9e91a63ce330816350765e9ec8c146aaf6a))
13+
- small minor fixes ([e52179c](https://github.com/tsparticles/tsparticles/commit/e52179c71bab88d54f12006ee2a0c1dcffeb46ba))
14+
15+
### Features
16+
17+
- added palette support to particles options ([ee8f0ef](https://github.com/tsparticles/tsparticles/commit/ee8f0efbccee7d4a6b8387ff821c1a8b3a8a7b2a))
18+
619
# [4.0.0-beta.6](https://github.com/tsparticles/tsparticles/compare/v4.0.0-beta.5...v4.0.0-beta.6) (2026-04-02)
720

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

812
### Features

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

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