Skip to content

Commit 2629200

Browse files
committed
chore(release): published new version
1 parent 652d2d2 commit 2629200

364 files changed

Lines changed: 21804 additions & 19136 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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.4](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2026-01-21)
7+
8+
### Bug Fixes
9+
10+
- fixed condition in parallax interact ([c84d3b6](https://github.com/tsparticles/tsparticles/commit/c84d3b69ffe8c2aaf62671799ab8e75314a4f10c))
11+
- fixed errors after previous refactor ([c8f65d8](https://github.com/tsparticles/tsparticles/commit/c8f65d82516f4f9c0258a2beb2fc38f333910ec1))
12+
- fixed hsv color manager ([76600a2](https://github.com/tsparticles/tsparticles/commit/76600a202d3bba98d2704c8f12098b0c1fc69cf6))
13+
- fixed imports in emitters plugin ([0eb375d](https://github.com/tsparticles/tsparticles/commit/0eb375d04c5d88389f10470bcc531710b7d3fb62))
14+
- fixed load options in some plugins ([4e1cd4b](https://github.com/tsparticles/tsparticles/commit/4e1cd4b6ad2570d23d38484ba0a053521c6e4d95))
15+
- fixed two readmes ([433c426](https://github.com/tsparticles/tsparticles/commit/433c4262d3e6d29d74506bd74ef96c4cd84e163c))
16+
- fixed wrong condition ([f14e08c](https://github.com/tsparticles/tsparticles/commit/f14e08c0e2b2ca8a2a973542567bb1ae112f5452))
17+
- format fix ([cab2a5f](https://github.com/tsparticles/tsparticles/commit/cab2a5f58021c11b614ac63ea64e18ec5ed8c6c7))
18+
- prevent engine register from being overwritten when loader fails ([652d2d2](https://github.com/tsparticles/tsparticles/commit/652d2d2af9b72f9200e0efe99a52dff2e6fe9b95))
19+
- removed inconsistent or operator ([f5a4ed7](https://github.com/tsparticles/tsparticles/commit/f5a4ed7140fc3a77cb23125ed11410f972753a5d))
20+
- removed some deprecation, added more functions and utils to exports ([119aa9e](https://github.com/tsparticles/tsparticles/commit/119aa9e33b1dfc6e3ce17d827a94a6afb1664b60))
21+
- removed some duplicated constants ([2e46059](https://github.com/tsparticles/tsparticles/commit/2e460599a6763d22663e0f2c402867f569890e00))
22+
23+
### Features
24+
25+
- add manual particles plugin with configuration and usage examples ([8d73e42](https://github.com/tsparticles/tsparticles/commit/8d73e42320f8f3845545a2bef0f8d92979f1e2ee))
26+
- reworked parallax mover plugin to parallax external interaction plugin ([6e2052c](https://github.com/tsparticles/tsparticles/commit/6e2052c5ec2412b7aa2b63a688b06af1c9ef4ec9))
27+
628
# [4.0.0-alpha.3](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2026-01-10)
729

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

bundles/all/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-alpha.4](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2026-01-21)
7+
8+
### Features
9+
10+
- add manual particles plugin with configuration and usage examples ([8d73e42](https://github.com/tsparticles/tsparticles/commit/8d73e42320f8f3845545a2bef0f8d92979f1e2ee))
11+
612
# [4.0.0-alpha.3](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2026-01-10)
713

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

bundles/all/package.dist.json

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

0 commit comments

Comments
 (0)