Skip to content

Commit

Permalink
Merge pull request #5327 from tsparticles/v3
Browse files Browse the repository at this point in the history
3.4.0
  • Loading branch information
matteobruni committed May 12, 2024
2 parents ec9599d + 8cf328e commit 7117014
Show file tree
Hide file tree
Showing 598 changed files with 11,535 additions and 6,872 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/nodejs.yml
Expand Up @@ -33,8 +33,8 @@ jobs:
# uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v3.0.0
node-version: '20'
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
# uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v3.0.0
node-version: '20'
- uses: pnpm/action-setup@v4.0.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: '18'
# node-version: '20'
# - uses: pnpm/action-setup@v2.2.2
# name: Install pnpm
# id: pnpm-install
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12)

### Bug Fixes

- fixed issue [#5338](https://github.com/tsparticles/tsparticles/issues/5338) ([1929d9a](https://github.com/tsparticles/tsparticles/commit/1929d9a3e86fff5b93178a1c11ec01bd9a52ca8b))
- fixed tests ([c88a3f4](https://github.com/tsparticles/tsparticles/commit/c88a3f4d2b7142f9f8a747a3d572affd86721024))
- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06))

### Features

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

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

### Bug Fixes
Expand Down
7 changes: 7 additions & 0 deletions bundles/all/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12)

### Features

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

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

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion bundles/all/README.md
Expand Up @@ -76,7 +76,7 @@ Once the scripts are loaded you can set up `tsParticles` like this:

