diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 37adae1..9fca693 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20' - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm id: pnpm-install with: @@ -73,7 +73,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '20' - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm id: pnpm-install with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 333ddd1..e7ef2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/presets-workspace + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Bug Fixes diff --git a/README.md b/README.md index 66953c9..6b041ef 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ Official presets for [tsParticles library](https://github.com/tsparticles/presets) [![Discord](https://img.shields.io/discord/872061157379301416?label=discord&logo=discord&logoColor=white&style=for-the-badge)](https://discord.gg/hACwv45Hme) -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) -[![WhatsApp](https://particles.js.org/images/WhatsApp.png)](https://chat.whatsapp.com/KQyHc9UEbRc2qlqNQR2J5c) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![Reddit](https://img.shields.io/reddit/subreddit-subscribers/tsParticles?style=for-the-badge)](https://www.reddit.com/r/tsParticles/) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 16af2a3..347b072 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/presets-demo + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Bug Fixes diff --git a/apps/demo/package.json b/apps/demo/package.json index cceacb4..5ad993f 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/presets-demo", "private": true, - "version": "3.1.0", + "version": "3.2.0", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", diff --git a/apps/vite/CHANGELOG.md b/apps/vite/CHANGELOG.md index 61992eb..6b95a62 100644 --- a/apps/vite/CHANGELOG.md +++ b/apps/vite/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/vite-demo + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/apps/vite/package.json b/apps/vite/package.json index 16994a2..275aa01 100644 --- a/apps/vite/package.json +++ b/apps/vite/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/vite-demo", "private": true, - "version": "3.1.0", + "version": "3.2.0", "type": "module", "scripts": { "dev": "vite", @@ -9,7 +9,7 @@ "preview": "vite preview" }, "devDependencies": { - "@tsparticles/engine": "^3.4.0", + "@tsparticles/engine": "^3.7.1", "@tsparticles/preset-big-circles": "workspace:^", "@tsparticles/preset-bubbles": "workspace:^", "@tsparticles/preset-confetti": "workspace:^", diff --git a/lerna.json b/lerna.json index 123661a..76b7eb2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["apps/*", "presets/*"], - "version": "3.1.0", + "version": "3.2.0", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7dbfdb2..e2e418b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,7 +18,7 @@ importers: version: 19.2.2 "@tsparticles/cli": specifier: ^2.3.3 - version: 2.3.3(@types/eslint@8.56.7)(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0)) + version: 2.3.3(@types/eslint@8.56.7)(webpack-cli@5.1.4) "@tsparticles/eslint-config": specifier: ^2.3.0 version: 2.3.0(@types/eslint@8.56.7) @@ -45,7 +45,7 @@ importers: version: 7.11.0(eslint@8.57.0)(typescript@5.4.5) babel-loader: specifier: ^9.1.3 - version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0(webpack-cli@5.1.4)) + version: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0) browserslist: specifier: ^4.23.0 version: 4.23.0 @@ -72,7 +72,7 @@ importers: version: 5.0.7 terser-webpack-plugin: specifier: ^5.3.10 - version: 5.3.10(webpack@5.91.0(webpack-cli@5.1.4)) + version: 5.3.10(webpack@5.91.0) typedoc: specifier: ^0.25.13 version: 0.25.13(typescript@5.4.5) @@ -192,8 +192,8 @@ importers: apps/vite: devDependencies: "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/preset-big-circles": specifier: workspace:^ version: link:../../presets/bigCircles/dist @@ -246,246 +246,249 @@ importers: presets/bigCircles: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters-shape-square": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/bubbles: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/confetti: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-motion": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/shape-square": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-life": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-roll": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-rotate": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-tilt": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-wobble": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/fire: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/interaction-external-push": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/firefly: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/interaction-external-trail": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/fireworks: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters-shape-square": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-sounds": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/shape-line": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-destroy": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-life": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-rotate": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-stroke-color": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/fountain: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-destroy": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/hyperspace: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters-shape-square": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-life": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/links: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/interaction-particles-links": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/seaAnemone: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/path-curves": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/snow: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-wobble": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/squares: dependencies: "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/plugin-emitters": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 + "@tsparticles/plugin-hex-color": + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/shape-square": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-rotate": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-size": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/updater-stroke-color": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/stars: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist presets/triangles: dependencies: "@tsparticles/basic": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/engine": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 "@tsparticles/interaction-particles-links": - specifier: ^3.4.0 - version: 3.4.0 + specifier: ^3.7.1 + version: 3.7.1 publishDirectory: dist packages: @@ -2592,10 +2595,10 @@ packages: } engines: { node: ">= 10" } - "@tsparticles/basic@3.4.0": + "@tsparticles/basic@3.7.1": resolution: { - integrity: sha512-a0HxG0GOhXof7NDqcqdyu9XpmCAQ0M402YECz/jsH4CkBpz3ut0BrgnyjT6Xcqna3pR1Kv1m516/sV2fwNnnQw==, + integrity: sha512-oJMJ3qzYUROYaOEsaFXkVynxT2OTWBXbQ9MNc1bJi/bVc1VOU44VN7X/KmiZjD+w1U+Qalk6BeVvDRwpFshblw==, } "@tsparticles/cli@2.3.3": @@ -2605,10 +2608,10 @@ packages: } hasBin: true - "@tsparticles/engine@3.4.0": + "@tsparticles/engine@3.7.1": resolution: { - integrity: sha512-OqoMZYJCoiihNnexnnSmInEMNXr0Z8CmE1HSiFVeifgK1qUlonTFe2G09KdvNT8ZdvmIC513yTpFJNDbnMZYRQ==, + integrity: sha512-GYzBgq/oOE9YJdOL1++MoawWmYg4AvVct6CIrJGx84ZRb3U2owYmLsRGabYl0qX1CWWOvUG569043RJmyp/vQA==, } "@tsparticles/eslint-config@2.3.0": @@ -2617,58 +2620,76 @@ packages: integrity: sha512-pIvds4gm+wG7MT/U5u/q/rvzqpy50YymohL6qPTPkVLrP98RIMMrMxtfLLz9jXTJa3m1/DOZsv5m4ZlmYTcNTw==, } - "@tsparticles/interaction-external-push@3.4.0": + "@tsparticles/interaction-external-push@3.7.1": resolution: { - integrity: sha512-SriLK1X45CaLwzxjtDo5nCGtF8lwPwK5zYO6+UU+9djUzbh/dBlXQr63ovm/jYPE+yGPRxAhJLdiHpss6aaavQ==, + integrity: sha512-4VoaR5jvXgQdB7irtq4uSZYr5c+D6TBTVEnLVpBfJhUs6jhw6mgN5g7yp5izIYkK0AlcO431MHn8dvJacvRLDw==, } - "@tsparticles/interaction-external-trail@3.4.0": + "@tsparticles/interaction-external-trail@3.7.1": resolution: { - integrity: sha512-hpcfv04zto67kjG7X1nx+Bv9eolkUBNLHcy9gSgco83/ARNKLgcOA+xYz5OFzZ5ImKyGZQggzYOPSwBZx+9MQg==, + integrity: sha512-M7lNQUWP15m8YIDP/JZcZAXaVJLqdwpBs0Uv9F6dU6jsnNXwwHFVFZ+1icrnlbgl9k/Ehhodbdo5weE7GHhQhQ==, } - "@tsparticles/interaction-particles-links@3.4.0": + "@tsparticles/interaction-particles-links@3.7.1": resolution: { - integrity: sha512-2UhzNsZCSF69L0PGwlJARNx3qrMdSrl5p/TgO5Q5w7iwBU1x/W27O+TDQvNdMHsOLPPUomUI+jJfRXY2snqp3Q==, + integrity: sha512-BxCXAAOBNmEvlyOQzwprryW8YdtMIop2v4kgSCff5MCtDwYWoQIfzaQlWbBAkD9ey6BoF8iMjhBUaY1MnDecTA==, } - "@tsparticles/move-base@3.4.0": + "@tsparticles/move-base@3.7.1": resolution: { - integrity: sha512-4P9CzgVN7INogAvqkg/cEA+6WKeGUAtsgljJ2rUADgNBiScW1oJZAw/004AZiOlonLRiUZujUCNS4zlAg62ZvQ==, + integrity: sha512-LPtMHwJHhzwfRIcSAk814fY9NcRiICwaEbapaJSYyP1DwscSXqOWoyAEWwzV9hMgAcPdsED6nGeg8RCXGm58lw==, } - "@tsparticles/path-curves@3.4.0": + "@tsparticles/path-curves@3.7.1": resolution: { - integrity: sha512-pv70ZU/gT0LiSQPCgjcKOlPBvPTBhn3acbDwjZtgOqjN1XU7tPoaYv499rwy7Ersw6qILe7pyM2+p8NVIK4/Lw==, + integrity: sha512-AyL16bbFPeBWo7oTwDGQXRUwjl5/eBn4S6ToR8vOBonIky9E0Wuv2M+cJOoeahMoJWPbwnTwOXyJLyOEO9mm0A==, } - "@tsparticles/plugin-emitters-shape-square@3.4.0": + "@tsparticles/plugin-emitters-shape-square@3.7.1": resolution: { - integrity: sha512-ne4qKSNbc3fqLFClCUNd7g5qhuChxLVwj+MAe/+4ECYjDQBIrGcJrH2mgmdi5KpOPqKtnIQpC4etwJ084w1UMA==, + integrity: sha512-nvGBsRLrkiz6Q38TJRl8Y/eu9i1ChQ9oorQydLBok+iZ6MefuOj39iYsAOkD1w9yRVrFWKHG6CR1mmJUniz/HA==, } - "@tsparticles/plugin-emitters@3.4.0": + "@tsparticles/plugin-emitters@3.7.1": resolution: { - integrity: sha512-B3I12hcELE+MDi2jmSFHiC5x8/c4n412VZFOAJcimMfb919gaF1mC/Ac9yR8OCmIdEXYDjf/dyg8xUtSUVlV2g==, + integrity: sha512-WV5Uwxp/Ckqv5kZynTj6mj13jYbQCArNLFv8ks+zjdlteoyT5EhQl4rg+TalaySCb1zCd6Fu2Scp35l3JJgbnw==, } - "@tsparticles/plugin-motion@3.4.0": + "@tsparticles/plugin-hex-color@3.7.1": resolution: { - integrity: sha512-EJd3ceR3HKQzp1zFZI1w1EFizrcJ07p5jQvoV7wg6aIYcQWtHqNSSuQBAFgjvAaRk8Y6mtflP1Jybs3R3F0u6g==, + integrity: sha512-7xu3MV8EdNNejjYyEmrq5fCDdYAcqz/9VatLpnwtwR5Q5t2qI0tD4CrcGaFfC/rTAVJacfiJe02UV/hlj03KKA==, } - "@tsparticles/plugin-sounds@3.4.0": + "@tsparticles/plugin-hsl-color@3.7.1": resolution: { - integrity: sha512-IMc/0w4AjBRZprhD9wv89j7WE3gjVXqzu99QZV14VpgXLbgGjyskSn7cWw/PZVhsmWMBjXS3x6koknxtbn+ZFA==, + integrity: sha512-zzAI1CuoCMBJhgeYZ5Rq42nGbPg35ZzIs11eQegjsWG5Msm5QKSj60qPzERnoUcCc4HCKtIWP7rYMz6h3xpoEg==, + } + + "@tsparticles/plugin-motion@3.7.1": + resolution: + { + integrity: sha512-CJVXQVcwURpcEin1xC5abPgaBQCJQ/SfP7zGBQJrfsaGz8t6YTbZdfuK6Yc0M8j8gTldlgl4dXjQCejFmSCNmQ==, + } + + "@tsparticles/plugin-rgb-color@3.7.1": + resolution: + { + integrity: sha512-taEraTpCYR6jpjflqBL95tN0zFU8JrAChXTt8mxVn7gddxoNMHI/LGymEPRCweLukwV6GQyAGOkeGEdWDPtYTA==, + } + + "@tsparticles/plugin-sounds@3.7.1": + resolution: + { + integrity: sha512-fHuGSghr8n9umHsLcQhmWf1swMqx6Mqz5TgtIcDd+JRoTbBSdZamk7sh0eK6awT7jTJrwE+/vli3oDwxX/KxAg==, } "@tsparticles/prettier-config@2.1.6": @@ -2677,22 +2698,22 @@ packages: integrity: sha512-KaiIN2QB9KVpsI+irHGpOdVEoAhlrTRGdjF+MhCawdMINlChgZfxXvvREzt1gSYxusqmEv/mF1u/fp0tBhGPqg==, } - "@tsparticles/shape-circle@3.4.0": + "@tsparticles/shape-circle@3.7.1": resolution: { - integrity: sha512-X1ynt8h7bO+xep12Vkxeo2fImbKzLMEZr0qY3vKZzhHcy0/lxoo505pwyVL2+V98eZNOu9fmQM7vlIt/0FGTcg==, + integrity: sha512-kmOWaUuFwuTtcCFYjuyJbdA5qDqWdGsharLalYnIczkLu2c1I8jJo/OmGePKhWn62ocu7mqKMomfElkIcw2AsA==, } - "@tsparticles/shape-line@3.4.0": + "@tsparticles/shape-line@3.7.1": resolution: { - integrity: sha512-pXItuUBtIatcQQLp+CS1HZjHtpGVqswFxDaFZv0b9Ulx+7I48i4T5r6LCF2ngo+3xcT+rDdAF/Ca/oCunztBBA==, + integrity: sha512-lMPYApUpg7avxmYPfHHr4dQepZSNn/g0Q1/g2+lnTi8ZtUBiCZ2WMVy9R3GOzyozbnzigLQ6AJRnOpsUZV7H4g==, } - "@tsparticles/shape-square@3.4.0": + "@tsparticles/shape-square@3.7.1": resolution: { - integrity: sha512-pUXAbSnW5aTMFFjAP3GHMxqbah3ADibuQcEmIgts5tNUKY8Bl0Syx5pllpe81z2AMJCsQncC15/M19DU/H+YXw==, + integrity: sha512-7VCqbRwinjBZ+Ryme27rOtl+jKrET8qDthqZLrAoj3WONBqyt+R9q6SXAJ9WodqEX68IBvcluqbFY5qDZm8iAQ==, } "@tsparticles/tsconfig@2.3.0": @@ -2701,70 +2722,70 @@ packages: integrity: sha512-XBtRoIQcBzC+R7/tcoYu4+JB9DbVrSbn09IJ+QMyATLZK0P4Expj3Z/hPpJzejWOvepMSYBZlCodnjFQyk17YA==, } - "@tsparticles/updater-color@3.4.0": + "@tsparticles/updater-color@3.7.1": resolution: { - integrity: sha512-joT5O/78p7n3jBq1aiFEp4wMevv8WtfjBJnODwEUO7aiHRozs9tA05djVLYZ7kjH0bLymJoPwxM46SEGSTsh+g==, + integrity: sha512-QimV3yn17dcdJx7PpTwLtw9BhkQ0q8qFF035OdcZpnynBPAO/hg0zvSMpMGoeuDVFH02wWBy4h2/BYCv6wh6Sw==, } - "@tsparticles/updater-destroy@3.4.0": + "@tsparticles/updater-destroy@3.7.1": resolution: { - integrity: sha512-XFyA2PpDAEuct2uACdMO/GE8LmQ54hJenF+tr9/FJKK18vcVJDkn0a36ShIG4zw36ds36mLqkNLcAAjnZ3pigw==, + integrity: sha512-krXNoMDKyeyE/ZjQh3LVjrLYivFefQOQ9i+B7RpMe7x4h+iRgpB6npTCqidGQ82+hZ8G6xfQ9ToduebWwK4JGg==, } - "@tsparticles/updater-life@3.4.0": + "@tsparticles/updater-life@3.7.1": resolution: { - integrity: sha512-bFx/3TTNNnWVmHkrfwXVlLc7R8QfbeX+KQ6dy09n+i2Vs3HnQUF7/VITjt0erNzyHfnqh+q+80gCn6X4brvwEQ==, + integrity: sha512-NY5gUrgO5AsARNC0usP9PKahXf7JCxbP/H1vzTfA0SJw4veANfWTldOvhIlcm2CHVP5P1b827p0hWsBHECwz7A==, } - "@tsparticles/updater-opacity@3.4.0": + "@tsparticles/updater-opacity@3.7.1": resolution: { - integrity: sha512-OCWbebZykDh8ZbTiTQX+pBRXHfTMMJpNXbFps4lTSHXHMDsbEMl5a3/TEFeUk3rd0wkiRSCjPUSGKupoU5B14w==, + integrity: sha512-YcyviCooTv7SAKw7sxd84CfJqZ7dYPSdYZzCpedV6TKIObRiwLqXlyLXQGJ3YltghKQSCSolmVy8woWBCDm1qA==, } - "@tsparticles/updater-out-modes@3.4.0": + "@tsparticles/updater-out-modes@3.7.1": resolution: { - integrity: sha512-i80MSXpnfivKlfA0FbAxk2CfZGNG3rPNtx5Pz/ZCDQ71j1YFjztdwfugp9oueu/sLfOSw4hIKfyR062zpgZp6Q==, + integrity: sha512-Cb5sWquRtUYLSiFpmBjjYKRdpNV52diCo9+qMtK1oVlldDBhUwqO+1TQjdlaA2yl5DURlY9ZfOHXvY+IT7CHCw==, } - "@tsparticles/updater-roll@3.4.0": + "@tsparticles/updater-roll@3.7.1": resolution: { - integrity: sha512-PhkZ7gJZTrAE3S2nYPmxXDCCxXcy7vfqosp4LnKyOLbZH1YwMy+2oltN6Ni22lMz794C2q+zURyZBu2oeH+rgA==, + integrity: sha512-gHLRqpTGVGPJBEAIPUiYVembIn5bcaTXXxsUJEM/IN+GIOvj2uZZGZ4r2aFTA6WugqEbJsJdblDSvMfouyz7Ug==, } - "@tsparticles/updater-rotate@3.4.0": + "@tsparticles/updater-rotate@3.7.1": resolution: { - integrity: sha512-BKmzN8YLSUPe6OngmhmjPCBJ2RpBi88nfoNJekZnVJpbRses1pV632EaOIAEVT1xsUrwVhvsXYa9Sv5iZxfIRg==, + integrity: sha512-toVHwl+h6SvtA8dyxSA2kMH2QdDA71vehuAa+HoRqf1y06h5kxyYiMKZFHCqDJ6lFfRPs47MjrC9dD2bDz14MQ==, } - "@tsparticles/updater-size@3.4.0": + "@tsparticles/updater-size@3.7.1": resolution: { - integrity: sha512-3z7INo2E7HR+ps8V490mOiLcCaFmUJFgObXBO3lF6uZ1xe6SfvVsX2r1HpQLwIpq7Ph2ZqQ4tj8tBPyKtada7g==, + integrity: sha512-+Y0H0PnDJVIsJ+zHTyubYu1jtRFmVnY1dAv3VCjScIDw6bcpL/ol+HrtHTGIX0WbMyUfjCyALfAoaXi/Wm8VcQ==, } - "@tsparticles/updater-stroke-color@3.4.0": + "@tsparticles/updater-stroke-color@3.7.1": resolution: { - integrity: sha512-5pe/777vPZgzlNBkh8GQ3fjT6273wcwlBeq4UkDA/q6bI867d8W+Fi8yUsqfdiS6B5tKSvVsI8rFrfwjEvW0pg==, + integrity: sha512-VHhQkCNuxjx/Hy7A+g0Yijb24T0+wQ3jNsF/yfrR9dEdZWSBiimZLvV1bilPdAeEtieAJTAZo2VNhcD1snF0iQ==, } - "@tsparticles/updater-tilt@3.4.0": + "@tsparticles/updater-tilt@3.7.1": resolution: { - integrity: sha512-thrQC37W2Psdr7arqxMeJ0iRM39y4JTRd9cQQVYCIhYkkQeSC6obujNZb+1BDjNM93HduSHKSK1aSXS0TCEWmg==, + integrity: sha512-pSOXoXPre1VPKC5nC5GW0L9jw63w1dVdsDdggEau7MP9xO7trko9L/KyayBX12Y4Ief1ca12Incxxr67hw7GGA==, } - "@tsparticles/updater-wobble@3.4.0": + "@tsparticles/updater-wobble@3.7.1": resolution: { - integrity: sha512-/+u3ZuyFQW8yH3uY6qEa5zsQi41JSbgqltcrjAPCgcOEtfwXaTUI/XqjMlppkoyA58lfA8nJhWZWVNTjFY3x7g==, + integrity: sha512-YIlNg4L0w4egQJhPLpgcvcfv9+X621+cQsrdN9sSmajxhhwtEQvQUvFUzGTcvpjVi+GcBNp0t4sCKEzoP8iaYw==, } "@tsparticles/webpack-plugin@2.3.0": @@ -11419,17 +11440,20 @@ snapshots: "@tootallnate/once@2.0.0": {} - "@tsparticles/basic@3.4.0": + "@tsparticles/basic@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 - "@tsparticles/move-base": 3.4.0 - "@tsparticles/shape-circle": 3.4.0 - "@tsparticles/updater-color": 3.4.0 - "@tsparticles/updater-opacity": 3.4.0 - "@tsparticles/updater-out-modes": 3.4.0 - "@tsparticles/updater-size": 3.4.0 + "@tsparticles/engine": 3.7.1 + "@tsparticles/move-base": 3.7.1 + "@tsparticles/plugin-hex-color": 3.7.1 + "@tsparticles/plugin-hsl-color": 3.7.1 + "@tsparticles/plugin-rgb-color": 3.7.1 + "@tsparticles/shape-circle": 3.7.1 + "@tsparticles/updater-color": 3.7.1 + "@tsparticles/updater-opacity": 3.7.1 + "@tsparticles/updater-out-modes": 3.7.1 + "@tsparticles/updater-size": 3.7.1 - "@tsparticles/cli@2.3.3(@types/eslint@8.56.7)(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))": + "@tsparticles/cli@2.3.3(@types/eslint@8.56.7)(webpack-cli@5.1.4)": dependencies: "@tsparticles/eslint-config": 2.3.0(@types/eslint@8.56.7) "@tsparticles/prettier-config": 2.1.6 @@ -11468,7 +11492,7 @@ snapshots: - webpack-cli - webpack-dev-server - "@tsparticles/engine@3.4.0": {} + "@tsparticles/engine@3.7.1": {} "@tsparticles/eslint-config@2.3.0(@types/eslint@8.56.7)": dependencies: @@ -11490,107 +11514,119 @@ snapshots: - eslint-import-resolver-webpack - supports-color - "@tsparticles/interaction-external-push@3.4.0": + "@tsparticles/interaction-external-push@3.7.1": + dependencies: + "@tsparticles/engine": 3.7.1 + + "@tsparticles/interaction-external-trail@3.7.1": + dependencies: + "@tsparticles/engine": 3.7.1 + + "@tsparticles/interaction-particles-links@3.7.1": + dependencies: + "@tsparticles/engine": 3.7.1 + + "@tsparticles/move-base@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/interaction-external-trail@3.4.0": + "@tsparticles/path-curves@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/interaction-particles-links@3.4.0": + "@tsparticles/plugin-emitters-shape-square@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 + "@tsparticles/plugin-emitters": 3.7.1 - "@tsparticles/move-base@3.4.0": + "@tsparticles/plugin-emitters@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/path-curves@3.4.0": + "@tsparticles/plugin-hex-color@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/plugin-emitters-shape-square@3.4.0": + "@tsparticles/plugin-hsl-color@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 - "@tsparticles/plugin-emitters": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/plugin-emitters@3.4.0": + "@tsparticles/plugin-motion@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/plugin-motion@3.4.0": + "@tsparticles/plugin-rgb-color@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/plugin-sounds@3.4.0": + "@tsparticles/plugin-sounds@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 "@tsparticles/prettier-config@2.1.6": dependencies: prettier: 3.3.0 prettier-plugin-multiline-arrays: 3.0.4(prettier@3.3.0) - "@tsparticles/shape-circle@3.4.0": + "@tsparticles/shape-circle@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/shape-line@3.4.0": + "@tsparticles/shape-line@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/shape-square@3.4.0": + "@tsparticles/shape-square@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 "@tsparticles/tsconfig@2.3.0": dependencies: typescript: 5.4.5 - "@tsparticles/updater-color@3.4.0": + "@tsparticles/updater-color@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-destroy@3.4.0": + "@tsparticles/updater-destroy@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-life@3.4.0": + "@tsparticles/updater-life@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-opacity@3.4.0": + "@tsparticles/updater-opacity@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-out-modes@3.4.0": + "@tsparticles/updater-out-modes@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-roll@3.4.0": + "@tsparticles/updater-roll@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-rotate@3.4.0": + "@tsparticles/updater-rotate@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-size@3.4.0": + "@tsparticles/updater-size@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-stroke-color@3.4.0": + "@tsparticles/updater-stroke-color@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-tilt@3.4.0": + "@tsparticles/updater-tilt@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 - "@tsparticles/updater-wobble@3.4.0": + "@tsparticles/updater-wobble@3.7.1": dependencies: - "@tsparticles/engine": 3.4.0 + "@tsparticles/engine": 3.7.1 "@tsparticles/webpack-plugin@2.3.0(@types/eslint@8.56.7)": dependencies: @@ -11600,11 +11636,11 @@ snapshots: "@tsparticles/eslint-config": 2.3.0(@types/eslint@8.56.7) "@tsparticles/prettier-config": 2.1.6 "@types/node": 20.14.0 - "@types/webpack-bundle-analyzer": 4.7.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0)) + "@types/webpack-bundle-analyzer": 4.7.0(webpack-cli@5.1.4) "@types/webpack-env": 1.18.5 "@typescript-eslint/eslint-plugin": 7.11.0(@typescript-eslint/parser@7.11.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) "@typescript-eslint/parser": 7.11.0(eslint@8.57.0)(typescript@5.4.5) - babel-loader: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0(webpack-cli@5.1.4)) + babel-loader: 9.1.3(@babel/core@7.24.6)(webpack@5.91.0) browserslist: 4.23.0 copyfiles: 2.4.1 eslint: 8.57.0 @@ -11615,7 +11651,7 @@ snapshots: prettier: 3.3.0 prettier-plugin-multiline-arrays: 3.0.4(prettier@3.3.0) rimraf: 5.0.7 - terser-webpack-plugin: 5.3.10(webpack@5.91.0(webpack-cli@5.1.4)) + terser-webpack-plugin: 5.3.10(webpack@5.91.0) typescript: 5.4.5 webpack: 5.91.0(webpack-cli@5.1.4) webpack-bundle-analyzer: 4.10.2 @@ -11679,7 +11715,7 @@ snapshots: "@types/semver@7.5.8": {} - "@types/webpack-bundle-analyzer@4.7.0(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))": + "@types/webpack-bundle-analyzer@4.7.0(webpack-cli@5.1.4)": dependencies: "@types/node": 20.14.0 tapable: 2.2.1 @@ -11934,17 +11970,17 @@ snapshots: "@webassemblyjs/ast": 1.12.1 "@xtuc/long": 4.2.2 - "@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))": + "@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.91.0)": dependencies: webpack: 5.91.0(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0) - "@webpack-cli/info@2.0.2(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))": + "@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.91.0)": dependencies: webpack: 5.91.0(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0) - "@webpack-cli/serve@2.0.5(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4))": + "@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.91.0)": dependencies: webpack: 5.91.0(webpack-cli@5.1.4) webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0) @@ -12173,7 +12209,7 @@ snapshots: transitivePeerDependencies: - debug - babel-loader@9.1.3(@babel/core@7.24.6)(webpack@5.91.0(webpack-cli@5.1.4)): + babel-loader@9.1.3(@babel/core@7.24.6)(webpack@5.91.0): dependencies: "@babel/core": 7.24.6 find-cache-dir: 4.0.0 @@ -15764,7 +15800,7 @@ snapshots: temp-dir@1.0.0: {} - terser-webpack-plugin@5.3.10(webpack@5.91.0(webpack-cli@5.1.4)): + terser-webpack-plugin@5.3.10(webpack@5.91.0): dependencies: "@jridgewell/trace-mapping": 0.3.22 jest-worker: 27.5.1 @@ -16082,9 +16118,9 @@ snapshots: webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0): dependencies: "@discoveryjs/json-ext": 0.5.7 - "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4)) - "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4)) - "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.91.0))(webpack@5.91.0(webpack-cli@5.1.4)) + "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4)(webpack@5.91.0) + "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4)(webpack@5.91.0) + "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4)(webpack@5.91.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -16129,7 +16165,7 @@ snapshots: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(webpack@5.91.0(webpack-cli@5.1.4)) + terser-webpack-plugin: 5.3.10(webpack@5.91.0) watchpack: 2.4.1 webpack-sources: 3.2.3 optionalDependencies: diff --git a/presets/bigCircles/CHANGELOG.md b/presets/bigCircles/CHANGELOG.md index 815b2c8..28d28c5 100644 --- a/presets/bigCircles/CHANGELOG.md +++ b/presets/bigCircles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-big-circles + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Bug Fixes diff --git a/presets/bigCircles/README.md b/presets/bigCircles/README.md index 43aac52..2eb0e39 100644 --- a/presets/bigCircles/README.md +++ b/presets/bigCircles/README.md @@ -6,7 +6,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for big colored circles on a white background. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/bigCircles/package.dist.json b/presets/bigCircles/package.dist.json index eeaa4c8..31f52df 100644 --- a/presets/bigCircles/package.dist.json +++ b/presets/bigCircles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "repository": { @@ -87,10 +87,10 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-emitters-shape-square": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-emitters-shape-square": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/bigCircles/package.json b/presets/bigCircles/package.json index 0c758c9..c6300c9 100644 --- a/presets/bigCircles/package.json +++ b/presets/bigCircles/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-big-circles", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles big circles preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,9 +97,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-emitters-shape-square": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-emitters-shape-square": "^3.7.1" } } diff --git a/presets/bubbles/CHANGELOG.md b/presets/bubbles/CHANGELOG.md index c85af75..1630952 100644 --- a/presets/bubbles/CHANGELOG.md +++ b/presets/bubbles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-bubbles + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/bubbles/README.md b/presets/bubbles/README.md index caa2663..f7725bc 100644 --- a/presets/bubbles/README.md +++ b/presets/bubbles/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for colored bubbles coming from the bottom of the screen on a white background. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/bubbles/package.dist.json b/presets/bubbles/package.dist.json index 7558145..8701ee1 100644 --- a/presets/bubbles/package.dist.json +++ b/presets/bubbles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "repository": { @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/bubbles/package.json b/presets/bubbles/package.json index a1ffe71..aa2ec53 100644 --- a/presets/bubbles/package.json +++ b/presets/bubbles/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-bubbles", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles bubbles preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,8 +97,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1" } } diff --git a/presets/confetti/CHANGELOG.md b/presets/confetti/CHANGELOG.md index 6dcd824..27554a8 100644 --- a/presets/confetti/CHANGELOG.md +++ b/presets/confetti/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-confetti + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/confetti/README.md b/presets/confetti/README.md index 228aec0..96f3a38 100644 --- a/presets/confetti/README.md +++ b/presets/confetti/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for white and red confetti launched from the screen center on a transparent background. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/confetti/package.dist.json b/presets/confetti/package.dist.json index 1c43601..50f23c8 100644 --- a/presets/confetti/package.dist.json +++ b/presets/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "repository": { @@ -87,16 +87,16 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-motion": "^3.4.0", - "@tsparticles/shape-square": "^3.4.0", - "@tsparticles/updater-life": "^3.4.0", - "@tsparticles/updater-roll": "^3.4.0", - "@tsparticles/updater-rotate": "^3.4.0", - "@tsparticles/updater-tilt": "^3.4.0", - "@tsparticles/updater-wobble": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-motion": "^3.7.1", + "@tsparticles/shape-square": "^3.7.1", + "@tsparticles/updater-life": "^3.7.1", + "@tsparticles/updater-roll": "^3.7.1", + "@tsparticles/updater-rotate": "^3.7.1", + "@tsparticles/updater-tilt": "^3.7.1", + "@tsparticles/updater-wobble": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/confetti/package.json b/presets/confetti/package.json index a10d6a2..a28486b 100644 --- a/presets/confetti/package.json +++ b/presets/confetti/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-confetti", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles confetti preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,15 +97,15 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-motion": "^3.4.0", - "@tsparticles/shape-square": "^3.4.0", - "@tsparticles/updater-life": "^3.4.0", - "@tsparticles/updater-roll": "^3.4.0", - "@tsparticles/updater-rotate": "^3.4.0", - "@tsparticles/updater-tilt": "^3.4.0", - "@tsparticles/updater-wobble": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-motion": "^3.7.1", + "@tsparticles/shape-square": "^3.7.1", + "@tsparticles/updater-life": "^3.7.1", + "@tsparticles/updater-roll": "^3.7.1", + "@tsparticles/updater-rotate": "^3.7.1", + "@tsparticles/updater-tilt": "^3.7.1", + "@tsparticles/updater-wobble": "^3.7.1" } } diff --git a/presets/fire/CHANGELOG.md b/presets/fire/CHANGELOG.md index 3d5b6c1..36d8119 100644 --- a/presets/fire/CHANGELOG.md +++ b/presets/fire/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-fire + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/fire/README.md b/presets/fire/README.md index 1aea493..5646393 100644 --- a/presets/fire/README.md +++ b/presets/fire/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for a faded red to black background with particles colored like fire and ash sparks. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/fire/package.dist.json b/presets/fire/package.dist.json index 13ac486..ed31af1 100644 --- a/presets/fire/package.dist.json +++ b/presets/fire/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "repository": { @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-external-push": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-external-push": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/fire/package.json b/presets/fire/package.json index 8091a62..1105444 100644 --- a/presets/fire/package.json +++ b/presets/fire/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fire", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles fire preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,8 +97,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-external-push": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-external-push": "^3.7.1" } } diff --git a/presets/firefly/CHANGELOG.md b/presets/firefly/CHANGELOG.md index 02f4234..955e2e6 100644 --- a/presets/firefly/CHANGELOG.md +++ b/presets/firefly/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-firefly + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/firefly/README.md b/presets/firefly/README.md index 79d8258..17bf4e4 100644 --- a/presets/firefly/README.md +++ b/presets/firefly/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for a mouse trail made with small fading particles like little fireflies. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/firefly/package.dist.json b/presets/firefly/package.dist.json index babf46f..86f4d68 100644 --- a/presets/firefly/package.dist.json +++ b/presets/firefly/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "repository": { @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-external-trail": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-external-trail": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/firefly/package.json b/presets/firefly/package.json index 7e307f0..77126a0 100644 --- a/presets/firefly/package.json +++ b/presets/firefly/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-firefly", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles firefly preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,8 +97,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-external-trail": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-external-trail": "^3.7.1" } } diff --git a/presets/fireworks/CHANGELOG.md b/presets/fireworks/CHANGELOG.md index 2734e24..339a544 100644 --- a/presets/fireworks/CHANGELOG.md +++ b/presets/fireworks/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-fireworks + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/fireworks/README.md b/presets/fireworks/README.md index fe49ea1..6d8eec3 100644 --- a/presets/fireworks/README.md +++ b/presets/fireworks/README.md @@ -6,7 +6,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for fireworks effect. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/fireworks/package.dist.json b/presets/fireworks/package.dist.json index 2a8afe2..461e2a5 100644 --- a/presets/fireworks/package.dist.json +++ b/presets/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "repository": { @@ -87,16 +87,16 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-emitters-shape-square": "^3.4.0", - "@tsparticles/plugin-sounds": "^3.4.0", - "@tsparticles/shape-line": "^3.4.0", - "@tsparticles/updater-destroy": "^3.4.0", - "@tsparticles/updater-life": "^3.4.0", - "@tsparticles/updater-rotate": "^3.4.0", - "@tsparticles/updater-stroke-color": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-emitters-shape-square": "^3.7.1", + "@tsparticles/plugin-sounds": "^3.7.1", + "@tsparticles/shape-line": "^3.7.1", + "@tsparticles/updater-destroy": "^3.7.1", + "@tsparticles/updater-life": "^3.7.1", + "@tsparticles/updater-rotate": "^3.7.1", + "@tsparticles/updater-stroke-color": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/fireworks/package.json b/presets/fireworks/package.json index dce8cbb..daea9f7 100644 --- a/presets/fireworks/package.json +++ b/presets/fireworks/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fireworks", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles fireworks preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,15 +97,15 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-emitters-shape-square": "^3.4.0", - "@tsparticles/plugin-sounds": "^3.4.0", - "@tsparticles/shape-line": "^3.4.0", - "@tsparticles/updater-destroy": "^3.4.0", - "@tsparticles/updater-life": "^3.4.0", - "@tsparticles/updater-rotate": "^3.4.0", - "@tsparticles/updater-stroke-color": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-emitters-shape-square": "^3.7.1", + "@tsparticles/plugin-sounds": "^3.7.1", + "@tsparticles/shape-line": "^3.7.1", + "@tsparticles/updater-destroy": "^3.7.1", + "@tsparticles/updater-life": "^3.7.1", + "@tsparticles/updater-rotate": "^3.7.1", + "@tsparticles/updater-stroke-color": "^3.7.1" } } diff --git a/presets/fireworks/src/index.ts b/presets/fireworks/src/index.ts index 3c73203..2ee92a9 100644 --- a/presets/fireworks/src/index.ts +++ b/presets/fireworks/src/index.ts @@ -1,4 +1,5 @@ import type { Engine } from "@tsparticles/engine"; +import { initOptions } from "./options.js"; import { loadBasic } from "@tsparticles/basic"; import { loadDestroyUpdater } from "@tsparticles/updater-destroy"; import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; @@ -8,7 +9,6 @@ import { loadLineShape } from "@tsparticles/shape-line"; import { loadRotateUpdater } from "@tsparticles/updater-rotate"; import { loadSoundsPlugin } from "@tsparticles/plugin-sounds"; import { loadStrokeColorUpdater } from "@tsparticles/updater-stroke-color"; -import { options } from "./options.js"; /** * @@ -26,7 +26,7 @@ export async function loadFireworksPreset(engine: Engine, refresh = true): Promi await loadLifeUpdater(engine, false); await loadStrokeColorUpdater(engine, false); - await engine.addPreset("fireworks", options, false); + await engine.addPreset("fireworks", initOptions(engine), false); await engine.refresh(refresh); } diff --git a/presets/fireworks/src/options.ts b/presets/fireworks/src/options.ts index ae87503..797f992 100644 --- a/presets/fireworks/src/options.ts +++ b/presets/fireworks/src/options.ts @@ -1,6 +1,7 @@ import { type CustomEventArgs, DestroyType, + type Engine, EventType, type IParticlesOptions, type IRangeValue, @@ -16,232 +17,243 @@ import { stringToRgb, } from "@tsparticles/engine"; -const explodeSoundCheck = (args: CustomEventArgs): boolean => { - const data = args.data as { particle: Particle }; +/** + * + * @param engine - + * @returns the options for the fireworks preset + */ +export function initOptions(engine: Engine): ISourceOptions { + const explodeSoundCheck = (args: CustomEventArgs): boolean => { + const data = args.data as { particle: Particle }; - return data.particle.shape === "line"; -}; + return data.particle.shape === "line"; + }, + fixRange = (value: IRangeValue, min: number, max: number): RangeValue => { + const minValue = 0, + diffSMax = value.max > max ? value.max - max : minValue; -const fixRange = (value: IRangeValue, min: number, max: number): RangeValue => { - const minValue = 0, - diffSMax = value.max > max ? value.max - max : minValue; + let res = setRangeValue(value); - let res = setRangeValue(value); + if (diffSMax) { + res = setRangeValue(value.min - diffSMax, max); + } - if (diffSMax) { - res = setRangeValue(value.min - diffSMax, max); - } + const diffSMin = value.min < min ? value.min : minValue; - const diffSMin = value.min < min ? value.min : minValue; + if (diffSMin) { + res = setRangeValue(minValue, value.max + diffSMin); + } - if (diffSMin) { - res = setRangeValue(minValue, value.max + diffSMin); - } + return res; + }, + fireworksOptions: RecursivePartial[] = [ + "#ff595e", + "#ffca3a", + "#8ac926", + "#1982c4", + "#6a4c93", + ] + .map(color => { + const rgb = stringToRgb(engine, color); - return res; -}; + if (!rgb) { + return undefined; + } -const fireworksOptions: RecursivePartial[] = ["#ff595e", "#ffca3a", "#8ac926", "#1982c4", "#6a4c93"] - .map(color => { - const rgb = stringToRgb(color); + const hsl = rgbToHsl(rgb), + sOffset = 30, + lOffset = 30, + sBounds: IRangeValue = { + min: 0, + max: 100, + }, + lBounds: IRangeValue = { + min: 0, + max: 100, + }, + sRange = fixRange({ min: hsl.s - sOffset, max: hsl.s + sOffset }, sBounds.min, sBounds.max), + lRange = fixRange({ min: hsl.l - lOffset, max: hsl.l + lOffset }, lBounds.min, lBounds.max); - if (!rgb) { - return undefined; - } + return { + color: { + value: { + h: hsl.h, + s: sRange, + l: lRange, + }, + }, + stroke: { + width: 0, + }, + number: { + value: 0, + }, + opacity: { + value: { + min: 0.1, + max: 1, + }, + animation: { + enable: true, + speed: 0.7, + sync: false, + startValue: StartValueType.max, + destroy: DestroyType.min, + }, + }, + shape: { + type: "circle", + }, + size: { + value: { min: 1, max: 2 }, + animation: { + enable: true, + speed: 5, + count: 1, + sync: false, + startValue: StartValueType.min, + destroy: DestroyType.none, + }, + }, + life: { + count: 1, + duration: { + value: { + min: 1, + max: 2, + }, + }, + }, + move: { + decay: { min: 0.075, max: 0.1 }, + enable: true, + gravity: { + enable: true, + inverse: false, + acceleration: 5, + }, + speed: { min: 5, max: 15 }, + direction: "none", + outModes: OutMode.destroy, + }, + } as RecursivePartial; + }) + .filter(t => t !== undefined) as RecursivePartial[]; - const hsl = rgbToHsl(rgb), - sOffset = 30, - lOffset = 30, - sBounds: IRangeValue = { - min: 0, - max: 100, + return { + detectRetina: true, + background: { + color: "#000", + }, + fpsLimit: 120, + emitters: { + direction: MoveDirection.top, + life: { + count: 0, + duration: 0.1, + delay: 0.1, }, - lBounds: IRangeValue = { - min: 0, - max: 100, + rate: { + delay: 0.05, + quantity: 1, }, - sRange = fixRange({ min: hsl.s - sOffset, max: hsl.s + sOffset }, sBounds.min, sBounds.max), - lRange = fixRange({ min: hsl.l - lOffset, max: hsl.l + lOffset }, lBounds.min, lBounds.max); - - return { - color: { - value: { - h: hsl.h, - s: sRange, - l: lRange, - }, + size: { + width: 100, + height: 0, }, - stroke: { - width: 0, + position: { + y: 100, + x: 50, }, + }, + particles: { number: { value: 0, }, - opacity: { - value: { - min: 0.1, - max: 1, + destroy: { + mode: "split", + bounds: { + top: { min: 10, max: 30 }, }, - animation: { - enable: true, - speed: 0.7, - sync: false, - startValue: StartValueType.max, - destroy: DestroyType.min, + split: { + sizeOffset: false, + count: 1, + factor: { + value: 0.333333, + }, + rate: { + value: { min: 75, max: 150 }, + }, + particles: fireworksOptions, }, }, + life: { + count: 1, + }, shape: { - type: "circle", + type: "line", }, size: { - value: { min: 1, max: 2 }, + value: { + min: 0.1, + max: 50, + }, animation: { enable: true, - speed: 5, - count: 1, - sync: false, - startValue: StartValueType.min, - destroy: DestroyType.none, + sync: true, + speed: 90, + startValue: StartValueType.max, + destroy: DestroyType.min, }, }, - life: { - count: 1, - duration: { - value: { - min: 1, - max: 2, - }, + stroke: { + color: { + value: "#ffffff", }, + width: 1, + }, + rotate: { + path: true, }, move: { - decay: { min: 0.075, max: 0.1 }, enable: true, gravity: { + acceleration: 15, enable: true, - inverse: false, - acceleration: 5, + inverse: true, + maxSpeed: 100, }, - speed: { min: 5, max: 15 }, - direction: "none", - outModes: OutMode.destroy, - }, - } as RecursivePartial; - }) - .filter(t => t !== undefined) as RecursivePartial[]; - -export const options: ISourceOptions = { - detectRetina: true, - background: { - color: "#000", - }, - fpsLimit: 120, - emitters: { - direction: MoveDirection.top, - life: { - count: 0, - duration: 0.1, - delay: 0.1, - }, - rate: { - delay: 0.05, - quantity: 1, - }, - size: { - width: 100, - height: 0, - }, - position: { - y: 100, - x: 50, - }, - }, - particles: { - number: { - value: 0, - }, - destroy: { - mode: "split", - bounds: { - top: { min: 10, max: 30 }, - }, - split: { - sizeOffset: false, - count: 1, - factor: { - value: 0.333333, + speed: { + min: 10, + max: 20, }, - rate: { - value: { min: 75, max: 150 }, + outModes: { + default: OutMode.destroy, + top: OutMode.none, + }, + trail: { + fill: { + color: "#000", + }, + enable: true, + length: 10, }, - particles: fireworksOptions, - }, - }, - life: { - count: 1, - }, - shape: { - type: "line", - }, - size: { - value: { - min: 0.1, - max: 50, - }, - animation: { - enable: true, - sync: true, - speed: 90, - startValue: StartValueType.max, - destroy: DestroyType.min, - }, - }, - stroke: { - color: { - value: "#ffffff", }, - width: 1, }, - rotate: { - path: true, - }, - move: { + sounds: { enable: true, - gravity: { - acceleration: 15, - enable: true, - inverse: true, - maxSpeed: 100, - }, - speed: { - min: 10, - max: 20, - }, - outModes: { - default: OutMode.destroy, - top: OutMode.none, - }, - trail: { - fill: { - color: "#000", + events: [ + { + event: EventType.particleRemoved, + filter: explodeSoundCheck, + audio: [ + "https://particles.js.org/audio/explosion0.mp3", + "https://particles.js.org/audio/explosion1.mp3", + "https://particles.js.org/audio/explosion2.mp3", + ], }, - enable: true, - length: 10, - }, + ], + volume: 50, }, - }, - sounds: { - enable: true, - events: [ - { - event: EventType.particleRemoved, - filter: explodeSoundCheck, - audio: [ - "https://particles.js.org/audio/explosion0.mp3", - "https://particles.js.org/audio/explosion1.mp3", - "https://particles.js.org/audio/explosion2.mp3", - ], - }, - ], - volume: 50, - }, -}; + }; +} diff --git a/presets/fountain/CHANGELOG.md b/presets/fountain/CHANGELOG.md index 9325bcb..69df235 100644 --- a/presets/fountain/CHANGELOG.md +++ b/presets/fountain/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-fountain + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/fountain/README.md b/presets/fountain/README.md index 2f84172..c4745d6 100644 --- a/presets/fountain/README.md +++ b/presets/fountain/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset creating random positioned falling colored particles that break when hitting the ground. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/fountain/package.dist.json b/presets/fountain/package.dist.json index 81840d2..7f4ea17 100644 --- a/presets/fountain/package.dist.json +++ b/presets/fountain/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "repository": { @@ -87,10 +87,10 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/updater-destroy": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/updater-destroy": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/fountain/package.json b/presets/fountain/package.json index 3722a38..b835cc7 100644 --- a/presets/fountain/package.json +++ b/presets/fountain/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-fountain", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles fountain preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,9 +97,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/updater-destroy": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/updater-destroy": "^3.7.1" } } diff --git a/presets/hyperspace/CHANGELOG.md b/presets/hyperspace/CHANGELOG.md index 2a005ed..ef632bc 100644 --- a/presets/hyperspace/CHANGELOG.md +++ b/presets/hyperspace/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-hyperspace + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Bug Fixes diff --git a/presets/hyperspace/README.md b/presets/hyperspace/README.md index 8435bd0..734b97f 100644 --- a/presets/hyperspace/README.md +++ b/presets/hyperspace/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for creating a starry night effect with blinking hyperspace. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/hyperspace/package.dist.json b/presets/hyperspace/package.dist.json index 061d22e..a97458d 100644 --- a/presets/hyperspace/package.dist.json +++ b/presets/hyperspace/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "repository": { @@ -87,11 +87,11 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-emitters-shape-square": "^3.4.0", - "@tsparticles/updater-life": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-emitters-shape-square": "^3.7.1", + "@tsparticles/updater-life": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/hyperspace/package.json b/presets/hyperspace/package.json index bee237f..4feea38 100644 --- a/presets/hyperspace/package.json +++ b/presets/hyperspace/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-hyperspace", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles hyperspace preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,10 +97,10 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/plugin-emitters-shape-square": "^3.4.0", - "@tsparticles/updater-life": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-emitters-shape-square": "^3.7.1", + "@tsparticles/updater-life": "^3.7.1" } } diff --git a/presets/links/CHANGELOG.md b/presets/links/CHANGELOG.md index 25167fc..09f8fd6 100644 --- a/presets/links/CHANGELOG.md +++ b/presets/links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-links + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/links/README.md b/presets/links/README.md index 12f42a5..0aac6cd 100644 --- a/presets/links/README.md +++ b/presets/links/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for creating a particles web created by link lines between them. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/links/package.dist.json b/presets/links/package.dist.json index d446d21..7addd6c 100644 --- a/presets/links/package.dist.json +++ b/presets/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "repository": { @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-particles-links": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-particles-links": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/links/package.json b/presets/links/package.json index d29b2d5..c9c1b55 100644 --- a/presets/links/package.json +++ b/presets/links/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-links", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles links preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,8 +97,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-particles-links": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-particles-links": "^3.7.1" } } diff --git a/presets/seaAnemone/CHANGELOG.md b/presets/seaAnemone/CHANGELOG.md index bb465a6..11a4680 100644 --- a/presets/seaAnemone/CHANGELOG.md +++ b/presets/seaAnemone/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-sea-anemone + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/seaAnemone/README.md b/presets/seaAnemone/README.md index dfb720c..e917f41 100644 --- a/presets/seaAnemone/README.md +++ b/presets/seaAnemone/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for creating a beautiful sea anemone like effect with particles spawned in the canvas center. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/seaAnemone/package.dist.json b/presets/seaAnemone/package.dist.json index f8e23f6..d3a3e73 100644 --- a/presets/seaAnemone/package.dist.json +++ b/presets/seaAnemone/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "repository": { @@ -87,10 +87,10 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/path-curves": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/path-curves": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/seaAnemone/package.json b/presets/seaAnemone/package.json index 1566971..1b96410 100644 --- a/presets/seaAnemone/package.json +++ b/presets/seaAnemone/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-sea-anemone", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles sea anemone preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,9 +97,9 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/path-curves": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/path-curves": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1" } } diff --git a/presets/snow/CHANGELOG.md b/presets/snow/CHANGELOG.md index 2fc7363..48a1a0e 100644 --- a/presets/snow/CHANGELOG.md +++ b/presets/snow/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-snow + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/snow/README.md b/presets/snow/README.md index 214abf7..52f3f06 100644 --- a/presets/snow/README.md +++ b/presets/snow/README.md @@ -6,7 +6,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset creating a snow effect with falling particles. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/snow/package.dist.json b/presets/snow/package.dist.json index 2b1fe69..46a091f 100644 --- a/presets/snow/package.dist.json +++ b/presets/snow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "repository": { @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/updater-wobble": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/updater-wobble": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/snow/package.json b/presets/snow/package.json index f51afba..6670c7e 100644 --- a/presets/snow/package.json +++ b/presets/snow/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-snow", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles snow preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,8 +97,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/updater-wobble": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/updater-wobble": "^3.7.1" } } diff --git a/presets/squares/CHANGELOG.md b/presets/squares/CHANGELOG.md index 5a4b199..cba6a74 100644 --- a/presets/squares/CHANGELOG.md +++ b/presets/squares/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-squares + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/squares/README.md b/presets/squares/README.md index a2d3a61..ffdada4 100644 --- a/presets/squares/README.md +++ b/presets/squares/README.md @@ -6,7 +6,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset creating a squares effect with falling particles. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/squares/images/sample.png b/presets/squares/images/sample.png index 83bb647..227449e 100644 Binary files a/presets/squares/images/sample.png and b/presets/squares/images/sample.png differ diff --git a/presets/squares/package.dist.json b/presets/squares/package.dist.json index 37ce613..7281bb5 100644 --- a/presets/squares/package.dist.json +++ b/presets/squares/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "repository": { @@ -87,12 +87,13 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/shape-square": "^3.4.0", - "@tsparticles/updater-rotate": "^3.4.0", - "@tsparticles/updater-size": "^3.4.0", - "@tsparticles/updater-stroke-color": "^3.4.0" + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-hex-color": "^3.7.1", + "@tsparticles/shape-square": "^3.7.1", + "@tsparticles/updater-rotate": "^3.7.1", + "@tsparticles/updater-size": "^3.7.1", + "@tsparticles/updater-stroke-color": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/squares/package.json b/presets/squares/package.json index 6ab7d42..4dbd2b7 100644 --- a/presets/squares/package.json +++ b/presets/squares/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-squares", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles squares preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,11 +97,12 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/engine": "^3.4.0", - "@tsparticles/plugin-emitters": "^3.4.0", - "@tsparticles/shape-square": "^3.4.0", - "@tsparticles/updater-rotate": "^3.4.0", - "@tsparticles/updater-size": "^3.4.0", - "@tsparticles/updater-stroke-color": "^3.4.0" + "@tsparticles/engine": "^3.7.1", + "@tsparticles/plugin-emitters": "^3.7.1", + "@tsparticles/plugin-hex-color": "^3.7.1", + "@tsparticles/shape-square": "^3.7.1", + "@tsparticles/updater-rotate": "^3.7.1", + "@tsparticles/updater-size": "^3.7.1", + "@tsparticles/updater-stroke-color": "^3.7.1" } } diff --git a/presets/squares/src/index.ts b/presets/squares/src/index.ts index f6424ff..d219cde 100644 --- a/presets/squares/src/index.ts +++ b/presets/squares/src/index.ts @@ -1,5 +1,6 @@ import type { Engine } from "@tsparticles/engine"; import { loadEmittersPlugin } from "@tsparticles/plugin-emitters"; +import { loadHexColorPlugin } from "@tsparticles/plugin-hex-color"; import { loadRotateUpdater } from "@tsparticles/updater-rotate"; import { loadSizeUpdater } from "@tsparticles/updater-size"; import { loadSquareShape } from "@tsparticles/shape-square"; @@ -12,6 +13,7 @@ import { options } from "./options.js"; * @param refresh - should refresh the engine */ export async function loadSquaresPreset(engine: Engine, refresh = true): Promise { + await loadHexColorPlugin(engine, false); await loadEmittersPlugin(engine, false); await loadSquareShape(engine, false); await loadRotateUpdater(engine, false); diff --git a/presets/stars/CHANGELOG.md b/presets/stars/CHANGELOG.md index c23728b..2fef90a 100644 --- a/presets/stars/CHANGELOG.md +++ b/presets/stars/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-stars + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/stars/README.md b/presets/stars/README.md index 5f7884f..ffc4d42 100644 --- a/presets/stars/README.md +++ b/presets/stars/README.md @@ -6,7 +6,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for creating a starry night effect with blinking stars. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/stars/package.dist.json b/presets/stars/package.dist.json index 8001f38..eb2a8f7 100644 --- a/presets/stars/package.dist.json +++ b/presets/stars/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "repository": { @@ -87,8 +87,8 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/stars/package.json b/presets/stars/package.json index 66280cd..88a30b8 100644 --- a/presets/stars/package.json +++ b/presets/stars/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-stars", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles stars preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,7 +97,7 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1" } } diff --git a/presets/triangles/CHANGELOG.md b/presets/triangles/CHANGELOG.md index 870abe7..55f61ee 100644 --- a/presets/triangles/CHANGELOG.md +++ b/presets/triangles/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.2.0](https://github.com/tsparticles/presets/compare/v3.1.0...v3.2.0) (2024-11-24) + +**Note:** Version bump only for package @tsparticles/preset-triangles + # [3.1.0](https://github.com/tsparticles/presets/compare/v3.0.2...v3.1.0) (2024-06-03) ### Features diff --git a/presets/triangles/README.md b/presets/triangles/README.md index 2187cb7..bcae39f 100644 --- a/presets/triangles/README.md +++ b/presets/triangles/README.md @@ -7,7 +7,7 @@ [tsParticles](https://github.com/tsparticles/tsparticles) preset for creating a particles web created by link lines between them. -[![Slack](https://particles.js.org/images/slack.png)](https://join.slack.com/t/tsparticles/shared_invite/enQtOTcxNTQxNjQ4NzkxLWE2MTZhZWExMWRmOWI5MTMxNjczOGE1Yjk0MjViYjdkYTUzODM3OTc5MGQ5MjFlODc4MzE0N2Q1OWQxZDc1YzI) [![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) +[![Discord](https://particles.js.org/images/discord.png)](https://discord.gg/hACwv45Hme) [![Telegram](https://particles.js.org/images/telegram.png)](https://t.me/tsparticles) [![tsParticles Product Hunt](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=186113&theme=light)](https://www.producthunt.com/posts/tsparticles?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-tsparticles") diff --git a/presets/triangles/package.dist.json b/presets/triangles/package.dist.json index f8065a4..f5dcfac 100644 --- a/presets/triangles/package.dist.json +++ b/presets/triangles/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "repository": { @@ -87,9 +87,9 @@ "module": "esm/index.js", "types": "types/index.d.ts", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-particles-links": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-particles-links": "^3.7.1" }, "publishConfig": { "access": "public" diff --git a/presets/triangles/package.json b/presets/triangles/package.json index 1c861c5..b9852a4 100644 --- a/presets/triangles/package.json +++ b/presets/triangles/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/preset-triangles", - "version": "3.1.0", + "version": "3.2.0", "description": "tsParticles triangles preset", "homepage": "https://particles.js.org", "scripts": { @@ -97,8 +97,8 @@ "types": "dist/types/index.d.ts", "prettier": "@tsparticles/prettier-config", "dependencies": { - "@tsparticles/basic": "^3.4.0", - "@tsparticles/engine": "^3.4.0", - "@tsparticles/interaction-particles-links": "^3.4.0" + "@tsparticles/basic": "^3.7.1", + "@tsparticles/engine": "^3.7.1", + "@tsparticles/interaction-particles-links": "^3.7.1" } }