Skip to content

Commit 6a257c3

Browse files
committed
chore(release): published new version
1 parent 2e51989 commit 6a257c3

418 files changed

Lines changed: 8148 additions & 6145 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.28](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.27...v4.0.0-alpha.28) (2026-03-15)
7+
8+
### Bug Fixes
9+
10+
- squircle fix ([ed45b4d](https://github.com/tsparticles/tsparticles/commit/ed45b4d134d7e6ab23caaec5e9bce2e2f2f2774b))
11+
- squircle fix ([e1e79b0](https://github.com/tsparticles/tsparticles/commit/e1e79b01b4b1570fd745c6fd1bfdc11b35a01095))
12+
13+
### Features
14+
15+
- made squircle shape configurable ([58480b8](https://github.com/tsparticles/tsparticles/commit/58480b8ddc6ca947ae8c077840990df6aa205d0e))
16+
617
# [4.0.0-alpha.27](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2026-03-09)
718

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

812
### Features

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

0 commit comments

Comments
 (0)