Skip to content

Commit 2875113

Browse files
committed
chore(release): published new version
1 parent 04e2765 commit 2875113

319 files changed

Lines changed: 19356 additions & 17154 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23)
7+
8+
### Bug Fixes
9+
10+
- fixed clone style, closes [#5443](https://github.com/tsparticles/tsparticles/issues/5443) ([2127236](https://github.com/tsparticles/tsparticles/commit/21272366d002d78ba801ff17262f46b474381e1d))
11+
- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818))
12+
- fixed style reparation and full screen toggle issues ([3e4a03a](https://github.com/tsparticles/tsparticles/commit/3e4a03a0c6662873088787502e9c1ee98c8473ca))
13+
- improved spin initial positioning ([43edbbf](https://github.com/tsparticles/tsparticles/commit/43edbbf7e1f58137c3996be2dfbfbc3c5a930ba8))
14+
- improved style duplication ([55a8425](https://github.com/tsparticles/tsparticles/commit/55a84255b013ca6b08b77ef38ba2a1d4a19a0fca))
15+
616
## [3.7.3](https://github.com/tsparticles/tsparticles/compare/v3.7.2...v3.7.3) (2024-12-13)
717

818
### 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+
# [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23)
7+
8+
**Note:** Version bump only for package @tsparticles/all
9+
610
## [3.7.1](https://github.com/tsparticles/tsparticles/compare/v3.7.0...v3.7.1) (2024-11-24)
711

812
### Bug Fixes

bundles/all/package.dist.json

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

0 commit comments

Comments
 (0)