Skip to content

Commit 8d8f6b6

Browse files
committed
chore(release): published new version
1 parent cd04a8f commit 8d8f6b6

File tree

328 files changed

+25556
-23374
lines changed

Some content is hidden

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

328 files changed

+25556
-23374
lines changed

CHANGELOG.md

Lines changed: 719 additions & 702 deletions
Large diffs are not rendered by default.

bundles/all/CHANGELOG.md

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +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+
# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01)
7+
8+
### Features
9+
10+
- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c))
11+
612
## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31)
713

814
### Bug Fixes
915

10-
- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e))
16+
- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e))
1117

1218
# [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23)
1319

@@ -17,23 +23,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1723

1824
### Bug Fixes
1925

20-
- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705))
26+
- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705))
2127

2228
# [3.7.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0...v3.7.0) (2024-11-24)
2329

2430
### Features
2531

26-
- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755))
32+
- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755))
2733

2834
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18)
2935

3036
### Bug Fixes
3137

32-
- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137))
38+
- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137))
3339

3440
### Features
3541

36-
- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b))
42+
- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b))
3743

3844
# [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13)
3945

@@ -43,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4349

4450
### Bug Fixes
4551

46-
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
52+
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
4753

4854
# [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07)
4955

5056
### Bug Fixes
5157

52-
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
58+
- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f))
5359

5460
# [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01)
5561

@@ -59,20 +65,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5965

6066
### Features
6167

62-
- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844))
63-
- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8))
68+
- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844))
69+
- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8))
6470

6571
# [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27)
6672

6773
### Bug Fixes
6874

69-
- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6))
75+
- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6))
7076

7177
## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20)
7278

7379
### Bug Fixes
7480

75-
- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1))
81+
- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1))
7682

7783
## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31)
7884

@@ -82,21 +88,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
8288

8389
### Features
8490

85-
- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794))
86-
- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c))
91+
- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794))
92+
- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c))
8793

8894
# [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13)
8995

9096
### Features
9197

92-
- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb))
93-
- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f))
98+
- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb))
99+
- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f))
94100

95101
## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26)
96102

97103
### Bug Fixes
98104

99-
- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf))
105+
- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf))
100106

101107
## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06)
102108

@@ -110,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
110116

111117
### Features
112118

113-
- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b))
119+
- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b))
114120

115121
# [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03)
116122

@@ -120,10 +126,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
120126

121127
### Features
122128

123-
- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2))
124-
- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66))
125-
- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e))
126-
- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0))
129+
- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2))
130+
- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66))
131+
- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e))
132+
- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0))
127133

128134
# [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20)
129135

@@ -137,7 +143,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
137143

138144
### Features
139145

140-
- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7))
146+
- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7))
141147

142148
# [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24)
143149

@@ -147,8 +153,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
147153

148154
### Bug Fixes
149155

150-
- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea))
156+
- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea))
151157

152158
### Features
153159

154-
- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19))
160+
- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19))

bundles/all/package.dist.json

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

0 commit comments

Comments
 (0)