Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
41b507f
fix: fix resize issues introduced in 3.7.0 with the new size variable
matteobruni Nov 24, 2024
e7c816c
fix: fixed resize issue in canvas
matteobruni Nov 24, 2024
ef2e14c
build: updated lockfile
matteobruni Nov 24, 2024
7c58a42
chore(release): published new version
matteobruni Nov 24, 2024
4787588
chore(deps): update dependency nx to v19.8.13
renovate[bot] Nov 25, 2024
cd5455c
Merge pull request #5432 from tsparticles/renovate/nrwl-monorepo
matteobruni Nov 26, 2024
b621cce
fix: fixed light preset
matteobruni Nov 26, 2024
9295522
Merge remote-tracking branch 'origin/v3' into v3
matteobruni Nov 26, 2024
6d5585f
chore(release): published new version
matteobruni Nov 26, 2024
b421f4c
fix: fixed some configs
matteobruni Dec 13, 2024
ca11229
chore(release): published new version
matteobruni Dec 13, 2024
7388957
chore(deps): update dependency vite to v6
renovate[bot] Dec 13, 2024
29a7621
Merge pull request #5433 from tsparticles/renovate/vite-6.x
matteobruni Dec 18, 2024
54f0663
chore(deps): update dependency nx to v19.8.14
renovate[bot] Dec 18, 2024
f30ec0d
chore(deps): update dependency prettier-plugin-multiline-arrays to v4
renovate[bot] Dec 18, 2024
8ea9fe4
chore(deps): update dependency webpack-cli to v6
renovate[bot] Dec 19, 2024
43edbbf
fix: improved spin initial positioning
matteobruni Dec 25, 2024
2127236
fix: fixed clone style, closes #5443
matteobruni Jan 2, 2025
cd5c37d
build: lint fix
matteobruni Jan 2, 2025
55a8425
fix: improved style duplication
matteobruni Jan 2, 2025
a89797b
Merge branch 'main' into v3
matteobruni Jan 5, 2025
3e4a03a
fix: fixed style reparation and full screen toggle issues
matteobruni Jan 5, 2025
564bc35
Merge remote-tracking branch 'origin/v3' into v3
matteobruni Jan 5, 2025
0df15c6
build: fixed build issues
matteobruni Jan 5, 2025
2f8f35b
Merge pull request #5440 from tsparticles/renovate/webpack-cli-6.x
matteobruni Jan 6, 2025
34ce722
Merge pull request #5435 from tsparticles/renovate/nrwl-monorepo
matteobruni Jan 6, 2025
d712cbc
build: moving constants to a single file, avoiding duplications
matteobruni Jan 6, 2025
2d29ab7
Merge branch 'v3' into renovate/prettier-plugin-multiline-arrays-4.x
matteobruni Jan 6, 2025
2d55a4e
Merge pull request #5437 from tsparticles/renovate/prettier-plugin-mu…
matteobruni Jan 6, 2025
caaf603
fix: fixed imports and constants
matteobruni Jan 12, 2025
0a31123
chore(deps): update dependency eslint-config-prettier to v10
renovate[bot] Jan 13, 2025
538de38
chore(deps): update dependency electron to v34
renovate[bot] Jan 14, 2025
e76282b
chore(engine): changed the check version API, avoiding another import
matteobruni Jan 16, 2025
ecfcb0d
Merge pull request #5449 from tsparticles/renovate/eslint-config-pret…
matteobruni Jan 17, 2025
f28e36b
Merge pull request #5450 from tsparticles/renovate/electron-34.x
matteobruni Jan 17, 2025
04e2765
build: improved confetti demo page
matteobruni Jan 23, 2025
2875113
chore(release): published new version
matteobruni Jan 23, 2025
0307a89
Merge pull request #5444 from tsparticles/v3
matteobruni Jan 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- fixed clone style, closes [#5443](https://github.com/tsparticles/tsparticles/issues/5443) ([2127236](https://github.com/tsparticles/tsparticles/commit/21272366d002d78ba801ff17262f46b474381e1d))
- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818))
- fixed style reparation and full screen toggle issues ([3e4a03a](https://github.com/tsparticles/tsparticles/commit/3e4a03a0c6662873088787502e9c1ee98c8473ca))
- improved spin initial positioning ([43edbbf](https://github.com/tsparticles/tsparticles/commit/43edbbf7e1f58137c3996be2dfbfbc3c5a930ba8))
- improved style duplication ([55a8425](https://github.com/tsparticles/tsparticles/commit/55a84255b013ca6b08b77ef38ba2a1d4a19a0fca))

## [3.7.3](https://github.com/tsparticles/tsparticles/compare/v3.7.2...v3.7.3) (2024-12-13)

### Bug Fixes

- fixed some configs ([b421f4c](https://github.com/tsparticles/tsparticles/commit/b421f4c6a6f3fa42970a3a043e391075788c4b86))

## [3.7.2](https://github.com/tsparticles/tsparticles/compare/v3.7.1...v3.7.2) (2024-11-26)

### Bug Fixes

- fixed light preset ([b621cce](https://github.com/tsparticles/tsparticles/commit/b621cce7d9409676152fa3a4e697137d17420703))

## [3.7.1](https://github.com/tsparticles/tsparticles/compare/v3.7.0...v3.7.1) (2024-11-24)

### Bug Fixes

- fix resize issues introduced in 3.7.0 with the new size variable ([41b507f](https://github.com/tsparticles/tsparticles/commit/41b507f6fc638a4ce77614621d9300ed7099ebce))
- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705))

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

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

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

**Note:** Version bump only for package @tsparticles/all

## [3.7.1](https://github.com/tsparticles/tsparticles/compare/v3.7.0...v3.7.1) (2024-11-24)

### Bug Fixes

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

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

### Features
Expand Down
102 changes: 51 additions & 51 deletions bundles/all/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.7.0",
"version": "3.8.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,56 +99,56 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "3.7.0",
"@tsparticles/effect-trail": "3.7.0",
"@tsparticles/engine": "3.7.0",
"@tsparticles/interaction-external-particle": "3.7.0",
"@tsparticles/interaction-external-pop": "3.7.0",
"@tsparticles/interaction-light": "3.7.0",
"@tsparticles/interaction-particles-repulse": "3.7.0",
"@tsparticles/path-curl-noise": "3.7.0",
"@tsparticles/path-curves": "3.7.0",
"@tsparticles/path-perlin-noise": "3.7.0",
"@tsparticles/path-polygon": "3.7.0",
"@tsparticles/path-simplex-noise": "3.7.0",
"@tsparticles/path-svg": "3.7.0",
"@tsparticles/path-zig-zag": "3.7.0",
"@tsparticles/pjs": "3.7.0",
"@tsparticles/plugin-canvas-mask": "3.7.0",
"@tsparticles/plugin-easing-back": "3.7.0",
"@tsparticles/plugin-easing-circ": "3.7.0",
"@tsparticles/plugin-easing-cubic": "3.7.0",
"@tsparticles/plugin-easing-expo": "3.7.0",
"@tsparticles/plugin-easing-linear": "3.7.0",
"@tsparticles/plugin-easing-quart": "3.7.0",
"@tsparticles/plugin-easing-quint": "3.7.0",
"@tsparticles/plugin-easing-sine": "3.7.0",
"@tsparticles/plugin-emitters-shape-canvas": "3.7.0",
"@tsparticles/plugin-emitters-shape-path": "3.7.0",
"@tsparticles/plugin-emitters-shape-polygon": "3.7.0",
"@tsparticles/plugin-export-image": "3.7.0",
"@tsparticles/plugin-export-json": "3.7.0",
"@tsparticles/plugin-export-video": "3.7.0",
"@tsparticles/plugin-hsv-color": "3.7.0",
"@tsparticles/plugin-infection": "3.7.0",
"@tsparticles/plugin-motion": "3.7.0",
"@tsparticles/plugin-named-color": "3.7.0",
"@tsparticles/plugin-oklch-color": "3.7.0",
"@tsparticles/plugin-poisson-disc": "3.7.0",
"@tsparticles/plugin-polygon-mask": "3.7.0",
"@tsparticles/plugin-sounds": "3.7.0",
"@tsparticles/shape-arrow": "3.7.0",
"@tsparticles/shape-cards": "3.7.0",
"@tsparticles/shape-cog": "3.7.0",
"@tsparticles/shape-heart": "3.7.0",
"@tsparticles/shape-infinity": "3.7.0",
"@tsparticles/shape-path": "3.7.0",
"@tsparticles/shape-rounded-polygon": "3.7.0",
"@tsparticles/shape-rounded-rect": "3.7.0",
"@tsparticles/shape-spiral": "3.7.0",
"@tsparticles/updater-gradient": "3.7.0",
"@tsparticles/updater-orbit": "3.7.0",
"tsparticles": "3.7.0"
"@tsparticles/effect-bubble": "3.8.0",
"@tsparticles/effect-trail": "3.8.0",
"@tsparticles/engine": "3.8.0",
"@tsparticles/interaction-external-particle": "3.8.0",
"@tsparticles/interaction-external-pop": "3.8.0",
"@tsparticles/interaction-light": "3.8.0",
"@tsparticles/interaction-particles-repulse": "3.8.0",
"@tsparticles/path-curl-noise": "3.8.0",
"@tsparticles/path-curves": "3.8.0",
"@tsparticles/path-perlin-noise": "3.8.0",
"@tsparticles/path-polygon": "3.8.0",
"@tsparticles/path-simplex-noise": "3.8.0",
"@tsparticles/path-svg": "3.8.0",
"@tsparticles/path-zig-zag": "3.8.0",
"@tsparticles/pjs": "3.8.0",
"@tsparticles/plugin-canvas-mask": "3.8.0",
"@tsparticles/plugin-easing-back": "3.8.0",
"@tsparticles/plugin-easing-circ": "3.8.0",
"@tsparticles/plugin-easing-cubic": "3.8.0",
"@tsparticles/plugin-easing-expo": "3.8.0",
"@tsparticles/plugin-easing-linear": "3.8.0",
"@tsparticles/plugin-easing-quart": "3.8.0",
"@tsparticles/plugin-easing-quint": "3.8.0",
"@tsparticles/plugin-easing-sine": "3.8.0",
"@tsparticles/plugin-emitters-shape-canvas": "3.8.0",
"@tsparticles/plugin-emitters-shape-path": "3.8.0",
"@tsparticles/plugin-emitters-shape-polygon": "3.8.0",
"@tsparticles/plugin-export-image": "3.8.0",
"@tsparticles/plugin-export-json": "3.8.0",
"@tsparticles/plugin-export-video": "3.8.0",
"@tsparticles/plugin-hsv-color": "3.8.0",
"@tsparticles/plugin-infection": "3.8.0",
"@tsparticles/plugin-motion": "3.8.0",
"@tsparticles/plugin-named-color": "3.8.0",
"@tsparticles/plugin-oklch-color": "3.8.0",
"@tsparticles/plugin-poisson-disc": "3.8.0",
"@tsparticles/plugin-polygon-mask": "3.8.0",
"@tsparticles/plugin-sounds": "3.8.0",
"@tsparticles/shape-arrow": "3.8.0",
"@tsparticles/shape-cards": "3.8.0",
"@tsparticles/shape-cog": "3.8.0",
"@tsparticles/shape-heart": "3.8.0",
"@tsparticles/shape-infinity": "3.8.0",
"@tsparticles/shape-path": "3.8.0",
"@tsparticles/shape-rounded-polygon": "3.8.0",
"@tsparticles/shape-rounded-rect": "3.8.0",
"@tsparticles/shape-spiral": "3.8.0",
"@tsparticles/updater-gradient": "3.8.0",
"@tsparticles/updater-orbit": "3.8.0",
"tsparticles": "3.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
102 changes: 51 additions & 51 deletions bundles/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/all",
"version": "3.7.0",
"version": "3.8.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,56 +107,56 @@
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "workspace:3.7.0",
"@tsparticles/effect-trail": "workspace:3.7.0",
"@tsparticles/engine": "workspace:3.7.0",
"@tsparticles/interaction-external-particle": "workspace:3.7.0",
"@tsparticles/interaction-external-pop": "workspace:3.7.0",
"@tsparticles/interaction-light": "workspace:3.7.0",
"@tsparticles/interaction-particles-repulse": "workspace:3.7.0",
"@tsparticles/path-curl-noise": "workspace:3.7.0",
"@tsparticles/path-curves": "workspace:3.7.0",
"@tsparticles/path-perlin-noise": "workspace:3.7.0",
"@tsparticles/path-polygon": "workspace:3.7.0",
"@tsparticles/path-simplex-noise": "workspace:3.7.0",
"@tsparticles/path-svg": "workspace:3.7.0",
"@tsparticles/path-zig-zag": "workspace:3.7.0",
"@tsparticles/pjs": "workspace:3.7.0",
"@tsparticles/plugin-canvas-mask": "workspace:3.7.0",
"@tsparticles/plugin-easing-back": "workspace:3.7.0",
"@tsparticles/plugin-easing-circ": "workspace:3.7.0",
"@tsparticles/plugin-easing-cubic": "workspace:3.7.0",
"@tsparticles/plugin-easing-expo": "workspace:3.7.0",
"@tsparticles/plugin-easing-linear": "workspace:3.7.0",
"@tsparticles/plugin-easing-quart": "workspace:3.7.0",
"@tsparticles/plugin-easing-quint": "workspace:3.7.0",
"@tsparticles/plugin-easing-sine": "workspace:3.7.0",
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.7.0",
"@tsparticles/plugin-emitters-shape-path": "workspace:3.7.0",
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.7.0",
"@tsparticles/plugin-export-image": "workspace:3.7.0",
"@tsparticles/plugin-export-json": "workspace:3.7.0",
"@tsparticles/plugin-export-video": "workspace:3.7.0",
"@tsparticles/plugin-hsv-color": "workspace:3.7.0",
"@tsparticles/plugin-infection": "workspace:3.7.0",
"@tsparticles/plugin-motion": "workspace:3.7.0",
"@tsparticles/plugin-named-color": "workspace:3.7.0",
"@tsparticles/plugin-oklch-color": "workspace:3.7.0",
"@tsparticles/plugin-poisson-disc": "workspace:3.7.0",
"@tsparticles/plugin-polygon-mask": "workspace:3.7.0",
"@tsparticles/plugin-sounds": "workspace:3.7.0",
"@tsparticles/shape-arrow": "workspace:3.7.0",
"@tsparticles/shape-cards": "workspace:3.7.0",
"@tsparticles/shape-cog": "workspace:3.7.0",
"@tsparticles/shape-heart": "workspace:3.7.0",
"@tsparticles/shape-infinity": "workspace:3.7.0",
"@tsparticles/shape-path": "workspace:3.7.0",
"@tsparticles/shape-rounded-polygon": "workspace:3.7.0",
"@tsparticles/shape-rounded-rect": "workspace:3.7.0",
"@tsparticles/shape-spiral": "workspace:3.7.0",
"@tsparticles/updater-gradient": "workspace:3.7.0",
"@tsparticles/updater-orbit": "workspace:3.7.0",
"tsparticles": "workspace:3.7.0"
"@tsparticles/effect-bubble": "workspace:3.8.0",
"@tsparticles/effect-trail": "workspace:3.8.0",
"@tsparticles/engine": "workspace:3.8.0",
"@tsparticles/interaction-external-particle": "workspace:3.8.0",
"@tsparticles/interaction-external-pop": "workspace:3.8.0",
"@tsparticles/interaction-light": "workspace:3.8.0",
"@tsparticles/interaction-particles-repulse": "workspace:3.8.0",
"@tsparticles/path-curl-noise": "workspace:3.8.0",
"@tsparticles/path-curves": "workspace:3.8.0",
"@tsparticles/path-perlin-noise": "workspace:3.8.0",
"@tsparticles/path-polygon": "workspace:3.8.0",
"@tsparticles/path-simplex-noise": "workspace:3.8.0",
"@tsparticles/path-svg": "workspace:3.8.0",
"@tsparticles/path-zig-zag": "workspace:3.8.0",
"@tsparticles/pjs": "workspace:3.8.0",
"@tsparticles/plugin-canvas-mask": "workspace:3.8.0",
"@tsparticles/plugin-easing-back": "workspace:3.8.0",
"@tsparticles/plugin-easing-circ": "workspace:3.8.0",
"@tsparticles/plugin-easing-cubic": "workspace:3.8.0",
"@tsparticles/plugin-easing-expo": "workspace:3.8.0",
"@tsparticles/plugin-easing-linear": "workspace:3.8.0",
"@tsparticles/plugin-easing-quart": "workspace:3.8.0",
"@tsparticles/plugin-easing-quint": "workspace:3.8.0",
"@tsparticles/plugin-easing-sine": "workspace:3.8.0",
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.0",
"@tsparticles/plugin-emitters-shape-path": "workspace:3.8.0",
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.0",
"@tsparticles/plugin-export-image": "workspace:3.8.0",
"@tsparticles/plugin-export-json": "workspace:3.8.0",
"@tsparticles/plugin-export-video": "workspace:3.8.0",
"@tsparticles/plugin-hsv-color": "workspace:3.8.0",
"@tsparticles/plugin-infection": "workspace:3.8.0",
"@tsparticles/plugin-motion": "workspace:3.8.0",
"@tsparticles/plugin-named-color": "workspace:3.8.0",
"@tsparticles/plugin-oklch-color": "workspace:3.8.0",
"@tsparticles/plugin-poisson-disc": "workspace:3.8.0",
"@tsparticles/plugin-polygon-mask": "workspace:3.8.0",
"@tsparticles/plugin-sounds": "workspace:3.8.0",
"@tsparticles/shape-arrow": "workspace:3.8.0",
"@tsparticles/shape-cards": "workspace:3.8.0",
"@tsparticles/shape-cog": "workspace:3.8.0",
"@tsparticles/shape-heart": "workspace:3.8.0",
"@tsparticles/shape-infinity": "workspace:3.8.0",
"@tsparticles/shape-path": "workspace:3.8.0",
"@tsparticles/shape-rounded-polygon": "workspace:3.8.0",
"@tsparticles/shape-rounded-rect": "workspace:3.8.0",
"@tsparticles/shape-spiral": "workspace:3.8.0",
"@tsparticles/updater-gradient": "workspace:3.8.0",
"@tsparticles/updater-orbit": "workspace:3.8.0",
"tsparticles": "workspace:3.8.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions bundles/all/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Engine, assertValidVersion } from "@tsparticles/engine";
import { type Engine } from "@tsparticles/engine";
import { initPjs } from "@tsparticles/pjs";
import { loadArrowShape } from "@tsparticles/shape-arrow";
import { loadBubbleEffect } from "@tsparticles/effect-bubble";
Expand Down Expand Up @@ -61,7 +61,7 @@ declare const __VERSION__: string;
* @param refresh -
*/
export async function loadAll(engine: Engine, refresh = true): Promise<void> {
assertValidVersion(engine, __VERSION__);
engine.checkVersion(__VERSION__);

initPjs(engine);

Expand Down
10 changes: 10 additions & 0 deletions bundles/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

**Note:** Version bump only for package @tsparticles/basic

## [3.7.1](https://github.com/tsparticles/tsparticles/compare/v3.7.0...v3.7.1) (2024-11-24)

### Bug Fixes

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

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

### Features
Expand Down
22 changes: 11 additions & 11 deletions bundles/basic/package.dist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "3.7.0",
"version": "3.8.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,16 +99,16 @@
"./package.json": "./package.json"
},
"dependencies": {
"@tsparticles/engine": "3.7.0",
"@tsparticles/move-base": "3.7.0",
"@tsparticles/plugin-hex-color": "3.7.0",
"@tsparticles/plugin-hsl-color": "3.7.0",
"@tsparticles/plugin-rgb-color": "3.7.0",
"@tsparticles/shape-circle": "3.7.0",
"@tsparticles/updater-color": "3.7.0",
"@tsparticles/updater-opacity": "3.7.0",
"@tsparticles/updater-out-modes": "3.7.0",
"@tsparticles/updater-size": "3.7.0"
"@tsparticles/engine": "3.8.0",
"@tsparticles/move-base": "3.8.0",
"@tsparticles/plugin-hex-color": "3.8.0",
"@tsparticles/plugin-hsl-color": "3.8.0",
"@tsparticles/plugin-rgb-color": "3.8.0",
"@tsparticles/shape-circle": "3.8.0",
"@tsparticles/updater-color": "3.8.0",
"@tsparticles/updater-opacity": "3.8.0",
"@tsparticles/updater-out-modes": "3.8.0",
"@tsparticles/updater-size": "3.8.0"
},
"publishConfig": {
"access": "public"
Expand Down
22 changes: 11 additions & 11 deletions bundles/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/basic",
"version": "3.7.0",
"version": "3.8.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,16 +107,16 @@
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/engine": "workspace:3.7.0",
"@tsparticles/move-base": "workspace:3.7.0",
"@tsparticles/plugin-hex-color": "workspace:3.7.0",
"@tsparticles/plugin-hsl-color": "workspace:3.7.0",
"@tsparticles/plugin-rgb-color": "workspace:3.7.0",
"@tsparticles/shape-circle": "workspace:3.7.0",
"@tsparticles/updater-color": "workspace:3.7.0",
"@tsparticles/updater-opacity": "workspace:3.7.0",
"@tsparticles/updater-out-modes": "workspace:3.7.0",
"@tsparticles/updater-size": "workspace:3.7.0"
"@tsparticles/engine": "workspace:3.8.0",
"@tsparticles/move-base": "workspace:3.8.0",
"@tsparticles/plugin-hex-color": "workspace:3.8.0",
"@tsparticles/plugin-hsl-color": "workspace:3.8.0",
"@tsparticles/plugin-rgb-color": "workspace:3.8.0",
"@tsparticles/shape-circle": "workspace:3.8.0",
"@tsparticles/updater-color": "workspace:3.8.0",
"@tsparticles/updater-opacity": "workspace:3.8.0",
"@tsparticles/updater-out-modes": "workspace:3.8.0",
"@tsparticles/updater-size": "workspace:3.8.0"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions bundles/basic/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Engine, assertValidVersion } from "@tsparticles/engine";
import { type Engine } from "@tsparticles/engine";
import { loadBaseMover } from "@tsparticles/move-base";
import { loadCircleShape } from "@tsparticles/shape-circle";
import { loadColorUpdater } from "@tsparticles/updater-color";
Expand All @@ -21,7 +21,7 @@ declare const __VERSION__: string;
* @param refresh -
*/
export async function loadBasic(engine: Engine, refresh = true): Promise<void> {
assertValidVersion(engine, __VERSION__);
engine.checkVersion(__VERSION__);

await loadHexColorPlugin(engine, false);
await loadHslColorPlugin(engine, false);
Expand Down
Loading
Loading