```javascript
(async () => {
await loadAll(tsParticles); // not needed if using the bundle script, required for any other installation
await loadAll(tsParticles);

await tsParticles.load({
id: "tsparticles",
Expand Down
97 changes: 49 additions & 48 deletions bundles/all/package.dist.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.3.0",
"version": "3.4.0",
"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.",
"homepage": "https://particles.js.org",
"repository": {
Expand Down Expand Up @@ -99,53 +99,54 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "^3.3.0",
"@tsparticles/effect-trail": "^3.3.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/interaction-external-particle": "^3.3.0",
"@tsparticles/interaction-external-pop": "^3.3.0",
"@tsparticles/interaction-light": "^3.3.0",
"@tsparticles/interaction-particles-repulse": "^3.3.0",
"@tsparticles/path-curl-noise": "^3.3.0",
"@tsparticles/path-curves": "^3.3.0",
"@tsparticles/path-perlin-noise": "^3.3.0",
"@tsparticles/path-polygon": "^3.3.0",
"@tsparticles/path-simplex-noise": "^3.3.0",
"@tsparticles/path-svg": "^3.3.0",
"@tsparticles/path-zig-zag": "^3.3.0",
"@tsparticles/pjs": "^3.3.0",
"@tsparticles/plugin-canvas-mask": "^3.3.0",
"@tsparticles/plugin-easing-back": "^3.3.0",
"@tsparticles/plugin-easing-circ": "^3.3.0",
"@tsparticles/plugin-easing-cubic": "^3.3.0",
"@tsparticles/plugin-easing-expo": "^3.3.0",
"@tsparticles/plugin-easing-linear": "^3.3.0",
"@tsparticles/plugin-easing-quart": "^3.3.0",
"@tsparticles/plugin-easing-quint": "^3.3.0",
"@tsparticles/plugin-easing-sine": "^3.3.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.3.0",
"@tsparticles/plugin-emitters-shape-path": "^3.3.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.3.0",
"@tsparticles/plugin-export-image": "^3.3.0",
"@tsparticles/plugin-export-json": "^3.3.0",
"@tsparticles/plugin-export-video": "^3.3.0",
"@tsparticles/plugin-hsv-color": "^3.3.0",
"@tsparticles/plugin-infection": "^3.3.0",
"@tsparticles/plugin-motion": "^3.3.0",
"@tsparticles/plugin-poisson-disc": "^3.3.0",
"@tsparticles/plugin-polygon-mask": "^3.3.0",
"@tsparticles/plugin-sounds": "^3.3.0",
"@tsparticles/shape-arrow": "^3.3.0",
"@tsparticles/shape-cards": "^3.3.0",
"@tsparticles/shape-cog": "^3.3.0",
"@tsparticles/shape-heart": "^3.3.0",
"@tsparticles/shape-path": "^3.3.0",
"@tsparticles/shape-rounded-polygon": "^3.3.0",
"@tsparticles/shape-rounded-rect": "^3.3.0",
"@tsparticles/shape-spiral": "^3.3.0",
"@tsparticles/updater-gradient": "^3.3.0",
"@tsparticles/updater-orbit": "^3.3.0",
"tsparticles": "^3.3.0"
"@tsparticles/effect-bubble": "^3.4.0",
"@tsparticles/effect-trail": "^3.4.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/interaction-external-particle": "^3.4.0",
"@tsparticles/interaction-external-pop": "^3.4.0",
"@tsparticles/interaction-light": "^3.4.0",
"@tsparticles/interaction-particles-repulse": "^3.4.0",
"@tsparticles/path-curl-noise": "^3.4.0",
"@tsparticles/path-curves": "^3.4.0",
"@tsparticles/path-perlin-noise": "^3.4.0",
"@tsparticles/path-polygon": "^3.4.0",
"@tsparticles/path-simplex-noise": "^3.4.0",
"@tsparticles/path-svg": "^3.4.0",
"@tsparticles/path-zig-zag": "^3.4.0",
"@tsparticles/pjs": "^3.4.0",
"@tsparticles/plugin-canvas-mask": "^3.4.0",
"@tsparticles/plugin-easing-back": "^3.4.0",
"@tsparticles/plugin-easing-circ": "^3.4.0",
"@tsparticles/plugin-easing-cubic": "^3.4.0",
"@tsparticles/plugin-easing-expo": "^3.4.0",
"@tsparticles/plugin-easing-linear": "^3.4.0",
"@tsparticles/plugin-easing-quart": "^3.4.0",
"@tsparticles/plugin-easing-quint": "^3.4.0",
"@tsparticles/plugin-easing-sine": "^3.4.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.4.0",
"@tsparticles/plugin-emitters-shape-path": "^3.4.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.4.0",
"@tsparticles/plugin-export-image": "^3.4.0",
"@tsparticles/plugin-export-json": "^3.4.0",
"@tsparticles/plugin-export-video": "^3.4.0",
"@tsparticles/plugin-hsv-color": "^3.4.0",
"@tsparticles/plugin-infection": "^3.4.0",
"@tsparticles/plugin-motion": "^3.4.0",
"@tsparticles/plugin-poisson-disc": "^3.4.0",
"@tsparticles/plugin-polygon-mask": "^3.4.0",
"@tsparticles/plugin-sounds": "^3.4.0",
"@tsparticles/shape-arrow": "^3.4.0",
"@tsparticles/shape-cards": "^3.4.0",
"@tsparticles/shape-cog": "^3.4.0",
"@tsparticles/shape-heart": "^3.4.0",
"@tsparticles/shape-infinity": "^3.4.0",
"@tsparticles/shape-path": "^3.4.0",
"@tsparticles/shape-rounded-polygon": "^3.4.0",
"@tsparticles/shape-rounded-rect": "^3.4.0",
"@tsparticles/shape-spiral": "^3.4.0",
"@tsparticles/updater-gradient": "^3.4.0",
"@tsparticles/updater-orbit": "^3.4.0",
"tsparticles": "^3.4.0"
},
"publishConfig": {
"access": "public"
Expand Down
97 changes: 49 additions & 48 deletions bundles/all/package.json
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.3.0",
"version": "3.4.0",
"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.",
"homepage": "https://particles.js.org",
"scripts": {
Expand Down Expand Up @@ -107,53 +107,54 @@
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "^3.3.0",
"@tsparticles/effect-trail": "^3.3.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/interaction-external-particle": "^3.3.0",
"@tsparticles/interaction-external-pop": "^3.3.0",
"@tsparticles/interaction-light": "^3.3.0",
"@tsparticles/interaction-particles-repulse": "^3.3.0",
"@tsparticles/path-curl-noise": "^3.3.0",
"@tsparticles/path-curves": "^3.3.0",
"@tsparticles/path-perlin-noise": "^3.3.0",
"@tsparticles/path-polygon": "^3.3.0",
"@tsparticles/path-simplex-noise": "^3.3.0",
"@tsparticles/path-svg": "^3.3.0",
"@tsparticles/path-zig-zag": "^3.3.0",
"@tsparticles/pjs": "^3.3.0",
"@tsparticles/plugin-canvas-mask": "^3.3.0",
"@tsparticles/plugin-easing-back": "^3.3.0",
"@tsparticles/plugin-easing-circ": "^3.3.0",
"@tsparticles/plugin-easing-cubic": "^3.3.0",
"@tsparticles/plugin-easing-expo": "^3.3.0",
"@tsparticles/plugin-easing-linear": "^3.3.0",
"@tsparticles/plugin-easing-quart": "^3.3.0",
"@tsparticles/plugin-easing-quint": "^3.3.0",
"@tsparticles/plugin-easing-sine": "^3.3.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.3.0",
"@tsparticles/plugin-emitters-shape-path": "^3.3.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.3.0",
"@tsparticles/plugin-export-image": "^3.3.0",
"@tsparticles/plugin-export-json": "^3.3.0",
"@tsparticles/plugin-export-video": "^3.3.0",
"@tsparticles/plugin-hsv-color": "^3.3.0",
"@tsparticles/plugin-infection": "^3.3.0",
"@tsparticles/plugin-motion": "^3.3.0",
"@tsparticles/plugin-poisson-disc": "^3.3.0",
"@tsparticles/plugin-polygon-mask": "^3.3.0",
"@tsparticles/plugin-sounds": "^3.3.0",
"@tsparticles/shape-arrow": "^3.3.0",
"@tsparticles/shape-cards": "^3.3.0",
"@tsparticles/shape-cog": "^3.3.0",
"@tsparticles/shape-heart": "^3.3.0",
"@tsparticles/shape-path": "^3.3.0",
"@tsparticles/shape-rounded-polygon": "^3.3.0",
"@tsparticles/shape-rounded-rect": "^3.3.0",
"@tsparticles/shape-spiral": "^3.3.0",
"@tsparticles/updater-gradient": "^3.3.0",
"@tsparticles/updater-orbit": "^3.3.0",
"tsparticles": "^3.3.0"
"@tsparticles/effect-bubble": "^3.4.0",
"@tsparticles/effect-trail": "^3.4.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/interaction-external-particle": "^3.4.0",
"@tsparticles/interaction-external-pop": "^3.4.0",
"@tsparticles/interaction-light": "^3.4.0",
"@tsparticles/interaction-particles-repulse": "^3.4.0",
"@tsparticles/path-curl-noise": "^3.4.0",
"@tsparticles/path-curves": "^3.4.0",
"@tsparticles/path-perlin-noise": "^3.4.0",
"@tsparticles/path-polygon": "^3.4.0",
"@tsparticles/path-simplex-noise": "^3.4.0",
"@tsparticles/path-svg": "^3.4.0",
"@tsparticles/path-zig-zag": "^3.4.0",
"@tsparticles/pjs": "^3.4.0",
"@tsparticles/plugin-canvas-mask": "^3.4.0",
"@tsparticles/plugin-easing-back": "^3.4.0",
"@tsparticles/plugin-easing-circ": "^3.4.0",
"@tsparticles/plugin-easing-cubic": "^3.4.0",
"@tsparticles/plugin-easing-expo": "^3.4.0",
"@tsparticles/plugin-easing-linear": "^3.4.0",
"@tsparticles/plugin-easing-quart": "^3.4.0",
"@tsparticles/plugin-easing-quint": "^3.4.0",
"@tsparticles/plugin-easing-sine": "^3.4.0",
"@tsparticles/plugin-emitters-shape-canvas": "^3.4.0",
"@tsparticles/plugin-emitters-shape-path": "^3.4.0",
"@tsparticles/plugin-emitters-shape-polygon": "^3.4.0",
"@tsparticles/plugin-export-image": "^3.4.0",
"@tsparticles/plugin-export-json": "^3.4.0",
"@tsparticles/plugin-export-video": "^3.4.0",
"@tsparticles/plugin-hsv-color": "^3.4.0",
"@tsparticles/plugin-infection": "^3.4.0",
"@tsparticles/plugin-motion": "^3.4.0",
"@tsparticles/plugin-poisson-disc": "^3.4.0",
"@tsparticles/plugin-polygon-mask": "^3.4.0",
"@tsparticles/plugin-sounds": "^3.4.0",
"@tsparticles/shape-arrow": "^3.4.0",
"@tsparticles/shape-cards": "^3.4.0",
"@tsparticles/shape-cog": "^3.4.0",
"@tsparticles/shape-heart": "^3.4.0",
"@tsparticles/shape-infinity": "^3.4.0",
"@tsparticles/shape-path": "^3.4.0",
"@tsparticles/shape-rounded-polygon": "^3.4.0",
"@tsparticles/shape-rounded-rect": "^3.4.0",
"@tsparticles/shape-spiral": "^3.4.0",
"@tsparticles/updater-gradient": "^3.4.0",
"@tsparticles/updater-orbit": "^3.4.0",
"tsparticles": "^3.4.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 1 addition & 3 deletions bundles/all/src/bundle.ts
@@ -1,7 +1,5 @@
import { loadAll } from ".";
import { tsParticles } from "@tsparticles/engine";

void loadAll(tsParticles);

export { loadAll };

export * from "@tsparticles/engine";

0 comments on commit 7117014

Please sign in to comment.