Skip to content

Commit fdc4626

Browse files
committed
chore(release): published new version
1 parent 9448112 commit fdc4626

File tree

418 files changed

+8155
-6081
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

418 files changed

+8155
-6081
lines changed

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.27](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2026-03-09)
7+
8+
### Bug Fixes
9+
10+
- fixed blend plugin ([6fe33b5](https://github.com/tsparticles/tsparticles/commit/6fe33b5a57526515e718be7594f512201cbb06e8))
11+
- fixed links issues ([35aa461](https://github.com/tsparticles/tsparticles/commit/35aa46167d390f75fc0f941999b83d9e2dccaa79))
12+
- fixed links issues ([b548da3](https://github.com/tsparticles/tsparticles/commit/b548da3cbae67106e746ac80b637b1e5b9ad9ef4))
13+
- fixed spawn color feature for emitters with stroke and fill properties both working ([33b13d4](https://github.com/tsparticles/tsparticles/commit/33b13d46410ec4e6febc9c15d4c39dd68e0cfea7))
14+
- fixes issue [#5502](https://github.com/tsparticles/tsparticles/issues/5502) ([dec8334](https://github.com/tsparticles/tsparticles/commit/dec8334bedcac009f8c12482dd8f37ed47a85a9a))
15+
- **tests:** remove unsupported --threads from utils/tests test:ci script; update planning docs ([a2e0a91](https://github.com/tsparticles/tsparticles/commit/a2e0a91a72f1f013a558b5434df9649f81812dfa))
16+
17+
### Features
18+
19+
- **01-core-stabilization-09:** add bundle determinism verification script ([0a466ac](https://github.com/tsparticles/tsparticles/commit/0a466ac89e3c9a31501b682e5141f48bd80ba703))
20+
- **01-core-stabilization-09:** add determinism script and document plans ([6bf0778](https://github.com/tsparticles/tsparticles/commit/6bf0778fb85e4b45483dda8cd716b349f200c263))
21+
- added fill palette support, more palettes too in config ([8b4e732](https://github.com/tsparticles/tsparticles/commit/8b4e732b0b5dfca5c8711669e871501b09eacee5))
22+
- added matrix shape with character animation and palette updates ([6053ec6](https://github.com/tsparticles/tsparticles/commit/6053ec6c0261fd96aa122644930ad8aff30f29f2))
23+
- added palette support to engine ([2a1febd](https://github.com/tsparticles/tsparticles/commit/2a1febda7ac63cecbe58110b807fc72cad29b0a5))
24+
- added squircle shape ([9448112](https://github.com/tsparticles/tsparticles/commit/944811245076361418f7c58866f31039f99b7523))
25+
- replaced particles.color with particles.fill to have (almost) same options as particles.stroke ([d1793cc](https://github.com/tsparticles/tsparticles/commit/d1793cc8a5933281b10a72ae2d04e58ca7ceb8b0))
26+
- update particle color handling to use fill and stroke properties ([7f01526](https://github.com/tsparticles/tsparticles/commit/7f015265bcaec0659ec20d7c351e7aa8ab82da55))
27+
628
# [4.0.0-alpha.26](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2026-02-26)
729

830
### Bug Fixes

bundles/all/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.27](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.26...v4.0.0-alpha.27) (2026-03-09)
7+
8+
### Features
9+
10+
- added matrix shape with character animation and palette updates ([6053ec6](https://github.com/tsparticles/tsparticles/commit/6053ec6c0261fd96aa122644930ad8aff30f29f2))
11+
- added squircle shape ([9448112](https://github.com/tsparticles/tsparticles/commit/944811245076361418f7c58866f31039f99b7523))
12+
613
# [4.0.0-alpha.26](https://github.com/tsparticles/tsparticles/compare/v4.0.0-alpha.25...v4.0.0-alpha.26) (2026-02-26)
714

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

0 commit comments

Comments
 (0)