Skip to content

Commit e0277ad

Browse files
committed
chore(release): published new version
1 parent caee11c commit e0277ad

421 files changed

Lines changed: 8171 additions & 6162 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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.28...v4.0.0-beta.0) (2026-03-19)
7+
8+
### Bug Fixes
9+
10+
- improved trail drawer outcome a bit ([4f5368f](https://github.com/tsparticles/tsparticles/commit/4f5368ff0b404a6c3a440b23020b2ba78eb8e17b))
11+
- improved trail drawer outcome a bit ([90154ac](https://github.com/tsparticles/tsparticles/commit/90154acc3322bdc4c1f5d40eda1bea3688c2d60a))
12+
- improved trail drawer performance a bit ([8a28709](https://github.com/tsparticles/tsparticles/commit/8a28709e00f524fcd65bd54d6194e60b9c60845d))
13+
- reduced checks on trail drawing ([2cc5614](https://github.com/tsparticles/tsparticles/commit/2cc5614c96f0d8f8fa4b4a7c3f882df2778e4cf5))
14+
- reduced checks on trail drawing ([c1201d2](https://github.com/tsparticles/tsparticles/commit/c1201d24560ed60b49b560ab1ac6950c0b074e58))
15+
16+
### Features
17+
18+
- added drag & drop interaction external (mouse click) ([87ac189](https://github.com/tsparticles/tsparticles/commit/87ac189240ded4d3055d145fa7453bc9c17b1d82))
19+
- added momentum option to drag & drop interactor ([12d3696](https://github.com/tsparticles/tsparticles/commit/12d3696376d98c9000ff73cd518b1eae268a59b4))
20+
- **roadmap:** replace roadmap with single drag-drop phase; add phase context ([47051de](https://github.com/tsparticles/tsparticles/commit/47051de07a088765929d530b3427b5bf2ffd7742))
21+
622
# [4.0.0-alpha.28](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2026-03-15)
723

824
### 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.0](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.28...v4.0.0-beta.0) (2026-03-19)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
610
# [4.0.0-alpha.28](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2026-03-15)
711

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

bundles/all/package.dist.json

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

0 commit comments

Comments
 (0)