diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 92cad8a912c..449cc61eddc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -38,7 +38,6 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9 run_install: false - name: Get pnpm version id: pnpm-version @@ -95,7 +94,6 @@ jobs: name: Install pnpm id: pnpm-install with: - version: 9 run_install: false - name: Get pnpm version id: pnpm-version @@ -144,7 +142,6 @@ jobs: # name: Install pnpm # id: pnpm-install # with: -# version: 9 # run_install: false # - name: Get pnpm version # id: pnpm-version diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 4c2f52b3be7..00000000000 --- a/.npmrc +++ /dev/null @@ -1,2 +0,0 @@ -auto-install-peers=true -strict-peer-dependencies=false diff --git a/CHANGELOG.md b/CHANGELOG.md index 3285f010ff6..5d1161043dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,126 +3,143 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed issue [#5497](https://github.com/tsparticles/tsparticles/issues/5497) ([e838665](https://github.com/tsparticles/tsparticles/commit/e8386659c6926b8b4abc951f292c358776dce530)) +- fixed motion plugin ([00278a1](https://github.com/tsparticles/tsparticles/commit/00278a129374d17ad33ede2dd701cc9344b83d50)) +- fixed motion plugin ([643266c](https://github.com/tsparticles/tsparticles/commit/643266ce16c716fcf265997eff33f57f8c9f2f16)) +- fixed motion plugin, and its implementations in other plugins ([aa6edc9](https://github.com/tsparticles/tsparticles/commit/aa6edc94efee6cf2372f893bb20887c423693c3a)) +- fixed some issues in groups, some things are still not working ([75fb526](https://github.com/tsparticles/tsparticles/commit/75fb526bcf5e264735c73eab618a0a6727b24adc)) +- updated pnpm in actions ([e9e5f9d](https://github.com/tsparticles/tsparticles/commit/e9e5f9df4946adac650c1e2ff5e317cd4b77dd8a)) +- updated pnpm in actions ([321fe7c](https://github.com/tsparticles/tsparticles/commit/321fe7cc5d7405f2a360ba8f579d4560dac97a33)) + +### Features + +- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c)) +- updated fractal noise path with 4d noise ([8c22552](https://github.com/tsparticles/tsparticles/commit/8c225529e9094d8d575abf9cf8d7e2755d11fc05)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [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)) +- 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)) +- 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)) +- 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)) +- 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 -- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e)) +- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e)) ### Features -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) -- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) -- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) +- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) ### Bug Fixes -- fixed fireworks new method, was missing a thing ([3e693e7](https://github.com/tsparticles/tsparticles/commit/3e693e7c8e733392b1ab9e3ffa53cf169876b967)) -- fixed fireworks new method, was missing a thing, updated docs too ([28333fa](https://github.com/tsparticles/tsparticles/commit/28333faeac507334071279bee9706730f57adc1e)) +- fixed fireworks new method, was missing a thing ([3e693e7](https://github.com/tsparticles/tsparticles/commit/3e693e7c8e733392b1ab9e3ffa53cf169876b967)) +- fixed fireworks new method, was missing a thing, updated docs too ([28333fa](https://github.com/tsparticles/tsparticles/commit/28333faeac507334071279bee9706730f57adc1e)) ### Features -- added .create function to fireworks library, like confetti, to use a custom canvas ([d4e072e](https://github.com/tsparticles/tsparticles/commit/d4e072efdeaebc585d8248d59620534f56b222ad)) +- added .create function to fireworks library, like confetti, to use a custom canvas ([d4e072e](https://github.com/tsparticles/tsparticles/commit/d4e072efdeaebc585d8248d59620534f56b222ad)) # [3.6.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0-beta.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) ### Features -- added customization for animation loop, fixes [#5355](https://github.com/tsparticles/tsparticles/issues/5355) ([76d9dfd](https://github.com/tsparticles/tsparticles/commit/76d9dfd56b51c05a82d60bce13157f020df547c9)) +- added customization for animation loop, fixes [#5355](https://github.com/tsparticles/tsparticles/issues/5355) ([76d9dfd](https://github.com/tsparticles/tsparticles/commit/76d9dfd56b51c05a82d60bce13157f020df547c9)) # [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12) ### Bug Fixes -- fixed issue [#5338](https://github.com/tsparticles/tsparticles/issues/5338) ([1929d9a](https://github.com/tsparticles/tsparticles/commit/1929d9a3e86fff5b93178a1c11ec01bd9a52ca8b)) -- fixed tests ([c88a3f4](https://github.com/tsparticles/tsparticles/commit/c88a3f4d2b7142f9f8a747a3d572affd86721024)) -- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) +- fixed issue [#5338](https://github.com/tsparticles/tsparticles/issues/5338) ([1929d9a](https://github.com/tsparticles/tsparticles/commit/1929d9a3e86fff5b93178a1c11ec01bd9a52ca8b)) +- fixed tests ([c88a3f4](https://github.com/tsparticles/tsparticles/commit/c88a3f4d2b7142f9f8a747a3d572affd86721024)) +- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) ### Features -- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -132,87 +149,87 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed gif images ([24d92fa](https://github.com/tsparticles/tsparticles/commit/24d92fab5d2e7df3a30bc0f621c046017bdf67a3)) +- fixed gif images ([24d92fa](https://github.com/tsparticles/tsparticles/commit/24d92fab5d2e7df3a30bc0f621c046017bdf67a3)) ### Features -- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Bug Fixes -- fixed memory allocation of emoji shape ([3d84380](https://github.com/tsparticles/tsparticles/commit/3d84380b45cbbc3f01d39deb069d37ce54268c68)) -- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) -- improved support for element id ([54a1683](https://github.com/tsparticles/tsparticles/commit/54a1683cfe05b8809f5ee7941f920cc1e9a13f07)) +- fixed memory allocation of emoji shape ([3d84380](https://github.com/tsparticles/tsparticles/commit/3d84380b45cbbc3f01d39deb069d37ce54268c68)) +- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) +- improved support for element id ([54a1683](https://github.com/tsparticles/tsparticles/commit/54a1683cfe05b8809f5ee7941f920cc1e9a13f07)) ### Features -- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) -- added new options for sounds plugin, autoPlay and icons.enable ([cfc6ab8](https://github.com/tsparticles/tsparticles/commit/cfc6ab89799a71c5957fb478d63b0b6d69207a78)) -- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) -- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) -- improved first pointerdown/touchstart event listener for better autoplay ([34db125](https://github.com/tsparticles/tsparticles/commit/34db1258641242afee229ab9cdbd90ad1f620f43)) +- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) +- added new options for sounds plugin, autoPlay and icons.enable ([cfc6ab8](https://github.com/tsparticles/tsparticles/commit/cfc6ab89799a71c5957fb478d63b0b6d69207a78)) +- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) +- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) +- improved first pointerdown/touchstart event listener for better autoplay ([34db125](https://github.com/tsparticles/tsparticles/commit/34db1258641242afee229ab9cdbd90ad1f620f43)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) ### Bug Fixes -- fixed trails config ([a20546e](https://github.com/tsparticles/tsparticles/commit/a20546e6968f2746788422c07a40683850568221)) +- fixed trails config ([a20546e](https://github.com/tsparticles/tsparticles/commit/a20546e6968f2746788422c07a40683850568221)) ## [3.0.1](https://github.com/tsparticles/tsparticles/compare/v3.0.0...v3.0.1) (2023-12-06) ### Bug Fixes -- fixed bug when using particles groups ([d8b840d](https://github.com/tsparticles/tsparticles/commit/d8b840d30a591a6febc65fbfeb74b8588f7af9c2)) +- fixed bug when using particles groups ([d8b840d](https://github.com/tsparticles/tsparticles/commit/d8b840d30a591a6febc65fbfeb74b8588f7af9c2)) # [3.0.0](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.5...v3.0.0) (2023-12-04) ### Bug Fixes -- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) +- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) ### Features -- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89)) -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) # [3.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) ### Bug Fixes -- fixed color animation issue, regression introduced with a previous commit ([b6a423d](https://github.com/tsparticles/tsparticles/commit/b6a423d562430fced5d3b1ca0b7a21a5cbea1569)) -- fixed emitters canvas shape ([863f8ab](https://github.com/tsparticles/tsparticles/commit/863f8ab91eb8f0423eaa731864fa3862af558e52)) +- fixed color animation issue, regression introduced with a previous commit ([b6a423d](https://github.com/tsparticles/tsparticles/commit/b6a423d562430fced5d3b1ca0b7a21a5cbea1569)) +- fixed emitters canvas shape ([863f8ab](https://github.com/tsparticles/tsparticles/commit/863f8ab91eb8f0423eaa731864fa3862af558e52)) ### Features -- add more options for customizing noises values ([cbc620c](https://github.com/tsparticles/tsparticles/commit/cbc620c99a4ed30794c6ed8906ff292675089bc8)) -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) -- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- add more options for customizing noises values ([cbc620c](https://github.com/tsparticles/tsparticles/commit/cbc620c99a4ed30794c6ed8906ff292675089bc8)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -222,67 +239,67 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with particle destroy ([86d2f8f](https://github.com/tsparticles/tsparticles/commit/86d2f8f14c7b05b04018cb68b5e40c0547deccf4)) +- fixed issue with particle destroy ([86d2f8f](https://github.com/tsparticles/tsparticles/commit/86d2f8f14c7b05b04018cb68b5e40c0547deccf4)) # [3.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-08-25) ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) ### Bug Fixes -- **deps:** update dependency eslint-config-prettier to v9 ([e6e2ba7](https://github.com/tsparticles/tsparticles/commit/e6e2ba7309db151c6d0fc6c01a4f01116ecf24b8)) +- **deps:** update dependency eslint-config-prettier to v9 ([e6e2ba7](https://github.com/tsparticles/tsparticles/commit/e6e2ba7309db151c6d0fc6c01a4f01116ecf24b8)) # [2.12.0](https://github.com/tsparticles/tsparticles/compare/v2.11.1...v2.12.0) (2023-08-03) ### Bug Fixes -- fix issue with change theme when an existing canvas is used ([2c4c7cd](https://github.com/tsparticles/tsparticles/commit/2c4c7cd713bd2728b4821563e9d919fd33c23bf5)) -- fix issue with change theme when an existing canvas is used ([a349b97](https://github.com/tsparticles/tsparticles/commit/a349b973b63c849ec552eca72bcce391223c3d61)) -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) -- fixed light interaction, particle shadow wasn't calculated correctly ([da86a37](https://github.com/tsparticles/tsparticles/commit/da86a379faea661db8d161b28c30b36e5bd3580b)) -- fixed memory leak in destroyed particles by updaters, the z array wasn't filtered ([272bb47](https://github.com/tsparticles/tsparticles/commit/272bb4720961bab2db8b5ee5d3dc7e6f5b1bbf38)), closes [#5101](https://github.com/tsparticles/tsparticles/issues/5101) -- fixed out mode bounce ([aafaa08](https://github.com/tsparticles/tsparticles/commit/aafaa083090d7941d159273cce513427572b866a)) -- fixed out modes, bounce was not checking the direction of the update request ([e2b2c94](https://github.com/tsparticles/tsparticles/commit/e2b2c94da9ba4ffd264442ab6bfed4923fac7d25)) -- fixed pool on particles destroyed by updaters ([1f62e29](https://github.com/tsparticles/tsparticles/commit/1f62e299de7893145c64d006fcc2f6fb8c8540cf)) +- fix issue with change theme when an existing canvas is used ([2c4c7cd](https://github.com/tsparticles/tsparticles/commit/2c4c7cd713bd2728b4821563e9d919fd33c23bf5)) +- fix issue with change theme when an existing canvas is used ([a349b97](https://github.com/tsparticles/tsparticles/commit/a349b973b63c849ec552eca72bcce391223c3d61)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed light interaction, particle shadow wasn't calculated correctly ([da86a37](https://github.com/tsparticles/tsparticles/commit/da86a379faea661db8d161b28c30b36e5bd3580b)) +- fixed memory leak in destroyed particles by updaters, the z array wasn't filtered ([272bb47](https://github.com/tsparticles/tsparticles/commit/272bb4720961bab2db8b5ee5d3dc7e6f5b1bbf38)), closes [#5101](https://github.com/tsparticles/tsparticles/issues/5101) +- fixed out mode bounce ([aafaa08](https://github.com/tsparticles/tsparticles/commit/aafaa083090d7941d159273cce513427572b866a)) +- fixed out modes, bounce was not checking the direction of the update request ([e2b2c94](https://github.com/tsparticles/tsparticles/commit/e2b2c94da9ba4ffd264442ab6bfed4923fac7d25)) +- fixed pool on particles destroyed by updaters ([1f62e29](https://github.com/tsparticles/tsparticles/commit/1f62e299de7893145c64d006fcc2f6fb8c8540cf)) ### Features -- added range values to life duration and delay of emitters ([18bc70d](https://github.com/tsparticles/tsparticles/commit/18bc70dec174387f1b49f7c49fdc587c6554a38f)) -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added range values to life duration and delay of emitters ([18bc70d](https://github.com/tsparticles/tsparticles/commit/18bc70dec174387f1b49f7c49fdc587c6554a38f)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) ### Bug Fixes -- fixed various plugins issues for a misplaced canvas clear ([dd98147](https://github.com/tsparticles/tsparticles/commit/dd981478fb010206f47612f009215591f35c63e1)) +- fixed various plugins issues for a misplaced canvas clear ([dd98147](https://github.com/tsparticles/tsparticles/commit/dd981478fb010206f47612f009215591f35c63e1)) # [2.11.0](https://github.com/tsparticles/tsparticles/compare/v2.10.1...v2.11.0) (2023-07-12) ### Bug Fixes -- fixed calc position function ([adb0444](https://github.com/tsparticles/tsparticles/commit/adb044454ce9aacd84ed077ab2bd41541995c0b1)) -- fixed getPositionOrSize function ([3e07525](https://github.com/tsparticles/tsparticles/commit/3e07525becdfe08d10c3ffc8dc00bbe0e6acf53f)) -- fixed issue with emitters ([39c7d75](https://github.com/tsparticles/tsparticles/commit/39c7d758410b1f13567e4ea97bc334ba864d62c4)) -- fixed video export plugin ([a3b371c](https://github.com/tsparticles/tsparticles/commit/a3b371cfad36a5d45015f5182f23aaa1ba2147d8)) -- removed console log, closes [#5003](https://github.com/tsparticles/tsparticles/issues/5003) ([f5f2706](https://github.com/tsparticles/tsparticles/commit/f5f2706c027a6fa66fdcb8a243aecbffdf94f70a)) +- fixed calc position function ([adb0444](https://github.com/tsparticles/tsparticles/commit/adb044454ce9aacd84ed077ab2bd41541995c0b1)) +- fixed getPositionOrSize function ([3e07525](https://github.com/tsparticles/tsparticles/commit/3e07525becdfe08d10c3ffc8dc00bbe0e6acf53f)) +- fixed issue with emitters ([39c7d75](https://github.com/tsparticles/tsparticles/commit/39c7d758410b1f13567e4ea97bc334ba864d62c4)) +- fixed video export plugin ([a3b371c](https://github.com/tsparticles/tsparticles/commit/a3b371cfad36a5d45015f5182f23aaa1ba2147d8)) +- removed console log, closes [#5003](https://github.com/tsparticles/tsparticles/issues/5003) ([f5f2706](https://github.com/tsparticles/tsparticles/commit/f5f2706c027a6fa66fdcb8a243aecbffdf94f70a)) ### Features -- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) -- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) -- created rounded polygon shape ([abee4dc](https://github.com/tsparticles/tsparticles/commit/abee4dc3258e1dcc7ab097a66313e89dde19a0b4)) -- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) -- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) -- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) -- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) +- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) +- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) +- created rounded polygon shape ([abee4dc](https://github.com/tsparticles/tsparticles/commit/abee4dc3258e1dcc7ab097a66313e89dde19a0b4)) +- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) +- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) +- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) +- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -292,620 +309,620 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- absobers and emitters plugin now will add some custom methods to Container ([e9effc8](https://github.com/tsparticles/tsparticles/commit/e9effc8e98ef739b04292891fb55ef046bb1645b)) -- absorbers and emitters can have partial positions, the other coordinate will be randomized ([7525481](https://github.com/tsparticles/tsparticles/commit/75254814c3607b3179091b37ac5db042cf65d78a)) -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- added missing export ([a2ce9df](https://github.com/tsparticles/tsparticles/commit/a2ce9df6793a5f3b9e061c920b486ba2974a664a)) -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) -- added pixel ratio to shape drawers and fixed particle stroke width ([2245dd0](https://github.com/tsparticles/tsparticles/commit/2245dd0b716501d27b5b0abdaf071ec126471f31)) -- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) -- added valid string values to option enum properties, fixes [#508](https://github.com/tsparticles/tsparticles/issues/508) ([b6328cf](https://github.com/tsparticles/tsparticles/commit/b6328cf97a50e8cee736db0ac641f742cd09b38d)) -- adds set method to main tsParticles instance. Closes [#515](https://github.com/tsparticles/tsparticles/issues/515) ([669ad24](https://github.com/tsparticles/tsparticles/commit/669ad24dac2661b780c41a43fc6052f007886167)) -- angular demo improved ([1c1ec4b](https://github.com/tsparticles/tsparticles/commit/1c1ec4b8b849989cd3a730526cb5e0149d096cae)) -- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) -- background mask opacity ([efac691](https://github.com/tsparticles/tsparticles/commit/efac691e428f9fe030c4d429bb707e3732865d1d)) -- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) -- changed click handler, now moved to Container class but kept compatibility ([c89e571](https://github.com/tsparticles/tsparticles/commit/c89e571161b1c3a8a00c37c05e510a037c6d633c)) -- changed pauseOnOutsideViewport to be false by default ([8a6f79d](https://github.com/tsparticles/tsparticles/commit/8a6f79d27ae4570a1f8be31c1a7bad8c638bee39)) -- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) -- confetti fixed oval rotation ([6cb99a3](https://github.com/tsparticles/tsparticles/commit/6cb99a33185f6177306beee1a7f2c6f794f32294)) -- correct links to docs from readme ([47c32c8](https://github.com/tsparticles/tsparticles/commit/47c32c882e3b67313f220ac61524d0fa4d49546a)) -- debounce window resize, check if [#1587](https://github.com/tsparticles/tsparticles/issues/1587) is fixed ([0045346](https://github.com/tsparticles/tsparticles/commit/00453469de5708312197e6bc9afe0f7565c1e7d3)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** pin dependencies ([3dac0d0](https://github.com/tsparticles/tsparticles/commit/3dac0d0a594092707ddd31a70b09cdb7238d5eba)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/tsparticles/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f)) -- **deps:** update angular monorepo to ~13.2.0 ([9467d48](https://github.com/tsparticles/tsparticles/commit/9467d483c54916099d822afef05e811dc2d6aace)) -- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/tsparticles/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168)) -- **deps:** update angular monorepo to ~13.3.0 ([6aa9b81](https://github.com/tsparticles/tsparticles/commit/6aa9b814962c0460949452e7ee5c84617330ffd4)) -- **deps:** update angular monorepo to ~13.3.0 ([71e7a23](https://github.com/tsparticles/tsparticles/commit/71e7a2388d7871a26b4b25d691c061cacf8e08eb)) -- **deps:** update angular monorepo to ~14.1.0 ([284f4fc](https://github.com/tsparticles/tsparticles/commit/284f4fcff996381a784b1eed9271fab33c23613d)) -- **deps:** update angular monorepo to ~14.2.0 ([a95f5e4](https://github.com/tsparticles/tsparticles/commit/a95f5e4a70bdff2c99bd0bf0c726a3c0b61b8886)) -- **deps:** update angular monorepo to v12.2.2 ([e4b6928](https://github.com/tsparticles/tsparticles/commit/e4b6928c5f35d5d2f8ed9609fcff8a53427f7a77)) -- **deps:** update angular monorepo to v14 ([c620315](https://github.com/tsparticles/tsparticles/commit/c620315e06a16e0129acef06a4dac6505b4ce456)) -- **deps:** update angular monorepo to v15 ([7f07d5c](https://github.com/tsparticles/tsparticles/commit/7f07d5c529ec79fc4d23209ecac28e8540b1dfbf)) -- **deps:** update capacitor monorepo ([57a478c](https://github.com/tsparticles/tsparticles/commit/57a478c0ea1459ce310070a57dd9cbe95df69446)) -- **deps:** update capacitor monorepo ([405fb46](https://github.com/tsparticles/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f)) -- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/tsparticles/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8)) -- **deps:** update capacitor monorepo ([f501b7e](https://github.com/tsparticles/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a)) -- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/tsparticles/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921)) -- **deps:** update capacitor monorepo ([628db0f](https://github.com/tsparticles/tsparticles/commit/628db0f31e93f6e035b8bf0a96ef48c391afefc9)) -- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/tsparticles/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -- **deps:** update dependency @capacitor/app to v1.1.1 ([0c14c5f](https://github.com/tsparticles/tsparticles/commit/0c14c5ff2e395de95e4345b5842927a73652082b)) -- **deps:** update dependency @capacitor/app to v1.1.1 ([97901cd](https://github.com/tsparticles/tsparticles/commit/97901cd59e3dd5830d9d3e864eab187980f50d8e)) -- **deps:** update dependency @capacitor/app to v1.1.1 ([bd69e38](https://github.com/tsparticles/tsparticles/commit/bd69e38aaf9ab0f405e33ba98132195ec5e98559)) -- **deps:** update dependency @capacitor/core to v3.4.2 ([aa44c98](https://github.com/tsparticles/tsparticles/commit/aa44c9855cd819c90d6676a7c547ddd1b3de727c)) -- **deps:** update dependency @capacitor/core to v3.4.2 ([b488e20](https://github.com/tsparticles/tsparticles/commit/b488e20ac54a48883bf7388ce33d6d71833cdec9)) -- **deps:** update dependency @capacitor/core to v3.4.3 ([392a949](https://github.com/tsparticles/tsparticles/commit/392a949121753f9fee42a2d709b7cfca1c20b834)) -- **deps:** update dependency @capacitor/core to v3.5.0 ([581bb7e](https://github.com/tsparticles/tsparticles/commit/581bb7e2f4f6aceb3535daf9223954a80f2daa81)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency inferno to v8 ([f4f0419](https://github.com/tsparticles/tsparticles/commit/f4f04197f966a4d512f5be0c37097e963889336e)) -- **deps:** update dependency jsdom to v21 ([85a816a](https://github.com/tsparticles/tsparticles/commit/85a816a2f5389afffc3a75b9e6c3bbd754a48db1)) -- **deps:** update dependency jsdom to v22 ([5f8737a](https://github.com/tsparticles/tsparticles/commit/5f8737a5d3635947da822127d395a971d8feee4d)) -- **deps:** update dependency minify to v10 ([eb16db3](https://github.com/tsparticles/tsparticles/commit/eb16db3e709b42517ee1ae524feaa473a9ff7590)) -- **deps:** update dependency minify to v8 ([e2ffbec](https://github.com/tsparticles/tsparticles/commit/e2ffbec6b4c83a847450c1edc8b8f114f45c0eff)) -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) -- **deps:** update dependency minify to v9 ([a12fb3e](https://github.com/tsparticles/tsparticles/commit/a12fb3e6f2a94677b4be32ebc69a17b085d2f3d2)) -- **deps:** update dependency next to v12.2.4 [security] ([8ac6931](https://github.com/tsparticles/tsparticles/commit/8ac6931121a264d986f96e0a59db517ccb404451)) -- **deps:** update dependency preact-router to v4 ([c80c3a3](https://github.com/tsparticles/tsparticles/commit/c80c3a39d7dcc44d6c173e360c7a9a07d4f60efb)) -- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/tsparticles/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update dependency riot to v7 ([116fa3f](https://github.com/tsparticles/tsparticles/commit/116fa3f0808bb8e1e3df767513ebcb82c2f9e0e5)) -- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/tsparticles/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0)) -- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/tsparticles/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814)) -- **deps:** update dependency rxjs to ~7.6.0 ([250ef9c](https://github.com/tsparticles/tsparticles/commit/250ef9c3ff73fbde55abc05aa7183e280fd7f297)) -- **deps:** update dependency rxjs to ~7.8.0 ([0345e0b](https://github.com/tsparticles/tsparticles/commit/0345e0becfd68e7e785e3a47007b9ea362934b49)) -- **deps:** update dependency rxjs to v7 ([0b09194](https://github.com/tsparticles/tsparticles/commit/0b0919449fff69eec029e00dbab9f1d683f84682)) -- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/tsparticles/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d)) -- **deps:** update dependency zone.js to ~0.12.0 ([eb78579](https://github.com/tsparticles/tsparticles/commit/eb7857971c8919d4c7b009c10790ece14d79cfe4)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18 ([79e531d](https://github.com/tsparticles/tsparticles/commit/79e531dc77dd73c9493e30e9eb23f5620a860ea9)) -- **deps:** update react monorepo to v18 ([4a434e6](https://github.com/tsparticles/tsparticles/commit/4a434e6217f7b65291da2a053af8f2ded70c879c)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- do not load particles on the Node.js side and make its loading cancellable ([6711708](https://github.com/tsparticles/tsparticles/commit/67117085c3e2da281216a18933f53d3f9b731136)) -- editor fixed with new color refactoring ([b09a5c8](https://github.com/tsparticles/tsparticles/commit/b09a5c849317cef93469203c67381ab8d5877cae)) -- emitter duration fixed ([0a3b0cb](https://github.com/tsparticles/tsparticles/commit/0a3b0cb389bd3f5e0bd417bc6e232e0aad7ae108)) -- emitter play/pause were not working fine from container ([f7faf7b](https://github.com/tsparticles/tsparticles/commit/f7faf7b69887f386375551d0290e4fea477fdc06)) -- emitters uses the main loop, so they pause/play with the same particles logic ([a58c4de](https://github.com/tsparticles/tsparticles/commit/a58c4deb9cd1f00082212830bad16aa04880cf2c)) -- fix an import and a return ([22a5a98](https://github.com/tsparticles/tsparticles/commit/22a5a983f46becc83384bed858ca4b43cc98b155)) -- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) -- fix linker plugin issue ([54ed421](https://github.com/tsparticles/tsparticles/commit/54ed42199d555162dc2c4e496f6ce5a8d53bb1e8)) -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) -- fix preact component update ([1c023d7](https://github.com/tsparticles/tsparticles/commit/1c023d7a26ba51dc1c599c004354675bbde70385)) -- fix responsive screen size ([6d5cdd7](https://github.com/tsparticles/tsparticles/commit/6d5cdd70ac72fea5db4c8412d2c057903ed8b1b2)) -- fixed [#1587](https://github.com/tsparticles/tsparticles/issues/1587) ([1b8e75b](https://github.com/tsparticles/tsparticles/commit/1b8e75b509e4d410711c2ab0d3771ec3b5634e95)) -- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) -- fixed [#618](https://github.com/tsparticles/tsparticles/issues/618) ([aa6fe99](https://github.com/tsparticles/tsparticles/commit/aa6fe9935b289178ec84b93dcd31160ed3107369)) -- fixed angular demo ([16a219b](https://github.com/tsparticles/tsparticles/commit/16a219bffecd38b7e30d6a008dba0c0d0f0cf6eb)) -- fixed angular readme, closes [#2297](https://github.com/tsparticles/tsparticles/issues/2297) ([5f51b87](https://github.com/tsparticles/tsparticles/commit/5f51b87a6fca58ee88ae51a17dbd5e0d1911b3c6)) -- fixed backcolor when undefined ([d237d30](https://github.com/tsparticles/tsparticles/commit/d237d30397606fe2fcd8fc313d025b8dee653028)) -- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) -- fixed bigCircle info ([4a7b9e3](https://github.com/tsparticles/tsparticles/commit/4a7b9e3d37a078c904b24c100f34f2e53bc90dc9)) -- fixed bounce for [#739](https://github.com/tsparticles/tsparticles/issues/739) ([738a16f](https://github.com/tsparticles/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) -- fixed bounce on rectangular divs ([593c021](https://github.com/tsparticles/tsparticles/commit/593c0212feef94a81578d46c032c458dafa6819a)) -- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed bug [#748](https://github.com/tsparticles/tsparticles/issues/748) and a rotate path issue ([a8dad54](https://github.com/tsparticles/tsparticles/commit/a8dad540d4f98d77c5add63358021f245841670b)) -- fixed bug for non existing interactivity object on mouse finish ([7ebb73d](https://github.com/tsparticles/tsparticles/commit/7ebb73d9a640e6d8a3474748c8ec297771a1a071)) -- fixed bug for particles with radius <= 0 ([b0481ab](https://github.com/tsparticles/tsparticles/commit/b0481abc86e162bc200f19d3bc872d16fc7ab117)) -- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) -- fixed class attributes on solid component ([639680a](https://github.com/tsparticles/tsparticles/commit/639680a663d865eb71b1986607f11e20fd7a24ca)) -- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) -- fixed code duplication in links plugin ([cb384cf](https://github.com/tsparticles/tsparticles/commit/cb384cf893d89d823d4ca439851c3ce7dc7b65b8)) -- fixed confetti preset ([e3ff29f](https://github.com/tsparticles/tsparticles/commit/e3ff29f63b7df15f69dee5188a811fe122aaf00b)) -- fixed confetti preset ([408c35e](https://github.com/tsparticles/tsparticles/commit/408c35ea153622e9c6bc7c69983a2e2e3c15a4b9)) -- fixed confetti preset, added roll options ([d49b572](https://github.com/tsparticles/tsparticles/commit/d49b572f62def708eed29d28cb8a63622733862f)) -- fixed confetti shape ([a6fbc72](https://github.com/tsparticles/tsparticles/commit/a6fbc72ebc05646d366ae199c8c55fbfe69510dc)) -- fixed connect links options ([5eb3186](https://github.com/tsparticles/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5)) -- fixed container duration, using it as seconds instead of milliseconds ([ba05eec](https://github.com/tsparticles/tsparticles/commit/ba05eec31ae30dffff6871669a34360547663605)) -- fixed container refresh ([9e0c71e](https://github.com/tsparticles/tsparticles/commit/9e0c71ea8f73562f53027bb08c13603dd90157c8)) -- fixed correctly both [#4031](https://github.com/tsparticles/tsparticles/issues/4031) and [#4385](https://github.com/tsparticles/tsparticles/issues/4385) ([6b57b69](https://github.com/tsparticles/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) -- fixed deletion when surpassing limit and z index is enabled ([80cb9ce](https://github.com/tsparticles/tsparticles/commit/80cb9ce0b498db45d516da6f024d3f422f9a0cab)) -- fixed demos ([ac11cab](https://github.com/tsparticles/tsparticles/commit/ac11cab60705a1cfc2b50453349389bfc9c31bf6)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor ([d78892e](https://github.com/tsparticles/tsparticles/commit/d78892ea1af4ad47f677af0bbbae2272eea5e5b4)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixed editor issue with particles bounce factors ([093080d](https://github.com/tsparticles/tsparticles/commit/093080d0d10c1d9bce3092356f0e04e1a1bfd174)) -- fixed editor issue with particles bounce factors ([202890d](https://github.com/tsparticles/tsparticles/commit/202890d274c305af83390851912d307e5cf82a95)) -- fixed editor issue with particles bounce factors ([e809e7d](https://github.com/tsparticles/tsparticles/commit/e809e7ddef8267f075758aad46032d303da4f71a)) -- fixed editor issue with particles bounce factors ([c14f41c](https://github.com/tsparticles/tsparticles/commit/c14f41cf7097d034f99ec3d271fb2e7fdde73152)) -- fixed editor issues ([ff3fdd3](https://github.com/tsparticles/tsparticles/commit/ff3fdd318f2c503b1e201afaa0b77e4337c2fd81)) -- fixed editor properties, missing themes for now ([8598460](https://github.com/tsparticles/tsparticles/commit/85984607f96f0207ebb9ed4ecce55f63929dfd53)) -- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) -- fixed emitters after 1.24.0 ([5693fdb](https://github.com/tsparticles/tsparticles/commit/5693fdbdab397aed482466945949a0eb6ecb88cc)) -- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) -- fixed export configuration method of container ([f7c3c7f](https://github.com/tsparticles/tsparticles/commit/f7c3c7f210017e91ac3fa5a54a911d714d207ca5)) -- fixed exports of engine ([f8a676b](https://github.com/tsparticles/tsparticles/commit/f8a676be85be237098712cb94387677a5ff0cf4d)) -- fixed fire preset using the new density values ([94c1648](https://github.com/tsparticles/tsparticles/commit/94c1648dd85afb447c309f04f7cea8041aebf895)) -- fixed fireworks presets ([3402e46](https://github.com/tsparticles/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) -- fixed gravity on retina displays and an issue with inverse gravity ([54c28d1](https://github.com/tsparticles/tsparticles/commit/54c28d197918614367a2cf81a4e78f7330b23181)) -- fixed ICoordinates types ([3d6fa2d](https://github.com/tsparticles/tsparticles/commit/3d6fa2d9654c4e6e3eb3f076356c02de76219de5)) -- fixed image drawer when refreshing the container ([8625dd1](https://github.com/tsparticles/tsparticles/commit/8625dd12f1d8059ba89299f9141d40e00c4ad028)) -- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) -- fixed install script for Node 8.x, fixes [#966](https://github.com/tsparticles/tsparticles/issues/966) ([3870cea](https://github.com/tsparticles/tsparticles/commit/3870ceaaa10af54257de21458c060552fb1b53d5)) -- fixed issue [#1594](https://github.com/tsparticles/tsparticles/issues/1594) ([7ce7081](https://github.com/tsparticles/tsparticles/commit/7ce7081832cad7d86dd054eefbd88667799c92e3)) -- fixed issue on container guard check, fixes [#4679](https://github.com/tsparticles/tsparticles/issues/4679) ([953767d](https://github.com/tsparticles/tsparticles/commit/953767d8f1d616aa58759efc8b63730cb0f94811)) -- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) -- fixed issue with animation random size, multiplying again the pixel ratio ([3e89c7b](https://github.com/tsparticles/tsparticles/commit/3e89c7bbc3380defd333253cc7a0cb36ab6d1592)) -- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) -- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) -- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) -- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([91f7890](https://github.com/tsparticles/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4)) -- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) -- fixed issue with initial window resize ([f863bdc](https://github.com/tsparticles/tsparticles/commit/f863bdcf144e15b9b24f9edbcfbd9137b92e93c5)) -- fixed issue with match media query, fixed [#84](https://github.com/tsparticles/tsparticles/issues/84) (again) ([7784898](https://github.com/tsparticles/tsparticles/commit/7784898e703dc04ae5b7cf7d69a9fb18baece16c)) -- fixed issue with new bounce active conditions ([9be2b73](https://github.com/tsparticles/tsparticles/commit/9be2b730ebbfe4c6ddbea91423aeb791e1d7de02)) -- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) -- fixed issue with non-generated canvas elements, closes [#4228](https://github.com/tsparticles/tsparticles/issues/4228) ([297e974](https://github.com/tsparticles/tsparticles/commit/297e9740580e11cf2c8b98a5a9e88736fdf855e4)) -- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) -- fixed issue with particles rotated randomically without a rotate config ([fe1b0f7](https://github.com/tsparticles/tsparticles/commit/fe1b0f7a363382603645671587df15c48f42b22e)) -- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) -- fixed issue with polygon mask bounce on edges ([3d9f1f5](https://github.com/tsparticles/tsparticles/commit/3d9f1f54fe54303efd548d5515abe1f63dbf151b)) -- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) -- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) -- fixed issue with stroke options loading ([9633356](https://github.com/tsparticles/tsparticles/commit/9633356a62e3654c3a5c11508bfefe7b255c6f32)) -- fixed issue with themes/responsive options and canvas background ([c43fc96](https://github.com/tsparticles/tsparticles/commit/c43fc96e1120ae8026099b454e106ac7b09da185)) -- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) -- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) -- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) -- fixed issues with svelte 3.41.0 ([113c1c9](https://github.com/tsparticles/tsparticles/commit/113c1c9675eb365dedbedbc8ea39a8116ef66da8)) -- fixed jquery component ([c1b01fd](https://github.com/tsparticles/tsparticles/commit/c1b01fd5395d203e48ca84cc8c8fa22e4061fffa)) -- fixed life duration/delay sync options ([2db867c](https://github.com/tsparticles/tsparticles/commit/2db867cf52c9f26c431a6d88fabace0ca3f9b200)) -- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) -- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) -- fixed more enum typings ([cc5e52d](https://github.com/tsparticles/tsparticles/commit/cc5e52d9f271c16125432e285503e7e7bd7bc71e)) -- fixed more enum typings ([eed6c1f](https://github.com/tsparticles/tsparticles/commit/eed6c1f2237d78aae68beabc0c055e60770fe557)) -- fixed more enum typings ([ae6501c](https://github.com/tsparticles/tsparticles/commit/ae6501c4c8ab3cbcc4d3eeb01dfe54599df88c47)) -- fixed move decay type, it should be ranged ([113b6c0](https://github.com/tsparticles/tsparticles/commit/113b6c089ffda8b34188386332161f384e709a4a)) -- fixed movement with broken values, fixes [#1477](https://github.com/tsparticles/tsparticles/issues/1477) ([59bb585](https://github.com/tsparticles/tsparticles/commit/59bb5856a0e70a6c4eb0d3e959b835c4f0ea42d1)) -- fixed multiline text shape and relative demo ([18ebe89](https://github.com/tsparticles/tsparticles/commit/18ebe89bfcbd94d3d3865d3bfd08381c4c0c0cf2)) -- fixed new multiple particles feature and particle destroy method ([aee6eff](https://github.com/tsparticles/tsparticles/commit/aee6effe57407c354c2648f2f3661981ed38a995)) -- fixed older typescript version ([8665193](https://github.com/tsparticles/tsparticles/commit/8665193d54f49c85a42f17d7c2de34371cf91e38)) -- fixed other animations with reduced motion ([4ba8dfd](https://github.com/tsparticles/tsparticles/commit/4ba8dfd6213261ea35b0c4426dffd7e93e1eecb9)) -- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) -- fixed out mode when particles are moved outside the canvas bounds, closes [#4247](https://github.com/tsparticles/tsparticles/issues/4247) ([c54e2c6](https://github.com/tsparticles/tsparticles/commit/c54e2c6da7b79782e231efd7384285fd9771a9eb)) -- fixed out of canvas out mode ([1f17c60](https://github.com/tsparticles/tsparticles/commit/1f17c60587c81ca8a556dcd6eb6168da32f15371)) -- fixed out of canvas/bounce code mess ([28d16c0](https://github.com/tsparticles/tsparticles/commit/28d16c0bd8d81590b7d9cc1671aa034365ff9604)) -- fixed overlapping issues ([442777c](https://github.com/tsparticles/tsparticles/commit/442777cac2428168e099bb2c95cd8c580206ee50)) -- fixed package.json typos ([5c0cb15](https://github.com/tsparticles/tsparticles/commit/5c0cb15e21efa547b5253a57d4497686eecfbe61)) -- fixed package.json, the wrong ts version was specified ([b88c6c0](https://github.com/tsparticles/tsparticles/commit/b88c6c0289242a2378055f28b96cbcc861f6151a)) -- fixed parent interactivity mode ([38a37f2](https://github.com/tsparticles/tsparticles/commit/38a37f2508043f2a7c0f0a0e5bf570aa1d3317fc)) -- fixed particle options override without shape type ([26e5fec](https://github.com/tsparticles/tsparticles/commit/26e5fecbd40b08974f0ca6a81b9318c48b7f4b82)) -- fixed particles attract mode ([180148d](https://github.com/tsparticles/tsparticles/commit/180148d8cfc12d1250624b5cdde0d35acfebe5a4)) -- fixed particles for latest changes ([2491c10](https://github.com/tsparticles/tsparticles/commit/2491c108cd5f91c8e0527f5272c260c66b7bb167)) -- fixed particles number limit ([7708f92](https://github.com/tsparticles/tsparticles/commit/7708f920c62e7b77dd27e481863601f138fdde1f)) -- fixed path rotation with noise setting, path rotation now ignores rotate animation ([554fef1](https://github.com/tsparticles/tsparticles/commit/554fef1058f5795c2fa8ae5294e0038e6703f53e)) -- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) -- fixed plugin loading for absorbers and emitters ([5c5a9f5](https://github.com/tsparticles/tsparticles/commit/5c5a9f5e25bc1544909a4af8f4df8aa1e6383207)) -- fixed polygon path generator ([146afb6](https://github.com/tsparticles/tsparticles/commit/146afb67dd0ced634f6c54d21c86d3b3372e87b6)) -- fixed polygon path options ([4eac27c](https://github.com/tsparticles/tsparticles/commit/4eac27c11f6d5ece392b2a75368e57a0186a57ff)) -- fixed preact build ([c636136](https://github.com/tsparticles/tsparticles/commit/c6361361d09a2a9552597003c5191189c8546b7e)) -- fixed preact definitions to fix [#1003](https://github.com/tsparticles/tsparticles/issues/1003) ([778f556](https://github.com/tsparticles/tsparticles/commit/778f55602659b100837a6639cf5e4deb63b5065e)) -- fixed prefers reduced motion query ([6a39ff4](https://github.com/tsparticles/tsparticles/commit/6a39ff4429bcc5158767e135b32b5c8ba8c473c5)) -- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) -- fixed random color ([a9ff25a](https://github.com/tsparticles/tsparticles/commit/a9ff25aa47dd9095c117844b6c0c6d9601851948)) -- fixed react-tsparticles typescript template ([04a4d10](https://github.com/tsparticles/tsparticles/commit/04a4d100b97bd5828d7346c7277c5b47bd8f9208)) -- fixed React/Preact/Inferno component properties/state definition, closes [#922](https://github.com/tsparticles/tsparticles/issues/922) ([6da46b2](https://github.com/tsparticles/tsparticles/commit/6da46b239ec8a87cac96b50a39cb1e999f022998)) -- fixed replace svg color after new changes ([15e452f](https://github.com/tsparticles/tsparticles/commit/15e452fca158e2c0730aab806983d1857e69a8e9)) -- fixed restoring canvas when not generated after full screen set, closes [#4291](https://github.com/tsparticles/tsparticles/issues/4291) ([28acc87](https://github.com/tsparticles/tsparticles/commit/28acc876335ed062fa14cfaa296dfaee0cdee8c9)) -- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) -- fixed rotate following path ([cd7ed78](https://github.com/tsparticles/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) -- fixed rotation animation issues ([3641ff4](https://github.com/tsparticles/tsparticles/commit/3641ff467bb2c7737c1c5c73bc094b408bcec8c7)) -- fixed rounded rect shape ([a5b844a](https://github.com/tsparticles/tsparticles/commit/a5b844a6f2f104bf08e1f8ae4946a01e081f4a1e)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixed some exports and comments ([389d82c](https://github.com/tsparticles/tsparticles/commit/389d82c7cf2786f2d32f54683779bd6bda96a877)) -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) -- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) -- fixed some regex, added support for rgba/hsla/hsva string values with alpha % ([84b31fe](https://github.com/tsparticles/tsparticles/commit/84b31fefe25a7bec93f8942036d1af51e4749bbc)) -- fixed spiral shape using pixel ratio ([e651ed0](https://github.com/tsparticles/tsparticles/commit/e651ed0665e87e9702494405a539210d0a92f9f7)) -- fixed start types for size and opacity ([0696018](https://github.com/tsparticles/tsparticles/commit/06960183db42cba1b1f1a8077660ba8c801c9e18)) -- fixed start value for size and opacity, previous fix wasn't good enough ([fce05fb](https://github.com/tsparticles/tsparticles/commit/fce05fb496432b0d80c047f839383e54c70e0ca8)) -- fixed svelte component, reverted to an older svelte version for now, closes [#1924](https://github.com/tsparticles/tsparticles/issues/1924) ([80a88be](https://github.com/tsparticles/tsparticles/commit/80a88beaeb8a11b83c3f602234da0ec2cfadc10e)) -- fixed svelte componente, it was having issues with TypeScript syntax inside ([1a4b01d](https://github.com/tsparticles/tsparticles/commit/1a4b01d2efaff7ed848c1606fb3e53628b6ffd94)) -- fixed svelte typings, closes [#4131](https://github.com/tsparticles/tsparticles/issues/4131) ([27f1bdb](https://github.com/tsparticles/tsparticles/commit/27f1bdba71ea22f116bc882c0de86f18ed1f0573)) -- fixed text drawer particle init ([8092a39](https://github.com/tsparticles/tsparticles/commit/8092a39e9171372aa2f4f56d2285c1b2177225a3)) -- fixed themes ([95d5596](https://github.com/tsparticles/tsparticles/commit/95d55969536b8e30f6caf03f86aef7400129389d)) -- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) -- fixed type of particlesLoaded in particles.vue3, thanks to [#3129](https://github.com/tsparticles/tsparticles/issues/3129) by [@zzhenryquezz](https://github.com/zzhenryquezz) ([0ad7b70](https://github.com/tsparticles/tsparticles/commit/0ad7b70129ee11cae27b02475ae9f6e03a5a800c)) -- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) -- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([164da18](https://github.com/tsparticles/tsparticles/commit/164da18be5f3feabbc7c367469446e3446cbb5f4)) -- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([a4aa0a3](https://github.com/tsparticles/tsparticles/commit/a4aa0a3d8a249143489052ad474e4cf5b03a6bbb)) -- fixed typo in fireworks bundle exported types ([bf5b88a](https://github.com/tsparticles/tsparticles/commit/bf5b88a0243b268cad8327c70006229dbf1bc49a)) -- fixed volume images position ([54c1b7d](https://github.com/tsparticles/tsparticles/commit/54c1b7d9555f486e44a9216cb479ba8879b7f688)) -- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) -- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) -- fixed wordpress plugin ([73118cc](https://github.com/tsparticles/tsparticles/commit/73118cc6563453300c99818eb6efd768b9e553d0)) -- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) -- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) -- fixes [#508](https://github.com/tsparticles/tsparticles/issues/508), some values were excluded ([f0cb970](https://github.com/tsparticles/tsparticles/commit/f0cb97015ff39c3a3db5ce5cdb8301b316cc8405)) -- fixes [#700](https://github.com/tsparticles/tsparticles/issues/700) ([3383b2b](https://github.com/tsparticles/tsparticles/commit/3383b2bf872709cccaf7562fc09262efb889ed43)) -- fixes [#831](https://github.com/tsparticles/tsparticles/issues/831) ([3d17b4a](https://github.com/tsparticles/tsparticles/commit/3d17b4a10c33c2a736be74f076b8661c4a9ab1e5)) -- fixes [#837](https://github.com/tsparticles/tsparticles/issues/837) ([9baf5b4](https://github.com/tsparticles/tsparticles/commit/9baf5b4b60d79e24156b5830b67d26ee925e6def)) -- fixes [#996](https://github.com/tsparticles/tsparticles/issues/996) ([b886cd6](https://github.com/tsparticles/tsparticles/commit/b886cd669eede2c6f771937469662d98339beb21)), closes [#947](https://github.com/tsparticles/tsparticles/issues/947) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) -- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) -- fixes triangles issues described in [#930](https://github.com/tsparticles/tsparticles/issues/930), still not implemented the color animation ([18f82d5](https://github.com/tsparticles/tsparticles/commit/18f82d5c7317ac002edd14335de41ce750fc3820)) -- handling "mid" value in links colors ([0698d04](https://github.com/tsparticles/tsparticles/commit/0698d0461d8d2f882f219e6e08b1aa7076264462)) -- image shape fixed ([cdfbd35](https://github.com/tsparticles/tsparticles/commit/cdfbd355d24501badff0cc408b3f2341f2b0e730)) -- improved angular component id management ([2d8c67b](https://github.com/tsparticles/tsparticles/commit/2d8c67b514fefad3530beec2b5b83502b9659097)) -- improved component and updated README ([9cf98cc](https://github.com/tsparticles/tsparticles/commit/9cf98ccf97d266aba19a42db454ca569b9fd205b)) -- improved container guard check before doing stuff ([ebca38e](https://github.com/tsparticles/tsparticles/commit/ebca38ed5e208b6f1ab507fa7cd1221cdbd7cbc5)) -- improved container reset ([e4996d0](https://github.com/tsparticles/tsparticles/commit/e4996d0348301a79347826511d404b3b9fc4f520)) -- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/tsparticles/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) -- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) -- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) -- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) -- improved shapes with full delta object ([04430ba](https://github.com/tsparticles/tsparticles/commit/04430ba5d553373e544e46237de758b03a36453f)) -- improved snow preset, added a small wobble effect ([7802f55](https://github.com/tsparticles/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) -- improved some linker updater code ([e29de1a](https://github.com/tsparticles/tsparticles/commit/e29de1a03f5c7625dfe495817ec63bbf9ce9f352)) -- improved svg replace color ([eb45226](https://github.com/tsparticles/tsparticles/commit/eb4522653eba3fad812f4cdab035bfe4144a77fa)) -- improving container destruction ([c4ebce6](https://github.com/tsparticles/tsparticles/commit/c4ebce6ba3b6e6b5b68a1fa6b342d41fee31837b)) -- jquery plugin improvements ([fd89b64](https://github.com/tsparticles/tsparticles/commit/fd89b648ddf1fae2a565d3635152cc58b8bd0ead)) -- jquery plugin improvements ([25024e1](https://github.com/tsparticles/tsparticles/commit/25024e1779b13d2823215072e2290c397ccb0e39)) -- links fixed ([4656901](https://github.com/tsparticles/tsparticles/commit/4656901dbb88d5935a40250a7e016a529f05832e)) -- links won't link non-existing particles ([078c7f9](https://github.com/tsparticles/tsparticles/commit/078c7f91a89816f1b1c4b3b4f8bb4f9a6ad6f63c)) -- main demo, fixed spiral shape sample ([bb09062](https://github.com/tsparticles/tsparticles/commit/bb09062b7a3425f2b2c4df6054589b582f29bcb3)) -- make it possible to use a canvas element ([cf5a667](https://github.com/tsparticles/tsparticles/commit/cf5a667741f826f61712a112f42ae0d2c0f94822)) -- manual particles optional position, now they can be random positioned with custom options ([0f67407](https://github.com/tsparticles/tsparticles/commit/0f674072786c80dc45946bf904a3fc544f428901)) -- mouse events works a lot better when interactivity element is not canvas ([b39ec4f](https://github.com/tsparticles/tsparticles/commit/b39ec4fc009e5c6cfd1dff04c4dad9ca8983eeaf)) -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) -- opacity and size clamped, this should fix [#1001](https://github.com/tsparticles/tsparticles/issues/1001) ([013039e](https://github.com/tsparticles/tsparticles/commit/013039e9aeab277d8caeba87d9609b4cf2ade5df)) -- options interfaces don't have load function anymore ([62cfc82](https://github.com/tsparticles/tsparticles/commit/62cfc82a28b7fcadbe5ad3db816bd5d4614d1dc0)) -- particles could result misplaced at the beginning, this is now fixed ([eae0937](https://github.com/tsparticles/tsparticles/commit/eae0937ab99d6fd5a6d3dba58062d0037ab36c78)) -- **readme:** fix error 404 links ([21bd331](https://github.com/tsparticles/tsparticles/commit/21bd3315437050c6cbc48d7ad2ed8f522937385f)) -- reduced and fixed some out of canvas duplicate code ([a6bfb7b](https://github.com/tsparticles/tsparticles/commit/a6bfb7b79cd85a33f581aab0bde45a5fae9b1ee7)) -- reframed a sentence ([463173e](https://github.com/tsparticles/tsparticles/commit/463173ece6299dd00e4e15eaed8a4a83f05798ed)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- removed an old console.dir, fixes [#1412](https://github.com/tsparticles/tsparticles/issues/1412) ([0cb8708](https://github.com/tsparticles/tsparticles/commit/0cb8708f639aafd44f525f16a150a3cfd3ebb71d)) -- removed bad check when retrieving color range value ([27a0778](https://github.com/tsparticles/tsparticles/commit/27a0778ae0fcb57fde4a9d660af603a994efb1ac)) -- removed circular imports ([98b2d80](https://github.com/tsparticles/tsparticles/commit/98b2d802482ec8c7fe9e4f72b32b498b55736c26)) -- removed console log ([7f7ad63](https://github.com/tsparticles/tsparticles/commit/7f7ad6354a77a3da1d3d3fdbb6cefced17312113)) -- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) -- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) -- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) -- removed useless variable ([88d2927](https://github.com/tsparticles/tsparticles/commit/88d29276006f956703149f580710a360f96af1de)) -- replaceColor on SVG images, refactor previous fix, fixes [#1519](https://github.com/tsparticles/tsparticles/issues/1519) ([f04af8e](https://github.com/tsparticles/tsparticles/commit/f04af8e9096dcc28fd3da411bc50e7a1eb2560aa)) -- replaceColor option on image particle, fixes [#1519](https://github.com/tsparticles/tsparticles/issues/1519) ([4a19da9](https://github.com/tsparticles/tsparticles/commit/4a19da9a06cb56396c79e1131c46df8820cc1c9f)) -- simplified confetti preset ([81db6ed](https://github.com/tsparticles/tsparticles/commit/81db6edc24bbc32962f9e0d5fd45783e3c72e879)) -- small improvements to links interaction ([f722b22](https://github.com/tsparticles/tsparticles/commit/f722b22ebb5bd9b864bfc0639ef14ca5c836343f)) -- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) -- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) -- svelte-particles updated, fixes [#621](https://github.com/tsparticles/tsparticles/issues/621) ([0bfe74c](https://github.com/tsparticles/tsparticles/commit/0bfe74cf719c8c24c2acd6b40b8c0ae9a927e05f)) -- trying fixing issue [#4151](https://github.com/tsparticles/tsparticles/issues/4151) ([83e3e06](https://github.com/tsparticles/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f)) -- typo in readme for react-tsparticles ([478460c](https://github.com/tsparticles/tsparticles/commit/478460cef74761d4bba88d8c5c97d41b4e73708a)) -- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) -- updated property to params to options ([bb6b287](https://github.com/tsparticles/tsparticles/commit/bb6b287ad22f1bee384dd0e51e7a8f7850348bb8)) -- upgrade @angular/common from 13.3.1 to 13.3.2 ([aa4ea55](https://github.com/tsparticles/tsparticles/commit/aa4ea55966bdb85dac6c3d147dfa5f993ea1ea3c)) -- upgrade core-js from 3.16.2 to 3.20.3 ([ca703e5](https://github.com/tsparticles/tsparticles/commit/ca703e5dffeb92843c2da7605f6d9af5f54d15a2)) -- upgrade core-js from 3.17.3 to 3.20.1 ([bb54ae4](https://github.com/tsparticles/tsparticles/commit/bb54ae4727875006def6ebacdec1d904707c7440)) -- upgrade core-js from 3.21.0 to 3.21.1 ([c405f3b](https://github.com/tsparticles/tsparticles/commit/c405f3bb3992bb3a5aa25c5e3d6b92559fa12df9)) -- upgrade fs-extra from 10.0.0 to 10.0.1 ([35e46c6](https://github.com/tsparticles/tsparticles/commit/35e46c6dc0f3a35a582ef62dd94cca9b7fbc9bd3)) -- upgrade highlight.js from 11.2.0 to 11.4.0 ([112a342](https://github.com/tsparticles/tsparticles/commit/112a342be47511c7ae15a788cbf377ad151f74c4)) -- upgrade highlight.js from 11.4.0 to 11.5.0 ([59243fe](https://github.com/tsparticles/tsparticles/commit/59243feac3117efd871ba30023e43c2f3cacdccf)) -- upgrade inferno from 7.4.9 to 7.4.11 ([29f7229](https://github.com/tsparticles/tsparticles/commit/29f7229192fc522accb8258d2b5905c90e38e421)) -- upgrade inferno from 8.0.0 to 8.0.1 ([a62c06a](https://github.com/tsparticles/tsparticles/commit/a62c06ac36516159d5e10ce84f37b1bce4596c08)) -- upgrade minify from 8.0.3 to 8.0.4 ([f91828c](https://github.com/tsparticles/tsparticles/commit/f91828c8321505d8861bbf154794eb4e8f061d72)) -- upgrade multiple dependencies with Snyk ([796d33c](https://github.com/tsparticles/tsparticles/commit/796d33c91553ea4cf99b06f18fbf1ccf446f8152)) -- upgrade multiple dependencies with Snyk ([d0726ef](https://github.com/tsparticles/tsparticles/commit/d0726efc7a97dfb6d18f864d215d357d1005ca3e)) -- upgrade multiple dependencies with Snyk ([0667f67](https://github.com/tsparticles/tsparticles/commit/0667f67e403d331684cf5fb85036a0a76fc426d5)) -- upgrade multiple dependencies with Snyk ([997ba11](https://github.com/tsparticles/tsparticles/commit/997ba11c2b03508778ef8931c3a4b701dc44970b)) -- upgrade preact from 10.5.14 to 10.6.4 ([0e83038](https://github.com/tsparticles/tsparticles/commit/0e830385d790f8f84b875aefc7fdbcda19f01b12)) -- upgrade preact from 10.6.5 to 10.6.6 ([525d1b7](https://github.com/tsparticles/tsparticles/commit/525d1b7e6145bcbbd205235982c2478796c882d2)) -- upgrade preact from 10.8.1 to 10.8.2 ([b66330b](https://github.com/tsparticles/tsparticles/commit/b66330bd3af1cb14ea47abc6d1b62f6a0e8854e2)) -- upgrade preact-render-to-string from 5.1.19 to 5.1.20 ([1b85be0](https://github.com/tsparticles/tsparticles/commit/1b85be0123f24a9cf23e54e70ba2c0dbabe0c0f1)) -- upgrade preact-render-to-string from 5.1.20 to 5.1.21 ([f2fc2b9](https://github.com/tsparticles/tsparticles/commit/f2fc2b9d4cb454dfbae3e13f747b0392f135d537)) -- upgrade preact-router from 4.0.0 to 4.0.1 ([c8740e1](https://github.com/tsparticles/tsparticles/commit/c8740e13db83fb95cdbd980f0b531e6ac1e09ff9)) -- upgrade riot from 6.0.4 to 6.1.1 ([9e22dbd](https://github.com/tsparticles/tsparticles/commit/9e22dbda3869f16657266b5d4cc096947502c864)) -- upgrade riot from 6.1.1 to 6.1.2 ([5eaa71c](https://github.com/tsparticles/tsparticles/commit/5eaa71c8d4af857a6829b2c1b371921e2d9f53e1)) -- upgrade rxjs from 7.3.0 to 7.4.0 ([5579eff](https://github.com/tsparticles/tsparticles/commit/5579eff8393a8685f038a94de42f7bf057f73a79)) -- upgrade rxjs from 7.3.0 to 7.5.2 ([ac52db7](https://github.com/tsparticles/tsparticles/commit/ac52db7274471a02caaf10e6aa0bcd587efdae3b)) -- upgrade rxjs from 7.4.0 to 7.5.1 ([edf9c98](https://github.com/tsparticles/tsparticles/commit/edf9c98613fdf7c080275eecfcffac0c7048af46)) -- upgrade rxjs from 7.5.4 to 7.5.5 ([866f8a8](https://github.com/tsparticles/tsparticles/commit/866f8a8ce102aeb04c66c4d21f26583643aa6aab)) -- upgrade sass from 1.38.0 to 1.49.9 ([ff3f4fa](https://github.com/tsparticles/tsparticles/commit/ff3f4fadb6e3858985b810c14983258a8d8f16a3)) -- upgrade sass from 1.51.0 to 1.52.0 ([854882b](https://github.com/tsparticles/tsparticles/commit/854882b4d490f9429f8f99a9098bfaf1f8e341d8)) -- upgrade sass from 1.52.3 to 1.53.0 ([fb2ec98](https://github.com/tsparticles/tsparticles/commit/fb2ec98631e18673b008cd14e6b7c4cb4e40d94c)) -- upgrade sirv-cli from 2.0.1 to 2.0.2 ([70f74fe](https://github.com/tsparticles/tsparticles/commit/70f74fed6693561fac9f259b3de6ea16a9c2fa32)) -- upgrade stringify-object from 4.0.0 to 4.0.1 ([ffdcdff](https://github.com/tsparticles/tsparticles/commit/ffdcdff66691186cce6956df8ec41104dfd63594)) -- upgrade vue from 3.2.29 to 3.2.30 ([5e13e9d](https://github.com/tsparticles/tsparticles/commit/5e13e9dad9efb691570369307eef39be9bc75d92)) -- upgrade vue from 3.2.4 to 3.2.26 ([c9434b6](https://github.com/tsparticles/tsparticles/commit/c9434b67c361d96e537f27251f0dbd98a1dd215d)) -- upgrade zone.js from 0.10.3 to 0.11.1 ([2f752ef](https://github.com/tsparticles/tsparticles/commit/2f752ef8cb9bda47e63c6c69486b80cafb32d2ed)) -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) -- **website:** not loading font awesome script ([81b95a7](https://github.com/tsparticles/tsparticles/commit/81b95a793bf04b74f1cfceb91538e34bc0ff0c71)) -- **website:** presets not scrollable in demos page ([4fae0ea](https://github.com/tsparticles/tsparticles/commit/4fae0ea70a13265ce1008543eabdbb158a0f1ad9)) -- working on issues [#1269](https://github.com/tsparticles/tsparticles/issues/1269) and [#1256](https://github.com/tsparticles/tsparticles/issues/1256) ([2fd1c5c](https://github.com/tsparticles/tsparticles/commit/2fd1c5c3808db243edaa754d0a3fae314bc0722c)) -- working on issues [#1269](https://github.com/tsparticles/tsparticles/issues/1269) and [#1256](https://github.com/tsparticles/tsparticles/issues/1256) ([ecd2170](https://github.com/tsparticles/tsparticles/commit/ecd2170404f2d796b0d3648dac76bbb5cfa54806)) +- absobers and emitters plugin now will add some custom methods to Container ([e9effc8](https://github.com/tsparticles/tsparticles/commit/e9effc8e98ef739b04292891fb55ef046bb1645b)) +- absorbers and emitters can have partial positions, the other coordinate will be randomized ([7525481](https://github.com/tsparticles/tsparticles/commit/75254814c3607b3179091b37ac5db042cf65d78a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added missing export ([a2ce9df](https://github.com/tsparticles/tsparticles/commit/a2ce9df6793a5f3b9e061c920b486ba2974a664a)) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- added pixel ratio to shape drawers and fixed particle stroke width ([2245dd0](https://github.com/tsparticles/tsparticles/commit/2245dd0b716501d27b5b0abdaf071ec126471f31)) +- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) +- added valid string values to option enum properties, fixes [#508](https://github.com/tsparticles/tsparticles/issues/508) ([b6328cf](https://github.com/tsparticles/tsparticles/commit/b6328cf97a50e8cee736db0ac641f742cd09b38d)) +- adds set method to main tsParticles instance. Closes [#515](https://github.com/tsparticles/tsparticles/issues/515) ([669ad24](https://github.com/tsparticles/tsparticles/commit/669ad24dac2661b780c41a43fc6052f007886167)) +- angular demo improved ([1c1ec4b](https://github.com/tsparticles/tsparticles/commit/1c1ec4b8b849989cd3a730526cb5e0149d096cae)) +- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) +- background mask opacity ([efac691](https://github.com/tsparticles/tsparticles/commit/efac691e428f9fe030c4d429bb707e3732865d1d)) +- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) +- changed click handler, now moved to Container class but kept compatibility ([c89e571](https://github.com/tsparticles/tsparticles/commit/c89e571161b1c3a8a00c37c05e510a037c6d633c)) +- changed pauseOnOutsideViewport to be false by default ([8a6f79d](https://github.com/tsparticles/tsparticles/commit/8a6f79d27ae4570a1f8be31c1a7bad8c638bee39)) +- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) +- confetti fixed oval rotation ([6cb99a3](https://github.com/tsparticles/tsparticles/commit/6cb99a33185f6177306beee1a7f2c6f794f32294)) +- correct links to docs from readme ([47c32c8](https://github.com/tsparticles/tsparticles/commit/47c32c882e3b67313f220ac61524d0fa4d49546a)) +- debounce window resize, check if [#1587](https://github.com/tsparticles/tsparticles/issues/1587) is fixed ([0045346](https://github.com/tsparticles/tsparticles/commit/00453469de5708312197e6bc9afe0f7565c1e7d3)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** pin dependencies ([3dac0d0](https://github.com/tsparticles/tsparticles/commit/3dac0d0a594092707ddd31a70b09cdb7238d5eba)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update angular monorepo to ~13.1.0 ([1f80f2b](https://github.com/tsparticles/tsparticles/commit/1f80f2b467d440ed3f2d4b4a4bd08eb561cef76f)) +- **deps:** update angular monorepo to ~13.2.0 ([9467d48](https://github.com/tsparticles/tsparticles/commit/9467d483c54916099d822afef05e811dc2d6aace)) +- **deps:** update angular monorepo to ~13.2.0 ([fa858b8](https://github.com/tsparticles/tsparticles/commit/fa858b8bad73331485a63d2a31124369c8cb8168)) +- **deps:** update angular monorepo to ~13.3.0 ([6aa9b81](https://github.com/tsparticles/tsparticles/commit/6aa9b814962c0460949452e7ee5c84617330ffd4)) +- **deps:** update angular monorepo to ~13.3.0 ([71e7a23](https://github.com/tsparticles/tsparticles/commit/71e7a2388d7871a26b4b25d691c061cacf8e08eb)) +- **deps:** update angular monorepo to ~14.1.0 ([284f4fc](https://github.com/tsparticles/tsparticles/commit/284f4fcff996381a784b1eed9271fab33c23613d)) +- **deps:** update angular monorepo to ~14.2.0 ([a95f5e4](https://github.com/tsparticles/tsparticles/commit/a95f5e4a70bdff2c99bd0bf0c726a3c0b61b8886)) +- **deps:** update angular monorepo to v12.2.2 ([e4b6928](https://github.com/tsparticles/tsparticles/commit/e4b6928c5f35d5d2f8ed9609fcff8a53427f7a77)) +- **deps:** update angular monorepo to v14 ([c620315](https://github.com/tsparticles/tsparticles/commit/c620315e06a16e0129acef06a4dac6505b4ce456)) +- **deps:** update angular monorepo to v15 ([7f07d5c](https://github.com/tsparticles/tsparticles/commit/7f07d5c529ec79fc4d23209ecac28e8540b1dfbf)) +- **deps:** update capacitor monorepo ([57a478c](https://github.com/tsparticles/tsparticles/commit/57a478c0ea1459ce310070a57dd9cbe95df69446)) +- **deps:** update capacitor monorepo ([405fb46](https://github.com/tsparticles/tsparticles/commit/405fb46102a790fb686f05651c6b414876a0900f)) +- **deps:** update capacitor monorepo ([eaeea3b](https://github.com/tsparticles/tsparticles/commit/eaeea3b5cc7a0589d2883d371aa756104c1bace8)) +- **deps:** update capacitor monorepo ([f501b7e](https://github.com/tsparticles/tsparticles/commit/f501b7e93bb14fd04dfabea7e54948dca9e5219a)) +- **deps:** update capacitor monorepo ([5bf40c2](https://github.com/tsparticles/tsparticles/commit/5bf40c2b300f67244341589dd5cb8671005f6921)) +- **deps:** update capacitor monorepo ([628db0f](https://github.com/tsparticles/tsparticles/commit/628db0f31e93f6e035b8bf0a96ef48c391afefc9)) +- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/tsparticles/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) +- **deps:** update dependency @capacitor/app to v1.1.1 ([0c14c5f](https://github.com/tsparticles/tsparticles/commit/0c14c5ff2e395de95e4345b5842927a73652082b)) +- **deps:** update dependency @capacitor/app to v1.1.1 ([97901cd](https://github.com/tsparticles/tsparticles/commit/97901cd59e3dd5830d9d3e864eab187980f50d8e)) +- **deps:** update dependency @capacitor/app to v1.1.1 ([bd69e38](https://github.com/tsparticles/tsparticles/commit/bd69e38aaf9ab0f405e33ba98132195ec5e98559)) +- **deps:** update dependency @capacitor/core to v3.4.2 ([aa44c98](https://github.com/tsparticles/tsparticles/commit/aa44c9855cd819c90d6676a7c547ddd1b3de727c)) +- **deps:** update dependency @capacitor/core to v3.4.2 ([b488e20](https://github.com/tsparticles/tsparticles/commit/b488e20ac54a48883bf7388ce33d6d71833cdec9)) +- **deps:** update dependency @capacitor/core to v3.4.3 ([392a949](https://github.com/tsparticles/tsparticles/commit/392a949121753f9fee42a2d709b7cfca1c20b834)) +- **deps:** update dependency @capacitor/core to v3.5.0 ([581bb7e](https://github.com/tsparticles/tsparticles/commit/581bb7e2f4f6aceb3535daf9223954a80f2daa81)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency inferno to v8 ([f4f0419](https://github.com/tsparticles/tsparticles/commit/f4f04197f966a4d512f5be0c37097e963889336e)) +- **deps:** update dependency jsdom to v21 ([85a816a](https://github.com/tsparticles/tsparticles/commit/85a816a2f5389afffc3a75b9e6c3bbd754a48db1)) +- **deps:** update dependency jsdom to v22 ([5f8737a](https://github.com/tsparticles/tsparticles/commit/5f8737a5d3635947da822127d395a971d8feee4d)) +- **deps:** update dependency minify to v10 ([eb16db3](https://github.com/tsparticles/tsparticles/commit/eb16db3e709b42517ee1ae524feaa473a9ff7590)) +- **deps:** update dependency minify to v8 ([e2ffbec](https://github.com/tsparticles/tsparticles/commit/e2ffbec6b4c83a847450c1edc8b8f114f45c0eff)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v9 ([a12fb3e](https://github.com/tsparticles/tsparticles/commit/a12fb3e6f2a94677b4be32ebc69a17b085d2f3d2)) +- **deps:** update dependency next to v12.2.4 [security] ([8ac6931](https://github.com/tsparticles/tsparticles/commit/8ac6931121a264d986f96e0a59db517ccb404451)) +- **deps:** update dependency preact-router to v4 ([c80c3a3](https://github.com/tsparticles/tsparticles/commit/c80c3a39d7dcc44d6c173e360c7a9a07d4f60efb)) +- **deps:** update dependency preact-router to v4 ([46d8edb](https://github.com/tsparticles/tsparticles/commit/46d8edb1a0d5d1047ddcf4258d895756a8f9cf7a)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency riot to v7 ([116fa3f](https://github.com/tsparticles/tsparticles/commit/116fa3f0808bb8e1e3df767513ebcb82c2f9e0e5)) +- **deps:** update dependency rxjs to ~7.4.0 ([048238b](https://github.com/tsparticles/tsparticles/commit/048238b7b14b1ee49356afa47e5c7aa0ab4ac1f0)) +- **deps:** update dependency rxjs to ~7.5.0 ([f2d0505](https://github.com/tsparticles/tsparticles/commit/f2d0505863dafba475f8d6275d6474a54970a814)) +- **deps:** update dependency rxjs to ~7.6.0 ([250ef9c](https://github.com/tsparticles/tsparticles/commit/250ef9c3ff73fbde55abc05aa7183e280fd7f297)) +- **deps:** update dependency rxjs to ~7.8.0 ([0345e0b](https://github.com/tsparticles/tsparticles/commit/0345e0becfd68e7e785e3a47007b9ea362934b49)) +- **deps:** update dependency rxjs to v7 ([0b09194](https://github.com/tsparticles/tsparticles/commit/0b0919449fff69eec029e00dbab9f1d683f84682)) +- **deps:** update dependency sirv-cli to v2 ([176dc1d](https://github.com/tsparticles/tsparticles/commit/176dc1dc15c080032ad2f2addc59be6efce6248d)) +- **deps:** update dependency zone.js to ~0.12.0 ([eb78579](https://github.com/tsparticles/tsparticles/commit/eb7857971c8919d4c7b009c10790ece14d79cfe4)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([79e531d](https://github.com/tsparticles/tsparticles/commit/79e531dc77dd73c9493e30e9eb23f5620a860ea9)) +- **deps:** update react monorepo to v18 ([4a434e6](https://github.com/tsparticles/tsparticles/commit/4a434e6217f7b65291da2a053af8f2ded70c879c)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- do not load particles on the Node.js side and make its loading cancellable ([6711708](https://github.com/tsparticles/tsparticles/commit/67117085c3e2da281216a18933f53d3f9b731136)) +- editor fixed with new color refactoring ([b09a5c8](https://github.com/tsparticles/tsparticles/commit/b09a5c849317cef93469203c67381ab8d5877cae)) +- emitter duration fixed ([0a3b0cb](https://github.com/tsparticles/tsparticles/commit/0a3b0cb389bd3f5e0bd417bc6e232e0aad7ae108)) +- emitter play/pause were not working fine from container ([f7faf7b](https://github.com/tsparticles/tsparticles/commit/f7faf7b69887f386375551d0290e4fea477fdc06)) +- emitters uses the main loop, so they pause/play with the same particles logic ([a58c4de](https://github.com/tsparticles/tsparticles/commit/a58c4deb9cd1f00082212830bad16aa04880cf2c)) +- fix an import and a return ([22a5a98](https://github.com/tsparticles/tsparticles/commit/22a5a983f46becc83384bed858ca4b43cc98b155)) +- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) +- fix linker plugin issue ([54ed421](https://github.com/tsparticles/tsparticles/commit/54ed42199d555162dc2c4e496f6ce5a8d53bb1e8)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fix preact component update ([1c023d7](https://github.com/tsparticles/tsparticles/commit/1c023d7a26ba51dc1c599c004354675bbde70385)) +- fix responsive screen size ([6d5cdd7](https://github.com/tsparticles/tsparticles/commit/6d5cdd70ac72fea5db4c8412d2c057903ed8b1b2)) +- fixed [#1587](https://github.com/tsparticles/tsparticles/issues/1587) ([1b8e75b](https://github.com/tsparticles/tsparticles/commit/1b8e75b509e4d410711c2ab0d3771ec3b5634e95)) +- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) +- fixed [#618](https://github.com/tsparticles/tsparticles/issues/618) ([aa6fe99](https://github.com/tsparticles/tsparticles/commit/aa6fe9935b289178ec84b93dcd31160ed3107369)) +- fixed angular demo ([16a219b](https://github.com/tsparticles/tsparticles/commit/16a219bffecd38b7e30d6a008dba0c0d0f0cf6eb)) +- fixed angular readme, closes [#2297](https://github.com/tsparticles/tsparticles/issues/2297) ([5f51b87](https://github.com/tsparticles/tsparticles/commit/5f51b87a6fca58ee88ae51a17dbd5e0d1911b3c6)) +- fixed backcolor when undefined ([d237d30](https://github.com/tsparticles/tsparticles/commit/d237d30397606fe2fcd8fc313d025b8dee653028)) +- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) +- fixed bigCircle info ([4a7b9e3](https://github.com/tsparticles/tsparticles/commit/4a7b9e3d37a078c904b24c100f34f2e53bc90dc9)) +- fixed bounce for [#739](https://github.com/tsparticles/tsparticles/issues/739) ([738a16f](https://github.com/tsparticles/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) +- fixed bounce on rectangular divs ([593c021](https://github.com/tsparticles/tsparticles/commit/593c0212feef94a81578d46c032c458dafa6819a)) +- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed bug [#748](https://github.com/tsparticles/tsparticles/issues/748) and a rotate path issue ([a8dad54](https://github.com/tsparticles/tsparticles/commit/a8dad540d4f98d77c5add63358021f245841670b)) +- fixed bug for non existing interactivity object on mouse finish ([7ebb73d](https://github.com/tsparticles/tsparticles/commit/7ebb73d9a640e6d8a3474748c8ec297771a1a071)) +- fixed bug for particles with radius <= 0 ([b0481ab](https://github.com/tsparticles/tsparticles/commit/b0481abc86e162bc200f19d3bc872d16fc7ab117)) +- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) +- fixed class attributes on solid component ([639680a](https://github.com/tsparticles/tsparticles/commit/639680a663d865eb71b1986607f11e20fd7a24ca)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) +- fixed code duplication in links plugin ([cb384cf](https://github.com/tsparticles/tsparticles/commit/cb384cf893d89d823d4ca439851c3ce7dc7b65b8)) +- fixed confetti preset ([e3ff29f](https://github.com/tsparticles/tsparticles/commit/e3ff29f63b7df15f69dee5188a811fe122aaf00b)) +- fixed confetti preset ([408c35e](https://github.com/tsparticles/tsparticles/commit/408c35ea153622e9c6bc7c69983a2e2e3c15a4b9)) +- fixed confetti preset, added roll options ([d49b572](https://github.com/tsparticles/tsparticles/commit/d49b572f62def708eed29d28cb8a63622733862f)) +- fixed confetti shape ([a6fbc72](https://github.com/tsparticles/tsparticles/commit/a6fbc72ebc05646d366ae199c8c55fbfe69510dc)) +- fixed connect links options ([5eb3186](https://github.com/tsparticles/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5)) +- fixed container duration, using it as seconds instead of milliseconds ([ba05eec](https://github.com/tsparticles/tsparticles/commit/ba05eec31ae30dffff6871669a34360547663605)) +- fixed container refresh ([9e0c71e](https://github.com/tsparticles/tsparticles/commit/9e0c71ea8f73562f53027bb08c13603dd90157c8)) +- fixed correctly both [#4031](https://github.com/tsparticles/tsparticles/issues/4031) and [#4385](https://github.com/tsparticles/tsparticles/issues/4385) ([6b57b69](https://github.com/tsparticles/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) +- fixed deletion when surpassing limit and z index is enabled ([80cb9ce](https://github.com/tsparticles/tsparticles/commit/80cb9ce0b498db45d516da6f024d3f422f9a0cab)) +- fixed demos ([ac11cab](https://github.com/tsparticles/tsparticles/commit/ac11cab60705a1cfc2b50453349389bfc9c31bf6)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor ([d78892e](https://github.com/tsparticles/tsparticles/commit/d78892ea1af4ad47f677af0bbbae2272eea5e5b4)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor issue with particles bounce factors ([093080d](https://github.com/tsparticles/tsparticles/commit/093080d0d10c1d9bce3092356f0e04e1a1bfd174)) +- fixed editor issue with particles bounce factors ([202890d](https://github.com/tsparticles/tsparticles/commit/202890d274c305af83390851912d307e5cf82a95)) +- fixed editor issue with particles bounce factors ([e809e7d](https://github.com/tsparticles/tsparticles/commit/e809e7ddef8267f075758aad46032d303da4f71a)) +- fixed editor issue with particles bounce factors ([c14f41c](https://github.com/tsparticles/tsparticles/commit/c14f41cf7097d034f99ec3d271fb2e7fdde73152)) +- fixed editor issues ([ff3fdd3](https://github.com/tsparticles/tsparticles/commit/ff3fdd318f2c503b1e201afaa0b77e4337c2fd81)) +- fixed editor properties, missing themes for now ([8598460](https://github.com/tsparticles/tsparticles/commit/85984607f96f0207ebb9ed4ecce55f63929dfd53)) +- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) +- fixed emitters after 1.24.0 ([5693fdb](https://github.com/tsparticles/tsparticles/commit/5693fdbdab397aed482466945949a0eb6ecb88cc)) +- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed export configuration method of container ([f7c3c7f](https://github.com/tsparticles/tsparticles/commit/f7c3c7f210017e91ac3fa5a54a911d714d207ca5)) +- fixed exports of engine ([f8a676b](https://github.com/tsparticles/tsparticles/commit/f8a676be85be237098712cb94387677a5ff0cf4d)) +- fixed fire preset using the new density values ([94c1648](https://github.com/tsparticles/tsparticles/commit/94c1648dd85afb447c309f04f7cea8041aebf895)) +- fixed fireworks presets ([3402e46](https://github.com/tsparticles/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed gravity on retina displays and an issue with inverse gravity ([54c28d1](https://github.com/tsparticles/tsparticles/commit/54c28d197918614367a2cf81a4e78f7330b23181)) +- fixed ICoordinates types ([3d6fa2d](https://github.com/tsparticles/tsparticles/commit/3d6fa2d9654c4e6e3eb3f076356c02de76219de5)) +- fixed image drawer when refreshing the container ([8625dd1](https://github.com/tsparticles/tsparticles/commit/8625dd12f1d8059ba89299f9141d40e00c4ad028)) +- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed install script for Node 8.x, fixes [#966](https://github.com/tsparticles/tsparticles/issues/966) ([3870cea](https://github.com/tsparticles/tsparticles/commit/3870ceaaa10af54257de21458c060552fb1b53d5)) +- fixed issue [#1594](https://github.com/tsparticles/tsparticles/issues/1594) ([7ce7081](https://github.com/tsparticles/tsparticles/commit/7ce7081832cad7d86dd054eefbd88667799c92e3)) +- fixed issue on container guard check, fixes [#4679](https://github.com/tsparticles/tsparticles/issues/4679) ([953767d](https://github.com/tsparticles/tsparticles/commit/953767d8f1d616aa58759efc8b63730cb0f94811)) +- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) +- fixed issue with animation random size, multiplying again the pixel ratio ([3e89c7b](https://github.com/tsparticles/tsparticles/commit/3e89c7bbc3380defd333253cc7a0cb36ab6d1592)) +- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) +- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) +- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) +- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([91f7890](https://github.com/tsparticles/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4)) +- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with initial window resize ([f863bdc](https://github.com/tsparticles/tsparticles/commit/f863bdcf144e15b9b24f9edbcfbd9137b92e93c5)) +- fixed issue with match media query, fixed [#84](https://github.com/tsparticles/tsparticles/issues/84) (again) ([7784898](https://github.com/tsparticles/tsparticles/commit/7784898e703dc04ae5b7cf7d69a9fb18baece16c)) +- fixed issue with new bounce active conditions ([9be2b73](https://github.com/tsparticles/tsparticles/commit/9be2b730ebbfe4c6ddbea91423aeb791e1d7de02)) +- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) +- fixed issue with non-generated canvas elements, closes [#4228](https://github.com/tsparticles/tsparticles/issues/4228) ([297e974](https://github.com/tsparticles/tsparticles/commit/297e9740580e11cf2c8b98a5a9e88736fdf855e4)) +- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) +- fixed issue with particles rotated randomically without a rotate config ([fe1b0f7](https://github.com/tsparticles/tsparticles/commit/fe1b0f7a363382603645671587df15c48f42b22e)) +- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) +- fixed issue with polygon mask bounce on edges ([3d9f1f5](https://github.com/tsparticles/tsparticles/commit/3d9f1f54fe54303efd548d5515abe1f63dbf151b)) +- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) +- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- fixed issue with stroke options loading ([9633356](https://github.com/tsparticles/tsparticles/commit/9633356a62e3654c3a5c11508bfefe7b255c6f32)) +- fixed issue with themes/responsive options and canvas background ([c43fc96](https://github.com/tsparticles/tsparticles/commit/c43fc96e1120ae8026099b454e106ac7b09da185)) +- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) +- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) +- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) +- fixed issues with svelte 3.41.0 ([113c1c9](https://github.com/tsparticles/tsparticles/commit/113c1c9675eb365dedbedbc8ea39a8116ef66da8)) +- fixed jquery component ([c1b01fd](https://github.com/tsparticles/tsparticles/commit/c1b01fd5395d203e48ca84cc8c8fa22e4061fffa)) +- fixed life duration/delay sync options ([2db867c](https://github.com/tsparticles/tsparticles/commit/2db867cf52c9f26c431a6d88fabace0ca3f9b200)) +- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) +- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) +- fixed more enum typings ([cc5e52d](https://github.com/tsparticles/tsparticles/commit/cc5e52d9f271c16125432e285503e7e7bd7bc71e)) +- fixed more enum typings ([eed6c1f](https://github.com/tsparticles/tsparticles/commit/eed6c1f2237d78aae68beabc0c055e60770fe557)) +- fixed more enum typings ([ae6501c](https://github.com/tsparticles/tsparticles/commit/ae6501c4c8ab3cbcc4d3eeb01dfe54599df88c47)) +- fixed move decay type, it should be ranged ([113b6c0](https://github.com/tsparticles/tsparticles/commit/113b6c089ffda8b34188386332161f384e709a4a)) +- fixed movement with broken values, fixes [#1477](https://github.com/tsparticles/tsparticles/issues/1477) ([59bb585](https://github.com/tsparticles/tsparticles/commit/59bb5856a0e70a6c4eb0d3e959b835c4f0ea42d1)) +- fixed multiline text shape and relative demo ([18ebe89](https://github.com/tsparticles/tsparticles/commit/18ebe89bfcbd94d3d3865d3bfd08381c4c0c0cf2)) +- fixed new multiple particles feature and particle destroy method ([aee6eff](https://github.com/tsparticles/tsparticles/commit/aee6effe57407c354c2648f2f3661981ed38a995)) +- fixed older typescript version ([8665193](https://github.com/tsparticles/tsparticles/commit/8665193d54f49c85a42f17d7c2de34371cf91e38)) +- fixed other animations with reduced motion ([4ba8dfd](https://github.com/tsparticles/tsparticles/commit/4ba8dfd6213261ea35b0c4426dffd7e93e1eecb9)) +- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) +- fixed out mode when particles are moved outside the canvas bounds, closes [#4247](https://github.com/tsparticles/tsparticles/issues/4247) ([c54e2c6](https://github.com/tsparticles/tsparticles/commit/c54e2c6da7b79782e231efd7384285fd9771a9eb)) +- fixed out of canvas out mode ([1f17c60](https://github.com/tsparticles/tsparticles/commit/1f17c60587c81ca8a556dcd6eb6168da32f15371)) +- fixed out of canvas/bounce code mess ([28d16c0](https://github.com/tsparticles/tsparticles/commit/28d16c0bd8d81590b7d9cc1671aa034365ff9604)) +- fixed overlapping issues ([442777c](https://github.com/tsparticles/tsparticles/commit/442777cac2428168e099bb2c95cd8c580206ee50)) +- fixed package.json typos ([5c0cb15](https://github.com/tsparticles/tsparticles/commit/5c0cb15e21efa547b5253a57d4497686eecfbe61)) +- fixed package.json, the wrong ts version was specified ([b88c6c0](https://github.com/tsparticles/tsparticles/commit/b88c6c0289242a2378055f28b96cbcc861f6151a)) +- fixed parent interactivity mode ([38a37f2](https://github.com/tsparticles/tsparticles/commit/38a37f2508043f2a7c0f0a0e5bf570aa1d3317fc)) +- fixed particle options override without shape type ([26e5fec](https://github.com/tsparticles/tsparticles/commit/26e5fecbd40b08974f0ca6a81b9318c48b7f4b82)) +- fixed particles attract mode ([180148d](https://github.com/tsparticles/tsparticles/commit/180148d8cfc12d1250624b5cdde0d35acfebe5a4)) +- fixed particles for latest changes ([2491c10](https://github.com/tsparticles/tsparticles/commit/2491c108cd5f91c8e0527f5272c260c66b7bb167)) +- fixed particles number limit ([7708f92](https://github.com/tsparticles/tsparticles/commit/7708f920c62e7b77dd27e481863601f138fdde1f)) +- fixed path rotation with noise setting, path rotation now ignores rotate animation ([554fef1](https://github.com/tsparticles/tsparticles/commit/554fef1058f5795c2fa8ae5294e0038e6703f53e)) +- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed plugin loading for absorbers and emitters ([5c5a9f5](https://github.com/tsparticles/tsparticles/commit/5c5a9f5e25bc1544909a4af8f4df8aa1e6383207)) +- fixed polygon path generator ([146afb6](https://github.com/tsparticles/tsparticles/commit/146afb67dd0ced634f6c54d21c86d3b3372e87b6)) +- fixed polygon path options ([4eac27c](https://github.com/tsparticles/tsparticles/commit/4eac27c11f6d5ece392b2a75368e57a0186a57ff)) +- fixed preact build ([c636136](https://github.com/tsparticles/tsparticles/commit/c6361361d09a2a9552597003c5191189c8546b7e)) +- fixed preact definitions to fix [#1003](https://github.com/tsparticles/tsparticles/issues/1003) ([778f556](https://github.com/tsparticles/tsparticles/commit/778f55602659b100837a6639cf5e4deb63b5065e)) +- fixed prefers reduced motion query ([6a39ff4](https://github.com/tsparticles/tsparticles/commit/6a39ff4429bcc5158767e135b32b5c8ba8c473c5)) +- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) +- fixed random color ([a9ff25a](https://github.com/tsparticles/tsparticles/commit/a9ff25aa47dd9095c117844b6c0c6d9601851948)) +- fixed react-tsparticles typescript template ([04a4d10](https://github.com/tsparticles/tsparticles/commit/04a4d100b97bd5828d7346c7277c5b47bd8f9208)) +- fixed React/Preact/Inferno component properties/state definition, closes [#922](https://github.com/tsparticles/tsparticles/issues/922) ([6da46b2](https://github.com/tsparticles/tsparticles/commit/6da46b239ec8a87cac96b50a39cb1e999f022998)) +- fixed replace svg color after new changes ([15e452f](https://github.com/tsparticles/tsparticles/commit/15e452fca158e2c0730aab806983d1857e69a8e9)) +- fixed restoring canvas when not generated after full screen set, closes [#4291](https://github.com/tsparticles/tsparticles/issues/4291) ([28acc87](https://github.com/tsparticles/tsparticles/commit/28acc876335ed062fa14cfaa296dfaee0cdee8c9)) +- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) +- fixed rotate following path ([cd7ed78](https://github.com/tsparticles/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) +- fixed rotation animation issues ([3641ff4](https://github.com/tsparticles/tsparticles/commit/3641ff467bb2c7737c1c5c73bc094b408bcec8c7)) +- fixed rounded rect shape ([a5b844a](https://github.com/tsparticles/tsparticles/commit/a5b844a6f2f104bf08e1f8ae4946a01e081f4a1e)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixed some exports and comments ([389d82c](https://github.com/tsparticles/tsparticles/commit/389d82c7cf2786f2d32f54683779bd6bda96a877)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) +- fixed some regex, added support for rgba/hsla/hsva string values with alpha % ([84b31fe](https://github.com/tsparticles/tsparticles/commit/84b31fefe25a7bec93f8942036d1af51e4749bbc)) +- fixed spiral shape using pixel ratio ([e651ed0](https://github.com/tsparticles/tsparticles/commit/e651ed0665e87e9702494405a539210d0a92f9f7)) +- fixed start types for size and opacity ([0696018](https://github.com/tsparticles/tsparticles/commit/06960183db42cba1b1f1a8077660ba8c801c9e18)) +- fixed start value for size and opacity, previous fix wasn't good enough ([fce05fb](https://github.com/tsparticles/tsparticles/commit/fce05fb496432b0d80c047f839383e54c70e0ca8)) +- fixed svelte component, reverted to an older svelte version for now, closes [#1924](https://github.com/tsparticles/tsparticles/issues/1924) ([80a88be](https://github.com/tsparticles/tsparticles/commit/80a88beaeb8a11b83c3f602234da0ec2cfadc10e)) +- fixed svelte componente, it was having issues with TypeScript syntax inside ([1a4b01d](https://github.com/tsparticles/tsparticles/commit/1a4b01d2efaff7ed848c1606fb3e53628b6ffd94)) +- fixed svelte typings, closes [#4131](https://github.com/tsparticles/tsparticles/issues/4131) ([27f1bdb](https://github.com/tsparticles/tsparticles/commit/27f1bdba71ea22f116bc882c0de86f18ed1f0573)) +- fixed text drawer particle init ([8092a39](https://github.com/tsparticles/tsparticles/commit/8092a39e9171372aa2f4f56d2285c1b2177225a3)) +- fixed themes ([95d5596](https://github.com/tsparticles/tsparticles/commit/95d55969536b8e30f6caf03f86aef7400129389d)) +- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- fixed type of particlesLoaded in particles.vue3, thanks to [#3129](https://github.com/tsparticles/tsparticles/issues/3129) by [@zzhenryquezz](https://github.com/zzhenryquezz) ([0ad7b70](https://github.com/tsparticles/tsparticles/commit/0ad7b70129ee11cae27b02475ae9f6e03a5a800c)) +- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) +- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([164da18](https://github.com/tsparticles/tsparticles/commit/164da18be5f3feabbc7c367469446e3446cbb5f4)) +- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([a4aa0a3](https://github.com/tsparticles/tsparticles/commit/a4aa0a3d8a249143489052ad474e4cf5b03a6bbb)) +- fixed typo in fireworks bundle exported types ([bf5b88a](https://github.com/tsparticles/tsparticles/commit/bf5b88a0243b268cad8327c70006229dbf1bc49a)) +- fixed volume images position ([54c1b7d](https://github.com/tsparticles/tsparticles/commit/54c1b7d9555f486e44a9216cb479ba8879b7f688)) +- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) +- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- fixed wordpress plugin ([73118cc](https://github.com/tsparticles/tsparticles/commit/73118cc6563453300c99818eb6efd768b9e553d0)) +- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) +- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) +- fixes [#508](https://github.com/tsparticles/tsparticles/issues/508), some values were excluded ([f0cb970](https://github.com/tsparticles/tsparticles/commit/f0cb97015ff39c3a3db5ce5cdb8301b316cc8405)) +- fixes [#700](https://github.com/tsparticles/tsparticles/issues/700) ([3383b2b](https://github.com/tsparticles/tsparticles/commit/3383b2bf872709cccaf7562fc09262efb889ed43)) +- fixes [#831](https://github.com/tsparticles/tsparticles/issues/831) ([3d17b4a](https://github.com/tsparticles/tsparticles/commit/3d17b4a10c33c2a736be74f076b8661c4a9ab1e5)) +- fixes [#837](https://github.com/tsparticles/tsparticles/issues/837) ([9baf5b4](https://github.com/tsparticles/tsparticles/commit/9baf5b4b60d79e24156b5830b67d26ee925e6def)) +- fixes [#996](https://github.com/tsparticles/tsparticles/issues/996) ([b886cd6](https://github.com/tsparticles/tsparticles/commit/b886cd669eede2c6f771937469662d98339beb21)), closes [#947](https://github.com/tsparticles/tsparticles/issues/947) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- fixes triangles issues described in [#930](https://github.com/tsparticles/tsparticles/issues/930), still not implemented the color animation ([18f82d5](https://github.com/tsparticles/tsparticles/commit/18f82d5c7317ac002edd14335de41ce750fc3820)) +- handling "mid" value in links colors ([0698d04](https://github.com/tsparticles/tsparticles/commit/0698d0461d8d2f882f219e6e08b1aa7076264462)) +- image shape fixed ([cdfbd35](https://github.com/tsparticles/tsparticles/commit/cdfbd355d24501badff0cc408b3f2341f2b0e730)) +- improved angular component id management ([2d8c67b](https://github.com/tsparticles/tsparticles/commit/2d8c67b514fefad3530beec2b5b83502b9659097)) +- improved component and updated README ([9cf98cc](https://github.com/tsparticles/tsparticles/commit/9cf98ccf97d266aba19a42db454ca569b9fd205b)) +- improved container guard check before doing stuff ([ebca38e](https://github.com/tsparticles/tsparticles/commit/ebca38ed5e208b6f1ab507fa7cd1221cdbd7cbc5)) +- improved container reset ([e4996d0](https://github.com/tsparticles/tsparticles/commit/e4996d0348301a79347826511d404b3b9fc4f520)) +- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/tsparticles/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) +- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) +- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- improved shapes with full delta object ([04430ba](https://github.com/tsparticles/tsparticles/commit/04430ba5d553373e544e46237de758b03a36453f)) +- improved snow preset, added a small wobble effect ([7802f55](https://github.com/tsparticles/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) +- improved some linker updater code ([e29de1a](https://github.com/tsparticles/tsparticles/commit/e29de1a03f5c7625dfe495817ec63bbf9ce9f352)) +- improved svg replace color ([eb45226](https://github.com/tsparticles/tsparticles/commit/eb4522653eba3fad812f4cdab035bfe4144a77fa)) +- improving container destruction ([c4ebce6](https://github.com/tsparticles/tsparticles/commit/c4ebce6ba3b6e6b5b68a1fa6b342d41fee31837b)) +- jquery plugin improvements ([fd89b64](https://github.com/tsparticles/tsparticles/commit/fd89b648ddf1fae2a565d3635152cc58b8bd0ead)) +- jquery plugin improvements ([25024e1](https://github.com/tsparticles/tsparticles/commit/25024e1779b13d2823215072e2290c397ccb0e39)) +- links fixed ([4656901](https://github.com/tsparticles/tsparticles/commit/4656901dbb88d5935a40250a7e016a529f05832e)) +- links won't link non-existing particles ([078c7f9](https://github.com/tsparticles/tsparticles/commit/078c7f91a89816f1b1c4b3b4f8bb4f9a6ad6f63c)) +- main demo, fixed spiral shape sample ([bb09062](https://github.com/tsparticles/tsparticles/commit/bb09062b7a3425f2b2c4df6054589b582f29bcb3)) +- make it possible to use a canvas element ([cf5a667](https://github.com/tsparticles/tsparticles/commit/cf5a667741f826f61712a112f42ae0d2c0f94822)) +- manual particles optional position, now they can be random positioned with custom options ([0f67407](https://github.com/tsparticles/tsparticles/commit/0f674072786c80dc45946bf904a3fc544f428901)) +- mouse events works a lot better when interactivity element is not canvas ([b39ec4f](https://github.com/tsparticles/tsparticles/commit/b39ec4fc009e5c6cfd1dff04c4dad9ca8983eeaf)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) +- opacity and size clamped, this should fix [#1001](https://github.com/tsparticles/tsparticles/issues/1001) ([013039e](https://github.com/tsparticles/tsparticles/commit/013039e9aeab277d8caeba87d9609b4cf2ade5df)) +- options interfaces don't have load function anymore ([62cfc82](https://github.com/tsparticles/tsparticles/commit/62cfc82a28b7fcadbe5ad3db816bd5d4614d1dc0)) +- particles could result misplaced at the beginning, this is now fixed ([eae0937](https://github.com/tsparticles/tsparticles/commit/eae0937ab99d6fd5a6d3dba58062d0037ab36c78)) +- **readme:** fix error 404 links ([21bd331](https://github.com/tsparticles/tsparticles/commit/21bd3315437050c6cbc48d7ad2ed8f522937385f)) +- reduced and fixed some out of canvas duplicate code ([a6bfb7b](https://github.com/tsparticles/tsparticles/commit/a6bfb7b79cd85a33f581aab0bde45a5fae9b1ee7)) +- reframed a sentence ([463173e](https://github.com/tsparticles/tsparticles/commit/463173ece6299dd00e4e15eaed8a4a83f05798ed)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- removed an old console.dir, fixes [#1412](https://github.com/tsparticles/tsparticles/issues/1412) ([0cb8708](https://github.com/tsparticles/tsparticles/commit/0cb8708f639aafd44f525f16a150a3cfd3ebb71d)) +- removed bad check when retrieving color range value ([27a0778](https://github.com/tsparticles/tsparticles/commit/27a0778ae0fcb57fde4a9d660af603a994efb1ac)) +- removed circular imports ([98b2d80](https://github.com/tsparticles/tsparticles/commit/98b2d802482ec8c7fe9e4f72b32b498b55736c26)) +- removed console log ([7f7ad63](https://github.com/tsparticles/tsparticles/commit/7f7ad6354a77a3da1d3d3fdbb6cefced17312113)) +- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) +- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) +- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) +- removed useless variable ([88d2927](https://github.com/tsparticles/tsparticles/commit/88d29276006f956703149f580710a360f96af1de)) +- replaceColor on SVG images, refactor previous fix, fixes [#1519](https://github.com/tsparticles/tsparticles/issues/1519) ([f04af8e](https://github.com/tsparticles/tsparticles/commit/f04af8e9096dcc28fd3da411bc50e7a1eb2560aa)) +- replaceColor option on image particle, fixes [#1519](https://github.com/tsparticles/tsparticles/issues/1519) ([4a19da9](https://github.com/tsparticles/tsparticles/commit/4a19da9a06cb56396c79e1131c46df8820cc1c9f)) +- simplified confetti preset ([81db6ed](https://github.com/tsparticles/tsparticles/commit/81db6edc24bbc32962f9e0d5fd45783e3c72e879)) +- small improvements to links interaction ([f722b22](https://github.com/tsparticles/tsparticles/commit/f722b22ebb5bd9b864bfc0639ef14ca5c836343f)) +- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) +- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) +- svelte-particles updated, fixes [#621](https://github.com/tsparticles/tsparticles/issues/621) ([0bfe74c](https://github.com/tsparticles/tsparticles/commit/0bfe74cf719c8c24c2acd6b40b8c0ae9a927e05f)) +- trying fixing issue [#4151](https://github.com/tsparticles/tsparticles/issues/4151) ([83e3e06](https://github.com/tsparticles/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f)) +- typo in readme for react-tsparticles ([478460c](https://github.com/tsparticles/tsparticles/commit/478460cef74761d4bba88d8c5c97d41b4e73708a)) +- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated property to params to options ([bb6b287](https://github.com/tsparticles/tsparticles/commit/bb6b287ad22f1bee384dd0e51e7a8f7850348bb8)) +- upgrade @angular/common from 13.3.1 to 13.3.2 ([aa4ea55](https://github.com/tsparticles/tsparticles/commit/aa4ea55966bdb85dac6c3d147dfa5f993ea1ea3c)) +- upgrade core-js from 3.16.2 to 3.20.3 ([ca703e5](https://github.com/tsparticles/tsparticles/commit/ca703e5dffeb92843c2da7605f6d9af5f54d15a2)) +- upgrade core-js from 3.17.3 to 3.20.1 ([bb54ae4](https://github.com/tsparticles/tsparticles/commit/bb54ae4727875006def6ebacdec1d904707c7440)) +- upgrade core-js from 3.21.0 to 3.21.1 ([c405f3b](https://github.com/tsparticles/tsparticles/commit/c405f3bb3992bb3a5aa25c5e3d6b92559fa12df9)) +- upgrade fs-extra from 10.0.0 to 10.0.1 ([35e46c6](https://github.com/tsparticles/tsparticles/commit/35e46c6dc0f3a35a582ef62dd94cca9b7fbc9bd3)) +- upgrade highlight.js from 11.2.0 to 11.4.0 ([112a342](https://github.com/tsparticles/tsparticles/commit/112a342be47511c7ae15a788cbf377ad151f74c4)) +- upgrade highlight.js from 11.4.0 to 11.5.0 ([59243fe](https://github.com/tsparticles/tsparticles/commit/59243feac3117efd871ba30023e43c2f3cacdccf)) +- upgrade inferno from 7.4.9 to 7.4.11 ([29f7229](https://github.com/tsparticles/tsparticles/commit/29f7229192fc522accb8258d2b5905c90e38e421)) +- upgrade inferno from 8.0.0 to 8.0.1 ([a62c06a](https://github.com/tsparticles/tsparticles/commit/a62c06ac36516159d5e10ce84f37b1bce4596c08)) +- upgrade minify from 8.0.3 to 8.0.4 ([f91828c](https://github.com/tsparticles/tsparticles/commit/f91828c8321505d8861bbf154794eb4e8f061d72)) +- upgrade multiple dependencies with Snyk ([796d33c](https://github.com/tsparticles/tsparticles/commit/796d33c91553ea4cf99b06f18fbf1ccf446f8152)) +- upgrade multiple dependencies with Snyk ([d0726ef](https://github.com/tsparticles/tsparticles/commit/d0726efc7a97dfb6d18f864d215d357d1005ca3e)) +- upgrade multiple dependencies with Snyk ([0667f67](https://github.com/tsparticles/tsparticles/commit/0667f67e403d331684cf5fb85036a0a76fc426d5)) +- upgrade multiple dependencies with Snyk ([997ba11](https://github.com/tsparticles/tsparticles/commit/997ba11c2b03508778ef8931c3a4b701dc44970b)) +- upgrade preact from 10.5.14 to 10.6.4 ([0e83038](https://github.com/tsparticles/tsparticles/commit/0e830385d790f8f84b875aefc7fdbcda19f01b12)) +- upgrade preact from 10.6.5 to 10.6.6 ([525d1b7](https://github.com/tsparticles/tsparticles/commit/525d1b7e6145bcbbd205235982c2478796c882d2)) +- upgrade preact from 10.8.1 to 10.8.2 ([b66330b](https://github.com/tsparticles/tsparticles/commit/b66330bd3af1cb14ea47abc6d1b62f6a0e8854e2)) +- upgrade preact-render-to-string from 5.1.19 to 5.1.20 ([1b85be0](https://github.com/tsparticles/tsparticles/commit/1b85be0123f24a9cf23e54e70ba2c0dbabe0c0f1)) +- upgrade preact-render-to-string from 5.1.20 to 5.1.21 ([f2fc2b9](https://github.com/tsparticles/tsparticles/commit/f2fc2b9d4cb454dfbae3e13f747b0392f135d537)) +- upgrade preact-router from 4.0.0 to 4.0.1 ([c8740e1](https://github.com/tsparticles/tsparticles/commit/c8740e13db83fb95cdbd980f0b531e6ac1e09ff9)) +- upgrade riot from 6.0.4 to 6.1.1 ([9e22dbd](https://github.com/tsparticles/tsparticles/commit/9e22dbda3869f16657266b5d4cc096947502c864)) +- upgrade riot from 6.1.1 to 6.1.2 ([5eaa71c](https://github.com/tsparticles/tsparticles/commit/5eaa71c8d4af857a6829b2c1b371921e2d9f53e1)) +- upgrade rxjs from 7.3.0 to 7.4.0 ([5579eff](https://github.com/tsparticles/tsparticles/commit/5579eff8393a8685f038a94de42f7bf057f73a79)) +- upgrade rxjs from 7.3.0 to 7.5.2 ([ac52db7](https://github.com/tsparticles/tsparticles/commit/ac52db7274471a02caaf10e6aa0bcd587efdae3b)) +- upgrade rxjs from 7.4.0 to 7.5.1 ([edf9c98](https://github.com/tsparticles/tsparticles/commit/edf9c98613fdf7c080275eecfcffac0c7048af46)) +- upgrade rxjs from 7.5.4 to 7.5.5 ([866f8a8](https://github.com/tsparticles/tsparticles/commit/866f8a8ce102aeb04c66c4d21f26583643aa6aab)) +- upgrade sass from 1.38.0 to 1.49.9 ([ff3f4fa](https://github.com/tsparticles/tsparticles/commit/ff3f4fadb6e3858985b810c14983258a8d8f16a3)) +- upgrade sass from 1.51.0 to 1.52.0 ([854882b](https://github.com/tsparticles/tsparticles/commit/854882b4d490f9429f8f99a9098bfaf1f8e341d8)) +- upgrade sass from 1.52.3 to 1.53.0 ([fb2ec98](https://github.com/tsparticles/tsparticles/commit/fb2ec98631e18673b008cd14e6b7c4cb4e40d94c)) +- upgrade sirv-cli from 2.0.1 to 2.0.2 ([70f74fe](https://github.com/tsparticles/tsparticles/commit/70f74fed6693561fac9f259b3de6ea16a9c2fa32)) +- upgrade stringify-object from 4.0.0 to 4.0.1 ([ffdcdff](https://github.com/tsparticles/tsparticles/commit/ffdcdff66691186cce6956df8ec41104dfd63594)) +- upgrade vue from 3.2.29 to 3.2.30 ([5e13e9d](https://github.com/tsparticles/tsparticles/commit/5e13e9dad9efb691570369307eef39be9bc75d92)) +- upgrade vue from 3.2.4 to 3.2.26 ([c9434b6](https://github.com/tsparticles/tsparticles/commit/c9434b67c361d96e537f27251f0dbd98a1dd215d)) +- upgrade zone.js from 0.10.3 to 0.11.1 ([2f752ef](https://github.com/tsparticles/tsparticles/commit/2f752ef8cb9bda47e63c6c69486b80cafb32d2ed)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- **website:** not loading font awesome script ([81b95a7](https://github.com/tsparticles/tsparticles/commit/81b95a793bf04b74f1cfceb91538e34bc0ff0c71)) +- **website:** presets not scrollable in demos page ([4fae0ea](https://github.com/tsparticles/tsparticles/commit/4fae0ea70a13265ce1008543eabdbb158a0f1ad9)) +- working on issues [#1269](https://github.com/tsparticles/tsparticles/issues/1269) and [#1256](https://github.com/tsparticles/tsparticles/issues/1256) ([2fd1c5c](https://github.com/tsparticles/tsparticles/commit/2fd1c5c3808db243edaa754d0a3fae314bc0722c)) +- working on issues [#1269](https://github.com/tsparticles/tsparticles/issues/1269) and [#1256](https://github.com/tsparticles/tsparticles/issues/1256) ([ecd2170](https://github.com/tsparticles/tsparticles/commit/ecd2170404f2d796b0d3648dac76bbb5cfa54806)) ### Code Refactoring -- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) +- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) ### Features -- add hsv color support ([39ad40a](https://github.com/tsparticles/tsparticles/commit/39ad40a0e67076985aa9cac684f337ea3e052a29)) -- add multiline text shape ([c55a9d2](https://github.com/tsparticles/tsparticles/commit/c55a9d217967041e3d847b10a3f476a760bcc0bb)) -- added a configs package, this will contains all the presets used in demos ([92fc41b](https://github.com/tsparticles/tsparticles/commit/92fc41b77a35295aee787b72952134d25899f251)) -- added a first release of riot.js component ([1b373bd](https://github.com/tsparticles/tsparticles/commit/1b373bd976aed80ed106e685fc1fcbe557c2ba08)) -- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) -- added aria-hidden="true" to canvas element, fixes [#4785](https://github.com/tsparticles/tsparticles/issues/4785) ([8aaa038](https://github.com/tsparticles/tsparticles/commit/8aaa03862d2f23a51e0cbb997b853b4bd54bddda)) -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) -- added bounce to mouse hover event ([8bf39a2](https://github.com/tsparticles/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) -- added cards to wordpress plugin ([27ed9c3](https://github.com/tsparticles/tsparticles/commit/27ed9c344c26da592a83595837dea891b74d0b8b)) -- added collisions to fountain preset ([3138f7f](https://github.com/tsparticles/tsparticles/commit/3138f7f4f50fbc467f5b3447fa0b1d1d8ca60709)) -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added compatibility to marc bruederlin's archived particles.js ([f4fa42b](https://github.com/tsparticles/tsparticles/commit/f4fa42b0424b4a67d9329047627ee1b86b5b6606)) -- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) -- added cra-template-particles ([915f6bc](https://github.com/tsparticles/tsparticles/commit/915f6bcf809a070a073149e281622a3aca44c1f3)) -- added cra-template-particles-typescript ([05b5417](https://github.com/tsparticles/tsparticles/commit/05b54170d009fa3243e9eafee662306c167a3eff)) -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added decay options (not used yet) to animation objects ([141e1b2](https://github.com/tsparticles/tsparticles/commit/141e1b229e60fc8161d4060b8cfec111bfb60e0e)) -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) -- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) -- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) -- added distance to move.attract options ([e5da4c6](https://github.com/tsparticles/tsparticles/commit/e5da4c648c876deccedf4e7ae605ef44142540bf)) -- added divs selector on interactivity events ([831249f](https://github.com/tsparticles/tsparticles/commit/831249fde50fcfe888d4fd6c69691b4cbad48f5a)) -- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) -- added drift (numeric or min/max object) ([87adda3](https://github.com/tsparticles/tsparticles/commit/87adda3451c46708dfcfd4431bc9fdf6ff25765f)) -- added duration to options ([d4c0a8d](https://github.com/tsparticles/tsparticles/commit/d4c0a8ddb88d3699a1d3974db9bda38f4c47dd79)) -- added easings to attract and repulse interactions ([071f515](https://github.com/tsparticles/tsparticles/commit/071f5157f28ec91948c07ee9f30e9bc0b15a01db)) -- added element options to canvas mask, for using an external created canvas ([0770c13](https://github.com/tsparticles/tsparticles/commit/0770c13fa7e22e6ffd286c97f0854415f9cc450d)) -- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) -- added event handler for svelte component ([86a5e65](https://github.com/tsparticles/tsparticles/commit/86a5e6563e6485fb9ead75a88c9b23cfeee96871)) -- added external presets to editor ([ef06afc](https://github.com/tsparticles/tsparticles/commit/ef06afc13ae42e3569a125ba92971408b15864a9)) -- added feature from issue [#797](https://github.com/tsparticles/tsparticles/issues/797) ([79197c9](https://github.com/tsparticles/tsparticles/commit/79197c96a4ed55a9d9ba62232ae7c1ffe78c5890)) -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added fireworks preset ([0615bc1](https://github.com/tsparticles/tsparticles/commit/0615bc177ce39b5127d70812df281757ec3e851e)) -- added font options to text mask ([ddcfa6d](https://github.com/tsparticles/tsparticles/commit/ddcfa6d68e3b8030bbbf8085a2177b845b0d86df)) -- added getEmitter and getAbsorber to plugin container ([24c9f97](https://github.com/tsparticles/tsparticles/commit/24c9f971627b2ea8bad921a7b619ca207f3b717d)) -- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- added HSV support ([5083e08](https://github.com/tsparticles/tsparticles/commit/5083e089d55bf92eab2505d440be7b226b67d01a)) -- added image preload ([b8072f6](https://github.com/tsparticles/tsparticles/commit/b8072f60863a5138d746621e69f4699c8b3b6366)) -- added init state to react, preact and inferno components ([2fbc361](https://github.com/tsparticles/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04)) -- added languages folder and file to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([ab12d1d](https://github.com/tsparticles/tsparticles/commit/ab12d1d186ea83c01b8206c784a9915fde308d03)) -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) -- added mass to particle, this will improve collisions ([65779c9](https://github.com/tsparticles/tsparticles/commit/65779c936412a9ae6ee8eb7898bc4a5bb347de83)) -- added max speed value to collisions options ([6708716](https://github.com/tsparticles/tsparticles/commit/670871683deb645fde69f781e7845648250efa2a)) -- Added missing TypeDefinitions for TypeScript 4.4 ([99c31c8](https://github.com/tsparticles/tsparticles/commit/99c31c8755916a16123506606fdb408bc4b574f0)) -- added mode to more coordinates options ([543cfab](https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41)) -- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) -- added motion options to editor ([80a30a7](https://github.com/tsparticles/tsparticles/commit/80a30a783de4741032cc791bc5c36469e9ab2e6f)) -- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/tsparticles/tsparticles/issues/888) ([89a4ffb](https://github.com/tsparticles/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) -- added movement speed affected by particles size ([3a3d893](https://github.com/tsparticles/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) -- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) -- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) -- added mutation observer to avoid style changes to the canvas when in fullscreen mode ([65b33e2](https://github.com/tsparticles/tsparticles/commit/65b33e2f6827c6822e0abf4332cabbffa945e8bf)) -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) -- added new external shape rounded-rect, closes [#1220](https://github.com/tsparticles/tsparticles/issues/1220) ([a403902](https://github.com/tsparticles/tsparticles/commit/a4039026f0bdd53abc0158502f0b16484192fd63)) -- added new functions for loading options, this will be useful for removing all the classes ([89501c5](https://github.com/tsparticles/tsparticles/commit/89501c540596892109f7e9cf24bd69064a30a70d)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added new opacity options to editor ([f8bb792](https://github.com/tsparticles/tsparticles/commit/f8bb792f3430df73e7467b9f849343c75787344c)) -- added new preset ([f3c677a](https://github.com/tsparticles/tsparticles/commit/f3c677a2872bde43e4bce6e2886cc1d3f6d64297)) -- added new resize object to interactivity options, can change the debounce delay, fixes [#4803](https://github.com/tsparticles/tsparticles/issues/4803) ([c79cccc](https://github.com/tsparticles/tsparticles/commit/c79ccccdc1f3be6c1a9fc2d471d5d7b5ab64d7a7)) -- added new sections to editor ([a16e164](https://github.com/tsparticles/tsparticles/commit/a16e164bf71d063edb557ce481a218fb68fc437d)) -- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) -- added new split options to editor ([d115feb](https://github.com/tsparticles/tsparticles/commit/d115feb5e7c220ae986b89fb472579f82098c5d4)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added noise/path generator in plugins management ([7599d90](https://github.com/tsparticles/tsparticles/commit/7599d901120be8b4f6730df86addc8b9516754ab)) -- added option to pause the animation while the element is outside the viewport ([e28a624](https://github.com/tsparticles/tsparticles/commit/e28a624e3ac9e7510d136390841b26fc030cde1b)) -- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- added overlap options to collisions ([62d43b9](https://github.com/tsparticles/tsparticles/commit/62d43b9876c13c17398a65640081f6b3453c262d)) -- added particle back color used in roll options ([497525a](https://github.com/tsparticles/tsparticles/commit/497525a1855cf87e35e9248337bb819c8777f2af)) -- added particles loaded event to angular component ([81400e8](https://github.com/tsparticles/tsparticles/commit/81400e88c8451643828684e521c9900637165ca1)) -- added particles options to trail interactivity options ([c814550](https://github.com/tsparticles/tsparticles/commit/c81455011e93971ea920f6f08ffe984ca8d4a207)) -- added particles pool for reusing destroyed particles ([ee56851](https://github.com/tsparticles/tsparticles/commit/ee568519b343cfc234bd1de2d7da2d6b90e9a8fa)) -- added pauseOnStop on trail hover mode ([14cd117](https://github.com/tsparticles/tsparticles/commit/14cd117b223706df57ecb9aaf0fa0f13fd347ef3)) -- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) -- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) -- added roll editor ([4560212](https://github.com/tsparticles/tsparticles/commit/45602123f0b6462e63245397da63aabb8f75c68c)) -- added roll options to particles, this is the latest missing feature to the confetti rework ([98d9428](https://github.com/tsparticles/tsparticles/commit/98d94285cb653a7d5fa1da4fe4d3bf0f73785e29)) -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added sides count to particle to improve the shadow for the light over ([d9110ef](https://github.com/tsparticles/tsparticles/commit/d9110efa8ebf049a876f0f001e858548921156f9)) -- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) -- added smooth options, it ignores the fpsLimit trying to create a smoother animation\* ([5ad1a27](https://github.com/tsparticles/tsparticles/commit/5ad1a27dd7496377aa2f87e2c32b1b45b2c68ef7)) -- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) -- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) -- added support for multiple shapes declared at once ([463d099](https://github.com/tsparticles/tsparticles/commit/463d099b9e50cfe99b494a49329f9431a5e1ced3)) -- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) -- added tilt effect to particles, this was called wobble in previous commit ([7eade2e](https://github.com/tsparticles/tsparticles/commit/7eade2e5558055cd14ec524cd323c76c81c29549)) -- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/tsparticles/tsparticles/issues/691) ([37e1c92](https://github.com/tsparticles/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) -- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- added Vector class taken from v2, this will be used wisely ([14249aa](https://github.com/tsparticles/tsparticles/commit/14249aa08e71b2915636bc02ee87a40c310f0030)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- added volume buttons to sounds plugin ([3c914c1](https://github.com/tsparticles/tsparticles/commit/3c914c1c24ccda0bdda37ebe507ae0abb1ecf050)) -- added vue plugin for simpler usage ([930a892](https://github.com/tsparticles/tsparticles/commit/930a892a65d6742c315a68eb63ee84b4c3736aa9)) -- added web component ([d226304](https://github.com/tsparticles/tsparticles/commit/d2263046fbf215ac9a374a8afd92c1bf7e3ab520)) -- added wobble effect to particles, bringing confetti animations to all particles ([4146eec](https://github.com/tsparticles/tsparticles/commit/4146eecf83ceb35a6f6455339f2c8649be433b57)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- adding plugins to wordpress gutenberg block ([dd340be](https://github.com/tsparticles/tsparticles/commit/dd340be2a9f83dac1ce11c70ba97e8d1d75c6e27)) -- adding SolidJS component ([96677e7](https://github.com/tsparticles/tsparticles/commit/96677e7d43474e4454843eb6fd6a2aec900f2f0b)) -- animation loop count for opacity and size ([d38a0a3](https://github.com/tsparticles/tsparticles/commit/d38a0a32b20c26faab97691993079bd48e1cd5d6)) -- async presets ([86f3038](https://github.com/tsparticles/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) -- attract interaction improvements ([a66769a](https://github.com/tsparticles/tsparticles/commit/a66769aa7a3650bf8ec9df1c5b702b25f7c24d34)) -- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) -- base attraction class, just repulse with opposite sign ([d39c20b](https://github.com/tsparticles/tsparticles/commit/d39c20bf68681f2482dcd4bbcf76dd24fb8da0cd)) -- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/tsparticles/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) -- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/tsparticles/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- by default motion is reduced when css motion reduction is enabled ([fe4d59d](https://github.com/tsparticles/tsparticles/commit/fe4d59d2f39b67efa6f8630c7417a86d6bdb2c06)) -- changed angular and vue component name and syntax, changed version to 2.0.0 for breaking changes ([58d58f9](https://github.com/tsparticles/tsparticles/commit/58d58f9a37a116cab7ad656331f59ee9236ccf1b)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- changed despawn confetti action using opacity animation, was life duration, closes [#4978](https://github.com/tsparticles/tsparticles/issues/4978) ([6032aa9](https://github.com/tsparticles/tsparticles/commit/6032aa95f43d474adf6423e4b7e2c319500cd114)) -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/tsparticles/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) -- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) -- changed particles.js compatibility with a new plugin ([4b7c90b](https://github.com/tsparticles/tsparticles/commit/4b7c90bfd5d4299f828bc855d08fb1c4781cbdf2)) -- changed particlesInit on angular, is a property now and not an event ([38f6219](https://github.com/tsparticles/tsparticles/commit/38f62190549bb194e6ab542ba834ae2118f99ba6)) -- collisions between particles have now the bounce factor customizable ([da68ce7](https://github.com/tsparticles/tsparticles/commit/da68ce7ca974206af7781b833203ea0b1a6b0966)) -- completed [#691](https://github.com/tsparticles/tsparticles/issues/691), need to improve links and triangles performance ([9d82c2c](https://github.com/tsparticles/tsparticles/commit/9d82c2c888a9e93cd4b5c2523a055561e01af8de)) -- completed HSV support ([0cf39d0](https://github.com/tsparticles/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) -- confetti animations are now splitted in two generic particles sections (tilt, wobble) ([b88afaf](https://github.com/tsparticles/tsparticles/commit/b88afaf6fbd59991e97e22560ccd2c61f00c0362)) -- confetti shape, closes [#605](https://github.com/tsparticles/tsparticles/issues/605) ([ae0dbd4](https://github.com/tsparticles/tsparticles/commit/ae0dbd49cfc58972a93d29f10546b525476b1097)) -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- created inferno component ([ba2f150](https://github.com/tsparticles/tsparticles/commit/ba2f150bade64ec2e295267a8f8b5ae181747647)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) -- created vue3 component, closes [#832](https://github.com/tsparticles/tsparticles/issues/832) ([e6430e9](https://github.com/tsparticles/tsparticles/commit/e6430e9162b6cb1ac72c38c02c70521d2e77d949)) -- created wordpress plugin folder, working on it to create a tsParticles block ([ac6de31](https://github.com/tsparticles/tsparticles/commit/ac6de3168c4761af258bc5ec45cafca45eb9b3f2)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) -- emitter rate delay and quantity are now RangeValues so they can be randomized ([2fb937a](https://github.com/tsparticles/tsparticles/commit/2fb937a1bd1790c9acc8ab2bb75089f274a61c38)) -- emitters and absorbers now can have a name in options ([d2b731e](https://github.com/tsparticles/tsparticles/commit/d2b731e67ec47ea7d50d3d8d7cf3e9b1ab9d840b)) -- emitters plugin adds play/pause emitters methods to container (closes [#1184](https://github.com/tsparticles/tsparticles/issues/1184)) ([80eeed2](https://github.com/tsparticles/tsparticles/commit/80eeed2f6ab414d8d292172d4e30b85d714e8978)) -- emitters spawn color ([f37fa01](https://github.com/tsparticles/tsparticles/commit/f37fa010b2c945c02b0db951642eb3bbde9f8c1e)) -- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) -- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) -- first round of vector on particles done ([c76ce11](https://github.com/tsparticles/tsparticles/commit/c76ce114a4a0546d29efa909b321a8dfb04db1ff)) -- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) -- fixed [#739](https://github.com/tsparticles/tsparticles/issues/739), added outModes instead of a single out mode, every edge now can be customized ([67194dc](https://github.com/tsparticles/tsparticles/commit/67194dcceb2a78d75c75d331e4940d3900557875)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) -- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) -- fixed links and triangles presets ([fdd4d8b](https://github.com/tsparticles/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) -- fixed links presets ([9812393](https://github.com/tsparticles/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) -- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- fixed sea anemone presets ([0df846d](https://github.com/tsparticles/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) -- fixed snow preset ([38cba58](https://github.com/tsparticles/tsparticles/commit/38cba5884e01be5721395e5f084eb24ac15806de)) -- fixed some editor outdated fields and added some new ([30b4ac9](https://github.com/tsparticles/tsparticles/commit/30b4ac9f59c2b09768fcb3432114bcbb027c8577)) -- fixed stars preset ([04e7f4c](https://github.com/tsparticles/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) -- found a good solution with good performance to fix [#691](https://github.com/tsparticles/tsparticles/issues/691) ([08c37a5](https://github.com/tsparticles/tsparticles/commit/08c37a5e38221d100de5b538242169f37947e668)) -- hsv color documentation ([c63423d](https://github.com/tsparticles/tsparticles/commit/c63423d6c77e5276c6956ed1a91080257291aed0)) -- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) -- improved fireworks preset ([cd23778](https://github.com/tsparticles/tsparticles/commit/cd23778190327340272fb53f9de7c44a2ae23aa2)) -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) -- improved image mask plugin options ([af527bc](https://github.com/tsparticles/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- improving the path svg plugin ([94c8e94](https://github.com/tsparticles/tsparticles/commit/94c8e94af897aebc3043c8a98a95e37c09a8c6ba)) -- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) -- loadJSON can accept also a string array and an optional index parameter ([2ecd9f9](https://github.com/tsparticles/tsparticles/commit/2ecd9f9322293a80ded07f70acc5be2f12aca8f0)) -- manual particles, fixes [#839](https://github.com/tsparticles/tsparticles/issues/839) ([4531b4a](https://github.com/tsparticles/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) -- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) -- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -- mouse attract now have better speed values for click ([3f5cb8e](https://github.com/tsparticles/tsparticles/commit/3f5cb8eb7fc7a9a2540aa467fac313d589c856f6)) -- mouse attract now have better speed values for hover ([8e10252](https://github.com/tsparticles/tsparticles/commit/8e102522321c5e048be2bdd4846db2bf6237e8d8)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) -- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) -- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) -- moved more code out from engine to specific plugins ([ea70ea2](https://github.com/tsparticles/tsparticles/commit/ea70ea22ebc03579b31d0b926bfac8bcfb9606c5)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) -- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) -- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) -- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) -- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) -- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) -- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) -- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) -- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) -- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- opacity animation options have now startValue and destroy like size animation options ([9512a27](https://github.com/tsparticles/tsparticles/commit/9512a27022b1edb4aea6c9718925d7a114cf2cbe)) -- optmize demo of vue3 ([88664ef](https://github.com/tsparticles/tsparticles/commit/88664ef4dea5a9bd42c12a8cc2975b4fea78d4a4)) -- optmize demo of vue3 ([6618f5d](https://github.com/tsparticles/tsparticles/commit/6618f5ddd384fa4b3ca3e984033e45691a1ed986)) -- particle init on shape drawers ([5d31dc1](https://github.com/tsparticles/tsparticles/commit/5d31dc1a6baa668cb13c2970a820ac2f125ff022)) -- particle when destroyed can be splitted, closes [#994](https://github.com/tsparticles/tsparticles/issues/994) ([f1522ec](https://github.com/tsparticles/tsparticles/commit/f1522ec4982f7848f356f283b87a91d6579751da)) -- particle with move max distance are now good, closes [#740](https://github.com/tsparticles/tsparticles/issues/740) ([e1453c7](https://github.com/tsparticles/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) -- prepared confetti preset ([d290ec1](https://github.com/tsparticles/tsparticles/commit/d290ec1cef191507a79a5950dd72a1810df22046)) -- preparing attract mouse interaction mode ([94bc3b3](https://github.com/tsparticles/tsparticles/commit/94bc3b36c9fc06af3fe244437eda87a8ca4536d6)) -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -- preparing simpler options for confetti preset ([59d4963](https://github.com/tsparticles/tsparticles/commit/59d496345bb85b85c7cbd15b9e4d76c3c0cd5b4c)) -- refactor click repulse, now it uses the same algorithm as the hover and div events ([b552869](https://github.com/tsparticles/tsparticles/commit/b55286956bbf8217af7338842528884abfdbdda4)) -- refactored image mask plugin, closes [#4492](https://github.com/tsparticles/tsparticles/issues/4492) ([15c1191](https://github.com/tsparticles/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) -- removed active from slow mode, it was obsolete, small breaking change but smaller engine ([378bc65](https://github.com/tsparticles/tsparticles/commit/378bc65516dbbf8e6b80bbc026695145f7c9a867)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- removed dynamic import of the pathseg polyfill, used the standard one ([c8ecc89](https://github.com/tsparticles/tsparticles/commit/c8ecc899b961cdf8888a347b11c1e29cdbe3a76d)) -- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) -- removed support for very old browsers that don't support requestAnimationFrame ([edf5f9d](https://github.com/tsparticles/tsparticles/commit/edf5f9dc70ea7cd3c3ef278e88ed448fabbf688f)) -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) -- responsive options ([f694555](https://github.com/tsparticles/tsparticles/commit/f694555d21082de95e31668280303d22286be8c3)) -- restored options compatibility with v1 and pjs, it's easier to migrate to v2 this way ([78dd8cd](https://github.com/tsparticles/tsparticles/commit/78dd8cd49eb9d7a69d1cf2f26d727615c8cf1e15)) -- restored particles.js compatibility ([88b9dfe](https://github.com/tsparticles/tsparticles/commit/88b9dfebef79d1f826215449ddc9197692f15a2a)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) -- size, opacity and rotate particles options support now also min/max objects in value ([c33e447](https://github.com/tsparticles/tsparticles/commit/c33e4477f2667cd171aa3f5bf0a262e133d2fdbf)) -- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) -- speed decay ([1b7ec28](https://github.com/tsparticles/tsparticles/commit/1b7ec28ab1e8a9cc36819a2dc925d2384e92076d)) -- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- stroke color animation ([deabadd](https://github.com/tsparticles/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) -- svelte component ([1d0a0d5](https://github.com/tsparticles/tsparticles/commit/1d0a0d575ebcd50debbae62d74e016da58055d5f)) -- try adding particles options to trail interactivity options ([d9b442b](https://github.com/tsparticles/tsparticles/commit/d9b442b099ba9548828785269cb6997a1ba70b7a)) -- unified mouse click/hover attract animation. closes [#504](https://github.com/tsparticles/tsparticles/issues/504) ([666c266](https://github.com/tsparticles/tsparticles/commit/666c266cb54e4358a308caf1de86b82730abb0d4)) -- unified mouse click/hover attract animation. closes [#532](https://github.com/tsparticles/tsparticles/issues/532) ([043ddc3](https://github.com/tsparticles/tsparticles/commit/043ddc306f8d8e07bfb38f142549dfac65830113)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -- updated ng-particles to Angular 13 ([802e290](https://github.com/tsparticles/tsparticles/commit/802e2904fcf01e713fe74bcdb4efb32979e27cc8)) -- updated to angular 10.1 (rc) to support TS 4.0 ([429cf89](https://github.com/tsparticles/tsparticles/commit/429cf893fb364101aeaddc2d2248245b0926741f)) -- updated wordpress plugins list ([e0e077a](https://github.com/tsparticles/tsparticles/commit/e0e077a80c8d746372f9e4dd33fb69597fd67c67)) -- updating editor to Object GUI v2 ([12ea540](https://github.com/tsparticles/tsparticles/commit/12ea540a040aae301401e3941c0cd1ca18f4ed3e)) -- upgraded components ([47060c2](https://github.com/tsparticles/tsparticles/commit/47060c2bafb0f7e21955e2e3ea736592ae189167)) -- used particle id to reduce duplicates to to close [#437](https://github.com/tsparticles/tsparticles/issues/437) ([7a3aef1](https://github.com/tsparticles/tsparticles/commit/7a3aef16f494df8f6622eb35cb0eb5d08b2b6a58)) -- working on issue [#1269](https://github.com/tsparticles/tsparticles/issues/1269) and [#1256](https://github.com/tsparticles/tsparticles/issues/1256) ([8eba78b](https://github.com/tsparticles/tsparticles/commit/8eba78b0a7be078cbc2903895084a311945bb7d1)) -- zIndex, closes [#979](https://github.com/tsparticles/tsparticles/issues/979) ([09e4932](https://github.com/tsparticles/tsparticles/commit/09e4932222177dd9453759ff6a35b3a1cf5fd037)) +- add hsv color support ([39ad40a](https://github.com/tsparticles/tsparticles/commit/39ad40a0e67076985aa9cac684f337ea3e052a29)) +- add multiline text shape ([c55a9d2](https://github.com/tsparticles/tsparticles/commit/c55a9d217967041e3d847b10a3f476a760bcc0bb)) +- added a configs package, this will contains all the presets used in demos ([92fc41b](https://github.com/tsparticles/tsparticles/commit/92fc41b77a35295aee787b72952134d25899f251)) +- added a first release of riot.js component ([1b373bd](https://github.com/tsparticles/tsparticles/commit/1b373bd976aed80ed106e685fc1fcbe557c2ba08)) +- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) +- added aria-hidden="true" to canvas element, fixes [#4785](https://github.com/tsparticles/tsparticles/issues/4785) ([8aaa038](https://github.com/tsparticles/tsparticles/commit/8aaa03862d2f23a51e0cbb997b853b4bd54bddda)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) +- added bounce to mouse hover event ([8bf39a2](https://github.com/tsparticles/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) +- added cards to wordpress plugin ([27ed9c3](https://github.com/tsparticles/tsparticles/commit/27ed9c344c26da592a83595837dea891b74d0b8b)) +- added collisions to fountain preset ([3138f7f](https://github.com/tsparticles/tsparticles/commit/3138f7f4f50fbc467f5b3447fa0b1d1d8ca60709)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added compatibility to marc bruederlin's archived particles.js ([f4fa42b](https://github.com/tsparticles/tsparticles/commit/f4fa42b0424b4a67d9329047627ee1b86b5b6606)) +- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) +- added cra-template-particles ([915f6bc](https://github.com/tsparticles/tsparticles/commit/915f6bcf809a070a073149e281622a3aca44c1f3)) +- added cra-template-particles-typescript ([05b5417](https://github.com/tsparticles/tsparticles/commit/05b54170d009fa3243e9eafee662306c167a3eff)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added decay options (not used yet) to animation objects ([141e1b2](https://github.com/tsparticles/tsparticles/commit/141e1b229e60fc8161d4060b8cfec111bfb60e0e)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) +- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) +- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) +- added distance to move.attract options ([e5da4c6](https://github.com/tsparticles/tsparticles/commit/e5da4c648c876deccedf4e7ae605ef44142540bf)) +- added divs selector on interactivity events ([831249f](https://github.com/tsparticles/tsparticles/commit/831249fde50fcfe888d4fd6c69691b4cbad48f5a)) +- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- added drift (numeric or min/max object) ([87adda3](https://github.com/tsparticles/tsparticles/commit/87adda3451c46708dfcfd4431bc9fdf6ff25765f)) +- added duration to options ([d4c0a8d](https://github.com/tsparticles/tsparticles/commit/d4c0a8ddb88d3699a1d3974db9bda38f4c47dd79)) +- added easings to attract and repulse interactions ([071f515](https://github.com/tsparticles/tsparticles/commit/071f5157f28ec91948c07ee9f30e9bc0b15a01db)) +- added element options to canvas mask, for using an external created canvas ([0770c13](https://github.com/tsparticles/tsparticles/commit/0770c13fa7e22e6ffd286c97f0854415f9cc450d)) +- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) +- added event handler for svelte component ([86a5e65](https://github.com/tsparticles/tsparticles/commit/86a5e6563e6485fb9ead75a88c9b23cfeee96871)) +- added external presets to editor ([ef06afc](https://github.com/tsparticles/tsparticles/commit/ef06afc13ae42e3569a125ba92971408b15864a9)) +- added feature from issue [#797](https://github.com/tsparticles/tsparticles/issues/797) ([79197c9](https://github.com/tsparticles/tsparticles/commit/79197c96a4ed55a9d9ba62232ae7c1ffe78c5890)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added fireworks preset ([0615bc1](https://github.com/tsparticles/tsparticles/commit/0615bc177ce39b5127d70812df281757ec3e851e)) +- added font options to text mask ([ddcfa6d](https://github.com/tsparticles/tsparticles/commit/ddcfa6d68e3b8030bbbf8085a2177b845b0d86df)) +- added getEmitter and getAbsorber to plugin container ([24c9f97](https://github.com/tsparticles/tsparticles/commit/24c9f971627b2ea8bad921a7b619ca207f3b717d)) +- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- added HSV support ([5083e08](https://github.com/tsparticles/tsparticles/commit/5083e089d55bf92eab2505d440be7b226b67d01a)) +- added image preload ([b8072f6](https://github.com/tsparticles/tsparticles/commit/b8072f60863a5138d746621e69f4699c8b3b6366)) +- added init state to react, preact and inferno components ([2fbc361](https://github.com/tsparticles/tsparticles/commit/2fbc361060d58db48faa6836b249e704e0b04e04)) +- added languages folder and file to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([ab12d1d](https://github.com/tsparticles/tsparticles/commit/ab12d1d186ea83c01b8206c784a9915fde308d03)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) +- added mass to particle, this will improve collisions ([65779c9](https://github.com/tsparticles/tsparticles/commit/65779c936412a9ae6ee8eb7898bc4a5bb347de83)) +- added max speed value to collisions options ([6708716](https://github.com/tsparticles/tsparticles/commit/670871683deb645fde69f781e7845648250efa2a)) +- Added missing TypeDefinitions for TypeScript 4.4 ([99c31c8](https://github.com/tsparticles/tsparticles/commit/99c31c8755916a16123506606fdb408bc4b574f0)) +- added mode to more coordinates options ([543cfab](https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41)) +- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) +- added motion options to editor ([80a30a7](https://github.com/tsparticles/tsparticles/commit/80a30a783de4741032cc791bc5c36469e9ab2e6f)) +- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/tsparticles/tsparticles/issues/888) ([89a4ffb](https://github.com/tsparticles/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) +- added movement speed affected by particles size ([3a3d893](https://github.com/tsparticles/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) +- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) +- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) +- added mutation observer to avoid style changes to the canvas when in fullscreen mode ([65b33e2](https://github.com/tsparticles/tsparticles/commit/65b33e2f6827c6822e0abf4332cabbffa945e8bf)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) +- added new external shape rounded-rect, closes [#1220](https://github.com/tsparticles/tsparticles/issues/1220) ([a403902](https://github.com/tsparticles/tsparticles/commit/a4039026f0bdd53abc0158502f0b16484192fd63)) +- added new functions for loading options, this will be useful for removing all the classes ([89501c5](https://github.com/tsparticles/tsparticles/commit/89501c540596892109f7e9cf24bd69064a30a70d)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added new opacity options to editor ([f8bb792](https://github.com/tsparticles/tsparticles/commit/f8bb792f3430df73e7467b9f849343c75787344c)) +- added new preset ([f3c677a](https://github.com/tsparticles/tsparticles/commit/f3c677a2872bde43e4bce6e2886cc1d3f6d64297)) +- added new resize object to interactivity options, can change the debounce delay, fixes [#4803](https://github.com/tsparticles/tsparticles/issues/4803) ([c79cccc](https://github.com/tsparticles/tsparticles/commit/c79ccccdc1f3be6c1a9fc2d471d5d7b5ab64d7a7)) +- added new sections to editor ([a16e164](https://github.com/tsparticles/tsparticles/commit/a16e164bf71d063edb557ce481a218fb68fc437d)) +- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) +- added new split options to editor ([d115feb](https://github.com/tsparticles/tsparticles/commit/d115feb5e7c220ae986b89fb472579f82098c5d4)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added noise/path generator in plugins management ([7599d90](https://github.com/tsparticles/tsparticles/commit/7599d901120be8b4f6730df86addc8b9516754ab)) +- added option to pause the animation while the element is outside the viewport ([e28a624](https://github.com/tsparticles/tsparticles/commit/e28a624e3ac9e7510d136390841b26fc030cde1b)) +- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- added overlap options to collisions ([62d43b9](https://github.com/tsparticles/tsparticles/commit/62d43b9876c13c17398a65640081f6b3453c262d)) +- added particle back color used in roll options ([497525a](https://github.com/tsparticles/tsparticles/commit/497525a1855cf87e35e9248337bb819c8777f2af)) +- added particles loaded event to angular component ([81400e8](https://github.com/tsparticles/tsparticles/commit/81400e88c8451643828684e521c9900637165ca1)) +- added particles options to trail interactivity options ([c814550](https://github.com/tsparticles/tsparticles/commit/c81455011e93971ea920f6f08ffe984ca8d4a207)) +- added particles pool for reusing destroyed particles ([ee56851](https://github.com/tsparticles/tsparticles/commit/ee568519b343cfc234bd1de2d7da2d6b90e9a8fa)) +- added pauseOnStop on trail hover mode ([14cd117](https://github.com/tsparticles/tsparticles/commit/14cd117b223706df57ecb9aaf0fa0f13fd347ef3)) +- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) +- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) +- added roll editor ([4560212](https://github.com/tsparticles/tsparticles/commit/45602123f0b6462e63245397da63aabb8f75c68c)) +- added roll options to particles, this is the latest missing feature to the confetti rework ([98d9428](https://github.com/tsparticles/tsparticles/commit/98d94285cb653a7d5fa1da4fe4d3bf0f73785e29)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added sides count to particle to improve the shadow for the light over ([d9110ef](https://github.com/tsparticles/tsparticles/commit/d9110efa8ebf049a876f0f001e858548921156f9)) +- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) +- added smooth options, it ignores the fpsLimit trying to create a smoother animation\* ([5ad1a27](https://github.com/tsparticles/tsparticles/commit/5ad1a27dd7496377aa2f87e2c32b1b45b2c68ef7)) +- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) +- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) +- added support for multiple shapes declared at once ([463d099](https://github.com/tsparticles/tsparticles/commit/463d099b9e50cfe99b494a49329f9431a5e1ced3)) +- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) +- added tilt effect to particles, this was called wobble in previous commit ([7eade2e](https://github.com/tsparticles/tsparticles/commit/7eade2e5558055cd14ec524cd323c76c81c29549)) +- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/tsparticles/tsparticles/issues/691) ([37e1c92](https://github.com/tsparticles/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) +- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added Vector class taken from v2, this will be used wisely ([14249aa](https://github.com/tsparticles/tsparticles/commit/14249aa08e71b2915636bc02ee87a40c310f0030)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added volume buttons to sounds plugin ([3c914c1](https://github.com/tsparticles/tsparticles/commit/3c914c1c24ccda0bdda37ebe507ae0abb1ecf050)) +- added vue plugin for simpler usage ([930a892](https://github.com/tsparticles/tsparticles/commit/930a892a65d6742c315a68eb63ee84b4c3736aa9)) +- added web component ([d226304](https://github.com/tsparticles/tsparticles/commit/d2263046fbf215ac9a374a8afd92c1bf7e3ab520)) +- added wobble effect to particles, bringing confetti animations to all particles ([4146eec](https://github.com/tsparticles/tsparticles/commit/4146eecf83ceb35a6f6455339f2c8649be433b57)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- adding plugins to wordpress gutenberg block ([dd340be](https://github.com/tsparticles/tsparticles/commit/dd340be2a9f83dac1ce11c70ba97e8d1d75c6e27)) +- adding SolidJS component ([96677e7](https://github.com/tsparticles/tsparticles/commit/96677e7d43474e4454843eb6fd6a2aec900f2f0b)) +- animation loop count for opacity and size ([d38a0a3](https://github.com/tsparticles/tsparticles/commit/d38a0a32b20c26faab97691993079bd48e1cd5d6)) +- async presets ([86f3038](https://github.com/tsparticles/tsparticles/commit/86f3038bfc336744e88bb3d6ab7dfd4a36ada4e6)) +- attract interaction improvements ([a66769a](https://github.com/tsparticles/tsparticles/commit/a66769aa7a3650bf8ec9df1c5b702b25f7c24d34)) +- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- base attraction class, just repulse with opposite sign ([d39c20b](https://github.com/tsparticles/tsparticles/commit/d39c20bf68681f2482dcd4bbcf76dd24fb8da0cd)) +- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/tsparticles/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) +- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/tsparticles/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- by default motion is reduced when css motion reduction is enabled ([fe4d59d](https://github.com/tsparticles/tsparticles/commit/fe4d59d2f39b67efa6f8630c7417a86d6bdb2c06)) +- changed angular and vue component name and syntax, changed version to 2.0.0 for breaking changes ([58d58f9](https://github.com/tsparticles/tsparticles/commit/58d58f9a37a116cab7ad656331f59ee9236ccf1b)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- changed despawn confetti action using opacity animation, was life duration, closes [#4978](https://github.com/tsparticles/tsparticles/issues/4978) ([6032aa9](https://github.com/tsparticles/tsparticles/commit/6032aa95f43d474adf6423e4b7e2c319500cd114)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/tsparticles/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) +- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) +- changed particles.js compatibility with a new plugin ([4b7c90b](https://github.com/tsparticles/tsparticles/commit/4b7c90bfd5d4299f828bc855d08fb1c4781cbdf2)) +- changed particlesInit on angular, is a property now and not an event ([38f6219](https://github.com/tsparticles/tsparticles/commit/38f62190549bb194e6ab542ba834ae2118f99ba6)) +- collisions between particles have now the bounce factor customizable ([da68ce7](https://github.com/tsparticles/tsparticles/commit/da68ce7ca974206af7781b833203ea0b1a6b0966)) +- completed [#691](https://github.com/tsparticles/tsparticles/issues/691), need to improve links and triangles performance ([9d82c2c](https://github.com/tsparticles/tsparticles/commit/9d82c2c888a9e93cd4b5c2523a055561e01af8de)) +- completed HSV support ([0cf39d0](https://github.com/tsparticles/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) +- confetti animations are now splitted in two generic particles sections (tilt, wobble) ([b88afaf](https://github.com/tsparticles/tsparticles/commit/b88afaf6fbd59991e97e22560ccd2c61f00c0362)) +- confetti shape, closes [#605](https://github.com/tsparticles/tsparticles/issues/605) ([ae0dbd4](https://github.com/tsparticles/tsparticles/commit/ae0dbd49cfc58972a93d29f10546b525476b1097)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- created inferno component ([ba2f150](https://github.com/tsparticles/tsparticles/commit/ba2f150bade64ec2e295267a8f8b5ae181747647)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- created vue3 component, closes [#832](https://github.com/tsparticles/tsparticles/issues/832) ([e6430e9](https://github.com/tsparticles/tsparticles/commit/e6430e9162b6cb1ac72c38c02c70521d2e77d949)) +- created wordpress plugin folder, working on it to create a tsParticles block ([ac6de31](https://github.com/tsparticles/tsparticles/commit/ac6de3168c4761af258bc5ec45cafca45eb9b3f2)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- emitter rate delay and quantity are now RangeValues so they can be randomized ([2fb937a](https://github.com/tsparticles/tsparticles/commit/2fb937a1bd1790c9acc8ab2bb75089f274a61c38)) +- emitters and absorbers now can have a name in options ([d2b731e](https://github.com/tsparticles/tsparticles/commit/d2b731e67ec47ea7d50d3d8d7cf3e9b1ab9d840b)) +- emitters plugin adds play/pause emitters methods to container (closes [#1184](https://github.com/tsparticles/tsparticles/issues/1184)) ([80eeed2](https://github.com/tsparticles/tsparticles/commit/80eeed2f6ab414d8d292172d4e30b85d714e8978)) +- emitters spawn color ([f37fa01](https://github.com/tsparticles/tsparticles/commit/f37fa010b2c945c02b0db951642eb3bbde9f8c1e)) +- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) +- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) +- first round of vector on particles done ([c76ce11](https://github.com/tsparticles/tsparticles/commit/c76ce114a4a0546d29efa909b321a8dfb04db1ff)) +- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) +- fixed [#739](https://github.com/tsparticles/tsparticles/issues/739), added outModes instead of a single out mode, every edge now can be customized ([67194dc](https://github.com/tsparticles/tsparticles/commit/67194dcceb2a78d75c75d331e4940d3900557875)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) +- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) +- fixed links and triangles presets ([fdd4d8b](https://github.com/tsparticles/tsparticles/commit/fdd4d8b13ae7c23a5bafd001d2f0169193804f12)) +- fixed links presets ([9812393](https://github.com/tsparticles/tsparticles/commit/9812393eafea002d7d68dc5b302c5c56346e3319)) +- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- fixed sea anemone presets ([0df846d](https://github.com/tsparticles/tsparticles/commit/0df846d81b736b38f8e920b207ab973811695622)) +- fixed snow preset ([38cba58](https://github.com/tsparticles/tsparticles/commit/38cba5884e01be5721395e5f084eb24ac15806de)) +- fixed some editor outdated fields and added some new ([30b4ac9](https://github.com/tsparticles/tsparticles/commit/30b4ac9f59c2b09768fcb3432114bcbb027c8577)) +- fixed stars preset ([04e7f4c](https://github.com/tsparticles/tsparticles/commit/04e7f4cd9bda078410940c561a20d57a5502f6e1)) +- found a good solution with good performance to fix [#691](https://github.com/tsparticles/tsparticles/issues/691) ([08c37a5](https://github.com/tsparticles/tsparticles/commit/08c37a5e38221d100de5b538242169f37947e668)) +- hsv color documentation ([c63423d](https://github.com/tsparticles/tsparticles/commit/c63423d6c77e5276c6956ed1a91080257291aed0)) +- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) +- improved fireworks preset ([cd23778](https://github.com/tsparticles/tsparticles/commit/cd23778190327340272fb53f9de7c44a2ae23aa2)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- improved image mask plugin options ([af527bc](https://github.com/tsparticles/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improving the path svg plugin ([94c8e94](https://github.com/tsparticles/tsparticles/commit/94c8e94af897aebc3043c8a98a95e37c09a8c6ba)) +- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- loadJSON can accept also a string array and an optional index parameter ([2ecd9f9](https://github.com/tsparticles/tsparticles/commit/2ecd9f9322293a80ded07f70acc5be2f12aca8f0)) +- manual particles, fixes [#839](https://github.com/tsparticles/tsparticles/issues/839) ([4531b4a](https://github.com/tsparticles/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) +- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) +- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- mouse attract now have better speed values for click ([3f5cb8e](https://github.com/tsparticles/tsparticles/commit/3f5cb8eb7fc7a9a2540aa467fac313d589c856f6)) +- mouse attract now have better speed values for hover ([8e10252](https://github.com/tsparticles/tsparticles/commit/8e102522321c5e048be2bdd4846db2bf6237e8d8)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) +- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) +- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) +- moved more code out from engine to specific plugins ([ea70ea2](https://github.com/tsparticles/tsparticles/commit/ea70ea22ebc03579b31d0b926bfac8bcfb9606c5)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) +- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) +- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) +- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) +- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) +- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) +- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) +- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) +- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- opacity animation options have now startValue and destroy like size animation options ([9512a27](https://github.com/tsparticles/tsparticles/commit/9512a27022b1edb4aea6c9718925d7a114cf2cbe)) +- optmize demo of vue3 ([88664ef](https://github.com/tsparticles/tsparticles/commit/88664ef4dea5a9bd42c12a8cc2975b4fea78d4a4)) +- optmize demo of vue3 ([6618f5d](https://github.com/tsparticles/tsparticles/commit/6618f5ddd384fa4b3ca3e984033e45691a1ed986)) +- particle init on shape drawers ([5d31dc1](https://github.com/tsparticles/tsparticles/commit/5d31dc1a6baa668cb13c2970a820ac2f125ff022)) +- particle when destroyed can be splitted, closes [#994](https://github.com/tsparticles/tsparticles/issues/994) ([f1522ec](https://github.com/tsparticles/tsparticles/commit/f1522ec4982f7848f356f283b87a91d6579751da)) +- particle with move max distance are now good, closes [#740](https://github.com/tsparticles/tsparticles/issues/740) ([e1453c7](https://github.com/tsparticles/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) +- prepared confetti preset ([d290ec1](https://github.com/tsparticles/tsparticles/commit/d290ec1cef191507a79a5950dd72a1810df22046)) +- preparing attract mouse interaction mode ([94bc3b3](https://github.com/tsparticles/tsparticles/commit/94bc3b36c9fc06af3fe244437eda87a8ca4536d6)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- preparing simpler options for confetti preset ([59d4963](https://github.com/tsparticles/tsparticles/commit/59d496345bb85b85c7cbd15b9e4d76c3c0cd5b4c)) +- refactor click repulse, now it uses the same algorithm as the hover and div events ([b552869](https://github.com/tsparticles/tsparticles/commit/b55286956bbf8217af7338842528884abfdbdda4)) +- refactored image mask plugin, closes [#4492](https://github.com/tsparticles/tsparticles/issues/4492) ([15c1191](https://github.com/tsparticles/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) +- removed active from slow mode, it was obsolete, small breaking change but smaller engine ([378bc65](https://github.com/tsparticles/tsparticles/commit/378bc65516dbbf8e6b80bbc026695145f7c9a867)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed dynamic import of the pathseg polyfill, used the standard one ([c8ecc89](https://github.com/tsparticles/tsparticles/commit/c8ecc899b961cdf8888a347b11c1e29cdbe3a76d)) +- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) +- removed support for very old browsers that don't support requestAnimationFrame ([edf5f9d](https://github.com/tsparticles/tsparticles/commit/edf5f9dc70ea7cd3c3ef278e88ed448fabbf688f)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- responsive options ([f694555](https://github.com/tsparticles/tsparticles/commit/f694555d21082de95e31668280303d22286be8c3)) +- restored options compatibility with v1 and pjs, it's easier to migrate to v2 this way ([78dd8cd](https://github.com/tsparticles/tsparticles/commit/78dd8cd49eb9d7a69d1cf2f26d727615c8cf1e15)) +- restored particles.js compatibility ([88b9dfe](https://github.com/tsparticles/tsparticles/commit/88b9dfebef79d1f826215449ddc9197692f15a2a)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- size, opacity and rotate particles options support now also min/max objects in value ([c33e447](https://github.com/tsparticles/tsparticles/commit/c33e4477f2667cd171aa3f5bf0a262e133d2fdbf)) +- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) +- speed decay ([1b7ec28](https://github.com/tsparticles/tsparticles/commit/1b7ec28ab1e8a9cc36819a2dc925d2384e92076d)) +- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- stroke color animation ([deabadd](https://github.com/tsparticles/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) +- svelte component ([1d0a0d5](https://github.com/tsparticles/tsparticles/commit/1d0a0d575ebcd50debbae62d74e016da58055d5f)) +- try adding particles options to trail interactivity options ([d9b442b](https://github.com/tsparticles/tsparticles/commit/d9b442b099ba9548828785269cb6997a1ba70b7a)) +- unified mouse click/hover attract animation. closes [#504](https://github.com/tsparticles/tsparticles/issues/504) ([666c266](https://github.com/tsparticles/tsparticles/commit/666c266cb54e4358a308caf1de86b82730abb0d4)) +- unified mouse click/hover attract animation. closes [#532](https://github.com/tsparticles/tsparticles/issues/532) ([043ddc3](https://github.com/tsparticles/tsparticles/commit/043ddc306f8d8e07bfb38f142549dfac65830113)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- updated ng-particles to Angular 13 ([802e290](https://github.com/tsparticles/tsparticles/commit/802e2904fcf01e713fe74bcdb4efb32979e27cc8)) +- updated to angular 10.1 (rc) to support TS 4.0 ([429cf89](https://github.com/tsparticles/tsparticles/commit/429cf893fb364101aeaddc2d2248245b0926741f)) +- updated wordpress plugins list ([e0e077a](https://github.com/tsparticles/tsparticles/commit/e0e077a80c8d746372f9e4dd33fb69597fd67c67)) +- updating editor to Object GUI v2 ([12ea540](https://github.com/tsparticles/tsparticles/commit/12ea540a040aae301401e3941c0cd1ca18f4ed3e)) +- upgraded components ([47060c2](https://github.com/tsparticles/tsparticles/commit/47060c2bafb0f7e21955e2e3ea736592ae189167)) +- used particle id to reduce duplicates to to close [#437](https://github.com/tsparticles/tsparticles/issues/437) ([7a3aef1](https://github.com/tsparticles/tsparticles/commit/7a3aef16f494df8f6622eb35cb0eb5d08b2b6a58)) +- working on issue [#1269](https://github.com/tsparticles/tsparticles/issues/1269) and [#1256](https://github.com/tsparticles/tsparticles/issues/1256) ([8eba78b](https://github.com/tsparticles/tsparticles/commit/8eba78b0a7be078cbc2903895084a311945bb7d1)) +- zIndex, closes [#979](https://github.com/tsparticles/tsparticles/issues/979) ([09e4932](https://github.com/tsparticles/tsparticles/commit/09e4932222177dd9453759ff6a35b3a1cf5fd037)) ### Reverts -- Revert "Update nodejs.yml" ([dd1486c](https://github.com/tsparticles/tsparticles/commit/dd1486c07a5315897b2f75d84cd479ad9621100c)) -- links and triangles frequency are rolled back, I didn't like the performances ([4a6875c](https://github.com/tsparticles/tsparticles/commit/4a6875ca61e0fd6277e4af4b7931d9096d5ca071)) +- Revert "Update nodejs.yml" ([dd1486c](https://github.com/tsparticles/tsparticles/commit/dd1486c07a5315897b2f75d84cd479ad9621100c)) +- links and triangles frequency are rolled back, I didn't like the performances ([4a6875c](https://github.com/tsparticles/tsparticles/commit/4a6875ca61e0fd6277e4af4b7931d9096d5ca071)) ### BREAKING CHANGES -- **engine:** enums are not exported anymore, this could break javascript usages +- **engine:** enums are not exported anymore, this could break javascript usages diff --git a/README.md b/README.md index 693f33079a7..b06c49d4557 100644 --- a/README.md +++ b/README.md @@ -28,78 +28,78 @@ React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Riot.j ## Table of Contents -- [tsParticles - TypeScript Particles](#tsparticles---typescript-particles) - - [Table of Contents](#table-of-contents) - - [Do you want to use it on your website?](#do-you-want-to-use-it-on-your-website) - - [**_Library installation_**](#library-installation) - - [**_Hosting / CDN_**](#hosting--cdn) - - [jsDelivr](#jsdelivr) - - [cdnjs](#cdnjs) - - [unpkg](#unpkg) - - [**_npm_**](#npm) - - [**_yarn_**](#yarn) - - [**_pnpm_**](#pnpm) - - [Import and require](#import-and-require) - - [**_Usage_**](#usage) - - [Official components for some of the most used frameworks](#official-components-for-some-of-the-most-used-frameworks) - - [Angular](#angular) - - [`@tsparticles/angular`](#@tsparticles/angular) - - [Astro](#astro) - - [`astro-particles`](#astro-particles) - - [Ember.js](#emberjs) - - [`ember-tsparticles`](#ember-tsparticles) - - [Inferno](#inferno) - - [`inferno-particles`](#inferno-particles) - - [jQuery](#jquery) - - [`jquery-particles`](#jquery-particles) - - [Preact](#preact) - - [`preact-particles`](#preact-particles) - - [ReactJS](#reactjs) - - [`@tsparticles/react`](#tsparticlesreact) - - [RiotJS](#riotjs) - - [`riot-particles`](#riot-particles) - - [SolidJS](#solidjs) - - [`solid-particles`](#solid-particles) - - [Svelte](#svelte) - - [`@tsparticles/svelte`](#@tsparticles/svelte) - - [VueJS 2.x](#vuejs-2x) - - [`@tsparticles/vue2`](#tsparticlesvue2) - - [VueJS 3.x](#vuejs-3x) - - [`@tsparticles/vue3`](#tsparticlesvue3) - - [Web Components](#web-components) - - [`web-particles`](#web-particles) - - [WordPress](#wordpress) - - [`@tsparticles/wordpress`](#@tsparticles/wordpress) - - [Elementor](#elementor) - - [Presets](#presets) - - [Big Circles](#big-circles) - - [Bubbles](#bubbles) - - [Confetti](#confetti) - - [Fire](#fire) - - [Firefly](#firefly) - - [Fireworks](#fireworks) - - [Fountain](#fountain) - - [Links](#links) - - [Sea Anemone](#sea-anemone) - - [Snow](#snow) - - [Stars](#stars) - - [Triangles](#triangles) - - [Templates and Resources](#templates-and-resources) - - [**_Demo / Generator_**](#demo--generator) - - [**_Video Tutorials_**](#video-tutorials) - - [Characters as particles](#characters-as-particles) - - [Polygon mask](#polygon-mask) - - [Animated stars](#animated-stars) - - [Nyan cat flying on scrolling stars](#nyan-cat-flying-on-scrolling-stars) - - [Snow particles](#snow-particles) - - [Background Mask particles](#background-mask-particles) - - [**_Options_**](#options) - - [Want to see it in action and try it?](#want-to-see-it-in-action-and-try-it) - - [Migrating from Particles.js](#migrating-from-particlesjs) - - [Plugins/Customizations](#pluginscustomizations) - - [Dependency Graph](#dependency-graph) - - [Sponsors](#sponsors) - - [Huge thanks to JetBrains for the 2020-2022 Open Source Licenses!](#huge-thanks-to-jetbrains-for-the-2020-2022-open-source-licenses) +- [tsParticles - TypeScript Particles](#tsparticles---typescript-particles) + - [Table of Contents](#table-of-contents) + - [Do you want to use it on your website?](#do-you-want-to-use-it-on-your-website) + - [**_Library installation_**](#library-installation) + - [**_Hosting / CDN_**](#hosting--cdn) + - [jsDelivr](#jsdelivr) + - [cdnjs](#cdnjs) + - [unpkg](#unpkg) + - [**_npm_**](#npm) + - [**_yarn_**](#yarn) + - [**_pnpm_**](#pnpm) + - [Import and require](#import-and-require) + - [**_Usage_**](#usage) + - [Official components for some of the most used frameworks](#official-components-for-some-of-the-most-used-frameworks) + - [Angular](#angular) + - [`@tsparticles/angular`](#@tsparticles/angular) + - [Astro](#astro) + - [`astro-particles`](#astro-particles) + - [Ember.js](#emberjs) + - [`ember-tsparticles`](#ember-tsparticles) + - [Inferno](#inferno) + - [`inferno-particles`](#inferno-particles) + - [jQuery](#jquery) + - [`jquery-particles`](#jquery-particles) + - [Preact](#preact) + - [`preact-particles`](#preact-particles) + - [ReactJS](#reactjs) + - [`@tsparticles/react`](#tsparticlesreact) + - [RiotJS](#riotjs) + - [`riot-particles`](#riot-particles) + - [SolidJS](#solidjs) + - [`solid-particles`](#solid-particles) + - [Svelte](#svelte) + - [`@tsparticles/svelte`](#@tsparticles/svelte) + - [VueJS 2.x](#vuejs-2x) + - [`@tsparticles/vue2`](#tsparticlesvue2) + - [VueJS 3.x](#vuejs-3x) + - [`@tsparticles/vue3`](#tsparticlesvue3) + - [Web Components](#web-components) + - [`web-particles`](#web-particles) + - [WordPress](#wordpress) + - [`@tsparticles/wordpress`](#@tsparticles/wordpress) + - [Elementor](#elementor) + - [Presets](#presets) + - [Big Circles](#big-circles) + - [Bubbles](#bubbles) + - [Confetti](#confetti) + - [Fire](#fire) + - [Firefly](#firefly) + - [Fireworks](#fireworks) + - [Fountain](#fountain) + - [Links](#links) + - [Sea Anemone](#sea-anemone) + - [Snow](#snow) + - [Stars](#stars) + - [Triangles](#triangles) + - [Templates and Resources](#templates-and-resources) + - [**_Demo / Generator_**](#demo--generator) + - [**_Video Tutorials_**](#video-tutorials) + - [Characters as particles](#characters-as-particles) + - [Polygon mask](#polygon-mask) + - [Animated stars](#animated-stars) + - [Nyan cat flying on scrolling stars](#nyan-cat-flying-on-scrolling-stars) + - [Snow particles](#snow-particles) + - [Background Mask particles](#background-mask-particles) + - [**_Options_**](#options) + - [Want to see it in action and try it?](#want-to-see-it-in-action-and-try-it) + - [Migrating from Particles.js](#migrating-from-particlesjs) + - [Plugins/Customizations](#pluginscustomizations) + - [Dependency Graph](#dependency-graph) + - [Sponsors](#sponsors) + - [Huge thanks to JetBrains for the 2020-2022 Open Source Licenses!](#huge-thanks-to-jetbrains-for-the-2020-2022-open-source-licenses) --- diff --git a/bundles/all/CHANGELOG.md b/bundles/all/CHANGELOG.md index dc9c7b552b1..fe24e5476e0 100644 --- a/bundles/all/CHANGELOG.md +++ b/bundles/all/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Features + +- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +23,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) +- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,20 +65,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -82,21 +88,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Features -- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) -- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) +- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) +- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -110,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -120,10 +126,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) -- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -137,7 +143,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -147,8 +153,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ### Features -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) diff --git a/bundles/all/package.dist.json b/bundles/all/package.dist.json index 6936b12fd6f..18f109cb610 100644 --- a/bundles/all/package.dist.json +++ b/bundles/all/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/all", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,56 +99,57 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/effect-bubble": "3.8.1", - "@tsparticles/effect-trail": "3.8.1", - "@tsparticles/engine": "3.8.1", - "@tsparticles/interaction-external-particle": "3.8.1", - "@tsparticles/interaction-external-pop": "3.8.1", - "@tsparticles/interaction-light": "3.8.1", - "@tsparticles/interaction-particles-repulse": "3.8.1", - "@tsparticles/path-curl-noise": "3.8.1", - "@tsparticles/path-curves": "3.8.1", - "@tsparticles/path-perlin-noise": "3.8.1", - "@tsparticles/path-polygon": "3.8.1", - "@tsparticles/path-simplex-noise": "3.8.1", - "@tsparticles/path-svg": "3.8.1", - "@tsparticles/path-zig-zag": "3.8.1", - "@tsparticles/pjs": "3.8.1", - "@tsparticles/plugin-canvas-mask": "3.8.1", - "@tsparticles/plugin-easing-back": "3.8.1", - "@tsparticles/plugin-easing-circ": "3.8.1", - "@tsparticles/plugin-easing-cubic": "3.8.1", - "@tsparticles/plugin-easing-expo": "3.8.1", - "@tsparticles/plugin-easing-linear": "3.8.1", - "@tsparticles/plugin-easing-quart": "3.8.1", - "@tsparticles/plugin-easing-quint": "3.8.1", - "@tsparticles/plugin-easing-sine": "3.8.1", - "@tsparticles/plugin-emitters-shape-canvas": "3.8.1", - "@tsparticles/plugin-emitters-shape-path": "3.8.1", - "@tsparticles/plugin-emitters-shape-polygon": "3.8.1", - "@tsparticles/plugin-export-image": "3.8.1", - "@tsparticles/plugin-export-json": "3.8.1", - "@tsparticles/plugin-export-video": "3.8.1", - "@tsparticles/plugin-hsv-color": "3.8.1", - "@tsparticles/plugin-infection": "3.8.1", - "@tsparticles/plugin-motion": "3.8.1", - "@tsparticles/plugin-named-color": "3.8.1", - "@tsparticles/plugin-oklch-color": "3.8.1", - "@tsparticles/plugin-poisson-disc": "3.8.1", - "@tsparticles/plugin-polygon-mask": "3.8.1", - "@tsparticles/plugin-sounds": "3.8.1", - "@tsparticles/shape-arrow": "3.8.1", - "@tsparticles/shape-cards": "3.8.1", - "@tsparticles/shape-cog": "3.8.1", - "@tsparticles/shape-heart": "3.8.1", - "@tsparticles/shape-infinity": "3.8.1", - "@tsparticles/shape-path": "3.8.1", - "@tsparticles/shape-rounded-polygon": "3.8.1", - "@tsparticles/shape-rounded-rect": "3.8.1", - "@tsparticles/shape-spiral": "3.8.1", - "@tsparticles/updater-gradient": "3.8.1", - "@tsparticles/updater-orbit": "3.8.1", - "tsparticles": "3.8.1" + "@tsparticles/effect-bubble": "3.9.0", + "@tsparticles/effect-trail": "3.9.0", + "@tsparticles/engine": "3.9.0", + "@tsparticles/interaction-external-particle": "3.9.0", + "@tsparticles/interaction-external-pop": "3.9.0", + "@tsparticles/interaction-light": "3.9.0", + "@tsparticles/interaction-particles-repulse": "3.9.0", + "@tsparticles/path-curl-noise": "3.9.0", + "@tsparticles/path-curves": "3.9.0", + "@tsparticles/path-fractal-noise": "3.9.0", + "@tsparticles/path-perlin-noise": "3.9.0", + "@tsparticles/path-polygon": "3.9.0", + "@tsparticles/path-simplex-noise": "3.9.0", + "@tsparticles/path-svg": "3.9.0", + "@tsparticles/path-zig-zag": "3.9.0", + "@tsparticles/pjs": "3.9.0", + "@tsparticles/plugin-canvas-mask": "3.9.0", + "@tsparticles/plugin-easing-back": "3.9.0", + "@tsparticles/plugin-easing-circ": "3.9.0", + "@tsparticles/plugin-easing-cubic": "3.9.0", + "@tsparticles/plugin-easing-expo": "3.9.0", + "@tsparticles/plugin-easing-linear": "3.9.0", + "@tsparticles/plugin-easing-quart": "3.9.0", + "@tsparticles/plugin-easing-quint": "3.9.0", + "@tsparticles/plugin-easing-sine": "3.9.0", + "@tsparticles/plugin-emitters-shape-canvas": "3.9.0", + "@tsparticles/plugin-emitters-shape-path": "3.9.0", + "@tsparticles/plugin-emitters-shape-polygon": "3.9.0", + "@tsparticles/plugin-export-image": "3.9.0", + "@tsparticles/plugin-export-json": "3.9.0", + "@tsparticles/plugin-export-video": "3.9.0", + "@tsparticles/plugin-hsv-color": "3.9.0", + "@tsparticles/plugin-infection": "3.9.0", + "@tsparticles/plugin-motion": "3.9.0", + "@tsparticles/plugin-named-color": "3.9.0", + "@tsparticles/plugin-oklch-color": "3.9.0", + "@tsparticles/plugin-poisson-disc": "3.9.0", + "@tsparticles/plugin-polygon-mask": "3.9.0", + "@tsparticles/plugin-sounds": "3.9.0", + "@tsparticles/shape-arrow": "3.9.0", + "@tsparticles/shape-cards": "3.9.0", + "@tsparticles/shape-cog": "3.9.0", + "@tsparticles/shape-heart": "3.9.0", + "@tsparticles/shape-infinity": "3.9.0", + "@tsparticles/shape-path": "3.9.0", + "@tsparticles/shape-rounded-polygon": "3.9.0", + "@tsparticles/shape-rounded-rect": "3.9.0", + "@tsparticles/shape-spiral": "3.9.0", + "@tsparticles/updater-gradient": "3.9.0", + "@tsparticles/updater-orbit": "3.9.0", + "tsparticles": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/all/package.json b/bundles/all/package.json index 5678999ab87..655f56840c0 100644 --- a/bundles/all/package.json +++ b/bundles/all/package.json @@ -1,166 +1,167 @@ { - "name": "@tsparticles/all", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/all" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/all", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/all" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/effect-bubble": "workspace:3.8.1", - "@tsparticles/effect-trail": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/interaction-external-particle": "workspace:3.8.1", - "@tsparticles/interaction-external-pop": "workspace:3.8.1", - "@tsparticles/interaction-light": "workspace:3.8.1", - "@tsparticles/interaction-particles-repulse": "workspace:3.8.1", - "@tsparticles/path-curl-noise": "workspace:3.8.1", - "@tsparticles/path-curves": "workspace:3.8.1", - "@tsparticles/path-perlin-noise": "workspace:3.8.1", - "@tsparticles/path-polygon": "workspace:3.8.1", - "@tsparticles/path-simplex-noise": "workspace:3.8.1", - "@tsparticles/path-svg": "workspace:3.8.1", - "@tsparticles/path-zig-zag": "workspace:3.8.1", - "@tsparticles/pjs": "workspace:3.8.1", - "@tsparticles/plugin-canvas-mask": "workspace:3.8.1", - "@tsparticles/plugin-easing-back": "workspace:3.8.1", - "@tsparticles/plugin-easing-circ": "workspace:3.8.1", - "@tsparticles/plugin-easing-cubic": "workspace:3.8.1", - "@tsparticles/plugin-easing-expo": "workspace:3.8.1", - "@tsparticles/plugin-easing-linear": "workspace:3.8.1", - "@tsparticles/plugin-easing-quart": "workspace:3.8.1", - "@tsparticles/plugin-easing-quint": "workspace:3.8.1", - "@tsparticles/plugin-easing-sine": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-path": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.1", - "@tsparticles/plugin-export-image": "workspace:3.8.1", - "@tsparticles/plugin-export-json": "workspace:3.8.1", - "@tsparticles/plugin-export-video": "workspace:3.8.1", - "@tsparticles/plugin-hsv-color": "workspace:3.8.1", - "@tsparticles/plugin-infection": "workspace:3.8.1", - "@tsparticles/plugin-motion": "workspace:3.8.1", - "@tsparticles/plugin-named-color": "workspace:3.8.1", - "@tsparticles/plugin-oklch-color": "workspace:3.8.1", - "@tsparticles/plugin-poisson-disc": "workspace:3.8.1", - "@tsparticles/plugin-polygon-mask": "workspace:3.8.1", - "@tsparticles/plugin-sounds": "workspace:3.8.1", - "@tsparticles/shape-arrow": "workspace:3.8.1", - "@tsparticles/shape-cards": "workspace:3.8.1", - "@tsparticles/shape-cog": "workspace:3.8.1", - "@tsparticles/shape-heart": "workspace:3.8.1", - "@tsparticles/shape-infinity": "workspace:3.8.1", - "@tsparticles/shape-path": "workspace:3.8.1", - "@tsparticles/shape-rounded-polygon": "workspace:3.8.1", - "@tsparticles/shape-rounded-rect": "workspace:3.8.1", - "@tsparticles/shape-spiral": "workspace:3.8.1", - "@tsparticles/updater-gradient": "workspace:3.8.1", - "@tsparticles/updater-orbit": "workspace:3.8.1", - "tsparticles": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/effect-bubble": "workspace:3.9.0", + "@tsparticles/effect-trail": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/interaction-external-particle": "workspace:3.9.0", + "@tsparticles/interaction-external-pop": "workspace:3.9.0", + "@tsparticles/interaction-light": "workspace:3.9.0", + "@tsparticles/interaction-particles-repulse": "workspace:3.9.0", + "@tsparticles/path-curl-noise": "workspace:3.9.0", + "@tsparticles/path-curves": "workspace:3.9.0", + "@tsparticles/path-fractal-noise": "workspace:3.9.0", + "@tsparticles/path-perlin-noise": "workspace:3.9.0", + "@tsparticles/path-polygon": "workspace:3.9.0", + "@tsparticles/path-simplex-noise": "workspace:3.9.0", + "@tsparticles/path-svg": "workspace:3.9.0", + "@tsparticles/path-zig-zag": "workspace:3.9.0", + "@tsparticles/pjs": "workspace:3.9.0", + "@tsparticles/plugin-canvas-mask": "workspace:3.9.0", + "@tsparticles/plugin-easing-back": "workspace:3.9.0", + "@tsparticles/plugin-easing-circ": "workspace:3.9.0", + "@tsparticles/plugin-easing-cubic": "workspace:3.9.0", + "@tsparticles/plugin-easing-expo": "workspace:3.9.0", + "@tsparticles/plugin-easing-linear": "workspace:3.9.0", + "@tsparticles/plugin-easing-quart": "workspace:3.9.0", + "@tsparticles/plugin-easing-quint": "workspace:3.9.0", + "@tsparticles/plugin-easing-sine": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-canvas": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-path": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-polygon": "workspace:3.9.0", + "@tsparticles/plugin-export-image": "workspace:3.9.0", + "@tsparticles/plugin-export-json": "workspace:3.9.0", + "@tsparticles/plugin-export-video": "workspace:3.9.0", + "@tsparticles/plugin-hsv-color": "workspace:3.9.0", + "@tsparticles/plugin-infection": "workspace:3.9.0", + "@tsparticles/plugin-motion": "workspace:3.9.0", + "@tsparticles/plugin-named-color": "workspace:3.9.0", + "@tsparticles/plugin-oklch-color": "workspace:3.9.0", + "@tsparticles/plugin-poisson-disc": "workspace:3.9.0", + "@tsparticles/plugin-polygon-mask": "workspace:3.9.0", + "@tsparticles/plugin-sounds": "workspace:3.9.0", + "@tsparticles/shape-arrow": "workspace:3.9.0", + "@tsparticles/shape-cards": "workspace:3.9.0", + "@tsparticles/shape-cog": "workspace:3.9.0", + "@tsparticles/shape-heart": "workspace:3.9.0", + "@tsparticles/shape-infinity": "workspace:3.9.0", + "@tsparticles/shape-path": "workspace:3.9.0", + "@tsparticles/shape-rounded-polygon": "workspace:3.9.0", + "@tsparticles/shape-rounded-rect": "workspace:3.9.0", + "@tsparticles/shape-spiral": "workspace:3.9.0", + "@tsparticles/updater-gradient": "workspace:3.9.0", + "@tsparticles/updater-orbit": "workspace:3.9.0", + "tsparticles": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/bundles/all/src/index.ts b/bundles/all/src/index.ts index 97c273a15d9..9c44db1372a 100644 --- a/bundles/all/src/index.ts +++ b/bundles/all/src/index.ts @@ -23,6 +23,7 @@ import { loadExportJSONPlugin } from "@tsparticles/plugin-export-json"; import { loadExportVideoPlugin } from "@tsparticles/plugin-export-video"; import { loadExternalParticleInteraction } from "@tsparticles/interaction-external-particle"; import { loadExternalPopInteraction } from "@tsparticles/interaction-external-pop"; +import { loadFractalNoisePath } from "@tsparticles/path-fractal-noise"; import { loadFull } from "tsparticles"; import { loadGradientUpdater } from "@tsparticles/updater-gradient"; import { loadHeartShape } from "@tsparticles/shape-heart"; @@ -99,6 +100,7 @@ export async function loadAll(engine: Engine, refresh = true): Promise { await loadOrbitUpdater(engine, false); await loadCurvesPath(engine, false); await loadCurlNoisePath(engine, false); + await loadFractalNoisePath(engine, false); await loadPerlinNoisePath(engine, false); await loadPoissonDiscPlugin(engine, false); await loadPolygonPath(engine, false); diff --git a/bundles/basic/CHANGELOG.md b/bundles/basic/CHANGELOG.md index 722bbccc4b8..45a942f3896 100644 --- a/bundles/basic/CHANGELOG.md +++ b/bundles/basic/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/basic + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -112,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -126,7 +130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -136,8 +140,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ### Features -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) diff --git a/bundles/basic/package.dist.json b/bundles/basic/package.dist.json index 0bbe36de7b2..b0fd6093b29 100644 --- a/bundles/basic/package.dist.json +++ b/bundles/basic/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/basic", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,16 +99,16 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/move-base": "3.8.1", - "@tsparticles/plugin-hex-color": "3.8.1", - "@tsparticles/plugin-hsl-color": "3.8.1", - "@tsparticles/plugin-rgb-color": "3.8.1", - "@tsparticles/shape-circle": "3.8.1", - "@tsparticles/updater-color": "3.8.1", - "@tsparticles/updater-opacity": "3.8.1", - "@tsparticles/updater-out-modes": "3.8.1", - "@tsparticles/updater-size": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/move-base": "3.9.0", + "@tsparticles/plugin-hex-color": "3.9.0", + "@tsparticles/plugin-hsl-color": "3.9.0", + "@tsparticles/plugin-rgb-color": "3.9.0", + "@tsparticles/shape-circle": "3.9.0", + "@tsparticles/updater-color": "3.9.0", + "@tsparticles/updater-opacity": "3.9.0", + "@tsparticles/updater-out-modes": "3.9.0", + "@tsparticles/updater-size": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/basic/package.json b/bundles/basic/package.json index 34d8e4587c8..2c888a1d5db 100644 --- a/bundles/basic/package.json +++ b/bundles/basic/package.json @@ -1,126 +1,126 @@ { - "name": "@tsparticles/basic", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/basic" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/basic", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/basic" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/move-base": "workspace:3.8.1", - "@tsparticles/plugin-hex-color": "workspace:3.8.1", - "@tsparticles/plugin-hsl-color": "workspace:3.8.1", - "@tsparticles/plugin-rgb-color": "workspace:3.8.1", - "@tsparticles/shape-circle": "workspace:3.8.1", - "@tsparticles/updater-color": "workspace:3.8.1", - "@tsparticles/updater-opacity": "workspace:3.8.1", - "@tsparticles/updater-out-modes": "workspace:3.8.1", - "@tsparticles/updater-size": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/move-base": "workspace:3.9.0", + "@tsparticles/plugin-hex-color": "workspace:3.9.0", + "@tsparticles/plugin-hsl-color": "workspace:3.9.0", + "@tsparticles/plugin-rgb-color": "workspace:3.9.0", + "@tsparticles/shape-circle": "workspace:3.9.0", + "@tsparticles/updater-color": "workspace:3.9.0", + "@tsparticles/updater-opacity": "workspace:3.9.0", + "@tsparticles/updater-out-modes": "workspace:3.9.0", + "@tsparticles/updater-size": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/bundles/confetti/CHANGELOG.md b/bundles/confetti/CHANGELOG.md index 16f12dd337f..31c6a111a2c 100644 --- a/bundles/confetti/CHANGELOG.md +++ b/bundles/confetti/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/confetti + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,23 +59,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue [#5338](https://github.com/tsparticles/tsparticles/issues/5338) ([1929d9a](https://github.com/tsparticles/tsparticles/commit/1929d9a3e86fff5b93178a1c11ec01bd9a52ca8b)) +- fixed issue [#5338](https://github.com/tsparticles/tsparticles/issues/5338) ([1929d9a](https://github.com/tsparticles/tsparticles/commit/1929d9a3e86fff5b93178a1c11ec01bd9a52ca8b)) ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -140,11 +144,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ### Features -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -154,8 +158,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -165,19 +169,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- changed despawn confetti action using opacity animation, was life duration, closes [#4978](https://github.com/tsparticles/tsparticles/issues/4978) ([6032aa9](https://github.com/tsparticles/tsparticles/commit/6032aa95f43d474adf6423e4b7e2c319500cd114)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- changed despawn confetti action using opacity animation, was life duration, closes [#4978](https://github.com/tsparticles/tsparticles/issues/4978) ([6032aa9](https://github.com/tsparticles/tsparticles/commit/6032aa95f43d474adf6423e4b7e2c319500cd114)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-confetti@2.9.2...tsparticles-confetti@2.9.3) (2023-02-12) @@ -187,18 +191,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) ## [2.9.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-confetti@2.9.0...tsparticles-confetti@2.9.1) (2023-02-11) ### Bug Fixes -- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) +- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) # 2.9.0 (2023-02-10) ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) diff --git a/bundles/confetti/package.dist.json b/bundles/confetti/package.dist.json index 0ff9ddb4563..aad4c17c538 100644 --- a/bundles/confetti/package.dist.json +++ b/bundles/confetti/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/confetti", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,22 +99,22 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/basic": "3.8.1", - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1", - "@tsparticles/plugin-motion": "3.8.1", - "@tsparticles/shape-cards": "3.8.1", - "@tsparticles/shape-emoji": "3.8.1", - "@tsparticles/shape-heart": "3.8.1", - "@tsparticles/shape-image": "3.8.1", - "@tsparticles/shape-polygon": "3.8.1", - "@tsparticles/shape-square": "3.8.1", - "@tsparticles/shape-star": "3.8.1", - "@tsparticles/updater-life": "3.8.1", - "@tsparticles/updater-roll": "3.8.1", - "@tsparticles/updater-rotate": "3.8.1", - "@tsparticles/updater-tilt": "3.8.1", - "@tsparticles/updater-wobble": "3.8.1" + "@tsparticles/basic": "3.9.0", + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0", + "@tsparticles/plugin-motion": "3.9.0", + "@tsparticles/shape-cards": "3.9.0", + "@tsparticles/shape-emoji": "3.9.0", + "@tsparticles/shape-heart": "3.9.0", + "@tsparticles/shape-image": "3.9.0", + "@tsparticles/shape-polygon": "3.9.0", + "@tsparticles/shape-square": "3.9.0", + "@tsparticles/shape-star": "3.9.0", + "@tsparticles/updater-life": "3.9.0", + "@tsparticles/updater-roll": "3.9.0", + "@tsparticles/updater-rotate": "3.9.0", + "@tsparticles/updater-tilt": "3.9.0", + "@tsparticles/updater-wobble": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/confetti/package.json b/bundles/confetti/package.json index b47a1e0c6b3..866157abe5a 100644 --- a/bundles/confetti/package.json +++ b/bundles/confetti/package.json @@ -1,132 +1,132 @@ { - "name": "@tsparticles/confetti", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/confetti" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/confetti", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/confetti" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/basic": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1", - "@tsparticles/plugin-motion": "workspace:3.8.1", - "@tsparticles/shape-cards": "workspace:3.8.1", - "@tsparticles/shape-emoji": "workspace:3.8.1", - "@tsparticles/shape-heart": "workspace:3.8.1", - "@tsparticles/shape-image": "workspace:3.8.1", - "@tsparticles/shape-polygon": "workspace:3.8.1", - "@tsparticles/shape-square": "workspace:3.8.1", - "@tsparticles/shape-star": "workspace:3.8.1", - "@tsparticles/updater-life": "workspace:3.8.1", - "@tsparticles/updater-roll": "workspace:3.8.1", - "@tsparticles/updater-rotate": "workspace:3.8.1", - "@tsparticles/updater-tilt": "workspace:3.8.1", - "@tsparticles/updater-wobble": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/basic": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0", + "@tsparticles/plugin-motion": "workspace:3.9.0", + "@tsparticles/shape-cards": "workspace:3.9.0", + "@tsparticles/shape-emoji": "workspace:3.9.0", + "@tsparticles/shape-heart": "workspace:3.9.0", + "@tsparticles/shape-image": "workspace:3.9.0", + "@tsparticles/shape-polygon": "workspace:3.9.0", + "@tsparticles/shape-square": "workspace:3.9.0", + "@tsparticles/shape-star": "workspace:3.9.0", + "@tsparticles/updater-life": "workspace:3.9.0", + "@tsparticles/updater-roll": "workspace:3.9.0", + "@tsparticles/updater-rotate": "workspace:3.9.0", + "@tsparticles/updater-tilt": "workspace:3.9.0", + "@tsparticles/updater-wobble": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/bundles/fireworks/CHANGELOG.md b/bundles/fireworks/CHANGELOG.md index 60c0d6d207a..f713a0957cf 100644 --- a/bundles/fireworks/CHANGELOG.md +++ b/bundles/fireworks/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/fireworks + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -21,36 +25,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) ### Bug Fixes -- fixed fireworks new method, was missing a thing ([3e693e7](https://github.com/tsparticles/tsparticles/commit/3e693e7c8e733392b1ab9e3ffa53cf169876b967)) -- fixed fireworks new method, was missing a thing, updated docs too ([28333fa](https://github.com/tsparticles/tsparticles/commit/28333faeac507334071279bee9706730f57adc1e)) +- fixed fireworks new method, was missing a thing ([3e693e7](https://github.com/tsparticles/tsparticles/commit/3e693e7c8e733392b1ab9e3ffa53cf169876b967)) +- fixed fireworks new method, was missing a thing, updated docs too ([28333fa](https://github.com/tsparticles/tsparticles/commit/28333faeac507334071279bee9706730f57adc1e)) ### Features -- added .create function to fireworks library, like confetti, to use a custom canvas ([d4e072e](https://github.com/tsparticles/tsparticles/commit/d4e072efdeaebc585d8248d59620534f56b222ad)) +- added .create function to fireworks library, like confetti, to use a custom canvas ([d4e072e](https://github.com/tsparticles/tsparticles/commit/d4e072efdeaebc585d8248d59620534f56b222ad)) # [3.6.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0-beta.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -60,19 +64,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -82,20 +86,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Bug Fixes -- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) +- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -109,7 +113,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -119,7 +123,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -133,7 +137,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,11 +147,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ### Features -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -157,8 +161,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -168,19 +172,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) -- fixed typo in fireworks bundle exported types ([bf5b88a](https://github.com/tsparticles/tsparticles/commit/bf5b88a0243b268cad8327c70006229dbf1bc49a)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) +- fixed typo in fireworks bundle exported types ([bf5b88a](https://github.com/tsparticles/tsparticles/commit/bf5b88a0243b268cad8327c70006229dbf1bc49a)) ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-fireworks@2.9.2...tsparticles-fireworks@2.9.3) (2023-02-12) @@ -194,12 +198,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) +- fixed missing plugins in wordpress component ([093460b](https://github.com/tsparticles/tsparticles/commit/093460b7716276644ec72666af7fcaf1efe0bddd)) # 2.9.0 (2023-02-10) ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) diff --git a/bundles/fireworks/package.dist.json b/bundles/fireworks/package.dist.json index 57373f0e8a3..7c83122fe81 100644 --- a/bundles/fireworks/package.dist.json +++ b/bundles/fireworks/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/fireworks", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,15 +99,15 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/basic": "3.8.1", - "@tsparticles/effect-trail": "3.8.1", - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1", - "@tsparticles/plugin-emitters-shape-square": "3.8.1", - "@tsparticles/plugin-sounds": "3.8.1", - "@tsparticles/updater-destroy": "3.8.1", - "@tsparticles/updater-life": "3.8.1", - "@tsparticles/updater-rotate": "3.8.1" + "@tsparticles/basic": "3.9.0", + "@tsparticles/effect-trail": "3.9.0", + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0", + "@tsparticles/plugin-emitters-shape-square": "3.9.0", + "@tsparticles/plugin-sounds": "3.9.0", + "@tsparticles/updater-destroy": "3.9.0", + "@tsparticles/updater-life": "3.9.0", + "@tsparticles/updater-rotate": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/fireworks/package.json b/bundles/fireworks/package.json index c884af8d7eb..4711f040ddf 100644 --- a/bundles/fireworks/package.json +++ b/bundles/fireworks/package.json @@ -1,125 +1,125 @@ { - "name": "@tsparticles/fireworks", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/fireworks" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/fireworks", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/fireworks" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/basic": "workspace:3.8.1", - "@tsparticles/effect-trail": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-square": "workspace:3.8.1", - "@tsparticles/plugin-sounds": "workspace:3.8.1", - "@tsparticles/updater-destroy": "workspace:3.8.1", - "@tsparticles/updater-life": "workspace:3.8.1", - "@tsparticles/updater-rotate": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/basic": "workspace:3.9.0", + "@tsparticles/effect-trail": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-square": "workspace:3.9.0", + "@tsparticles/plugin-sounds": "workspace:3.9.0", + "@tsparticles/updater-destroy": "workspace:3.9.0", + "@tsparticles/updater-life": "workspace:3.9.0", + "@tsparticles/updater-rotate": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/bundles/full/CHANGELOG.md b/bundles/full/CHANGELOG.md index c4d19f35ffe..b3b4dbc9fa3 100644 --- a/bundles/full/CHANGELOG.md +++ b/bundles/full/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package tsparticles + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,19 +106,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) # [3.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,33 +161,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.9.2...tsparticles@2.9.3) (2023-02-12) @@ -201,7 +205,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.7.1...tsparticles@2.8.0) (2023-01-18) @@ -215,17 +219,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.5.3...tsparticles@2.6.0) (2022-12-06) ### Bug Fixes -- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) +- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.5.2...tsparticles@2.5.3) (2022-11-07) @@ -247,7 +251,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.3.3...tsparticles@2.3.4) (2022-09-30) @@ -269,7 +273,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.2.2...tsparticles@2.2.4) (2022-08-26) @@ -283,7 +287,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.2.0...tsparticles@2.2.1) (2022-08-12) @@ -297,7 +301,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) ## [2.1.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.1.2...tsparticles@2.1.3) (2022-07-01) @@ -315,14 +319,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.0.5...tsparticles@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.0.4...tsparticles@2.0.5) (2022-04-14) @@ -332,86 +336,86 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.42.1...tsparticles@2.0.3) (2022-03-11) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.4...tsparticles@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.0.0...tsparticles@2.0.1) (2022-02-15) ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) # [2.0.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.1...tsparticles@2.0.0) (2022-02-15) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.39.2...tsparticles@2.0.0-beta.5) (2022-01-30) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.0.0-beta.3...tsparticles@2.0.0-beta.4) (2021-12-07) @@ -421,22 +425,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.35.4...tsparticles@2.0.0-beta.2) (2021-10-06) ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@2.0.0-beta.0...tsparticles@2.0.0-beta.1) (2021-10-06) @@ -446,11 +450,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [1.20.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.19.1...tsparticles-preset-bubbles@1.20.0) (2021-09-18) @@ -464,18 +468,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.18.2...tsparticles-preset-bubbles@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.18.1...tsparticles-preset-bubbles@1.18.2) (2021-07-31) diff --git a/bundles/full/package.dist.json b/bundles/full/package.dist.json index a230af2e8b4..388bf1e15ff 100644 --- a/bundles/full/package.dist.json +++ b/bundles/full/package.dist.json @@ -1,6 +1,6 @@ { "name": "tsparticles", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,19 +99,19 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", + "@tsparticles/engine": "3.9.0", "@tsparticles/interaction-external-trail": "3.8.1", - "@tsparticles/plugin-absorbers": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1", - "@tsparticles/plugin-emitters-shape-circle": "3.8.1", - "@tsparticles/plugin-emitters-shape-square": "3.8.1", - "@tsparticles/shape-text": "3.8.1", - "@tsparticles/slim": "3.8.1", - "@tsparticles/updater-destroy": "3.8.1", - "@tsparticles/updater-roll": "3.8.1", - "@tsparticles/updater-tilt": "3.8.1", - "@tsparticles/updater-twinkle": "3.8.1", - "@tsparticles/updater-wobble": "3.8.1" + "@tsparticles/plugin-absorbers": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0", + "@tsparticles/plugin-emitters-shape-circle": "3.9.0", + "@tsparticles/plugin-emitters-shape-square": "3.9.0", + "@tsparticles/shape-text": "3.9.0", + "@tsparticles/slim": "3.9.0", + "@tsparticles/updater-destroy": "3.9.0", + "@tsparticles/updater-roll": "3.9.0", + "@tsparticles/updater-tilt": "3.9.0", + "@tsparticles/updater-twinkle": "3.9.0", + "@tsparticles/updater-wobble": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/full/package.json b/bundles/full/package.json index 62b0794ae6f..7729956c4eb 100644 --- a/bundles/full/package.json +++ b/bundles/full/package.json @@ -1,129 +1,129 @@ { - "name": "tsparticles", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/full" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "tsparticles", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/full" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/interaction-external-trail": "workspace:3.8.1", - "@tsparticles/plugin-absorbers": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-circle": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-square": "workspace:3.8.1", - "@tsparticles/shape-text": "workspace:3.8.1", - "@tsparticles/slim": "workspace:3.8.1", - "@tsparticles/updater-destroy": "workspace:3.8.1", - "@tsparticles/updater-roll": "workspace:3.8.1", - "@tsparticles/updater-tilt": "workspace:3.8.1", - "@tsparticles/updater-twinkle": "workspace:3.8.1", - "@tsparticles/updater-wobble": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/interaction-external-trail": "workspace:3.8.1", + "@tsparticles/plugin-absorbers": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-circle": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-square": "workspace:3.9.0", + "@tsparticles/shape-text": "workspace:3.9.0", + "@tsparticles/slim": "workspace:3.9.0", + "@tsparticles/updater-destroy": "workspace:3.9.0", + "@tsparticles/updater-roll": "workspace:3.9.0", + "@tsparticles/updater-tilt": "workspace:3.9.0", + "@tsparticles/updater-twinkle": "workspace:3.9.0", + "@tsparticles/updater-wobble": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/bundles/pjs/CHANGELOG.md b/bundles/pjs/CHANGELOG.md index d9302084ccb..c8f977872dc 100644 --- a/bundles/pjs/CHANGELOG.md +++ b/bundles/pjs/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/pjs + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,26 +157,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added compatibility to marc bruederlin's archived particles.js ([f4fa42b](https://github.com/tsparticles/tsparticles/commit/f4fa42b0424b4a67d9329047627ee1b86b5b6606)) -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- changed particles.js compatibility with a new plugin ([4b7c90b](https://github.com/tsparticles/tsparticles/commit/4b7c90bfd5d4299f828bc855d08fb1c4781cbdf2)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- restored particles.js compatibility ([88b9dfe](https://github.com/tsparticles/tsparticles/commit/88b9dfebef79d1f826215449ddc9197692f15a2a)) +- added compatibility to marc bruederlin's archived particles.js ([f4fa42b](https://github.com/tsparticles/tsparticles/commit/f4fa42b0424b4a67d9329047627ee1b86b5b6606)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- changed particles.js compatibility with a new plugin ([4b7c90b](https://github.com/tsparticles/tsparticles/commit/4b7c90bfd5d4299f828bc855d08fb1c4781cbdf2)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- restored particles.js compatibility ([88b9dfe](https://github.com/tsparticles/tsparticles/commit/88b9dfebef79d1f826215449ddc9197692f15a2a)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.9.2...tsparticles-particles.js@2.9.3) (2023-02-12) @@ -190,7 +194,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.7.1...tsparticles-particles.js@2.8.0) (2023-01-18) @@ -228,7 +232,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.3.2...tsparticles-particles.js@2.3.3) (2022-09-30) @@ -258,7 +262,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.2.0...tsparticles-particles.js@2.2.1) (2022-08-12) @@ -288,14 +292,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.0.5...tsparticles-particles.js@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.0.4...tsparticles-particles.js@2.0.5) (2022-04-14) @@ -305,7 +309,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.0.2...tsparticles-particles.js@2.0.3) (2022-03-11) @@ -319,7 +323,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) # [2.0.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.0.0-beta.5...tsparticles-particles.js@2.0.0) (2022-02-15) @@ -329,12 +333,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- changed particles.js compatibility with a new plugin ([4b7c90b](https://github.com/tsparticles/tsparticles/commit/4b7c90bfd5d4299f828bc855d08fb1c4781cbdf2)) -- restored particles.js compatibility ([88b9dfe](https://github.com/tsparticles/tsparticles/commit/88b9dfebef79d1f826215449ddc9197692f15a2a)) +- changed particles.js compatibility with a new plugin ([4b7c90b](https://github.com/tsparticles/tsparticles/commit/4b7c90bfd5d4299f828bc855d08fb1c4781cbdf2)) +- restored particles.js compatibility ([88b9dfe](https://github.com/tsparticles/tsparticles/commit/88b9dfebef79d1f826215449ddc9197692f15a2a)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-particles.js@2.0.0-beta.3...tsparticles-particles.js@2.0.0-beta.4) (2021-12-07) @@ -344,7 +348,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.0-beta.1...tsparticles-slim@2.0.0-beta.2) (2021-10-06) @@ -358,12 +362,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [1.20.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.19.1...tsparticles-preset-bubbles@1.20.0) (2021-09-18) @@ -377,18 +381,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.18.2...tsparticles-preset-bubbles@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.18.1...tsparticles-preset-bubbles@1.18.2) (2021-07-31) diff --git a/bundles/pjs/package.dist.json b/bundles/pjs/package.dist.json index 121382d7873..170ef611517 100644 --- a/bundles/pjs/package.dist.json +++ b/bundles/pjs/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/pjs", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,7 +99,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/pjs/package.json b/bundles/pjs/package.json index b6c8217e0b3..3558a374735 100644 --- a/bundles/pjs/package.json +++ b/bundles/pjs/package.json @@ -1,117 +1,117 @@ { - "name": "@tsparticles/pjs", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/pjs" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/pjs", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/pjs" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/bundles/slim/CHANGELOG.md b/bundles/slim/CHANGELOG.md index 8b07e472170..5489f9772ba 100644 --- a/bundles/slim/CHANGELOG.md +++ b/bundles/slim/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/slim + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,19 +106,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) # [3.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -138,11 +142,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ### Features -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,35 +167,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.9.2...tsparticles-slim@2.9.3) (2023-02-12) @@ -209,7 +213,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.7.1...tsparticles-slim@2.8.0) (2023-01-18) @@ -223,7 +227,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.5.3...tsparticles-slim@2.6.0) (2022-12-06) @@ -249,8 +253,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.3.3...tsparticles-slim@2.3.4) (2022-09-30) @@ -272,7 +276,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.2.2...tsparticles-slim@2.2.4) (2022-08-26) @@ -286,7 +290,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.2.0...tsparticles-slim@2.2.1) (2022-08-12) @@ -300,7 +304,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) ## [2.1.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.1.2...tsparticles-slim@2.1.3) (2022-07-01) @@ -318,14 +322,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.5...tsparticles-slim@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.4...tsparticles-slim@2.0.5) (2022-04-14) @@ -335,7 +339,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.2...tsparticles-slim@2.0.3) (2022-03-11) @@ -349,7 +353,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) +- added v1 plugins to slim and full bundle, fixed some stuff in pjs plugin ([411ddce](https://github.com/tsparticles/tsparticles/commit/411ddcec5e47940546884bf3135800e06b267a21)) # [2.0.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.0-beta.5...tsparticles-slim@2.0.0) (2022-02-15) @@ -359,11 +363,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.0-beta.3...tsparticles-slim@2.0.0-beta.4) (2021-12-07) @@ -373,7 +377,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-slim@2.0.0-beta.1...tsparticles-slim@2.0.0-beta.2) (2021-10-06) @@ -387,12 +391,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [1.20.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.19.1...tsparticles-preset-bubbles@1.20.0) (2021-09-18) @@ -406,18 +410,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.18.2...tsparticles-preset-bubbles@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-preset-bubbles@1.18.1...tsparticles-preset-bubbles@1.18.2) (2021-07-31) diff --git a/bundles/slim/package.dist.json b/bundles/slim/package.dist.json index 37c2176e35c..ec5b988a741 100644 --- a/bundles/slim/package.dist.json +++ b/bundles/slim/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/slim", - "version": "3.8.1", + "version": "3.9.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": { @@ -99,32 +99,32 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/basic": "3.8.1", - "@tsparticles/engine": "3.8.1", - "@tsparticles/interaction-external-attract": "3.8.1", - "@tsparticles/interaction-external-bounce": "3.8.1", - "@tsparticles/interaction-external-bubble": "3.8.1", - "@tsparticles/interaction-external-connect": "3.8.1", - "@tsparticles/interaction-external-grab": "3.8.1", - "@tsparticles/interaction-external-pause": "3.8.1", - "@tsparticles/interaction-external-push": "3.8.1", - "@tsparticles/interaction-external-remove": "3.8.1", - "@tsparticles/interaction-external-repulse": "3.8.1", - "@tsparticles/interaction-external-slow": "3.8.1", - "@tsparticles/interaction-particles-attract": "3.8.1", - "@tsparticles/interaction-particles-collisions": "3.8.1", - "@tsparticles/interaction-particles-links": "3.8.1", - "@tsparticles/move-parallax": "3.8.1", - "@tsparticles/plugin-easing-quad": "3.8.1", - "@tsparticles/shape-emoji": "3.8.1", - "@tsparticles/shape-image": "3.8.1", - "@tsparticles/shape-line": "3.8.1", - "@tsparticles/shape-polygon": "3.8.1", - "@tsparticles/shape-square": "3.8.1", - "@tsparticles/shape-star": "3.8.1", - "@tsparticles/updater-life": "3.8.1", - "@tsparticles/updater-rotate": "3.8.1", - "@tsparticles/updater-stroke-color": "3.8.1" + "@tsparticles/basic": "3.9.0", + "@tsparticles/engine": "3.9.0", + "@tsparticles/interaction-external-attract": "3.9.0", + "@tsparticles/interaction-external-bounce": "3.9.0", + "@tsparticles/interaction-external-bubble": "3.9.0", + "@tsparticles/interaction-external-connect": "3.9.0", + "@tsparticles/interaction-external-grab": "3.9.0", + "@tsparticles/interaction-external-pause": "3.9.0", + "@tsparticles/interaction-external-push": "3.9.0", + "@tsparticles/interaction-external-remove": "3.9.0", + "@tsparticles/interaction-external-repulse": "3.9.0", + "@tsparticles/interaction-external-slow": "3.9.0", + "@tsparticles/interaction-particles-attract": "3.9.0", + "@tsparticles/interaction-particles-collisions": "3.9.0", + "@tsparticles/interaction-particles-links": "3.9.0", + "@tsparticles/move-parallax": "3.9.0", + "@tsparticles/plugin-easing-quad": "3.9.0", + "@tsparticles/shape-emoji": "3.9.0", + "@tsparticles/shape-image": "3.9.0", + "@tsparticles/shape-line": "3.9.0", + "@tsparticles/shape-polygon": "3.9.0", + "@tsparticles/shape-square": "3.9.0", + "@tsparticles/shape-star": "3.9.0", + "@tsparticles/updater-life": "3.9.0", + "@tsparticles/updater-rotate": "3.9.0", + "@tsparticles/updater-stroke-color": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/bundles/slim/package.json b/bundles/slim/package.json index 3746dc151d8..4ca272fd066 100644 --- a/bundles/slim/package.json +++ b/bundles/slim/package.json @@ -1,142 +1,142 @@ { - "name": "@tsparticles/slim", - "version": "3.8.1", - "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": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "bundles/slim" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/slim", + "version": "3.9.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": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "bundles/slim" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/basic": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/interaction-external-attract": "workspace:3.8.1", - "@tsparticles/interaction-external-bounce": "workspace:3.8.1", - "@tsparticles/interaction-external-bubble": "workspace:3.8.1", - "@tsparticles/interaction-external-connect": "workspace:3.8.1", - "@tsparticles/interaction-external-grab": "workspace:3.8.1", - "@tsparticles/interaction-external-pause": "workspace:3.8.1", - "@tsparticles/interaction-external-push": "workspace:3.8.1", - "@tsparticles/interaction-external-remove": "workspace:3.8.1", - "@tsparticles/interaction-external-repulse": "workspace:3.8.1", - "@tsparticles/interaction-external-slow": "workspace:3.8.1", - "@tsparticles/interaction-particles-attract": "workspace:3.8.1", - "@tsparticles/interaction-particles-collisions": "workspace:3.8.1", - "@tsparticles/interaction-particles-links": "workspace:3.8.1", - "@tsparticles/move-parallax": "workspace:3.8.1", - "@tsparticles/plugin-easing-quad": "workspace:3.8.1", - "@tsparticles/shape-emoji": "workspace:3.8.1", - "@tsparticles/shape-image": "workspace:3.8.1", - "@tsparticles/shape-line": "workspace:3.8.1", - "@tsparticles/shape-polygon": "workspace:3.8.1", - "@tsparticles/shape-square": "workspace:3.8.1", - "@tsparticles/shape-star": "workspace:3.8.1", - "@tsparticles/updater-life": "workspace:3.8.1", - "@tsparticles/updater-rotate": "workspace:3.8.1", - "@tsparticles/updater-stroke-color": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/basic": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/interaction-external-attract": "workspace:3.9.0", + "@tsparticles/interaction-external-bounce": "workspace:3.9.0", + "@tsparticles/interaction-external-bubble": "workspace:3.9.0", + "@tsparticles/interaction-external-connect": "workspace:3.9.0", + "@tsparticles/interaction-external-grab": "workspace:3.9.0", + "@tsparticles/interaction-external-pause": "workspace:3.9.0", + "@tsparticles/interaction-external-push": "workspace:3.9.0", + "@tsparticles/interaction-external-remove": "workspace:3.9.0", + "@tsparticles/interaction-external-repulse": "workspace:3.9.0", + "@tsparticles/interaction-external-slow": "workspace:3.9.0", + "@tsparticles/interaction-particles-attract": "workspace:3.9.0", + "@tsparticles/interaction-particles-collisions": "workspace:3.9.0", + "@tsparticles/interaction-particles-links": "workspace:3.9.0", + "@tsparticles/move-parallax": "workspace:3.9.0", + "@tsparticles/plugin-easing-quad": "workspace:3.9.0", + "@tsparticles/shape-emoji": "workspace:3.9.0", + "@tsparticles/shape-image": "workspace:3.9.0", + "@tsparticles/shape-line": "workspace:3.9.0", + "@tsparticles/shape-polygon": "workspace:3.9.0", + "@tsparticles/shape-square": "workspace:3.9.0", + "@tsparticles/shape-star": "workspace:3.9.0", + "@tsparticles/updater-life": "workspace:3.9.0", + "@tsparticles/updater-rotate": "workspace:3.9.0", + "@tsparticles/updater-stroke-color": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/demo/electron/CHANGELOG.md b/demo/electron/CHANGELOG.md index 34f8f9ba290..832a9a6792a 100644 --- a/demo/electron/CHANGELOG.md +++ b/demo/electron/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.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/electron-demo + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) **Note:** Version bump only for package @tsparticles/electron-demo @@ -47,7 +51,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added customization for animation loop, fixes [#5355](https://github.com/tsparticles/tsparticles/issues/5355) ([76d9dfd](https://github.com/tsparticles/tsparticles/commit/76d9dfd56b51c05a82d60bce13157f020df547c9)) +- added customization for animation loop, fixes [#5355](https://github.com/tsparticles/tsparticles/issues/5355) ([76d9dfd](https://github.com/tsparticles/tsparticles/commit/76d9dfd56b51c05a82d60bce13157f020df547c9)) # [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12) @@ -117,7 +121,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -135,7 +139,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/electron-particles-demo@2.9.2...electron-particles-demo@2.9.3) (2023-02-12) diff --git a/demo/electron/package.json b/demo/electron/package.json index 7b09a9f1dd7..2cf13ff109a 100644 --- a/demo/electron/package.json +++ b/demo/electron/package.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/electron-demo", - "version": "3.8.1", + "version": "3.9.0", "description": "", "main": "app/index.js", "private": true, @@ -14,9 +14,9 @@ "author": "Matteo Bruni ", "license": "MIT", "dependencies": { - "@tsparticles/configs": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "tsparticles": "workspace:3.8.1" + "@tsparticles/configs": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "tsparticles": "workspace:3.9.0" }, "devDependencies": { "electron": "^35.0.0" diff --git a/demo/vanilla/CHANGELOG.md b/demo/vanilla/CHANGELOG.md index a83aaf4d166..9c0a080478b 100644 --- a/demo/vanilla/CHANGELOG.md +++ b/demo/vanilla/CHANGELOG.md @@ -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.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed motion plugin, and its implementations in other plugins ([aa6edc9](https://github.com/tsparticles/tsparticles/commit/aa6edc94efee6cf2372f893bb20887c423693c3a)) + +### Features + +- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) **Note:** Version bump only for package @tsparticles/demo @@ -11,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed style reparation and full screen toggle issues ([3e4a03a](https://github.com/tsparticles/tsparticles/commit/3e4a03a0c6662873088787502e9c1ee98c8473ca)) +- fixed style reparation and full screen toggle issues ([3e4a03a](https://github.com/tsparticles/tsparticles/commit/3e4a03a0c6662873088787502e9c1ee98c8473ca)) ## [3.7.3](https://github.com/tsparticles/tsparticles/compare/v3.7.2...v3.7.3) (2024-12-13) @@ -29,13 +39,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Features -- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) +- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -57,7 +67,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) +- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) @@ -75,20 +85,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Bug Fixes -- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) -- improved support for element id ([54a1683](https://github.com/tsparticles/tsparticles/commit/54a1683cfe05b8809f5ee7941f920cc1e9a13f07)) +- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) +- improved support for element id ([54a1683](https://github.com/tsparticles/tsparticles/commit/54a1683cfe05b8809f5ee7941f920cc1e9a13f07)) ### Features -- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) -- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) +- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) +- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) @@ -102,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed bug when using particles groups ([d8b840d](https://github.com/tsparticles/tsparticles/commit/d8b840d30a591a6febc65fbfeb74b8588f7af9c2)) +- fixed bug when using particles groups ([d8b840d](https://github.com/tsparticles/tsparticles/commit/d8b840d30a591a6febc65fbfeb74b8588f7af9c2)) # [3.0.0](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.5...v3.0.0) (2023-12-04) @@ -112,15 +122,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) # [3.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -142,11 +152,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ### Features -- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) +- added two new bundles: basic and all ([489f591](https://github.com/tsparticles/tsparticles/commit/489f5916a1b8b8b6c710ac16fbc691a0e591ab19)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -156,13 +166,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed video export plugin ([a3b371c](https://github.com/tsparticles/tsparticles/commit/a3b371cfad36a5d45015f5182f23aaa1ba2147d8)) +- fixed video export plugin ([a3b371c](https://github.com/tsparticles/tsparticles/commit/a3b371cfad36a5d45015f5182f23aaa1ba2147d8)) ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- created rounded polygon shape ([abee4dc](https://github.com/tsparticles/tsparticles/commit/abee4dc3258e1dcc7ab097a66313e89dde19a0b4)) -- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- created rounded polygon shape ([abee4dc](https://github.com/tsparticles/tsparticles/commit/abee4dc3258e1dcc7ab097a66313e89dde19a0b4)) +- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -172,101 +182,101 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- debounce window resize, check if [#1587](https://github.com/tsparticles/tsparticles/issues/1587) is fixed ([0045346](https://github.com/tsparticles/tsparticles/commit/00453469de5708312197e6bc9afe0f7565c1e7d3)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) -- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) -- fixed fireworks presets ([3402e46](https://github.com/tsparticles/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) -- fixed image drawer when refreshing the container ([8625dd1](https://github.com/tsparticles/tsparticles/commit/8625dd12f1d8059ba89299f9141d40e00c4ad028)) -- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed issue [#1594](https://github.com/tsparticles/tsparticles/issues/1594) ([7ce7081](https://github.com/tsparticles/tsparticles/commit/7ce7081832cad7d86dd054eefbd88667799c92e3)) -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) -- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) -- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) -- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) -- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed particles number limit ([7708f92](https://github.com/tsparticles/tsparticles/commit/7708f920c62e7b77dd27e481863601f138fdde1f)) -- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) -- fixed themes ([95d5596](https://github.com/tsparticles/tsparticles/commit/95d55969536b8e30f6caf03f86aef7400129389d)) -- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) -- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) -- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) -- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/tsparticles/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) -- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) -- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) -- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) -- improved snow preset, added a small wobble effect ([7802f55](https://github.com/tsparticles/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) -- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) - -### Features - -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) -- added distance to move.attract options ([e5da4c6](https://github.com/tsparticles/tsparticles/commit/e5da4c648c876deccedf4e7ae605ef44142540bf)) -- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added fireworks preset ([0615bc1](https://github.com/tsparticles/tsparticles/commit/0615bc177ce39b5127d70812df281757ec3e851e)) -- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- added particle back color used in roll options ([497525a](https://github.com/tsparticles/tsparticles/commit/497525a1855cf87e35e9248337bb819c8777f2af)) -- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) -- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) -- added roll options to particles, this is the latest missing feature to the confetti rework ([98d9428](https://github.com/tsparticles/tsparticles/commit/98d94285cb653a7d5fa1da4fe4d3bf0f73785e29)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) -- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) -- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) -- added tilt effect to particles, this was called wobble in previous commit ([7eade2e](https://github.com/tsparticles/tsparticles/commit/7eade2e5558055cd14ec524cd323c76c81c29549)) -- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- added wobble effect to particles, bringing confetti animations to all particles ([4146eec](https://github.com/tsparticles/tsparticles/commit/4146eecf83ceb35a6f6455339f2c8649be433b57)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) -- confetti animations are now splitted in two generic particles sections (tilt, wobble) ([b88afaf](https://github.com/tsparticles/tsparticles/commit/b88afaf6fbd59991e97e22560ccd2c61f00c0362)) -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) -- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) -- improved image mask plugin options ([af527bc](https://github.com/tsparticles/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) -- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- prepared confetti preset ([d290ec1](https://github.com/tsparticles/tsparticles/commit/d290ec1cef191507a79a5950dd72a1810df22046)) -- refactored image mask plugin, closes [#4492](https://github.com/tsparticles/tsparticles/issues/4492) ([15c1191](https://github.com/tsparticles/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) -- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -- zIndex, closes [#979](https://github.com/tsparticles/tsparticles/issues/979) ([09e4932](https://github.com/tsparticles/tsparticles/commit/09e4932222177dd9453759ff6a35b3a1cf5fd037)) +- debounce window resize, check if [#1587](https://github.com/tsparticles/tsparticles/issues/1587) is fixed ([0045346](https://github.com/tsparticles/tsparticles/commit/00453469de5708312197e6bc9afe0f7565c1e7d3)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed fireworks presets ([3402e46](https://github.com/tsparticles/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) +- fixed image drawer when refreshing the container ([8625dd1](https://github.com/tsparticles/tsparticles/commit/8625dd12f1d8059ba89299f9141d40e00c4ad028)) +- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed issue [#1594](https://github.com/tsparticles/tsparticles/issues/1594) ([7ce7081](https://github.com/tsparticles/tsparticles/commit/7ce7081832cad7d86dd054eefbd88667799c92e3)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) +- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) +- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed particles number limit ([7708f92](https://github.com/tsparticles/tsparticles/commit/7708f920c62e7b77dd27e481863601f138fdde1f)) +- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed themes ([95d5596](https://github.com/tsparticles/tsparticles/commit/95d55969536b8e30f6caf03f86aef7400129389d)) +- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/tsparticles/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) +- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) +- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- improved snow preset, added a small wobble effect ([7802f55](https://github.com/tsparticles/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) +- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) + +### Features + +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) +- added distance to move.attract options ([e5da4c6](https://github.com/tsparticles/tsparticles/commit/e5da4c648c876deccedf4e7ae605ef44142540bf)) +- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added fireworks preset ([0615bc1](https://github.com/tsparticles/tsparticles/commit/0615bc177ce39b5127d70812df281757ec3e851e)) +- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- added particle back color used in roll options ([497525a](https://github.com/tsparticles/tsparticles/commit/497525a1855cf87e35e9248337bb819c8777f2af)) +- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) +- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) +- added roll options to particles, this is the latest missing feature to the confetti rework ([98d9428](https://github.com/tsparticles/tsparticles/commit/98d94285cb653a7d5fa1da4fe4d3bf0f73785e29)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) +- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) +- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) +- added tilt effect to particles, this was called wobble in previous commit ([7eade2e](https://github.com/tsparticles/tsparticles/commit/7eade2e5558055cd14ec524cd323c76c81c29549)) +- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- added wobble effect to particles, bringing confetti animations to all particles ([4146eec](https://github.com/tsparticles/tsparticles/commit/4146eecf83ceb35a6f6455339f2c8649be433b57)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) +- confetti animations are now splitted in two generic particles sections (tilt, wobble) ([b88afaf](https://github.com/tsparticles/tsparticles/commit/b88afaf6fbd59991e97e22560ccd2c61f00c0362)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- improved image mask plugin options ([af527bc](https://github.com/tsparticles/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) +- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- prepared confetti preset ([d290ec1](https://github.com/tsparticles/tsparticles/commit/d290ec1cef191507a79a5950dd72a1810df22046)) +- refactored image mask plugin, closes [#4492](https://github.com/tsparticles/tsparticles/issues/4492) ([15c1191](https://github.com/tsparticles/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- zIndex, closes [#979](https://github.com/tsparticles/tsparticles/issues/979) ([09e4932](https://github.com/tsparticles/tsparticles/commit/09e4932222177dd9453759ff6a35b3a1cf5fd037)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.9.2...tsparticles-demo@2.9.3) (2023-02-12) @@ -284,7 +294,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.7.1...tsparticles-demo@2.8.0) (2023-01-18) @@ -298,20 +308,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.5.3...tsparticles-demo@2.6.0) (2022-12-06) ### Bug Fixes -- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) +- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.5.2...tsparticles-demo@2.5.3) (2022-11-07) @@ -321,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) +- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) ## [2.5.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.5.0...tsparticles-demo@2.5.1) (2022-11-03) @@ -335,15 +345,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) +- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) ### Features -- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) -- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) +- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) ## [2.3.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.3.3...tsparticles-demo@2.3.4) (2022-09-30) @@ -365,18 +375,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/tsparticles/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) +- improved image mask plugin code, making it reusable for text or generic canvas ([579e8d8](https://github.com/tsparticles/tsparticles/commit/579e8d83f5785a033e578b351fb6629cc9ab0565)) ### Features -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) -- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) -- improved image mask plugin options ([af527bc](https://github.com/tsparticles/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- refactored image mask plugin, closes [#4492](https://github.com/tsparticles/tsparticles/issues/4492) ([15c1191](https://github.com/tsparticles/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) +- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) +- improved image mask plugin options ([af527bc](https://github.com/tsparticles/tsparticles/commit/af527bc648ad9e6aa85fc0f2a27e29b35520398c)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- refactored image mask plugin, closes [#4492](https://github.com/tsparticles/tsparticles/issues/4492) ([15c1191](https://github.com/tsparticles/tsparticles/commit/15c1191d0b1ca7985a9e2dfc4d5aa2f753dd7cab)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.2.2...tsparticles-demo@2.2.4) (2022-08-26) @@ -398,16 +408,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) -- improved snow preset, added a small wobble effect ([7802f55](https://github.com/tsparticles/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) -- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) +- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) +- improved snow preset, added a small wobble effect ([7802f55](https://github.com/tsparticles/tsparticles/commit/7802f55d8f51ba0f1ccf41ba3741713b67bc4b4f)) +- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) ### Features -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.1.3...tsparticles-demo@2.1.4) (2022-07-28) @@ -429,7 +439,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) +- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.0.5...tsparticles-demo@2.0.6) (2022-04-16) @@ -443,21 +453,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.27.1...tsparticles-demo@2.0.3) (2022-03-11) ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.26.4...tsparticles-demo@2.0.2) (2022-02-21) @@ -489,12 +499,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) ## [1.26.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.26.5...tsparticles-demo@1.26.6) (2022-03-03) @@ -504,7 +514,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) ## [2.0.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.0.0...tsparticles-demo@2.0.1) (2022-02-15) @@ -516,11 +526,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.24.2...tsparticles-demo@2.0.0-beta.5) (2022-01-30) @@ -528,13 +538,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) ## [1.26.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.26.1...tsparticles-demo@1.26.2) (2022-02-16) ### Bug Fixes -- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) ## [1.26.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.26.0...tsparticles-demo@1.26.1) (2022-02-14) @@ -556,18 +566,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) ## [1.24.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.24.2...tsparticles-demo@1.24.3) (2022-02-02) ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.0.0-beta.3...tsparticles-demo@2.0.0-beta.4) (2021-12-07) @@ -583,7 +593,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) # [1.23.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.22.6...tsparticles-demo@1.23.0) (2021-12-29) @@ -597,18 +607,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.20.4...tsparticles-demo@2.0.0-beta.2) (2021-10-06) ### Features -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.22.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.22.4...tsparticles-demo@1.22.5) (2021-11-28) @@ -626,7 +636,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) ## [1.22.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.22.0...tsparticles-demo@1.22.1) (2021-10-30) @@ -640,7 +650,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@2.0.0-beta.0...tsparticles-demo@2.0.0-beta.1) (2021-10-06) @@ -652,20 +662,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) -- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed firefly and fireworks presets ([ec952c9](https://github.com/tsparticles/tsparticles/commit/ec952c9ac0b42dc1c5350279a44a1255ca1f4fca)) +- fixed fountain presets ([3b47867](https://github.com/tsparticles/tsparticles/commit/3b478673153181396446f510d7ca5ad09abfcd4f)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.20.2...tsparticles-demo@1.20.3) (2021-10-03) ### Bug Fixes -- fixed fireworks presets ([3402e46](https://github.com/tsparticles/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) -- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- fixed fireworks presets ([3402e46](https://github.com/tsparticles/tsparticles/commit/3402e46c7a6c945c481b563fa633fd6095f9b377)) +- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) ### Features -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) ## [1.20.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.20.1...tsparticles-demo@1.20.2) (2021-09-27) @@ -679,11 +689,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) ### Features -- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) ## [1.19.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.19.0...tsparticles-demo@1.19.1) (2021-09-15) @@ -693,28 +703,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) ### Features -- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.18.2...tsparticles-demo@1.18.3) (2021-08-10) ### Bug Fixes -- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.18.1...tsparticles-demo@1.18.2) (2021-07-31) @@ -728,15 +738,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) ### Features -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) ## [1.3.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.3.0...tsparticles-demo@1.3.1) (2020-10-06) @@ -766,35 +776,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added bounce to mouse hover event ([8bf39a2](https://github.com/tsparticles/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) +- added bounce to mouse hover event ([8bf39a2](https://github.com/tsparticles/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) # [1.3.0-beta.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.2.12...tsparticles-demo@1.3.0-beta.0) (2020-10-02) ### Bug Fixes -- fixed bounce for [#739](https://github.com/tsparticles/tsparticles/issues/739) ([738a16f](https://github.com/tsparticles/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) -- fixed rotate following path ([cd7ed78](https://github.com/tsparticles/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) +- fixed bounce for [#739](https://github.com/tsparticles/tsparticles/issues/739) ([738a16f](https://github.com/tsparticles/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) +- fixed rotate following path ([cd7ed78](https://github.com/tsparticles/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) ### Features -- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/tsparticles/tsparticles/issues/888) ([89a4ffb](https://github.com/tsparticles/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) -- added movement speed affected by particles size ([3a3d893](https://github.com/tsparticles/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) -- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/tsparticles/tsparticles/issues/691) ([37e1c92](https://github.com/tsparticles/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) -- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/tsparticles/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) -- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/tsparticles/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) -- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/tsparticles/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) -- completed HSV support ([0cf39d0](https://github.com/tsparticles/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) -- manual particles, fixes [#839](https://github.com/tsparticles/tsparticles/issues/839) ([4531b4a](https://github.com/tsparticles/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -- particle with move max distance are now good, closes [#740](https://github.com/tsparticles/tsparticles/issues/740) ([e1453c7](https://github.com/tsparticles/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/tsparticles/tsparticles/issues/888) ([89a4ffb](https://github.com/tsparticles/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) +- added movement speed affected by particles size ([3a3d893](https://github.com/tsparticles/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) +- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/tsparticles/tsparticles/issues/691) ([37e1c92](https://github.com/tsparticles/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) +- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/tsparticles/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) +- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/tsparticles/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) +- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/tsparticles/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) +- completed HSV support ([0cf39d0](https://github.com/tsparticles/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) +- manual particles, fixes [#839](https://github.com/tsparticles/tsparticles/issues/839) ([4531b4a](https://github.com/tsparticles/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- particle with move max distance are now good, closes [#740](https://github.com/tsparticles/tsparticles/issues/740) ([e1453c7](https://github.com/tsparticles/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) # [1.3.0-alpha.14](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.2.9...tsparticles-demo@1.3.0-alpha.14) (2020-08-22) ### Features -- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.3.0-alpha.13](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.3.0-alpha.12...tsparticles-demo@1.3.0-alpha.13) (2020-08-17) @@ -804,7 +814,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.3.0-alpha.11](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.3.0-alpha.10...tsparticles-demo@1.3.0-alpha.11) (2020-08-13) @@ -846,7 +856,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.3.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.2.7...tsparticles-demo@1.3.0-alpha.1) (2020-08-08) @@ -868,18 +878,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/tsparticles/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) -- forwad demo improved ([3bb0f74](https://github.com/tsparticles/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) -- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/tsparticles/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) +- forwad demo improved ([3bb0f74](https://github.com/tsparticles/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) +- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -- stroke color animation ([deabadd](https://github.com/tsparticles/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) -- working on orbits for absorbers ([1f55430](https://github.com/tsparticles/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- stroke color animation ([deabadd](https://github.com/tsparticles/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) +- working on orbits for absorbers ([1f55430](https://github.com/tsparticles/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) # [1.2.0-alpha.10](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.2.0-alpha.9...tsparticles-demo@1.2.0-alpha.10) (2020-06-29) @@ -893,7 +903,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/tsparticles/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) +- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/tsparticles/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) # [1.2.0-alpha.7](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.2.0-alpha.6...tsparticles-demo@1.2.0-alpha.7) (2020-06-26) @@ -903,65 +913,65 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- working on orbits for absorbers ([1f55430](https://github.com/tsparticles/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) +- working on orbits for absorbers ([1f55430](https://github.com/tsparticles/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) # [1.2.0-alpha.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.1.1...tsparticles-demo@1.2.0-alpha.5) (2020-06-23) ### Bug Fixes -- forwad demo improved ([3bb0f74](https://github.com/tsparticles/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) -- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- forwad demo improved ([3bb0f74](https://github.com/tsparticles/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) +- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.4) (2020-06-22) ### Bug Fixes -- forwad demo improved ([3bb0f74](https://github.com/tsparticles/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) -- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- forwad demo improved ([3bb0f74](https://github.com/tsparticles/tsparticles/commit/3bb0f7406f2cea92c288b3fc092c002f9e465620)) +- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.3) (2020-06-21) ### Bug Fixes -- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.2) (2020-06-21) ### Bug Fixes -- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) # [1.2.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo@1.1.0...tsparticles-demo@1.2.0-alpha.1) (2020-06-20) ### Bug Fixes -- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) +- updated index.html ([bd3dc5d](https://github.com/tsparticles/tsparticles/commit/bd3dc5dab9676d58b749a28af2436cf04707e1d1)) ### Features -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) diff --git a/demo/vanilla/app.ts b/demo/vanilla/app.ts index be40ed52cea..d1b78b93f16 100644 --- a/demo/vanilla/app.ts +++ b/demo/vanilla/app.ts @@ -54,8 +54,10 @@ app.use("/jquery", express.static("./node_modules/jquery/dist")); app.use("/lodash", express.static("./node_modules/lodash")); app.use("/ace", express.static("./node_modules/ace-builds")); app.use("/bootstrap", express.static("./node_modules/bootstrap/dist")); +app.use("/tsparticles-smooth-value-noise", express.static("./node_modules/@tsparticles/smooth-value-noise")); app.use("/tsparticles-perlin-noise", express.static("./node_modules/@tsparticles/perlin-noise")); app.use("/tsparticles-simplex-noise", express.static("./node_modules/@tsparticles/simplex-noise")); +app.use("/tsparticles-fractal-noise", express.static("./node_modules/@tsparticles/fractal-noise")); app.use("/tsparticles-all", express.static("./node_modules/@tsparticles/all")); app.use("/tsparticles-basic", express.static("./node_modules/@tsparticles/basic")); app.use("/tsparticles-engine", express.static("./node_modules/@tsparticles/engine")); @@ -116,6 +118,7 @@ app.use("/move-base", express.static("./node_modules/@tsparticles/move-base")); app.use("/move-parallax", express.static("./node_modules/@tsparticles/move-parallax")); app.use("/path-curves", express.static("./node_modules/@tsparticles/path-curves")); app.use("/path-curl-noise", express.static("./node_modules/@tsparticles/path-curl-noise")); +app.use("/path-fractal-noise", express.static("./node_modules/@tsparticles/path-fractal-noise")); app.use("/path-perlin-noise", express.static("./node_modules/@tsparticles/path-perlin-noise")); app.use("/path-polygon", express.static("./node_modules/@tsparticles/path-polygon")); app.use("/path-simplex-noise", express.static("./node_modules/@tsparticles/path-simplex-noise")); diff --git a/demo/vanilla/package.json b/demo/vanilla/package.json index a87ad1c977e..7d0aafc77ed 100644 --- a/demo/vanilla/package.json +++ b/demo/vanilla/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/demo", "private": true, - "version": "3.8.1", + "version": "3.9.0", "description": "> TODO: description", "author": "Matteo Bruni ", "homepage": "https://particles.js.org", @@ -50,107 +50,110 @@ "winston": "^3.11.0" }, "dependencies": { - "@tsparticles/all": "workspace:3.8.1", - "@tsparticles/basic": "workspace:3.8.1", - "@tsparticles/confetti": "workspace:3.8.1", - "@tsparticles/configs": "workspace:3.8.1", - "@tsparticles/effect-bubble": "workspace:3.8.1", - "@tsparticles/effect-trail": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/fireworks": "workspace:3.8.1", - "@tsparticles/interaction-external-attract": "workspace:3.8.1", - "@tsparticles/interaction-external-bounce": "workspace:3.8.1", - "@tsparticles/interaction-external-bubble": "workspace:3.8.1", - "@tsparticles/interaction-external-connect": "workspace:3.8.1", - "@tsparticles/interaction-external-grab": "workspace:3.8.1", - "@tsparticles/interaction-external-particle": "workspace:3.8.1", - "@tsparticles/interaction-external-pause": "workspace:3.8.1", - "@tsparticles/interaction-external-pop": "workspace:3.8.1", - "@tsparticles/interaction-external-push": "workspace:3.8.1", - "@tsparticles/interaction-external-remove": "workspace:3.8.1", - "@tsparticles/interaction-external-repulse": "workspace:3.8.1", - "@tsparticles/interaction-external-slow": "workspace:3.8.1", + "@tsparticles/all": "workspace:3.9.0", + "@tsparticles/basic": "workspace:3.9.0", + "@tsparticles/confetti": "workspace:3.9.0", + "@tsparticles/configs": "workspace:3.9.0", + "@tsparticles/effect-bubble": "workspace:3.9.0", + "@tsparticles/effect-trail": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/fireworks": "workspace:3.9.0", + "@tsparticles/fractal-noise": "workspace:3.9.0", + "@tsparticles/interaction-external-attract": "workspace:3.9.0", + "@tsparticles/interaction-external-bounce": "workspace:3.9.0", + "@tsparticles/interaction-external-bubble": "workspace:3.9.0", + "@tsparticles/interaction-external-connect": "workspace:3.9.0", + "@tsparticles/interaction-external-grab": "workspace:3.9.0", + "@tsparticles/interaction-external-particle": "workspace:3.9.0", + "@tsparticles/interaction-external-pause": "workspace:3.9.0", + "@tsparticles/interaction-external-pop": "workspace:3.9.0", + "@tsparticles/interaction-external-push": "workspace:3.9.0", + "@tsparticles/interaction-external-remove": "workspace:3.9.0", + "@tsparticles/interaction-external-repulse": "workspace:3.9.0", + "@tsparticles/interaction-external-slow": "workspace:3.9.0", "@tsparticles/interaction-external-trail": "workspace:3.8.1", - "@tsparticles/interaction-light": "workspace:3.8.1", - "@tsparticles/interaction-particles-attract": "workspace:3.8.1", - "@tsparticles/interaction-particles-collisions": "workspace:3.8.1", - "@tsparticles/interaction-particles-links": "workspace:3.8.1", - "@tsparticles/interaction-particles-repulse": "workspace:3.8.1", - "@tsparticles/move-base": "workspace:3.8.1", - "@tsparticles/move-parallax": "workspace:3.8.1", - "@tsparticles/path-curl-noise": "workspace:3.8.1", - "@tsparticles/path-curves": "workspace:3.8.1", - "@tsparticles/path-perlin-noise": "workspace:3.8.1", - "@tsparticles/path-polygon": "workspace:3.8.1", - "@tsparticles/path-simplex-noise": "workspace:3.8.1", - "@tsparticles/path-svg": "workspace:3.8.1", - "@tsparticles/path-zig-zag": "workspace:3.8.1", - "@tsparticles/perlin-noise": "workspace:3.8.1", - "@tsparticles/pjs": "workspace:3.8.1", - "@tsparticles/plugin-absorbers": "workspace:3.8.1", - "@tsparticles/plugin-canvas-mask": "workspace:3.8.1", - "@tsparticles/plugin-easing-back": "workspace:3.8.1", - "@tsparticles/plugin-easing-circ": "workspace:3.8.1", - "@tsparticles/plugin-easing-cubic": "workspace:3.8.1", - "@tsparticles/plugin-easing-expo": "workspace:3.8.1", - "@tsparticles/plugin-easing-linear": "workspace:3.8.1", - "@tsparticles/plugin-easing-quad": "workspace:3.8.1", - "@tsparticles/plugin-easing-quart": "workspace:3.8.1", - "@tsparticles/plugin-easing-quint": "workspace:3.8.1", - "@tsparticles/plugin-easing-sine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-circle": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-path": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.1", - "@tsparticles/plugin-emitters-shape-square": "workspace:3.8.1", - "@tsparticles/plugin-export-image": "workspace:3.8.1", - "@tsparticles/plugin-export-json": "workspace:3.8.1", - "@tsparticles/plugin-export-video": "workspace:3.8.1", - "@tsparticles/plugin-hex-color": "workspace:3.8.1", - "@tsparticles/plugin-hsl-color": "workspace:3.8.1", - "@tsparticles/plugin-hsv-color": "workspace:3.8.1", - "@tsparticles/plugin-infection": "workspace:3.8.1", - "@tsparticles/plugin-motion": "workspace:3.8.1", - "@tsparticles/plugin-named-color": "workspace:3.8.1", - "@tsparticles/plugin-oklch-color": "workspace:3.8.1", - "@tsparticles/plugin-poisson-disc": "workspace:3.8.1", - "@tsparticles/plugin-polygon-mask": "workspace:3.8.1", - "@tsparticles/plugin-rgb-color": "workspace:3.8.1", - "@tsparticles/plugin-sounds": "workspace:3.8.1", - "@tsparticles/shape-arrow": "workspace:3.8.1", - "@tsparticles/shape-cards": "workspace:3.8.1", - "@tsparticles/shape-circle": "workspace:3.8.1", - "@tsparticles/shape-cog": "workspace:3.8.1", - "@tsparticles/shape-emoji": "workspace:3.8.1", - "@tsparticles/shape-heart": "workspace:3.8.1", - "@tsparticles/shape-image": "workspace:3.8.1", - "@tsparticles/shape-infinity": "workspace:3.8.1", - "@tsparticles/shape-line": "workspace:3.8.1", - "@tsparticles/shape-path": "workspace:3.8.1", - "@tsparticles/shape-polygon": "workspace:3.8.1", - "@tsparticles/shape-rounded-polygon": "workspace:3.8.1", - "@tsparticles/shape-rounded-rect": "workspace:3.8.1", - "@tsparticles/shape-spiral": "workspace:3.8.1", - "@tsparticles/shape-square": "workspace:3.8.1", - "@tsparticles/shape-star": "workspace:3.8.1", - "@tsparticles/shape-text": "workspace:3.8.1", - "@tsparticles/simplex-noise": "workspace:3.8.1", - "@tsparticles/slim": "workspace:3.8.1", - "@tsparticles/updater-color": "workspace:3.8.1", - "@tsparticles/updater-destroy": "workspace:3.8.1", - "@tsparticles/updater-gradient": "workspace:3.8.1", - "@tsparticles/updater-life": "workspace:3.8.1", - "@tsparticles/updater-opacity": "workspace:3.8.1", - "@tsparticles/updater-orbit": "workspace:3.8.1", - "@tsparticles/updater-out-modes": "workspace:3.8.1", - "@tsparticles/updater-roll": "workspace:3.8.1", - "@tsparticles/updater-rotate": "workspace:3.8.1", - "@tsparticles/updater-size": "workspace:3.8.1", - "@tsparticles/updater-stroke-color": "workspace:3.8.1", - "@tsparticles/updater-tilt": "workspace:3.8.1", - "@tsparticles/updater-twinkle": "workspace:3.8.1", - "@tsparticles/updater-wobble": "workspace:3.8.1", - "tsparticles": "workspace:3.8.1" + "@tsparticles/interaction-light": "workspace:3.9.0", + "@tsparticles/interaction-particles-attract": "workspace:3.9.0", + "@tsparticles/interaction-particles-collisions": "workspace:3.9.0", + "@tsparticles/interaction-particles-links": "workspace:3.9.0", + "@tsparticles/interaction-particles-repulse": "workspace:3.9.0", + "@tsparticles/move-base": "workspace:3.9.0", + "@tsparticles/move-parallax": "workspace:3.9.0", + "@tsparticles/path-curl-noise": "workspace:3.9.0", + "@tsparticles/path-curves": "workspace:3.9.0", + "@tsparticles/path-fractal-noise": "workspace:3.9.0", + "@tsparticles/path-perlin-noise": "workspace:3.9.0", + "@tsparticles/path-polygon": "workspace:3.9.0", + "@tsparticles/path-simplex-noise": "workspace:3.9.0", + "@tsparticles/path-svg": "workspace:3.9.0", + "@tsparticles/path-zig-zag": "workspace:3.9.0", + "@tsparticles/perlin-noise": "workspace:3.9.0", + "@tsparticles/pjs": "workspace:3.9.0", + "@tsparticles/plugin-absorbers": "workspace:3.9.0", + "@tsparticles/plugin-canvas-mask": "workspace:3.9.0", + "@tsparticles/plugin-easing-back": "workspace:3.9.0", + "@tsparticles/plugin-easing-circ": "workspace:3.9.0", + "@tsparticles/plugin-easing-cubic": "workspace:3.9.0", + "@tsparticles/plugin-easing-expo": "workspace:3.9.0", + "@tsparticles/plugin-easing-linear": "workspace:3.9.0", + "@tsparticles/plugin-easing-quad": "workspace:3.9.0", + "@tsparticles/plugin-easing-quart": "workspace:3.9.0", + "@tsparticles/plugin-easing-quint": "workspace:3.9.0", + "@tsparticles/plugin-easing-sine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-canvas": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-circle": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-path": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-polygon": "workspace:3.9.0", + "@tsparticles/plugin-emitters-shape-square": "workspace:3.9.0", + "@tsparticles/plugin-export-image": "workspace:3.9.0", + "@tsparticles/plugin-export-json": "workspace:3.9.0", + "@tsparticles/plugin-export-video": "workspace:3.9.0", + "@tsparticles/plugin-hex-color": "workspace:3.9.0", + "@tsparticles/plugin-hsl-color": "workspace:3.9.0", + "@tsparticles/plugin-hsv-color": "workspace:3.9.0", + "@tsparticles/plugin-infection": "workspace:3.9.0", + "@tsparticles/plugin-motion": "workspace:3.9.0", + "@tsparticles/plugin-named-color": "workspace:3.9.0", + "@tsparticles/plugin-oklch-color": "workspace:3.9.0", + "@tsparticles/plugin-poisson-disc": "workspace:3.9.0", + "@tsparticles/plugin-polygon-mask": "workspace:3.9.0", + "@tsparticles/plugin-rgb-color": "workspace:3.9.0", + "@tsparticles/plugin-sounds": "workspace:3.9.0", + "@tsparticles/shape-arrow": "workspace:3.9.0", + "@tsparticles/shape-cards": "workspace:3.9.0", + "@tsparticles/shape-circle": "workspace:3.9.0", + "@tsparticles/shape-cog": "workspace:3.9.0", + "@tsparticles/shape-emoji": "workspace:3.9.0", + "@tsparticles/shape-heart": "workspace:3.9.0", + "@tsparticles/shape-image": "workspace:3.9.0", + "@tsparticles/shape-infinity": "workspace:3.9.0", + "@tsparticles/shape-line": "workspace:3.9.0", + "@tsparticles/shape-path": "workspace:3.9.0", + "@tsparticles/shape-polygon": "workspace:3.9.0", + "@tsparticles/shape-rounded-polygon": "workspace:3.9.0", + "@tsparticles/shape-rounded-rect": "workspace:3.9.0", + "@tsparticles/shape-spiral": "workspace:3.9.0", + "@tsparticles/shape-square": "workspace:3.9.0", + "@tsparticles/shape-star": "workspace:3.9.0", + "@tsparticles/shape-text": "workspace:3.9.0", + "@tsparticles/simplex-noise": "workspace:3.9.0", + "@tsparticles/slim": "workspace:3.9.0", + "@tsparticles/smooth-value-noise": "workspace:3.9.0", + "@tsparticles/updater-color": "workspace:3.9.0", + "@tsparticles/updater-destroy": "workspace:3.9.0", + "@tsparticles/updater-gradient": "workspace:3.9.0", + "@tsparticles/updater-life": "workspace:3.9.0", + "@tsparticles/updater-opacity": "workspace:3.9.0", + "@tsparticles/updater-orbit": "workspace:3.9.0", + "@tsparticles/updater-out-modes": "workspace:3.9.0", + "@tsparticles/updater-roll": "workspace:3.9.0", + "@tsparticles/updater-rotate": "workspace:3.9.0", + "@tsparticles/updater-size": "workspace:3.9.0", + "@tsparticles/updater-stroke-color": "workspace:3.9.0", + "@tsparticles/updater-tilt": "workspace:3.9.0", + "@tsparticles/updater-twinkle": "workspace:3.9.0", + "@tsparticles/updater-wobble": "workspace:3.9.0", + "tsparticles": "workspace:3.9.0" } } diff --git a/demo/vanilla/public/javascripts/confetti.js b/demo/vanilla/public/javascripts/confetti.js index a4406a3e902..f55fe0c76c0 100644 --- a/demo/vanilla/public/javascripts/confetti.js +++ b/demo/vanilla/public/javascripts/confetti.js @@ -3,22 +3,22 @@ const end = Date.now() + (15 * 1000), (function frame() { - confetti({ - particleCount: 2, - angle: 60, - spread: 55, - origin: { x: 0 }, - colors: colors - }); - confetti({ - particleCount: 2, - angle: 120, - spread: 55, - origin: { x: 1 }, - colors: colors - }); + confetti({ + particleCount: 2, + angle: 60, + spread: 55, + origin: {x: 0}, + colors: colors + }); + confetti({ + particleCount: 2, + angle: 120, + spread: 55, + origin: {x: 1}, + colors: colors + }); - if (Date.now() < end) { - requestAnimationFrame(frame); - } -}()); + if (Date.now() < end) { + setTimeout(frame, 15); + } +})(); diff --git a/demo/vanilla/views/confetti.pug b/demo/vanilla/views/confetti.pug index cf6f55a7167..914545697e2 100644 --- a/demo/vanilla/views/confetti.pug +++ b/demo/vanilla/views/confetti.pug @@ -17,17 +17,9 @@ html(lang="en") meta(property="og:image" content="https://particles.js.org/images/demo2.png") title tsParticles - link(href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css") - link(href="/fontawesome/css/all.css" rel="stylesheet" type="text/css") - link(href="/jsoneditor/jsoneditor.css" rel="stylesheet" type="text/css") link(href="/stylesheets/main.css" rel="stylesheet" type="text/css") body(style="background-color: #000;") - canvas#confetti(style="width: 200px;height:200px") - script(src="/jquery/jquery.slim.min.js") - script(src="/bootstrap/js/bootstrap.bundle.min.js") - script(src="/fontawesome/js/all.js") - script(src="/jsoneditor/jsoneditor.js") - script(src="/lodash/lodash.min.js") + canvas#confetti script(src="/tsparticles-confetti/tsparticles.confetti.bundle.js") script(src="/javascripts/confetti.js") diff --git a/demo/vanilla/views/index.pug b/demo/vanilla/views/index.pug index fb19af225ea..cae2f98c663 100644 --- a/demo/vanilla/views/index.pug +++ b/demo/vanilla/views/index.pug @@ -111,8 +111,10 @@ html(lang="en") script(src="/jsoneditor/jsoneditor.min.js") script(src="/lodash/lodash.min.js") script(src="/stats.ts/dist/stats.min.js") + script(src="/tsparticles-smooth-value-noise/tsparticles.smooth.value.noise.min.js") script(src="/tsparticles-perlin-noise/tsparticles.perlin.noise.min.js") script(src="/tsparticles-simplex-noise/tsparticles.simplex.noise.min.js") + script(src="/tsparticles-fractal-noise/tsparticles.fractal.noise.min.js") script(src="/tsparticles-engine/tsparticles.engine.min.js") script(src="/tsparticles-configs/tsparticles.configs.min.js") script(src="/tsparticles-basic/tsparticles.basic.min.js") @@ -206,6 +208,7 @@ html(lang="en") script(src="/shape-spiral/tsparticles.shape.spiral.min.js") script(src="/path-curves/tsparticles.path.curves.min.js") script(src="/path-curl-noise/tsparticles.path.curl.noise.min.js") + script(src="/path-fractal-noise/tsparticles.path.fractal.noise.min.js") script(src="/path-perlin-noise/tsparticles.path.perlin.noise.min.js") script(src="/path-polygon/tsparticles.path.polygon.min.js") script(src="/path-simplex-noise/tsparticles.path.simplex.noise.min.js") diff --git a/demo/vanilla_new/CHANGELOG.md b/demo/vanilla_new/CHANGELOG.md index 1c613a305eb..e538c593242 100644 --- a/demo/vanilla_new/CHANGELOG.md +++ b/demo/vanilla_new/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.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/demo-new + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) **Note:** Version bump only for package @tsparticles/demo-new @@ -115,7 +119,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -133,31 +137,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/tsparticles/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) -- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) -- **deps:** update dependency minify to v10 ([eb16db3](https://github.com/tsparticles/tsparticles/commit/eb16db3e709b42517ee1ae524feaa473a9ff7590)) -- **deps:** update dependency minify to v8 ([e2ffbec](https://github.com/tsparticles/tsparticles/commit/e2ffbec6b4c83a847450c1edc8b8f114f45c0eff)) -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) -- **deps:** update dependency minify to v9 ([a12fb3e](https://github.com/tsparticles/tsparticles/commit/a12fb3e6f2a94677b4be32ebc69a17b085d2f3d2)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) -- upgrade fs-extra from 10.0.0 to 10.0.1 ([35e46c6](https://github.com/tsparticles/tsparticles/commit/35e46c6dc0f3a35a582ef62dd94cca9b7fbc9bd3)) -- upgrade minify from 8.0.3 to 8.0.4 ([f91828c](https://github.com/tsparticles/tsparticles/commit/f91828c8321505d8861bbf154794eb4e8f061d72)) -- upgrade sass from 1.38.0 to 1.49.9 ([ff3f4fa](https://github.com/tsparticles/tsparticles/commit/ff3f4fadb6e3858985b810c14983258a8d8f16a3)) -- upgrade sass from 1.52.3 to 1.53.0 ([fb2ec98](https://github.com/tsparticles/tsparticles/commit/fb2ec98631e18673b008cd14e6b7c4cb4e40d94c)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/tsparticles/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) +- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) +- **deps:** update dependency minify to v10 ([eb16db3](https://github.com/tsparticles/tsparticles/commit/eb16db3e709b42517ee1ae524feaa473a9ff7590)) +- **deps:** update dependency minify to v8 ([e2ffbec](https://github.com/tsparticles/tsparticles/commit/e2ffbec6b4c83a847450c1edc8b8f114f45c0eff)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v9 ([a12fb3e](https://github.com/tsparticles/tsparticles/commit/a12fb3e6f2a94677b4be32ebc69a17b085d2f3d2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) +- upgrade fs-extra from 10.0.0 to 10.0.1 ([35e46c6](https://github.com/tsparticles/tsparticles/commit/35e46c6dc0f3a35a582ef62dd94cca9b7fbc9bd3)) +- upgrade minify from 8.0.3 to 8.0.4 ([f91828c](https://github.com/tsparticles/tsparticles/commit/f91828c8321505d8861bbf154794eb4e8f061d72)) +- upgrade sass from 1.38.0 to 1.49.9 ([ff3f4fa](https://github.com/tsparticles/tsparticles/commit/ff3f4fadb6e3858985b810c14983258a8d8f16a3)) +- upgrade sass from 1.52.3 to 1.53.0 ([fb2ec98](https://github.com/tsparticles/tsparticles/commit/fb2ec98631e18673b008cd14e6b7c4cb4e40d94c)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.9.2...tsparticles-demo-new@2.9.3) (2023-02-12) @@ -191,11 +195,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) +- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.5.2...tsparticles-demo-new@2.5.3) (2022-11-07) @@ -257,13 +261,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/tsparticles/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) +- **deps:** update capacitor monorepo to v4 ([a63d3a0](https://github.com/tsparticles/tsparticles/commit/a63d3a005ff47dd38ca7924b29267f4796ffebdb)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.1.3...tsparticles-demo-new@2.1.4) (2022-07-28) ### Bug Fixes -- upgrade sass from 1.52.3 to 1.53.0 ([fb2ec98](https://github.com/tsparticles/tsparticles/commit/fb2ec98631e18673b008cd14e6b7c4cb4e40d94c)) +- upgrade sass from 1.52.3 to 1.53.0 ([fb2ec98](https://github.com/tsparticles/tsparticles/commit/fb2ec98631e18673b008cd14e6b7c4cb4e40d94c)) ## [2.1.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.1.2...tsparticles-demo-new@2.1.3) (2022-07-01) @@ -281,7 +285,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v9 ([a12fb3e](https://github.com/tsparticles/tsparticles/commit/a12fb3e6f2a94677b4be32ebc69a17b085d2f3d2)) +- **deps:** update dependency minify to v9 ([a12fb3e](https://github.com/tsparticles/tsparticles/commit/a12fb3e6f2a94677b4be32ebc69a17b085d2f3d2)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.0.5...tsparticles-demo-new@2.0.6) (2022-04-16) @@ -295,11 +299,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.27.1...tsparticles-demo-new@2.0.3) (2022-03-11) @@ -307,24 +311,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.26.4...tsparticles-demo-new@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- upgrade fs-extra from 10.0.0 to 10.0.1 ([35e46c6](https://github.com/tsparticles/tsparticles/commit/35e46c6dc0f3a35a582ef62dd94cca9b7fbc9bd3)) -- upgrade minify from 8.0.3 to 8.0.4 ([f91828c](https://github.com/tsparticles/tsparticles/commit/f91828c8321505d8861bbf154794eb4e8f061d72)) -- upgrade sass from 1.38.0 to 1.49.9 ([ff3f4fa](https://github.com/tsparticles/tsparticles/commit/ff3f4fadb6e3858985b810c14983258a8d8f16a3)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- upgrade fs-extra from 10.0.0 to 10.0.1 ([35e46c6](https://github.com/tsparticles/tsparticles/commit/35e46c6dc0f3a35a582ef62dd94cca9b7fbc9bd3)) +- upgrade minify from 8.0.3 to 8.0.4 ([f91828c](https://github.com/tsparticles/tsparticles/commit/f91828c8321505d8861bbf154794eb4e8f061d72)) +- upgrade sass from 1.38.0 to 1.49.9 ([ff3f4fa](https://github.com/tsparticles/tsparticles/commit/ff3f4fadb6e3858985b810c14983258a8d8f16a3)) ## [1.27.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.27.3...tsparticles-demo-new@1.27.4) (2022-03-20) @@ -372,11 +376,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.24.2...tsparticles-demo-new@2.0.0-beta.5) (2022-01-30) @@ -384,8 +388,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) -- **deps:** update dependency minify to v8 ([e2ffbec](https://github.com/tsparticles/tsparticles/commit/e2ffbec6b4c83a847450c1edc8b8f114f45c0eff)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([e2ffbec](https://github.com/tsparticles/tsparticles/commit/e2ffbec6b4c83a847450c1edc8b8f114f45c0eff)) # [1.26.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.25.2...tsparticles-demo-new@1.26.0) (2022-02-10) @@ -407,8 +411,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.0.0-beta.3...tsparticles-demo-new@2.0.0-beta.4) (2021-12-07) @@ -436,21 +440,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.20.4...tsparticles-demo-new@2.0.0-beta.2) (2021-10-06) ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@2.0.0-beta.0...tsparticles-demo-new@2.0.0-beta.1) (2021-10-06) @@ -490,11 +494,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) +- **deps:** update dependency minify to v8 ([3b7d7d0](https://github.com/tsparticles/tsparticles/commit/3b7d7d0fd7d71d014d0f6aa87453beba4f048d0f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.20.2...tsparticles-demo-new@1.20.3) (2021-10-03) @@ -520,9 +524,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-new@1.18.2...tsparticles-demo-new@1.18.3) (2021-08-10) @@ -540,4 +544,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) diff --git a/demo/vanilla_new/package.json b/demo/vanilla_new/package.json index 70a3388d46e..2d4c5e5ccda 100644 --- a/demo/vanilla_new/package.json +++ b/demo/vanilla_new/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/demo-new", "private": true, - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles Demo Website", "main": "index.html", "scripts": { @@ -39,17 +39,17 @@ "sass": "^1.69.5" }, "dependencies": { - "@tsparticles/configs": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/interaction-light": "workspace:3.8.1", - "@tsparticles/interaction-particles-repulse": "workspace:3.8.1", - "@tsparticles/path-curves": "workspace:3.8.1", - "@tsparticles/path-perlin-noise": "workspace:3.8.1", - "@tsparticles/path-polygon": "workspace:3.8.1", - "@tsparticles/path-simplex-noise": "workspace:3.8.1", - "@tsparticles/plugin-infection": "workspace:3.8.1", - "@tsparticles/updater-gradient": "workspace:3.8.1", - "@tsparticles/updater-orbit": "workspace:3.8.1", - "tsparticles": "workspace:3.8.1" + "@tsparticles/configs": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/interaction-light": "workspace:3.9.0", + "@tsparticles/interaction-particles-repulse": "workspace:3.9.0", + "@tsparticles/path-curves": "workspace:3.9.0", + "@tsparticles/path-perlin-noise": "workspace:3.9.0", + "@tsparticles/path-polygon": "workspace:3.9.0", + "@tsparticles/path-simplex-noise": "workspace:3.9.0", + "@tsparticles/plugin-infection": "workspace:3.9.0", + "@tsparticles/updater-gradient": "workspace:3.9.0", + "@tsparticles/updater-orbit": "workspace:3.9.0", + "tsparticles": "workspace:3.9.0" } } diff --git a/demo/vite/CHANGELOG.md b/demo/vite/CHANGELOG.md index 32bf72f3847..85e38c8da82 100644 --- a/demo/vite/CHANGELOG.md +++ b/demo/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.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/vite-demo + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) **Note:** Version bump only for package @tsparticles/vite-demo @@ -23,13 +27,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e)) +- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) diff --git a/demo/vite/package.json b/demo/vite/package.json index 6c9481fd86f..8541d402bcd 100644 --- a/demo/vite/package.json +++ b/demo/vite/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/vite-demo", "private": true, - "version": "3.8.1", + "version": "3.9.0", "type": "module", "scripts": { "dev": "vite", @@ -9,9 +9,9 @@ "preview": "vite preview" }, "dependencies": { - "@tsparticles/all": "workspace:3.8.1", - "@tsparticles/configs": "workspace:3.8.1", - "@tsparticles/engine": "workspace:3.8.1" + "@tsparticles/all": "workspace:3.9.0", + "@tsparticles/configs": "workspace:3.9.0", + "@tsparticles/engine": "workspace:3.9.0" }, "devDependencies": { "typescript": "^5.3.3", diff --git a/demo/vite/src/main.ts b/demo/vite/src/main.ts index be5459c82bc..f7af9e7f982 100644 --- a/demo/vite/src/main.ts +++ b/demo/vite/src/main.ts @@ -1,5 +1,5 @@ import "./style.css"; -import { type Engine, tsParticles } from "@tsparticles/engine"; +import { type Engine, getRandom, tsParticles } from "@tsparticles/engine"; import { loadAll } from "@tsparticles/all"; import configs from "@tsparticles/configs"; @@ -7,7 +7,7 @@ import configs from "@tsparticles/configs"; await loadAll(engine); const keys = Object.keys(configs), - randomKey = keys[Math.floor(Math.random() * keys.length)] as keyof typeof configs, + randomKey = keys[Math.floor(getRandom() * keys.length)] as keyof typeof configs, options = configs[randomKey]; await engine.load({ diff --git a/effects/bubble/CHANGELOG.md b/effects/bubble/CHANGELOG.md index 0434dee026f..4b4ff263e53 100644 --- a/effects/bubble/CHANGELOG.md +++ b/effects/bubble/CHANGELOG.md @@ -3,35 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/effect-bubble + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -41,13 +45,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -57,19 +61,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -79,9 +83,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -91,7 +95,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -105,7 +109,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -127,7 +131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -145,8 +149,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -156,35 +160,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.9.2...tsparticles-shape-bubble@2.9.3) (2023-02-12) @@ -202,7 +206,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.7.1...tsparticles-shape-bubble@2.8.0) (2023-01-18) @@ -240,7 +244,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.3.2...tsparticles-shape-bubble@2.3.3) (2022-09-30) @@ -270,7 +274,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.2.0...tsparticles-shape-bubble@2.2.1) (2022-08-12) @@ -300,14 +304,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.0.5...tsparticles-shape-bubble@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.0.4...tsparticles-shape-bubble@2.0.5) (2022-04-14) @@ -317,14 +321,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.42.1...tsparticles-shape-bubble@2.0.3) (2022-03-11) @@ -336,7 +340,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.42.3...tsparticles-shape-bubble@1.42.4) (2022-03-20) @@ -350,26 +354,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.41.4...tsparticles-shape-bubble@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.42.0...tsparticles-shape-bubble@1.42.1) (2022-03-09) @@ -405,13 +409,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.24.2...tsparticles-shape-bubble@2.0.0-beta.5) (2022-01-30) @@ -427,13 +431,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.40.0...tsparticles-shape-bubble@1.40.1) (2022-02-06) @@ -473,15 +477,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.20.4...tsparticles-shape-bubble@2.0.0-beta.2) (2021-10-06) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.22.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.22.4...tsparticles-shape-bubble@1.22.5) (2021-11-28) @@ -503,7 +507,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@2.0.0-beta.0...tsparticles-shape-bubble@2.0.0-beta.1) (2021-10-06) @@ -523,8 +527,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.20.2...tsparticles-shape-bubble@1.20.3) (2021-10-03) @@ -550,18 +554,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.18.2...tsparticles-shape-bubble@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-bubble@1.18.1...tsparticles-shape-bubble@1.18.2) (2021-07-31) diff --git a/effects/bubble/package.dist.json b/effects/bubble/package.dist.json index 59c6ea909f7..efd79ed192f 100644 --- a/effects/bubble/package.dist.json +++ b/effects/bubble/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-bubble", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles bubble effect", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/effects/bubble/package.json b/effects/bubble/package.json index e8820702a63..d30cbeb3457 100644 --- a/effects/bubble/package.json +++ b/effects/bubble/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/effect-bubble", - "version": "3.8.1", - "description": "tsParticles bubble effect", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "effects/bubble" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-effect" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/effect-bubble", + "version": "3.9.0", + "description": "tsParticles bubble effect", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "effects/bubble" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-effect" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/effects/trail/CHANGELOG.md b/effects/trail/CHANGELOG.md index eb88f183477..9810488ca63 100644 --- a/effects/trail/CHANGELOG.md +++ b/effects/trail/CHANGELOG.md @@ -3,35 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/effect-trail + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -41,13 +45,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -57,23 +61,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) +- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -83,9 +87,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -95,7 +99,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -109,11 +113,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) +- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -123,5 +127,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) diff --git a/effects/trail/package.dist.json b/effects/trail/package.dist.json index 167c4f1c98c..0e054bc3358 100644 --- a/effects/trail/package.dist.json +++ b/effects/trail/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/effect-trail", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles trail effect", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/effects/trail/package.json b/effects/trail/package.json index 78e08aa955a..950eeedfc6c 100644 --- a/effects/trail/package.json +++ b/effects/trail/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/effect-trail", - "version": "3.8.1", - "description": "tsParticles trail effect", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "effects/trail" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-effect" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/effect-trail", + "version": "3.9.0", + "description": "tsParticles trail effect", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "effects/trail" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-effect" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/engine/CHANGELOG.md b/engine/CHANGELOG.md index 083d831d4d5..a7eeab51b0f 100644 --- a/engine/CHANGELOG.md +++ b/engine/CHANGELOG.md @@ -3,49 +3,55 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed some issues in groups, some things are still not working ([75fb526](https://github.com/tsparticles/tsparticles/commit/75fb526bcf5e264735c73eab618a0a6727b24adc)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [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 style duplication ([55a8425](https://github.com/tsparticles/tsparticles/commit/55a84255b013ca6b08b77ef38ba2a1d4a19a0fca)) +- 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 style duplication ([55a8425](https://github.com/tsparticles/tsparticles/commit/55a84255b013ca6b08b77ef38ba2a1d4a19a0fca)) ## [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)) +- 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 -- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e)) +- fixed issue in Firefox that caused the canvas to expand each frame ([628a05d](https://github.com/tsparticles/tsparticles/commit/628a05d59786240e5f9a796262847b6f8a27681e)) ### Features -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) -- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) -- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) +- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -55,41 +61,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) ### Features -- added customization for animation loop, fixes [#5355](https://github.com/tsparticles/tsparticles/issues/5355) ([76d9dfd](https://github.com/tsparticles/tsparticles/commit/76d9dfd56b51c05a82d60bce13157f020df547c9)) +- added customization for animation loop, fixes [#5355](https://github.com/tsparticles/tsparticles/issues/5355) ([76d9dfd](https://github.com/tsparticles/tsparticles/commit/76d9dfd56b51c05a82d60bce13157f020df547c9)) # [3.4.0](https://github.com/tsparticles/tsparticles/compare/v3.3.0...v3.4.0) (2024-05-12) ### Bug Fixes -- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) +- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -99,32 +105,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Bug Fixes -- improved support for element id ([54a1683](https://github.com/tsparticles/tsparticles/commit/54a1683cfe05b8809f5ee7941f920cc1e9a13f07)) +- improved support for element id ([54a1683](https://github.com/tsparticles/tsparticles/commit/54a1683cfe05b8809f5ee7941f920cc1e9a13f07)) ### Features -- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) -- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) +- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) +- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -134,36 +140,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed bug when using particles groups ([d8b840d](https://github.com/tsparticles/tsparticles/commit/d8b840d30a591a6febc65fbfeb74b8588f7af9c2)) +- fixed bug when using particles groups ([d8b840d](https://github.com/tsparticles/tsparticles/commit/d8b840d30a591a6febc65fbfeb74b8588f7af9c2)) # [3.0.0](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.5...v3.0.0) (2023-12-04) ### Bug Fixes -- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) +- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) ### Features -- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89)) -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) # [3.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) ### Bug Fixes -- fixed color animation issue, regression introduced with a previous commit ([b6a423d](https://github.com/tsparticles/tsparticles/commit/b6a423d562430fced5d3b1ca0b7a21a5cbea1569)) +- fixed color animation issue, regression introduced with a previous commit ([b6a423d](https://github.com/tsparticles/tsparticles/commit/b6a423d562430fced5d3b1ca0b7a21a5cbea1569)) ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -173,13 +179,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with particle destroy ([86d2f8f](https://github.com/tsparticles/tsparticles/commit/86d2f8f14c7b05b04018cb68b5e40c0547deccf4)) +- fixed issue with particle destroy ([86d2f8f](https://github.com/tsparticles/tsparticles/commit/86d2f8f14c7b05b04018cb68b5e40c0547deccf4)) # [3.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2023-08-25) ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -189,37 +195,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fix issue with change theme when an existing canvas is used ([2c4c7cd](https://github.com/tsparticles/tsparticles/commit/2c4c7cd713bd2728b4821563e9d919fd33c23bf5)) -- fix issue with change theme when an existing canvas is used ([a349b97](https://github.com/tsparticles/tsparticles/commit/a349b973b63c849ec552eca72bcce391223c3d61)) -- fixed memory leak in destroyed particles by updaters, the z array wasn't filtered ([272bb47](https://github.com/tsparticles/tsparticles/commit/272bb4720961bab2db8b5ee5d3dc7e6f5b1bbf38)), closes [#5101](https://github.com/tsparticles/tsparticles/issues/5101) -- fixed out modes, bounce was not checking the direction of the update request ([e2b2c94](https://github.com/tsparticles/tsparticles/commit/e2b2c94da9ba4ffd264442ab6bfed4923fac7d25)) -- fixed pool on particles destroyed by updaters ([1f62e29](https://github.com/tsparticles/tsparticles/commit/1f62e299de7893145c64d006fcc2f6fb8c8540cf)) +- fix issue with change theme when an existing canvas is used ([2c4c7cd](https://github.com/tsparticles/tsparticles/commit/2c4c7cd713bd2728b4821563e9d919fd33c23bf5)) +- fix issue with change theme when an existing canvas is used ([a349b97](https://github.com/tsparticles/tsparticles/commit/a349b973b63c849ec552eca72bcce391223c3d61)) +- fixed memory leak in destroyed particles by updaters, the z array wasn't filtered ([272bb47](https://github.com/tsparticles/tsparticles/commit/272bb4720961bab2db8b5ee5d3dc7e6f5b1bbf38)), closes [#5101](https://github.com/tsparticles/tsparticles/issues/5101) +- fixed out modes, bounce was not checking the direction of the update request ([e2b2c94](https://github.com/tsparticles/tsparticles/commit/e2b2c94da9ba4ffd264442ab6bfed4923fac7d25)) +- fixed pool on particles destroyed by updaters ([1f62e29](https://github.com/tsparticles/tsparticles/commit/1f62e299de7893145c64d006fcc2f6fb8c8540cf)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) ### Bug Fixes -- fixed various plugins issues for a misplaced canvas clear ([dd98147](https://github.com/tsparticles/tsparticles/commit/dd981478fb010206f47612f009215591f35c63e1)) +- fixed various plugins issues for a misplaced canvas clear ([dd98147](https://github.com/tsparticles/tsparticles/commit/dd981478fb010206f47612f009215591f35c63e1)) # [2.11.0](https://github.com/tsparticles/tsparticles/compare/v2.10.1...v2.11.0) (2023-07-12) ### Bug Fixes -- fixed calc position function ([adb0444](https://github.com/tsparticles/tsparticles/commit/adb044454ce9aacd84ed077ab2bd41541995c0b1)) -- fixed getPositionOrSize function ([3e07525](https://github.com/tsparticles/tsparticles/commit/3e07525becdfe08d10c3ffc8dc00bbe0e6acf53f)) -- fixed issue with emitters ([39c7d75](https://github.com/tsparticles/tsparticles/commit/39c7d758410b1f13567e4ea97bc334ba864d62c4)) +- fixed calc position function ([adb0444](https://github.com/tsparticles/tsparticles/commit/adb044454ce9aacd84ed077ab2bd41541995c0b1)) +- fixed getPositionOrSize function ([3e07525](https://github.com/tsparticles/tsparticles/commit/3e07525becdfe08d10c3ffc8dc00bbe0e6acf53f)) +- fixed issue with emitters ([39c7d75](https://github.com/tsparticles/tsparticles/commit/39c7d758410b1f13567e4ea97bc334ba864d62c4)) ### Features -- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) -- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) -- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) -- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) -- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) +- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) +- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) +- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) +- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) +- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -229,224 +235,224 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- added missing export ([a2ce9df](https://github.com/tsparticles/tsparticles/commit/a2ce9df6793a5f3b9e061c920b486ba2974a664a)) -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) -- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) -- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) -- **deps:** update dependency jsdom to v21 ([85a816a](https://github.com/tsparticles/tsparticles/commit/85a816a2f5389afffc3a75b9e6c3bbd754a48db1)) -- **deps:** update dependency jsdom to v22 ([5f8737a](https://github.com/tsparticles/tsparticles/commit/5f8737a5d3635947da822127d395a971d8feee4d)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) -- fix responsive screen size ([6d5cdd7](https://github.com/tsparticles/tsparticles/commit/6d5cdd70ac72fea5db4c8412d2c057903ed8b1b2)) -- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) -- fixed connect links options ([5eb3186](https://github.com/tsparticles/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5)) -- fixed container duration, using it as seconds instead of milliseconds ([ba05eec](https://github.com/tsparticles/tsparticles/commit/ba05eec31ae30dffff6871669a34360547663605)) -- fixed container refresh ([9e0c71e](https://github.com/tsparticles/tsparticles/commit/9e0c71ea8f73562f53027bb08c13603dd90157c8)) -- fixed correctly both [#4031](https://github.com/tsparticles/tsparticles/issues/4031) and [#4385](https://github.com/tsparticles/tsparticles/issues/4385) ([6b57b69](https://github.com/tsparticles/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) -- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) -- fixed export configuration method of container ([f7c3c7f](https://github.com/tsparticles/tsparticles/commit/f7c3c7f210017e91ac3fa5a54a911d714d207ca5)) -- fixed exports of engine ([f8a676b](https://github.com/tsparticles/tsparticles/commit/f8a676be85be237098712cb94387677a5ff0cf4d)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) -- fixed ICoordinates types ([3d6fa2d](https://github.com/tsparticles/tsparticles/commit/3d6fa2d9654c4e6e3eb3f076356c02de76219de5)) -- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) -- fixed issue on container guard check, fixes [#4679](https://github.com/tsparticles/tsparticles/issues/4679) ([953767d](https://github.com/tsparticles/tsparticles/commit/953767d8f1d616aa58759efc8b63730cb0f94811)) -- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) -- fixed issue with animation random size, multiplying again the pixel ratio ([3e89c7b](https://github.com/tsparticles/tsparticles/commit/3e89c7bbc3380defd333253cc7a0cb36ab6d1592)) -- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) -- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) -- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) -- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([91f7890](https://github.com/tsparticles/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4)) -- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) -- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) -- fixed issue with non-generated canvas elements, closes [#4228](https://github.com/tsparticles/tsparticles/issues/4228) ([297e974](https://github.com/tsparticles/tsparticles/commit/297e9740580e11cf2c8b98a5a9e88736fdf855e4)) -- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) -- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) -- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) -- fixed issue with stroke options loading ([9633356](https://github.com/tsparticles/tsparticles/commit/9633356a62e3654c3a5c11508bfefe7b255c6f32)) -- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) -- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) -- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed more enum typings ([cc5e52d](https://github.com/tsparticles/tsparticles/commit/cc5e52d9f271c16125432e285503e7e7bd7bc71e)) -- fixed more enum typings ([eed6c1f](https://github.com/tsparticles/tsparticles/commit/eed6c1f2237d78aae68beabc0c055e60770fe557)) -- fixed more enum typings ([ae6501c](https://github.com/tsparticles/tsparticles/commit/ae6501c4c8ab3cbcc4d3eeb01dfe54599df88c47)) -- fixed move decay type, it should be ranged ([113b6c0](https://github.com/tsparticles/tsparticles/commit/113b6c089ffda8b34188386332161f384e709a4a)) -- fixed new multiple particles feature and particle destroy method ([aee6eff](https://github.com/tsparticles/tsparticles/commit/aee6effe57407c354c2648f2f3661981ed38a995)) -- fixed out of canvas out mode ([1f17c60](https://github.com/tsparticles/tsparticles/commit/1f17c60587c81ca8a556dcd6eb6168da32f15371)) -- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) -- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) -- fixed restoring canvas when not generated after full screen set, closes [#4291](https://github.com/tsparticles/tsparticles/issues/4291) ([28acc87](https://github.com/tsparticles/tsparticles/commit/28acc876335ed062fa14cfaa296dfaee0cdee8c9)) -- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) -- fixed some exports and comments ([389d82c](https://github.com/tsparticles/tsparticles/commit/389d82c7cf2786f2d32f54683779bd6bda96a877)) -- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) -- fixed some regex, added support for rgba/hsla/hsva string values with alpha % ([84b31fe](https://github.com/tsparticles/tsparticles/commit/84b31fefe25a7bec93f8942036d1af51e4749bbc)) -- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) -- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) -- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([164da18](https://github.com/tsparticles/tsparticles/commit/164da18be5f3feabbc7c367469446e3446cbb5f4)) -- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([a4aa0a3](https://github.com/tsparticles/tsparticles/commit/a4aa0a3d8a249143489052ad474e4cf5b03a6bbb)) -- fixed typo in fireworks bundle exported types ([bf5b88a](https://github.com/tsparticles/tsparticles/commit/bf5b88a0243b268cad8327c70006229dbf1bc49a)) -- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) -- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) -- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) -- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) -- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) -- handling "mid" value in links colors ([0698d04](https://github.com/tsparticles/tsparticles/commit/0698d0461d8d2f882f219e6e08b1aa7076264462)) -- improved container guard check before doing stuff ([ebca38e](https://github.com/tsparticles/tsparticles/commit/ebca38ed5e208b6f1ab507fa7cd1221cdbd7cbc5)) -- improved container reset ([e4996d0](https://github.com/tsparticles/tsparticles/commit/e4996d0348301a79347826511d404b3b9fc4f520)) -- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) -- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) -- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) -- improving container destruction ([c4ebce6](https://github.com/tsparticles/tsparticles/commit/c4ebce6ba3b6e6b5b68a1fa6b342d41fee31837b)) -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) -- **readme:** fix error 404 links ([21bd331](https://github.com/tsparticles/tsparticles/commit/21bd3315437050c6cbc48d7ad2ed8f522937385f)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- removed bad check when retrieving color range value ([27a0778](https://github.com/tsparticles/tsparticles/commit/27a0778ae0fcb57fde4a9d660af603a994efb1ac)) -- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) -- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) -- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) -- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) -- trying fixing issue [#4151](https://github.com/tsparticles/tsparticles/issues/4151) ([83e3e06](https://github.com/tsparticles/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f)) -- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added missing export ([a2ce9df](https://github.com/tsparticles/tsparticles/commit/a2ce9df6793a5f3b9e061c920b486ba2974a664a)) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) +- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) +- **deps:** update dependency jsdom to v21 ([85a816a](https://github.com/tsparticles/tsparticles/commit/85a816a2f5389afffc3a75b9e6c3bbd754a48db1)) +- **deps:** update dependency jsdom to v22 ([5f8737a](https://github.com/tsparticles/tsparticles/commit/5f8737a5d3635947da822127d395a971d8feee4d)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) +- fix responsive screen size ([6d5cdd7](https://github.com/tsparticles/tsparticles/commit/6d5cdd70ac72fea5db4c8412d2c057903ed8b1b2)) +- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) +- fixed connect links options ([5eb3186](https://github.com/tsparticles/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5)) +- fixed container duration, using it as seconds instead of milliseconds ([ba05eec](https://github.com/tsparticles/tsparticles/commit/ba05eec31ae30dffff6871669a34360547663605)) +- fixed container refresh ([9e0c71e](https://github.com/tsparticles/tsparticles/commit/9e0c71ea8f73562f53027bb08c13603dd90157c8)) +- fixed correctly both [#4031](https://github.com/tsparticles/tsparticles/issues/4031) and [#4385](https://github.com/tsparticles/tsparticles/issues/4385) ([6b57b69](https://github.com/tsparticles/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) +- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed export configuration method of container ([f7c3c7f](https://github.com/tsparticles/tsparticles/commit/f7c3c7f210017e91ac3fa5a54a911d714d207ca5)) +- fixed exports of engine ([f8a676b](https://github.com/tsparticles/tsparticles/commit/f8a676be85be237098712cb94387677a5ff0cf4d)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed ICoordinates types ([3d6fa2d](https://github.com/tsparticles/tsparticles/commit/3d6fa2d9654c4e6e3eb3f076356c02de76219de5)) +- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed issue on container guard check, fixes [#4679](https://github.com/tsparticles/tsparticles/issues/4679) ([953767d](https://github.com/tsparticles/tsparticles/commit/953767d8f1d616aa58759efc8b63730cb0f94811)) +- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) +- fixed issue with animation random size, multiplying again the pixel ratio ([3e89c7b](https://github.com/tsparticles/tsparticles/commit/3e89c7bbc3380defd333253cc7a0cb36ab6d1592)) +- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) +- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) +- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) +- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([91f7890](https://github.com/tsparticles/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4)) +- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) +- fixed issue with non-generated canvas elements, closes [#4228](https://github.com/tsparticles/tsparticles/issues/4228) ([297e974](https://github.com/tsparticles/tsparticles/commit/297e9740580e11cf2c8b98a5a9e88736fdf855e4)) +- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) +- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) +- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- fixed issue with stroke options loading ([9633356](https://github.com/tsparticles/tsparticles/commit/9633356a62e3654c3a5c11508bfefe7b255c6f32)) +- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) +- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) +- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed more enum typings ([cc5e52d](https://github.com/tsparticles/tsparticles/commit/cc5e52d9f271c16125432e285503e7e7bd7bc71e)) +- fixed more enum typings ([eed6c1f](https://github.com/tsparticles/tsparticles/commit/eed6c1f2237d78aae68beabc0c055e60770fe557)) +- fixed more enum typings ([ae6501c](https://github.com/tsparticles/tsparticles/commit/ae6501c4c8ab3cbcc4d3eeb01dfe54599df88c47)) +- fixed move decay type, it should be ranged ([113b6c0](https://github.com/tsparticles/tsparticles/commit/113b6c089ffda8b34188386332161f384e709a4a)) +- fixed new multiple particles feature and particle destroy method ([aee6eff](https://github.com/tsparticles/tsparticles/commit/aee6effe57407c354c2648f2f3661981ed38a995)) +- fixed out of canvas out mode ([1f17c60](https://github.com/tsparticles/tsparticles/commit/1f17c60587c81ca8a556dcd6eb6168da32f15371)) +- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) +- fixed restoring canvas when not generated after full screen set, closes [#4291](https://github.com/tsparticles/tsparticles/issues/4291) ([28acc87](https://github.com/tsparticles/tsparticles/commit/28acc876335ed062fa14cfaa296dfaee0cdee8c9)) +- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) +- fixed some exports and comments ([389d82c](https://github.com/tsparticles/tsparticles/commit/389d82c7cf2786f2d32f54683779bd6bda96a877)) +- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) +- fixed some regex, added support for rgba/hsla/hsva string values with alpha % ([84b31fe](https://github.com/tsparticles/tsparticles/commit/84b31fefe25a7bec93f8942036d1af51e4749bbc)) +- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) +- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([164da18](https://github.com/tsparticles/tsparticles/commit/164da18be5f3feabbc7c367469446e3446cbb5f4)) +- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([a4aa0a3](https://github.com/tsparticles/tsparticles/commit/a4aa0a3d8a249143489052ad474e4cf5b03a6bbb)) +- fixed typo in fireworks bundle exported types ([bf5b88a](https://github.com/tsparticles/tsparticles/commit/bf5b88a0243b268cad8327c70006229dbf1bc49a)) +- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) +- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) +- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- handling "mid" value in links colors ([0698d04](https://github.com/tsparticles/tsparticles/commit/0698d0461d8d2f882f219e6e08b1aa7076264462)) +- improved container guard check before doing stuff ([ebca38e](https://github.com/tsparticles/tsparticles/commit/ebca38ed5e208b6f1ab507fa7cd1221cdbd7cbc5)) +- improved container reset ([e4996d0](https://github.com/tsparticles/tsparticles/commit/e4996d0348301a79347826511d404b3b9fc4f520)) +- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) +- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- improving container destruction ([c4ebce6](https://github.com/tsparticles/tsparticles/commit/c4ebce6ba3b6e6b5b68a1fa6b342d41fee31837b)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) +- **readme:** fix error 404 links ([21bd331](https://github.com/tsparticles/tsparticles/commit/21bd3315437050c6cbc48d7ad2ed8f522937385f)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- removed bad check when retrieving color range value ([27a0778](https://github.com/tsparticles/tsparticles/commit/27a0778ae0fcb57fde4a9d660af603a994efb1ac)) +- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) +- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) +- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) +- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) +- trying fixing issue [#4151](https://github.com/tsparticles/tsparticles/issues/4151) ([83e3e06](https://github.com/tsparticles/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f)) +- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) ### Code Refactoring -- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) +- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) ### Features -- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) -- added aria-hidden="true" to canvas element, fixes [#4785](https://github.com/tsparticles/tsparticles/issues/4785) ([8aaa038](https://github.com/tsparticles/tsparticles/commit/8aaa03862d2f23a51e0cbb997b853b4bd54bddda)) -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added decay options (not used yet) to animation objects ([141e1b2](https://github.com/tsparticles/tsparticles/commit/141e1b229e60fc8161d4060b8cfec111bfb60e0e)) -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) -- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) -- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) -- added duration to options ([d4c0a8d](https://github.com/tsparticles/tsparticles/commit/d4c0a8ddb88d3699a1d3974db9bda38f4c47dd79)) -- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) -- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added max speed value to collisions options ([6708716](https://github.com/tsparticles/tsparticles/commit/670871683deb645fde69f781e7845648250efa2a)) -- added mode to more coordinates options ([543cfab](https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41)) -- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added mutation observer to avoid style changes to the canvas when in fullscreen mode ([65b33e2](https://github.com/tsparticles/tsparticles/commit/65b33e2f6827c6822e0abf4332cabbffa945e8bf)) -- added new functions for loading options, this will be useful for removing all the classes ([89501c5](https://github.com/tsparticles/tsparticles/commit/89501c540596892109f7e9cf24bd69064a30a70d)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added new resize object to interactivity options, can change the debounce delay, fixes [#4803](https://github.com/tsparticles/tsparticles/issues/4803) ([c79cccc](https://github.com/tsparticles/tsparticles/commit/c79ccccdc1f3be6c1a9fc2d471d5d7b5ab64d7a7)) -- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) -- added particles pool for reusing destroyed particles ([ee56851](https://github.com/tsparticles/tsparticles/commit/ee568519b343cfc234bd1de2d7da2d6b90e9a8fa)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added smooth options, it ignores the fpsLimit trying to create a smoother animation\* ([5ad1a27](https://github.com/tsparticles/tsparticles/commit/5ad1a27dd7496377aa2f87e2c32b1b45b2c68ef7)) -- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) -- added support for multiple shapes declared at once ([463d099](https://github.com/tsparticles/tsparticles/commit/463d099b9e50cfe99b494a49329f9431a5e1ced3)) -- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) -- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) -- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) -- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) -- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) -- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) -- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) -- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) -- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) -- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) -- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) -- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) -- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) -- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) -- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) -- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) -- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) -- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) -- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) -- removed active from slow mode, it was obsolete, small breaking change but smaller engine ([378bc65](https://github.com/tsparticles/tsparticles/commit/378bc65516dbbf8e6b80bbc026695145f7c9a867)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) -- removed support for very old browsers that don't support requestAnimationFrame ([edf5f9d](https://github.com/tsparticles/tsparticles/commit/edf5f9dc70ea7cd3c3ef278e88ed448fabbf688f)) -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) -- restored options compatibility with v1 and pjs, it's easier to migrate to v2 this way ([78dd8cd](https://github.com/tsparticles/tsparticles/commit/78dd8cd49eb9d7a69d1cf2f26d727615c8cf1e15)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) -- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) -- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) +- added aria-hidden="true" to canvas element, fixes [#4785](https://github.com/tsparticles/tsparticles/issues/4785) ([8aaa038](https://github.com/tsparticles/tsparticles/commit/8aaa03862d2f23a51e0cbb997b853b4bd54bddda)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added decay options (not used yet) to animation objects ([141e1b2](https://github.com/tsparticles/tsparticles/commit/141e1b229e60fc8161d4060b8cfec111bfb60e0e)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) +- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) +- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- added duration to options ([d4c0a8d](https://github.com/tsparticles/tsparticles/commit/d4c0a8ddb88d3699a1d3974db9bda38f4c47dd79)) +- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) +- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added max speed value to collisions options ([6708716](https://github.com/tsparticles/tsparticles/commit/670871683deb645fde69f781e7845648250efa2a)) +- added mode to more coordinates options ([543cfab](https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41)) +- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added mutation observer to avoid style changes to the canvas when in fullscreen mode ([65b33e2](https://github.com/tsparticles/tsparticles/commit/65b33e2f6827c6822e0abf4332cabbffa945e8bf)) +- added new functions for loading options, this will be useful for removing all the classes ([89501c5](https://github.com/tsparticles/tsparticles/commit/89501c540596892109f7e9cf24bd69064a30a70d)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added new resize object to interactivity options, can change the debounce delay, fixes [#4803](https://github.com/tsparticles/tsparticles/issues/4803) ([c79cccc](https://github.com/tsparticles/tsparticles/commit/c79ccccdc1f3be6c1a9fc2d471d5d7b5ab64d7a7)) +- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) +- added particles pool for reusing destroyed particles ([ee56851](https://github.com/tsparticles/tsparticles/commit/ee568519b343cfc234bd1de2d7da2d6b90e9a8fa)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added smooth options, it ignores the fpsLimit trying to create a smoother animation\* ([5ad1a27](https://github.com/tsparticles/tsparticles/commit/5ad1a27dd7496377aa2f87e2c32b1b45b2c68ef7)) +- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) +- added support for multiple shapes declared at once ([463d099](https://github.com/tsparticles/tsparticles/commit/463d099b9e50cfe99b494a49329f9431a5e1ced3)) +- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) +- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) +- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) +- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) +- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) +- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) +- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) +- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) +- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) +- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) +- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) +- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) +- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) +- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) +- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) +- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- removed active from slow mode, it was obsolete, small breaking change but smaller engine ([378bc65](https://github.com/tsparticles/tsparticles/commit/378bc65516dbbf8e6b80bbc026695145f7c9a867)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) +- removed support for very old browsers that don't support requestAnimationFrame ([edf5f9d](https://github.com/tsparticles/tsparticles/commit/edf5f9dc70ea7cd3c3ef278e88ed448fabbf688f)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- restored options compatibility with v1 and pjs, it's easier to migrate to v2 this way ([78dd8cd](https://github.com/tsparticles/tsparticles/commit/78dd8cd49eb9d7a69d1cf2f26d727615c8cf1e15)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) +- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) ### BREAKING CHANGES -- **engine:** enums are not exported anymore, this could break javascript usages +- **engine:** enums are not exported anymore, this could break javascript usages ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.9.2...tsparticles-engine@2.9.3) (2023-02-12) @@ -456,7 +462,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) ## [2.9.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.9.0...tsparticles-engine@2.9.1) (2023-02-11) @@ -466,14 +472,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- creating confetti and fireworks bundles, easier use for these features ([6a7af46](https://github.com/tsparticles/tsparticles/commit/6a7af46f82b6ea70bbbba78b6f68e2529b6109a4)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.7.1...tsparticles-engine@2.8.0) (2023-01-18) ### Features -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) ## [2.7.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.7.0...tsparticles-engine@2.7.1) (2022-12-25) @@ -483,29 +489,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing export ([a2ce9df](https://github.com/tsparticles/tsparticles/commit/a2ce9df6793a5f3b9e061c920b486ba2974a664a)) -- fixed exports of engine ([f8a676b](https://github.com/tsparticles/tsparticles/commit/f8a676be85be237098712cb94387677a5ff0cf4d)) -- fixed issue with animation random size, multiplying again the pixel ratio ([3e89c7b](https://github.com/tsparticles/tsparticles/commit/3e89c7bbc3380defd333253cc7a0cb36ab6d1592)) -- fixed move decay type, it should be ranged ([113b6c0](https://github.com/tsparticles/tsparticles/commit/113b6c089ffda8b34188386332161f384e709a4a)) +- added missing export ([a2ce9df](https://github.com/tsparticles/tsparticles/commit/a2ce9df6793a5f3b9e061c920b486ba2974a664a)) +- fixed exports of engine ([f8a676b](https://github.com/tsparticles/tsparticles/commit/f8a676be85be237098712cb94387677a5ff0cf4d)) +- fixed issue with animation random size, multiplying again the pixel ratio ([3e89c7b](https://github.com/tsparticles/tsparticles/commit/3e89c7bbc3380defd333253cc7a0cb36ab6d1592)) +- fixed move decay type, it should be ranged ([113b6c0](https://github.com/tsparticles/tsparticles/commit/113b6c089ffda8b34188386332161f384e709a4a)) ### Features -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added support for multiple shapes declared at once ([463d099](https://github.com/tsparticles/tsparticles/commit/463d099b9e50cfe99b494a49329f9431a5e1ced3)) -- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added support for multiple shapes declared at once ([463d099](https://github.com/tsparticles/tsparticles/commit/463d099b9e50cfe99b494a49329f9431a5e1ced3)) +- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.5.2...tsparticles-engine@2.6.0) (2022-12-06) ### Bug Fixes -- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) -- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) +- **deps:** update dependency fs-extra to v11 ([e82352a](https://github.com/tsparticles/tsparticles/commit/e82352a685960603a58fb222f91d157ee65967de)) +- updated all mermaid charts in the readme files, closes [#4763](https://github.com/tsparticles/tsparticles/issues/4763) ([eac8139](https://github.com/tsparticles/tsparticles/commit/eac813939b0857902cda1be0585e35e23e541723)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added new resize object to interactivity options, can change the debounce delay, fixes [#4803](https://github.com/tsparticles/tsparticles/issues/4803) ([c79cccc](https://github.com/tsparticles/tsparticles/commit/c79ccccdc1f3be6c1a9fc2d471d5d7b5ab64d7a7)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added new resize object to interactivity options, can change the debounce delay, fixes [#4803](https://github.com/tsparticles/tsparticles/issues/4803) ([c79cccc](https://github.com/tsparticles/tsparticles/commit/c79ccccdc1f3be6c1a9fc2d471d5d7b5ab64d7a7)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) ## [2.5.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.5.1...tsparticles-engine@2.5.2) (2022-11-07) @@ -515,7 +521,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) +- fixed issue with reduce duplicates flag, fixes [#4805](https://github.com/tsparticles/tsparticles/issues/4805) ([1d3fe78](https://github.com/tsparticles/tsparticles/commit/1d3fe78d63bf7fa27dc6f9eb97249ed0b6029b2e)) # [2.5.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.4.0...tsparticles-engine@2.5.0) (2022-11-02) @@ -525,32 +531,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) -- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) ### Features -- added aria-hidden="true" to canvas element, fixes [#4785](https://github.com/tsparticles/tsparticles/issues/4785) ([8aaa038](https://github.com/tsparticles/tsparticles/commit/8aaa03862d2f23a51e0cbb997b853b4bd54bddda)) -- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) -- added mutation observer to avoid style changes to the canvas when in fullscreen mode ([65b33e2](https://github.com/tsparticles/tsparticles/commit/65b33e2f6827c6822e0abf4332cabbffa945e8bf)) -- added particles pool for reusing destroyed particles ([ee56851](https://github.com/tsparticles/tsparticles/commit/ee568519b343cfc234bd1de2d7da2d6b90e9a8fa)) -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added aria-hidden="true" to canvas element, fixes [#4785](https://github.com/tsparticles/tsparticles/issues/4785) ([8aaa038](https://github.com/tsparticles/tsparticles/commit/8aaa03862d2f23a51e0cbb997b853b4bd54bddda)) +- added delay to root options, fixes [#4766](https://github.com/tsparticles/tsparticles/issues/4766) ([8f0c377](https://github.com/tsparticles/tsparticles/commit/8f0c377601659ffaf9345c80f1aba3ed686b615f)) +- added mutation observer to avoid style changes to the canvas when in fullscreen mode ([65b33e2](https://github.com/tsparticles/tsparticles/commit/65b33e2f6827c6822e0abf4332cabbffa945e8bf)) +- added particles pool for reusing destroyed particles ([ee56851](https://github.com/tsparticles/tsparticles/commit/ee568519b343cfc234bd1de2d7da2d6b90e9a8fa)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.3.2...tsparticles-engine@2.3.3) (2022-09-30) ### Bug Fixes -- handling "mid" value in links colors ([0698d04](https://github.com/tsparticles/tsparticles/commit/0698d0461d8d2f882f219e6e08b1aa7076264462)) +- handling "mid" value in links colors ([0698d04](https://github.com/tsparticles/tsparticles/commit/0698d0461d8d2f882f219e6e08b1aa7076264462)) ## [2.3.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.3.1...tsparticles-engine@2.3.2) (2022-09-21) ### Bug Fixes -- fixed export configuration method of container ([f7c3c7f](https://github.com/tsparticles/tsparticles/commit/f7c3c7f210017e91ac3fa5a54a911d714d207ca5)) +- fixed export configuration method of container ([f7c3c7f](https://github.com/tsparticles/tsparticles/commit/f7c3c7f210017e91ac3fa5a54a911d714d207ca5)) ## [2.3.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.3.0...tsparticles-engine@2.3.1) (2022-09-13) @@ -560,37 +566,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed container duration, using it as seconds instead of milliseconds ([ba05eec](https://github.com/tsparticles/tsparticles/commit/ba05eec31ae30dffff6871669a34360547663605)) -- fixed issue with stroke options loading ([9633356](https://github.com/tsparticles/tsparticles/commit/9633356a62e3654c3a5c11508bfefe7b255c6f32)) +- fixed container duration, using it as seconds instead of milliseconds ([ba05eec](https://github.com/tsparticles/tsparticles/commit/ba05eec31ae30dffff6871669a34360547663605)) +- fixed issue with stroke options loading ([9633356](https://github.com/tsparticles/tsparticles/commit/9633356a62e3654c3a5c11508bfefe7b255c6f32)) ### Features -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added smooth options, it ignores the fpsLimit trying to create a smoother animation\* ([5ad1a27](https://github.com/tsparticles/tsparticles/commit/5ad1a27dd7496377aa2f87e2c32b1b45b2c68ef7)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) -- removed support for very old browsers that don't support requestAnimationFrame ([edf5f9d](https://github.com/tsparticles/tsparticles/commit/edf5f9dc70ea7cd3c3ef278e88ed448fabbf688f)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added smooth options, it ignores the fpsLimit trying to create a smoother animation\* ([5ad1a27](https://github.com/tsparticles/tsparticles/commit/5ad1a27dd7496377aa2f87e2c32b1b45b2c68ef7)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) +- removed support for very old browsers that don't support requestAnimationFrame ([edf5f9d](https://github.com/tsparticles/tsparticles/commit/edf5f9dc70ea7cd3c3ef278e88ed448fabbf688f)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.2.2...tsparticles-engine@2.2.4) (2022-08-26) ### Bug Fixes -- fixed issue on container guard check, fixes [#4679](https://github.com/tsparticles/tsparticles/issues/4679) ([953767d](https://github.com/tsparticles/tsparticles/commit/953767d8f1d616aa58759efc8b63730cb0f94811)) -- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([91f7890](https://github.com/tsparticles/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4)) +- fixed issue on container guard check, fixes [#4679](https://github.com/tsparticles/tsparticles/issues/4679) ([953767d](https://github.com/tsparticles/tsparticles/commit/953767d8f1d616aa58759efc8b63730cb0f94811)) +- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([91f7890](https://github.com/tsparticles/tsparticles/commit/91f78904474b9b021c783342c5968e3debe035c4)) ## [2.2.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.2.2...tsparticles-engine@2.2.3) (2022-08-21) ### Bug Fixes -- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([ac97f83](https://github.com/tsparticles/tsparticles/commit/ac97f83d470efcb51a3b1942edd7536574c54bad)) +- fixed issue with detectsOn with non "window" values, fixes [#4606](https://github.com/tsparticles/tsparticles/issues/4606) ([ac97f83](https://github.com/tsparticles/tsparticles/commit/ac97f83d470efcb51a3b1942edd7536574c54bad)) ## [2.2.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.2.1...tsparticles-engine@2.2.2) (2022-08-16) ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.2.0...tsparticles-engine@2.2.1) (2022-08-12) @@ -600,52 +606,52 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fix responsive screen size ([6d5cdd7](https://github.com/tsparticles/tsparticles/commit/6d5cdd70ac72fea5db4c8412d2c057903ed8b1b2)) -- fixed container refresh ([9e0c71e](https://github.com/tsparticles/tsparticles/commit/9e0c71ea8f73562f53027bb08c13603dd90157c8)) -- fixed correctly both [#4031](https://github.com/tsparticles/tsparticles/issues/4031) and [#4385](https://github.com/tsparticles/tsparticles/issues/4385) ([6b57b69](https://github.com/tsparticles/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) -- fixed some exports and comments ([389d82c](https://github.com/tsparticles/tsparticles/commit/389d82c7cf2786f2d32f54683779bd6bda96a877)) -- fixed some regex, added support for rgba/hsla/hsva string values with alpha % ([84b31fe](https://github.com/tsparticles/tsparticles/commit/84b31fefe25a7bec93f8942036d1af51e4749bbc)) -- improved container guard check before doing stuff ([ebca38e](https://github.com/tsparticles/tsparticles/commit/ebca38ed5e208b6f1ab507fa7cd1221cdbd7cbc5)) -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) -- **readme:** fix error 404 links ([21bd331](https://github.com/tsparticles/tsparticles/commit/21bd3315437050c6cbc48d7ad2ed8f522937385f)) +- fix responsive screen size ([6d5cdd7](https://github.com/tsparticles/tsparticles/commit/6d5cdd70ac72fea5db4c8412d2c057903ed8b1b2)) +- fixed container refresh ([9e0c71e](https://github.com/tsparticles/tsparticles/commit/9e0c71ea8f73562f53027bb08c13603dd90157c8)) +- fixed correctly both [#4031](https://github.com/tsparticles/tsparticles/issues/4031) and [#4385](https://github.com/tsparticles/tsparticles/issues/4385) ([6b57b69](https://github.com/tsparticles/tsparticles/commit/6b57b69585f931478118bd466dcdce9bbc90fa79)) +- fixed some exports and comments ([389d82c](https://github.com/tsparticles/tsparticles/commit/389d82c7cf2786f2d32f54683779bd6bda96a877)) +- fixed some regex, added support for rgba/hsla/hsva string values with alpha % ([84b31fe](https://github.com/tsparticles/tsparticles/commit/84b31fefe25a7bec93f8942036d1af51e4749bbc)) +- improved container guard check before doing stuff ([ebca38e](https://github.com/tsparticles/tsparticles/commit/ebca38ed5e208b6f1ab507fa7cd1221cdbd7cbc5)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- **readme:** fix error 404 links ([21bd331](https://github.com/tsparticles/tsparticles/commit/21bd3315437050c6cbc48d7ad2ed8f522937385f)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) -- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) -- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) -- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) -- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) -- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) -- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) -- removed active from slow mode, it was obsolete, small breaking change but smaller engine ([378bc65](https://github.com/tsparticles/tsparticles/commit/378bc65516dbbf8e6b80bbc026695145f7c9a867)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) +- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) +- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) +- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) +- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) +- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) +- removed active from slow mode, it was obsolete, small breaking change but smaller engine ([378bc65](https://github.com/tsparticles/tsparticles/commit/378bc65516dbbf8e6b80bbc026695145f7c9a867)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.1.3...tsparticles-engine@2.1.4) (2022-07-28) ### Bug Fixes -- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) +- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ### Features -- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) +- preparing react-particles and switching alternate packages ([49e749e](https://github.com/tsparticles/tsparticles/commit/49e749e90e076f0cb22eefe0f3399102f5b9fb35)) ## [2.1.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.1.2...tsparticles-engine@2.1.3) (2022-07-01) ### Bug Fixes -- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) +- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) ## [2.1.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.1.1...tsparticles-engine@2.1.2) (2022-07-01) @@ -655,42 +661,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed more enum typings ([cc5e52d](https://github.com/tsparticles/tsparticles/commit/cc5e52d9f271c16125432e285503e7e7bd7bc71e)) -- fixed more enum typings ([eed6c1f](https://github.com/tsparticles/tsparticles/commit/eed6c1f2237d78aae68beabc0c055e60770fe557)) -- fixed more enum typings ([ae6501c](https://github.com/tsparticles/tsparticles/commit/ae6501c4c8ab3cbcc4d3eeb01dfe54599df88c47)) -- fixed restoring canvas when not generated after full screen set, closes [#4291](https://github.com/tsparticles/tsparticles/issues/4291) ([28acc87](https://github.com/tsparticles/tsparticles/commit/28acc876335ed062fa14cfaa296dfaee0cdee8c9)) -- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([164da18](https://github.com/tsparticles/tsparticles/commit/164da18be5f3feabbc7c367469446e3446cbb5f4)) -- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([a4aa0a3](https://github.com/tsparticles/tsparticles/commit/a4aa0a3d8a249143489052ad474e4cf5b03a6bbb)) +- fixed more enum typings ([cc5e52d](https://github.com/tsparticles/tsparticles/commit/cc5e52d9f271c16125432e285503e7e7bd7bc71e)) +- fixed more enum typings ([eed6c1f](https://github.com/tsparticles/tsparticles/commit/eed6c1f2237d78aae68beabc0c055e60770fe557)) +- fixed more enum typings ([ae6501c](https://github.com/tsparticles/tsparticles/commit/ae6501c4c8ab3cbcc4d3eeb01dfe54599df88c47)) +- fixed restoring canvas when not generated after full screen set, closes [#4291](https://github.com/tsparticles/tsparticles/issues/4291) ([28acc87](https://github.com/tsparticles/tsparticles/commit/28acc876335ed062fa14cfaa296dfaee0cdee8c9)) +- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([164da18](https://github.com/tsparticles/tsparticles/commit/164da18be5f3feabbc7c367469446e3446cbb5f4)) +- fixed typings in onDiv configuration, the DivType accepts also valid string values now ([a4aa0a3](https://github.com/tsparticles/tsparticles/commit/a4aa0a3d8a249143489052ad474e4cf5b03a6bbb)) ### Features -- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) +- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) # [2.1.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.6...tsparticles-engine@2.1.0) (2022-06-18) ### Bug Fixes -- fixed connect links options ([5eb3186](https://github.com/tsparticles/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5)) -- fixed issue with non-generated canvas elements, closes [#4228](https://github.com/tsparticles/tsparticles/issues/4228) ([297e974](https://github.com/tsparticles/tsparticles/commit/297e9740580e11cf2c8b98a5a9e88736fdf855e4)) -- fixed new multiple particles feature and particle destroy method ([aee6eff](https://github.com/tsparticles/tsparticles/commit/aee6effe57407c354c2648f2f3661981ed38a995)) -- improving container destruction ([c4ebce6](https://github.com/tsparticles/tsparticles/commit/c4ebce6ba3b6e6b5b68a1fa6b342d41fee31837b)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- removed bad check when retrieving color range value ([27a0778](https://github.com/tsparticles/tsparticles/commit/27a0778ae0fcb57fde4a9d660af603a994efb1ac)) -- trying fixing issue [#4151](https://github.com/tsparticles/tsparticles/issues/4151) ([83e3e06](https://github.com/tsparticles/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f)) +- fixed connect links options ([5eb3186](https://github.com/tsparticles/tsparticles/commit/5eb31866b3a9fe1328969c254f2fff0be995b1f5)) +- fixed issue with non-generated canvas elements, closes [#4228](https://github.com/tsparticles/tsparticles/issues/4228) ([297e974](https://github.com/tsparticles/tsparticles/commit/297e9740580e11cf2c8b98a5a9e88736fdf855e4)) +- fixed new multiple particles feature and particle destroy method ([aee6eff](https://github.com/tsparticles/tsparticles/commit/aee6effe57407c354c2648f2f3661981ed38a995)) +- improving container destruction ([c4ebce6](https://github.com/tsparticles/tsparticles/commit/c4ebce6ba3b6e6b5b68a1fa6b342d41fee31837b)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- removed bad check when retrieving color range value ([27a0778](https://github.com/tsparticles/tsparticles/commit/27a0778ae0fcb57fde4a9d660af603a994efb1ac)) +- trying fixing issue [#4151](https://github.com/tsparticles/tsparticles/issues/4151) ([83e3e06](https://github.com/tsparticles/tsparticles/commit/83e3e0625743decef39c8496f8b30ed367803a4f)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) -- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) -- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) -- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) -- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) -- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) +- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) +- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) +- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) +- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.5...tsparticles-engine@2.0.6) (2022-04-16) @@ -704,10 +710,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) -- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) -- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) +- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) +- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.2...tsparticles-engine@2.0.3) (2022-03-11) @@ -719,77 +725,77 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) +- moving canvas.clear closer to drawn breaks grab links, and maybe other interactions ([9b70b78](https://github.com/tsparticles/tsparticles/commit/9b70b786bd93ba7c245b8e24113156f747dd6608)) ## [1.42.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.42.2...tsparticles@1.42.3) (2022-03-18) ### Bug Fixes -- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) -- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) +- fixed flashing issue with resize ([4e44c8e](https://github.com/tsparticles/tsparticles/commit/4e44c8e368561195441c7cd153e811e7e410e7a4)) +- fixed issue with new resize checks ([0cce40c](https://github.com/tsparticles/tsparticles/commit/0cce40cf3faeff00c3ef5f5ffab3575e38aca5a0)) ## [1.42.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.42.1...tsparticles@1.42.2) (2022-03-14) ### Bug Fixes -- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) -- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) -- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) +- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) +- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) ### Features -- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.1...tsparticles-engine@2.0.2) (2022-02-21) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.42.0...tsparticles@1.42.1) (2022-03-09) ### Bug Fixes -- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) +- fixed issue with 0 positions on x and y with emitters ([63e8a11](https://github.com/tsparticles/tsparticles/commit/63e8a115614ca106375fdae7f77cd73181ede96a)) # [1.42.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.6...tsparticles@1.42.0) (2022-03-08) ### Features -- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) +- more rangeable options ([a2598c0](https://github.com/tsparticles/tsparticles/commit/a2598c07e968ab383c0a1eb311e22c4a0f52d9b8)) ## [1.41.6](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.5...tsparticles@1.41.6) (2022-03-03) ### Bug Fixes -- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) +- fixed issue with canvas resize ([4c72a96](https://github.com/tsparticles/tsparticles/commit/4c72a96c707266da6cb1b5081bc7b504c5cfb3de)) ## [1.41.5](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.4...tsparticles@1.41.5) (2022-02-24) ### Bug Fixes -- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) -- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) -- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) -- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) -- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) +- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) +- fixed emitters issues ([c9d9a51](https://github.com/tsparticles/tsparticles/commit/c9d9a51e41fdc77a9bf544a09d979d8c2f6b10d5)) ## [2.0.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.0...tsparticles-engine@2.0.1) (2022-02-15) ### Features -- restored options compatibility with v1 and pjs, it's easier to migrate to v2 this way ([78dd8cd](https://github.com/tsparticles/tsparticles/commit/78dd8cd49eb9d7a69d1cf2f26d727615c8cf1e15)) +- restored options compatibility with v1 and pjs, it's easier to migrate to v2 this way ([78dd8cd](https://github.com/tsparticles/tsparticles/commit/78dd8cd49eb9d7a69d1cf2f26d727615c8cf1e15)) ## [1.41.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.3...tsparticles@1.41.4) (2022-02-20) ### Bug Fixes -- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) +- removed useless console.log (debug purposes) ([93835e7](https://github.com/tsparticles/tsparticles/commit/93835e70dfaeedc9ac926f362a3ff1d4509e31fd)) ## [1.41.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.41.2...tsparticles@1.41.3) (2022-02-19) ### Bug Fixes -- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) -- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) +- fixed issue with size and opacity updaters ([f81e228](https://github.com/tsparticles/tsparticles/commit/f81e2280e3cff3942bdd8037df658b169d07ed30)) +- removed useless check ([edb272e](https://github.com/tsparticles/tsparticles/commit/edb272ec5683933ed6309d03dbdd109c76607a1e)) # [2.0.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.0-beta.4...tsparticles-engine@2.0.0) (2022-02-15) @@ -797,16 +803,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) -- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) +- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) +- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) ### Features -- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) -- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) +- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- fixed tilt back/front colors ([657585f](https://github.com/tsparticles/tsparticles/commit/657585f22d7fefa95df1cde16d6c68522fcfb34b)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.0-beta.3...tsparticles-engine@2.0.0-beta.4) (2022-01-30) @@ -818,13 +824,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) +- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) ## [1.40.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.40.1...tsparticles@1.40.2) (2022-02-07) ### Bug Fixes -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.40.0...tsparticles@1.40.1) (2022-02-06) @@ -834,40 +840,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) +- fixed emitter issue on first start, closes [#3074](https://github.com/tsparticles/tsparticles/issues/3074) ([79fe654](https://github.com/tsparticles/tsparticles/commit/79fe654b0c4707337d3ceea7509cf115feddaa05)) ### Features -- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) +- added domId property to Emitters options ([9408d14](https://github.com/tsparticles/tsparticles/commit/9408d148138e0bacea6d2e426c885a66c625e1a6)) ## [1.39.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.39.2...tsparticles@1.39.3) (2022-02-02) ### Bug Fixes -- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) -- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) -- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) -- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) +- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) +- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) +- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) +- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) ### Code Refactoring -- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) -- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) +- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) +- solved performance drop issue after refresh, closes [#2809](https://github.com/tsparticles/tsparticles/issues/2809), [#2815](https://github.com/tsparticles/tsparticles/issues/2815), [#2936](https://github.com/tsparticles/tsparticles/issues/2936) ([286c3e8](https://github.com/tsparticles/tsparticles/commit/286c3e867fab2fcf0660a40abda60d1e756b1fdb)) ### Features -- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) -- added new functions for loading options, this will be useful for removing all the classes ([89501c5](https://github.com/tsparticles/tsparticles/commit/89501c540596892109f7e9cf24bd69064a30a70d)) -- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) -- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) +- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) +- added new functions for loading options, this will be useful for removing all the classes ([89501c5](https://github.com/tsparticles/tsparticles/commit/89501c540596892109f7e9cf24bd69064a30a70d)) +- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) ### BREAKING CHANGES -- **engine:** enums are not exported anymore, this could break javascript usages +- **engine:** enums are not exported anymore, this could break javascript usages -- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) +- updated fpsLimit default value to 120 build: updated all presets to have a fpsLimit of 120 ([d1eff05](https://github.com/tsparticles/tsparticles/commit/d1eff050224c4d65727c0abc3f100d70d3807eb8)) # [2.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.0-beta.2...tsparticles-engine@2.0.0-beta.3) (2021-12-07) @@ -881,32 +887,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) +- fixed issues with absorbers and emitters plugins Container extension methods ([ce196be](https://github.com/tsparticles/tsparticles/commit/ce196bebd035281c08b5c77c5301ba1ebd7e734f)) # [1.39.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.38.0...tsparticles@1.39.0) (2022-01-08) ### Bug Fixes -- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) +- fixed priority on canvas styles ([3cc3d97](https://github.com/tsparticles/tsparticles/commit/3cc3d97bb01ee9ae265b33fdba636dde9c696355)) ### Code Refactoring -- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) +- **engine:** changed all enums to const, smaller output size ([9536087](https://github.com/tsparticles/tsparticles/commit/953608731be325c0c6b5f6811eb58f8898a1e353)) ### Features -- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) -- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) +- added all files for supporting the smaller engine, preparing for v2 incoming changes ([4d90c83](https://github.com/tsparticles/tsparticles/commit/4d90c83867b4801eeebd86651381ecf8e8ce5cec)) +- improved image loading, now if an image is missing it will be loaded at runtime ([5155bef](https://github.com/tsparticles/tsparticles/commit/5155bef24ef3e3fa5ba4654361aabaab074c9957)) ### BREAKING CHANGES -- **engine:** enums are not exported anymore, this could break javascript usages +- **engine:** enums are not exported anymore, this could break javascript usages # [1.38.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.37.6...tsparticles@1.38.0) (2021-12-29) ### Features -- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) +- added style options ([12045cd](https://github.com/tsparticles/tsparticles/commit/12045cdfe3111e018258a7bc1c88974e28b6f31e)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.0-beta.1...tsparticles-engine@2.0.0-beta.2) (2021-12-04) @@ -914,25 +920,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) -- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) -- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) -- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) +- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) +- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) ### Features -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) -- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) -- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) -- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) -- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) +- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) +- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) +- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) +- moved particles.js compatibility to another package ([70404b7](https://github.com/tsparticles/tsparticles/commit/70404b74b26da4b9a28b5d6d646cd9ed6c0635f1)) -- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) +- fixed some readmes ([93f371a](https://github.com/tsparticles/tsparticles/commit/93f371ab82a5074d34ec7632ade41edc3dbf0ec7)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-engine@2.0.0-beta.0...tsparticles-engine@2.0.0-beta.1) (2021-10-06) @@ -942,7 +948,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) +- fixed issue with collisions, fixes [#2586](https://github.com/tsparticles/tsparticles/issues/2586), fixes [#2380](https://github.com/tsparticles/tsparticles/issues/2380) ([204cb8d](https://github.com/tsparticles/tsparticles/commit/204cb8dc188cf2c37d746652d4ea3effde2a5b9b)) ## [1.37.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.37.3...tsparticles@1.37.4) (2021-11-17) @@ -952,96 +958,96 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) -- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) -- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) -- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed out of canvas out mode ([1f17c60](https://github.com/tsparticles/tsparticles/commit/1f17c60587c81ca8a556dcd6eb6168da32f15371)) -- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) -- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) -- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) -- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) -- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) -- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) -- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) -- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) +- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) +- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed out of canvas out mode ([1f17c60](https://github.com/tsparticles/tsparticles/commit/1f17c60587c81ca8a556dcd6eb6168da32f15371)) +- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) +- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) +- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) +- improved images loading ([2690f4a](https://github.com/tsparticles/tsparticles/commit/2690f4a33eeb5950af13ded2cd3be18ecae66984)) +- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) ### Features -- added duration to options ([d4c0a8d](https://github.com/tsparticles/tsparticles/commit/d4c0a8ddb88d3699a1d3974db9bda38f4c47dd79)) -- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) -- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) -- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added duration to options ([d4c0a8d](https://github.com/tsparticles/tsparticles/commit/d4c0a8ddb88d3699a1d3974db9bda38f4c47dd79)) +- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) +- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- changed particles move distance to an horizontal/vertical object, single number still valid ([a0b16ed](https://github.com/tsparticles/tsparticles/commit/a0b16ed6df01371d8f00f29047efc04aad10bdbe)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.37.2...tsparticles@1.37.3) (2021-11-05) ### Features -- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) +- added more absorber size limit options ([f2d0493](https://github.com/tsparticles/tsparticles/commit/f2d0493f34bc373846d8a8ae78e36dd56816308e)) ## [1.37.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.37.1...tsparticles@1.37.2) (2021-10-31) ### Bug Fixes -- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) +- fixes some dynamic import issues ([8ba2415](https://github.com/tsparticles/tsparticles/commit/8ba2415d52384fd4ce722110cda02c8c0db92674)) ## [1.37.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.37.0...tsparticles@1.37.1) (2021-10-30) ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- fixed issue with dynamic imports and async loading ([b7f444b](https://github.com/tsparticles/tsparticles/commit/b7f444b1ef279083572e3a52f341d39091c885e6)) # [1.37.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.36.0...tsparticles@1.37.0) (2021-10-28) ### Features -- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) +- enabled full screen by default, window is now the default interacitivity target ([e205e4c](https://github.com/tsparticles/tsparticles/commit/e205e4c9811b73c53ece9bb53a8a541c88afc017)) # [1.36.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.35.4...tsparticles@1.36.0) (2021-10-14) ### Bug Fixes -- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) -- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) +- fixes [#2329](https://github.com/tsparticles/tsparticles/issues/2329) ([1982442](https://github.com/tsparticles/tsparticles/commit/1982442b6084f15ce40559c9391f097563728ff2)) +- fixes issue with responsive not refreshing when changing options ([f54cefa](https://github.com/tsparticles/tsparticles/commit/f54cefac475599e7717c125490e81e2b17e89c3f)) ### Features -- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) -- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) -- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) +- fixed lazy loading ([0f774ef](https://github.com/tsparticles/tsparticles/commit/0f774ef3d837f41b872bf866c4f4a87e4bafed6e)) +- fixed lazy loading ([60f9689](https://github.com/tsparticles/tsparticles/commit/60f96899bc564e547a49a5e17be4f40fe12288ba)) +- migrated to chunks ([58b69c1](https://github.com/tsparticles/tsparticles/commit/58b69c130d1e768c0dc0a1b61e904c23408e6ec5)) ## [1.35.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.35.3...tsparticles@1.35.4) (2021-10-06) @@ -1051,34 +1057,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) -- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) +- fixed typings for tsParticles load methods ([847bbbe](https://github.com/tsparticles/tsparticles/commit/847bbbef680d72c50db6dc6ef4d3b297c9b82355)) +- improved new methods without id ([9b7a106](https://github.com/tsparticles/tsparticles/commit/9b7a106acd4c3225aa001f12ab25e4c2b89dde66)) ### Features -- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) +- removing the id constraint, a random one will be generated ([3b6b48e](https://github.com/tsparticles/tsparticles/commit/3b6b48efd8962ccc11549339b38888808da2a657)) ## [1.35.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.35.1...tsparticles@1.35.2) (2021-09-27) ### Bug Fixes -- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) +- added try catch in pathseg polyfill, fixes [#2264](https://github.com/tsparticles/tsparticles/issues/2264) ([6b849f2](https://github.com/tsparticles/tsparticles/commit/6b849f2455371946ab6949385de5b3b6699cae70)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.35.0...tsparticles@1.35.1) (2021-09-20) ### Bug Fixes -- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) +- fixes [#2241](https://github.com/tsparticles/tsparticles/issues/2241) ([b5802df](https://github.com/tsparticles/tsparticles/commit/b5802dfcbf61f7d236cecc60e141ddd77d4a3d06)) # [1.35.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.34.1...tsparticles@1.35.0) (2021-09-18) ### Bug Fixes -- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) +- fixed issue with emitters and themes, they weren't applied correctly ([3a9dcae](https://github.com/tsparticles/tsparticles/commit/3a9dcaebed687277db76f7f1016e3835284b0d48)) ### Features -- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) +- auto themes ([d80b78c](https://github.com/tsparticles/tsparticles/commit/d80b78cb49ae04796473bd06f827d5d5a29a3e35)) ## [1.34.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.34.0...tsparticles@1.34.1) (2021-09-15) @@ -1088,71 +1094,71 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) -- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) -- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) -- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) -- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- fixed click handler, it wasn't working fine ([f0a8170](https://github.com/tsparticles/tsparticles/commit/f0a81705f0f7a0ef51fc21344a7d35a02b11ad22)) +- fixed issue with size and opacity range ([84e9c16](https://github.com/tsparticles/tsparticles/commit/84e9c16ce0e0ea194cb82bdd1c62839809ee621b)) +- fixed issues with moveSpeed 0 ([6c9dd6e](https://github.com/tsparticles/tsparticles/commit/6c9dd6e1490e8d6f49188e1b2d4cff92d7a9c610)) +- fixed roll and tilt updaters ([d4a7df3](https://github.com/tsparticles/tsparticles/commit/d4a7df3c982dc0332890d16244d7df320cd5fd11)) +- fixed wobble updater ([cd13fca](https://github.com/tsparticles/tsparticles/commit/cd13fca6bad6611926e5f01a43ba6412b79fb608)) ### Features -- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) -- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) -- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) -- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) +- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- added gradient options for particles ([c8ecec7](https://github.com/tsparticles/tsparticles/commit/c8ecec7eeda3ecedcdda3bf21eb8fa71c2a276ef)) +- added shapes and fill options to emitters ([e8b32a3](https://github.com/tsparticles/tsparticles/commit/e8b32a372190511c3350f6ddb112d0ff8f736c27)) +- added start count to emitters ([5403426](https://github.com/tsparticles/tsparticles/commit/540342630e67baf665f114f9667001638cf5dc3d)) +- added triangles preset ([2a7aa6a](https://github.com/tsparticles/tsparticles/commit/2a7aa6a98666defea5ecc2bc42aed44d6257a70e)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- fixed new wait life emitter option ([ae88774](https://github.com/tsparticles/tsparticles/commit/ae88774239060da6d7b9e98029bf1819511202d6)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved emitter shapes to a plugin system, so they can be customized by users ([5bec360](https://github.com/tsparticles/tsparticles/commit/5bec36067804b425af12766275da74fbfe89d20c)) ## [1.33.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.33.2...tsparticles@1.33.3) (2021-08-10) ### Bug Fixes -- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) -- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) -- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) +- fixed click handler with touch events ([ad4bf8a](https://github.com/tsparticles/tsparticles/commit/ad4bf8a56cb7e110114c8ec25dab1151c440f212)) +- fixed click handler, it wasn't working fine ([fd9873b](https://github.com/tsparticles/tsparticles/commit/fd9873b250d236b196cc7ff952d237f2768fb26b)) +- improved out modes and spin movement ([1c811cf](https://github.com/tsparticles/tsparticles/commit/1c811cfefe0b004857b3174e766a34d9bf614361)) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.33.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.33.1...tsparticles@1.33.2) (2021-07-31) ### Bug Fixes -- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) +- brought v2 changes to absorbers ([cbad5c2](https://github.com/tsparticles/tsparticles/commit/cbad5c2651058eeac7bda0fc79e498e3b4126232)) ## [1.33.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.33.0...tsparticles@1.33.1) (2021-07-29) ### Bug Fixes -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) # [1.33.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.32.0...tsparticles@1.33.0) (2021-07-29) ### Bug Fixes -- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) -- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) -- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) -- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) +- fixed broken movement in 1.31 ([6787035](https://github.com/tsparticles/tsparticles/commit/6787035c746bdc11055d00ca83869ed837258ec8)) +- fixed images shape options ([8964fe6](https://github.com/tsparticles/tsparticles/commit/8964fe6dd3b2556de47ba307fe87306764672bcc)) +- fixed line shape ([5c1c612](https://github.com/tsparticles/tsparticles/commit/5c1c6120af7e10abf26252c3c1be632675bfd3a5)) +- fixed pause on blur ([a7bd28f](https://github.com/tsparticles/tsparticles/commit/a7bd28f547a02434c188cdee4aa035424996559e)) ### Features -- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) -- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) -- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) +- added resize observer, this will replace window.resize if available ([4197f26](https://github.com/tsparticles/tsparticles/commit/4197f2654e8767039dbfd66eca34f261ee3d88c8)) +- bubble color can now be mixed with the original one to have a smoother effect ([df11d66](https://github.com/tsparticles/tsparticles/commit/df11d66ee94fb9594805a5dfb7d4c776a93c4532)) +- spin movement enabled from v2 ([240a38f](https://github.com/tsparticles/tsparticles/commit/240a38f9a8c78e5b683d655d5f94476e396a5076)) ## [1.18.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0...tsparticles@1.18.1) (2020-10-06) ### Bug Fixes -- fixes triangles issues described in [#930](https://github.com/tsparticles/tsparticles/issues/930), still not implemented the color animation ([18f82d5](https://github.com/tsparticles/tsparticles/commit/18f82d5c7317ac002edd14335de41ce750fc3820)) -- manual particles optional position, now they can be random positioned with custom options ([0f67407](https://github.com/tsparticles/tsparticles/commit/0f674072786c80dc45946bf904a3fc544f428901)) +- fixes triangles issues described in [#930](https://github.com/tsparticles/tsparticles/issues/930), still not implemented the color animation ([18f82d5](https://github.com/tsparticles/tsparticles/commit/18f82d5c7317ac002edd14335de41ce750fc3820)) +- manual particles optional position, now they can be random positioned with custom options ([0f67407](https://github.com/tsparticles/tsparticles/commit/0f674072786c80dc45946bf904a3fc544f428901)) # [1.18.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-beta.5...tsparticles@1.18.0) (2020-10-05) @@ -1166,108 +1172,108 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed bounce on rectangular divs ([593c021](https://github.com/tsparticles/tsparticles/commit/593c0212feef94a81578d46c032c458dafa6819a)) +- fixed bounce on rectangular divs ([593c021](https://github.com/tsparticles/tsparticles/commit/593c0212feef94a81578d46c032c458dafa6819a)) # [1.18.0-beta.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-beta.2...tsparticles@1.18.0-beta.3) (2020-10-03) ### Bug Fixes -- fixed rotation animation issues ([3641ff4](https://github.com/tsparticles/tsparticles/commit/3641ff467bb2c7737c1c5c73bc094b408bcec8c7)) +- fixed rotation animation issues ([3641ff4](https://github.com/tsparticles/tsparticles/commit/3641ff467bb2c7737c1c5c73bc094b408bcec8c7)) # [1.18.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-beta.1...tsparticles@1.18.0-beta.2) (2020-10-03) ### Bug Fixes -- fixed issue with new bounce active conditions ([9be2b73](https://github.com/tsparticles/tsparticles/commit/9be2b730ebbfe4c6ddbea91423aeb791e1d7de02)) +- fixed issue with new bounce active conditions ([9be2b73](https://github.com/tsparticles/tsparticles/commit/9be2b730ebbfe4c6ddbea91423aeb791e1d7de02)) # [1.18.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-beta.0...tsparticles@1.18.0-beta.1) (2020-10-03) ### Features -- added bounce to mouse hover event ([8bf39a2](https://github.com/tsparticles/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) +- added bounce to mouse hover event ([8bf39a2](https://github.com/tsparticles/tsparticles/commit/8bf39a2ef2a4a6649b99c394fe9e639c2c5997b1)) # [1.18.0-beta.0](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.12...tsparticles@1.18.0-beta.0) (2020-10-02) ### Bug Fixes -- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) -- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) -- editor fixed with new color refactoring ([b09a5c8](https://github.com/tsparticles/tsparticles/commit/b09a5c849317cef93469203c67381ab8d5877cae)) -- fixed [#618](https://github.com/tsparticles/tsparticles/issues/618) ([aa6fe99](https://github.com/tsparticles/tsparticles/commit/aa6fe9935b289178ec84b93dcd31160ed3107369)) -- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) -- fixed bounce for [#739](https://github.com/tsparticles/tsparticles/issues/739) ([738a16f](https://github.com/tsparticles/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) -- fixed editor properties, missing themes for now ([8598460](https://github.com/tsparticles/tsparticles/commit/85984607f96f0207ebb9ed4ecce55f63929dfd53)) -- fixed issue with initial window resize ([f863bdc](https://github.com/tsparticles/tsparticles/commit/f863bdcf144e15b9b24f9edbcfbd9137b92e93c5)) -- fixed life duration/delay sync options ([2db867c](https://github.com/tsparticles/tsparticles/commit/2db867cf52c9f26c431a6d88fabace0ca3f9b200)) -- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) -- fixed other animations with reduced motion ([4ba8dfd](https://github.com/tsparticles/tsparticles/commit/4ba8dfd6213261ea35b0c4426dffd7e93e1eecb9)) -- fixed prefers reduced motion query ([6a39ff4](https://github.com/tsparticles/tsparticles/commit/6a39ff4429bcc5158767e135b32b5c8ba8c473c5)) -- fixed rotate following path ([cd7ed78](https://github.com/tsparticles/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) +- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) +- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) +- editor fixed with new color refactoring ([b09a5c8](https://github.com/tsparticles/tsparticles/commit/b09a5c849317cef93469203c67381ab8d5877cae)) +- fixed [#618](https://github.com/tsparticles/tsparticles/issues/618) ([aa6fe99](https://github.com/tsparticles/tsparticles/commit/aa6fe9935b289178ec84b93dcd31160ed3107369)) +- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) +- fixed bounce for [#739](https://github.com/tsparticles/tsparticles/issues/739) ([738a16f](https://github.com/tsparticles/tsparticles/commit/738a16f1d50780c961d7c258e97b40d94762057e)) +- fixed editor properties, missing themes for now ([8598460](https://github.com/tsparticles/tsparticles/commit/85984607f96f0207ebb9ed4ecce55f63929dfd53)) +- fixed issue with initial window resize ([f863bdc](https://github.com/tsparticles/tsparticles/commit/f863bdcf144e15b9b24f9edbcfbd9137b92e93c5)) +- fixed life duration/delay sync options ([2db867c](https://github.com/tsparticles/tsparticles/commit/2db867cf52c9f26c431a6d88fabace0ca3f9b200)) +- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) +- fixed other animations with reduced motion ([4ba8dfd](https://github.com/tsparticles/tsparticles/commit/4ba8dfd6213261ea35b0c4426dffd7e93e1eecb9)) +- fixed prefers reduced motion query ([6a39ff4](https://github.com/tsparticles/tsparticles/commit/6a39ff4429bcc5158767e135b32b5c8ba8c473c5)) +- fixed rotate following path ([cd7ed78](https://github.com/tsparticles/tsparticles/commit/cd7ed789545bd38f68369407af08e4c96d6a1230)) ### Features -- add hsv color support ([39ad40a](https://github.com/tsparticles/tsparticles/commit/39ad40a0e67076985aa9cac684f337ea3e052a29)) -- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) -- added feature from issue [#797](https://github.com/tsparticles/tsparticles/issues/797) ([79197c9](https://github.com/tsparticles/tsparticles/commit/79197c96a4ed55a9d9ba62232ae7c1ffe78c5890)) -- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- added HSV support ([5083e08](https://github.com/tsparticles/tsparticles/commit/5083e089d55bf92eab2505d440be7b226b67d01a)) -- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/tsparticles/tsparticles/issues/888) ([89a4ffb](https://github.com/tsparticles/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) -- added movement speed affected by particles size ([3a3d893](https://github.com/tsparticles/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) -- added sides count to particle to improve the shadow for the light over ([d9110ef](https://github.com/tsparticles/tsparticles/commit/d9110efa8ebf049a876f0f001e858548921156f9)) -- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/tsparticles/tsparticles/issues/691) ([37e1c92](https://github.com/tsparticles/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) -- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/tsparticles/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) -- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/tsparticles/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) -- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/tsparticles/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) -- collisions between particles have now the bounce factor customizable ([da68ce7](https://github.com/tsparticles/tsparticles/commit/da68ce7ca974206af7781b833203ea0b1a6b0966)) -- completed [#691](https://github.com/tsparticles/tsparticles/issues/691), need to improve links and triangles performance ([9d82c2c](https://github.com/tsparticles/tsparticles/commit/9d82c2c888a9e93cd4b5c2523a055561e01af8de)) -- completed HSV support ([0cf39d0](https://github.com/tsparticles/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) -- fixed [#739](https://github.com/tsparticles/tsparticles/issues/739), added outModes instead of a single out mode, every edge now can be customized ([67194dc](https://github.com/tsparticles/tsparticles/commit/67194dcceb2a78d75c75d331e4940d3900557875)) -- fixed some editor outdated fields and added some new ([30b4ac9](https://github.com/tsparticles/tsparticles/commit/30b4ac9f59c2b09768fcb3432114bcbb027c8577)) -- found a good solution with good performance to fix [#691](https://github.com/tsparticles/tsparticles/issues/691) ([08c37a5](https://github.com/tsparticles/tsparticles/commit/08c37a5e38221d100de5b538242169f37947e668)) -- hsv color documentation ([c63423d](https://github.com/tsparticles/tsparticles/commit/c63423d6c77e5276c6956ed1a91080257291aed0)) -- loadJSON can accept also a string array and an optional index parameter ([2ecd9f9](https://github.com/tsparticles/tsparticles/commit/2ecd9f9322293a80ded07f70acc5be2f12aca8f0)) -- manual particles, fixes [#839](https://github.com/tsparticles/tsparticles/issues/839) ([4531b4a](https://github.com/tsparticles/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) -- particle with move max distance are now good, closes [#740](https://github.com/tsparticles/tsparticles/issues/740) ([e1453c7](https://github.com/tsparticles/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) -- used particle id to reduce duplicates to to close [#437](https://github.com/tsparticles/tsparticles/issues/437) ([7a3aef1](https://github.com/tsparticles/tsparticles/commit/7a3aef16f494df8f6622eb35cb0eb5d08b2b6a58)) +- add hsv color support ([39ad40a](https://github.com/tsparticles/tsparticles/commit/39ad40a0e67076985aa9cac684f337ea3e052a29)) +- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) +- added feature from issue [#797](https://github.com/tsparticles/tsparticles/issues/797) ([79197c9](https://github.com/tsparticles/tsparticles/commit/79197c96a4ed55a9d9ba62232ae7c1ffe78c5890)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- added HSV support ([5083e08](https://github.com/tsparticles/tsparticles/commit/5083e089d55bf92eab2505d440be7b226b67d01a)) +- added motion options to handle prefers-reduced-motion media query, fixes [#888](https://github.com/tsparticles/tsparticles/issues/888) ([89a4ffb](https://github.com/tsparticles/tsparticles/commit/89a4ffb7f13b1c6585097c1e9e2a4a0c78074512)) +- added movement speed affected by particles size ([3a3d893](https://github.com/tsparticles/tsparticles/commit/3a3d893c8091fe8d550c31e49d448f4969b00685)) +- added sides count to particle to improve the shadow for the light over ([d9110ef](https://github.com/tsparticles/tsparticles/commit/d9110efa8ebf049a876f0f001e858548921156f9)) +- added triangles frequency, but needs some work to be completed, started working on [#691](https://github.com/tsparticles/tsparticles/issues/691) ([37e1c92](https://github.com/tsparticles/tsparticles/commit/37e1c926e647e5d450e998ff7f7bb3c45aa3d850)) +- bounce mode for divs, working only on squared divs but it's something ([24aeb1e](https://github.com/tsparticles/tsparticles/commit/24aeb1e69c3a8847e52efd6c81b11fabbc1050bc)) +- bounce mode is now working fine for circular divs too ([b92ef32](https://github.com/tsparticles/tsparticles/commit/b92ef321010904d84c4b365bd111bd0c6c5ef47b)) +- changed loadJSON with multiple configs and an optional index to select one of them ([bdba2ef](https://github.com/tsparticles/tsparticles/commit/bdba2ef691d272bc6b3d29f45dac25b4c8469c3e)) +- collisions between particles have now the bounce factor customizable ([da68ce7](https://github.com/tsparticles/tsparticles/commit/da68ce7ca974206af7781b833203ea0b1a6b0966)) +- completed [#691](https://github.com/tsparticles/tsparticles/issues/691), need to improve links and triangles performance ([9d82c2c](https://github.com/tsparticles/tsparticles/commit/9d82c2c888a9e93cd4b5c2523a055561e01af8de)) +- completed HSV support ([0cf39d0](https://github.com/tsparticles/tsparticles/commit/0cf39d03cb5494965087d8dc4ee40ae3468aeafd)) +- fixed [#739](https://github.com/tsparticles/tsparticles/issues/739), added outModes instead of a single out mode, every edge now can be customized ([67194dc](https://github.com/tsparticles/tsparticles/commit/67194dcceb2a78d75c75d331e4940d3900557875)) +- fixed some editor outdated fields and added some new ([30b4ac9](https://github.com/tsparticles/tsparticles/commit/30b4ac9f59c2b09768fcb3432114bcbb027c8577)) +- found a good solution with good performance to fix [#691](https://github.com/tsparticles/tsparticles/issues/691) ([08c37a5](https://github.com/tsparticles/tsparticles/commit/08c37a5e38221d100de5b538242169f37947e668)) +- hsv color documentation ([c63423d](https://github.com/tsparticles/tsparticles/commit/c63423d6c77e5276c6956ed1a91080257291aed0)) +- loadJSON can accept also a string array and an optional index parameter ([2ecd9f9](https://github.com/tsparticles/tsparticles/commit/2ecd9f9322293a80ded07f70acc5be2f12aca8f0)) +- manual particles, fixes [#839](https://github.com/tsparticles/tsparticles/issues/839) ([4531b4a](https://github.com/tsparticles/tsparticles/commit/4531b4a567db2b31715a3be59e9b50161a23ea9d)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- particle with move max distance are now good, closes [#740](https://github.com/tsparticles/tsparticles/issues/740) ([e1453c7](https://github.com/tsparticles/tsparticles/commit/e1453c735c2af23453f4f8e5efefb70c415496d3)) +- used particle id to reduce duplicates to to close [#437](https://github.com/tsparticles/tsparticles/issues/437) ([7a3aef1](https://github.com/tsparticles/tsparticles/commit/7a3aef16f494df8f6622eb35cb0eb5d08b2b6a58)) ### Reverts -- links and triangles frequency are rolled back, I didn't like the performances ([4a6875c](https://github.com/tsparticles/tsparticles/commit/4a6875ca61e0fd6277e4af4b7931d9096d5ca071)) +- links and triangles frequency are rolled back, I didn't like the performances ([4a6875c](https://github.com/tsparticles/tsparticles/commit/4a6875ca61e0fd6277e4af4b7931d9096d5ca071)) # [1.18.0-alpha.14](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.9...tsparticles@1.18.0-alpha.14) (2020-08-22) ### Bug Fixes -- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) -- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) -- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) -- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) +- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) +- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) +- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) +- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) ### Features -- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) -- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) +- added gravity and edge bounce customization ([cfdfe53](https://github.com/tsparticles/tsparticles/commit/cfdfe53de72a33686fb73ea345c08a7a27542ba0)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.18.0-alpha.13](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-alpha.12...tsparticles@1.18.0-alpha.13) (2020-08-17) ### Bug Fixes -- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) +- autostart feature fixed ([bed7824](https://github.com/tsparticles/tsparticles/commit/bed78248c941d57ad4cc20a455147e186e97c7a1)) # [1.18.0-alpha.12](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.8...tsparticles@1.18.0-alpha.12) (2020-08-16) ### Bug Fixes -- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) -- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) -- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) +- check if all triangles vertices have link triangles enabled ([9956660](https://github.com/tsparticles/tsparticles/commit/9956660883e7334f9c9522fb43471dd458a760bb)) +- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) +- fixed links broken with a previous commit, updated object-gui ([24b2872](https://github.com/tsparticles/tsparticles/commit/24b2872ef736efd5e03b529a94e3f695c4504e86)) ### Features -- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.18.0-alpha.11](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-alpha.10...tsparticles@1.18.0-alpha.11) (2020-08-13) @@ -1277,7 +1283,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) +- fixed background mode canvas reset ([f78252a](https://github.com/tsparticles/tsparticles/commit/f78252afee4363311c039da79216c848647da51e)) # [1.18.0-alpha.9](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-alpha.8...tsparticles@1.18.0-alpha.9) (2020-08-13) @@ -1287,7 +1293,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) +- added background mode to make the canvas acts like an animated background ([d911467](https://github.com/tsparticles/tsparticles/commit/d91146765581cc2d6ff42c6c68fd2726079638e0)) # [1.18.0-alpha.7](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.18.0-alpha.6...tsparticles@1.18.0-alpha.7) (2020-08-12) @@ -1313,7 +1319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) +- mouse acts like a light source, closes [#606](https://github.com/tsparticles/tsparticles/issues/606) ([84aad25](https://github.com/tsparticles/tsparticles/commit/84aad25f3dfd5da9e99818e87c9b3f6a30c6f590)) # [1.18.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.7...tsparticles@1.18.0-alpha.1) (2020-08-08) @@ -1331,154 +1337,154 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added valid string values to option enum properties, fixes [#508](https://github.com/tsparticles/tsparticles/issues/508) ([b6328cf](https://github.com/tsparticles/tsparticles/commit/b6328cf97a50e8cee736db0ac641f742cd09b38d)) -- fixed overlapping issues ([442777c](https://github.com/tsparticles/tsparticles/commit/442777cac2428168e099bb2c95cd8c580206ee50)) -- fixed random color ([a9ff25a](https://github.com/tsparticles/tsparticles/commit/a9ff25aa47dd9095c117844b6c0c6d9601851948)) -- fixes [#508](https://github.com/tsparticles/tsparticles/issues/508), some values were excluded ([f0cb970](https://github.com/tsparticles/tsparticles/commit/f0cb97015ff39c3a3db5ce5cdb8301b316cc8405)) +- added valid string values to option enum properties, fixes [#508](https://github.com/tsparticles/tsparticles/issues/508) ([b6328cf](https://github.com/tsparticles/tsparticles/commit/b6328cf97a50e8cee736db0ac641f742cd09b38d)) +- fixed overlapping issues ([442777c](https://github.com/tsparticles/tsparticles/commit/442777cac2428168e099bb2c95cd8c580206ee50)) +- fixed random color ([a9ff25a](https://github.com/tsparticles/tsparticles/commit/a9ff25aa47dd9095c117844b6c0c6d9601851948)) +- fixes [#508](https://github.com/tsparticles/tsparticles/issues/508), some values were excluded ([f0cb970](https://github.com/tsparticles/tsparticles/commit/f0cb97015ff39c3a3db5ce5cdb8301b316cc8405)) # [1.17.0-alpha.11](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.16.2...tsparticles@1.17.0-alpha.11) (2020-07-02) ### Bug Fixes -- color un-sync animation start value ([40fed71](https://github.com/tsparticles/tsparticles/commit/40fed71eb560c1608e888e1c1b8344fd6b3e2abf)) -- options interfaces don't have load function anymore ([62cfc82](https://github.com/tsparticles/tsparticles/commit/62cfc82a28b7fcadbe5ad3db816bd5d4614d1dc0)) -- rectangle query fix ([b210390](https://github.com/tsparticles/tsparticles/commit/b21039091991aecc58498d66fbeb875851939469)) +- color un-sync animation start value ([40fed71](https://github.com/tsparticles/tsparticles/commit/40fed71eb560c1608e888e1c1b8344fd6b3e2abf)) +- options interfaces don't have load function anymore ([62cfc82](https://github.com/tsparticles/tsparticles/commit/62cfc82a28b7fcadbe5ad3db816bd5d4614d1dc0)) +- rectangle query fix ([b210390](https://github.com/tsparticles/tsparticles/commit/b21039091991aecc58498d66fbeb875851939469)) ### Features -- stroke color animation ([deabadd](https://github.com/tsparticles/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) +- stroke color animation ([deabadd](https://github.com/tsparticles/tsparticles/commit/deabadd7fad1b78f76e5afeea64ae5d4ac87fd61)) # [1.17.0-alpha.10](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.0-alpha.9...tsparticles@1.17.0-alpha.10) (2020-06-29) ### Bug Fixes -- rectangle query fix ([b210390](https://github.com/tsparticles/tsparticles/commit/b21039091991aecc58498d66fbeb875851939469)) +- rectangle query fix ([b210390](https://github.com/tsparticles/tsparticles/commit/b21039091991aecc58498d66fbeb875851939469)) # [1.17.0-alpha.9](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.0-alpha.8...tsparticles@1.17.0-alpha.9) (2020-06-29) ### Bug Fixes -- color un-sync animation start value ([40fed71](https://github.com/tsparticles/tsparticles/commit/40fed71eb560c1608e888e1c1b8344fd6b3e2abf)) +- color un-sync animation start value ([40fed71](https://github.com/tsparticles/tsparticles/commit/40fed71eb560c1608e888e1c1b8344fd6b3e2abf)) # [1.17.0-alpha.8](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.0-alpha.7...tsparticles@1.17.0-alpha.8) (2020-06-26) ### Bug Fixes -- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/tsparticles/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) +- click handler with particle size gives better results, little fixes for absorber orbits ([e851049](https://github.com/tsparticles/tsparticles/commit/e851049b480a205813b9df786ad7c5761645de1c)) # [1.17.0-alpha.7](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.0-alpha.6...tsparticles@1.17.0-alpha.7) (2020-06-26) ### Bug Fixes -- text particles are now rendered correctly with more than 1 char ([a803508](https://github.com/tsparticles/tsparticles/commit/a8035087dc6754a0c95600f115f9dcfa92a1783d)) +- text particles are now rendered correctly with more than 1 char ([a803508](https://github.com/tsparticles/tsparticles/commit/a8035087dc6754a0c95600f115f9dcfa92a1783d)) ### Features -- improved setOnClickHandler with clicked/touched particles search, closes [#450](https://github.com/tsparticles/tsparticles/issues/450) ([35cf30f](https://github.com/tsparticles/tsparticles/commit/35cf30fed0710bbc1412f6d4bf1ae3421004cc47)) +- improved setOnClickHandler with clicked/touched particles search, closes [#450](https://github.com/tsparticles/tsparticles/issues/450) ([35cf30f](https://github.com/tsparticles/tsparticles/commit/35cf30fed0710bbc1412f6d4bf1ae3421004cc47)) # [1.17.0-alpha.6](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.17.0-alpha.5...tsparticles@1.17.0-alpha.6) (2020-06-24) ### Features -- working on orbits for absorbers ([480c25b](https://github.com/tsparticles/tsparticles/commit/480c25b3da96ecc4df46f7a05e57eea9fdcf64c6)) -- working on orbits for absorbers ([1f55430](https://github.com/tsparticles/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) +- working on orbits for absorbers ([480c25b](https://github.com/tsparticles/tsparticles/commit/480c25b3da96ecc4df46f7a05e57eea9fdcf64c6)) +- working on orbits for absorbers ([1f55430](https://github.com/tsparticles/tsparticles/commit/1f55430b51a108236940e6a8c3d2ae97c82583b2)) # [1.17.0-alpha.5](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.16.1...tsparticles@1.17.0-alpha.5) (2020-06-23) ### Bug Fixes -- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) -- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) -- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) -- improved performance of QTree fixing rectangle ([4a5468a](https://github.com/tsparticles/tsparticles/commit/4a5468ae178e861855ce8c0b1b8cfcb1d807570a)) -- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) -- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) -- removed unused variable ([c8989b2](https://github.com/tsparticles/tsparticles/commit/c8989b2304b857416aaa763f27675c5694e7cc00)) -- removed unused variable ([b3762dc](https://github.com/tsparticles/tsparticles/commit/b3762dcd7528d1cb20c93220dfe9662f7595d643)) -- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) +- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) +- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) +- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) +- improved performance of QTree fixing rectangle ([4a5468a](https://github.com/tsparticles/tsparticles/commit/4a5468ae178e861855ce8c0b1b8cfcb1d807570a)) +- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) +- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) +- removed unused variable ([c8989b2](https://github.com/tsparticles/tsparticles/commit/c8989b2304b857416aaa763f27675c5694e7cc00)) +- removed unused variable ([b3762dc](https://github.com/tsparticles/tsparticles/commit/b3762dcd7528d1cb20c93220dfe9662f7595d643)) +- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) # [1.17.0-alpha.4](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.16.0...tsparticles@1.17.0-alpha.4) (2020-06-22) ### Bug Fixes -- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) -- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) -- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) -- improved performance of QTree fixing rectangle ([4a5468a](https://github.com/tsparticles/tsparticles/commit/4a5468ae178e861855ce8c0b1b8cfcb1d807570a)) -- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) -- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) -- removed unused variable ([c8989b2](https://github.com/tsparticles/tsparticles/commit/c8989b2304b857416aaa763f27675c5694e7cc00)) -- removed unused variable ([b3762dc](https://github.com/tsparticles/tsparticles/commit/b3762dcd7528d1cb20c93220dfe9662f7595d643)) -- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) +- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) +- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) +- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) +- improved performance of QTree fixing rectangle ([4a5468a](https://github.com/tsparticles/tsparticles/commit/4a5468ae178e861855ce8c0b1b8cfcb1d807570a)) +- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) +- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) +- removed unused variable ([c8989b2](https://github.com/tsparticles/tsparticles/commit/c8989b2304b857416aaa763f27675c5694e7cc00)) +- removed unused variable ([b3762dc](https://github.com/tsparticles/tsparticles/commit/b3762dcd7528d1cb20c93220dfe9662f7595d643)) +- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- draggable option for absorbers ([3b42861](https://github.com/tsparticles/tsparticles/commit/3b4286126800c316768326f774f13aa2cda62198)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) # [1.17.0-alpha.3](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.16.0...tsparticles@1.17.0-alpha.3) (2020-06-21) ### Bug Fixes -- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) -- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) -- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) -- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) -- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) -- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) +- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) +- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) +- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) +- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) +- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) +- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) ### Features -- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) +- added option for rotate following move direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([ee1dd85](https://github.com/tsparticles/tsparticles/commit/ee1dd850fafd1e00e750c9738f4f60543133c504)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) # [1.17.0-alpha.2](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.16.0...tsparticles@1.17.0-alpha.2) (2020-06-21) ### Bug Fixes -- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) -- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) -- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) -- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) -- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) -- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) +- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) +- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) +- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) +- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) +- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) +- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) ### Features -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) -- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) -- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) +- particles orientation based on their direction, closes [#408](https://github.com/tsparticles/tsparticles/issues/408) ([f0ec58e](https://github.com/tsparticles/tsparticles/commit/f0ec58ebf463514805272871fb3c856e3d667aee)) +- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) # [1.17.0-alpha.1](https://github.com/tsparticles/tsparticles/compare/tsparticles@1.16.0...tsparticles@1.17.0-alpha.1) (2020-06-20) ### Bug Fixes -- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) -- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) -- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) -- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) -- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) -- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) +- added missing license in core project, updated README.md ([10ffe6d](https://github.com/tsparticles/tsparticles/commit/10ffe6d4c1d0252fa0701301b94b74d532ca0e40)) +- fixed null check in EventListeners.ts ([01f13b5](https://github.com/tsparticles/tsparticles/commit/01f13b5a7cc67e6e0696ee9019dd7a0c1822f393)) +- fixed window mouse leave event ([17b5ce6](https://github.com/tsparticles/tsparticles/commit/17b5ce64b4cb44c276913db7b909bb3c5ab14e15)) +- readme prettiefied ([2d5a39a](https://github.com/tsparticles/tsparticles/commit/2d5a39ad6b75592da530e021e09f2c109915d9de)) +- removed console.log used for debug ([71365fa](https://github.com/tsparticles/tsparticles/commit/71365fa2c73afbce67fd66163f4ed367d880dd13)) +- tests fixed ([df669ff](https://github.com/tsparticles/tsparticles/commit/df669ff8357c4e40bba01bd4d6c00aa06a11073c)) ### Features -- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) -- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) -- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) +- mouse trail completed, closes [#401](https://github.com/tsparticles/tsparticles/issues/401) ([4b1bc1a](https://github.com/tsparticles/tsparticles/commit/4b1bc1a185860718e26904c6980f88621d4a99ce)) +- options for issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([2dd055f](https://github.com/tsparticles/tsparticles/commit/2dd055f867852f2ce66637cc16c7ba318a968fcd)) +- started working on issue [#401](https://github.com/tsparticles/tsparticles/issues/401) ([bdf5bb9](https://github.com/tsparticles/tsparticles/commit/bdf5bb91b5fcac8642a8bd7e01056295062f178a)) diff --git a/engine/package.dist.json b/engine/package.dist.json index 6523526bc2a..15a772c6868 100644 --- a/engine/package.dist.json +++ b/engine/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/engine", - "version": "3.8.1", + "version": "3.9.0", "description": "Easily create highly customizable particle, confetti and fireworks 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": { diff --git a/engine/package.json b/engine/package.json index 74c08c68847..e878d7779b6 100644 --- a/engine/package.json +++ b/engine/package.json @@ -1,120 +1,120 @@ { - "name": "@tsparticles/engine", - "version": "3.8.1", - "description": "Easily create highly customizable particle, confetti and fireworks 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": { - "prettify:ci:schema": "prettier --check ./schema/options.schema.json", - "prettify:schema": "prettier --write ./schema/options.schema.json", - "build": "tsparticles-cli build && pnpm run build:schema", - "build:ci": "tsparticles-cli build --ci && pnpm run build:schema", - "build:schema": "echo ts-json-schema-generator --path 'src/**/*.ts' --type 'IOptions' -f tsconfig.schema.json --additional-properties true --out ./schema/options.schema.json", - "version": "tsparticles-cli build -d && git add package.dist.json", - "postversion": "git push && git push --tags", - "prepack": "pnpm run build", - "release:alpha": "pnpm run version --prerelease --preid alpha", - "release:beta": "pnpm run version --prerelease --preid beta" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "engine" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/engine", + "version": "3.9.0", + "description": "Easily create highly customizable particle, confetti and fireworks 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": { + "prettify:ci:schema": "prettier --check ./schema/options.schema.json", + "prettify:schema": "prettier --write ./schema/options.schema.json", + "build": "tsparticles-cli build && pnpm run build:schema", + "build:ci": "tsparticles-cli build --ci && pnpm run build:schema", + "build:schema": "echo ts-json-schema-generator --path 'src/**/*.ts' --type 'IOptions' -f tsconfig.schema.json --additional-properties true --out ./schema/options.schema.json", + "version": "tsparticles-cli build -d && git add package.dist.json", + "postversion": "git push && git push --tags", + "prepack": "pnpm run build", + "release:alpha": "pnpm run version --prerelease --preid alpha", + "release:beta": "pnpm run version --prerelease --preid beta" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "engine" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/engine/src/Core/Particle.ts b/engine/src/Core/Particle.ts index 62e8d470835..46589c80f3b 100644 --- a/engine/src/Core/Particle.ts +++ b/engine/src/Core/Particle.ts @@ -531,13 +531,13 @@ export class Particle { if (this.effect === randomColorValue) { const availableEffects = [...this.container.effectDrawers.keys()]; - this.effect = availableEffects[Math.floor(Math.random() * availableEffects.length)]; + this.effect = availableEffects[Math.floor(getRandom() * availableEffects.length)]; } if (this.shape === randomColorValue) { const availableShapes = [...this.container.shapeDrawers.keys()]; - this.shape = availableShapes[Math.floor(Math.random() * availableShapes.length)]; + this.shape = availableShapes[Math.floor(getRandom() * availableShapes.length)]; } this.effectData = loadEffectData(this.effect, effectOptions, this.id, reduceDuplicates); diff --git a/engine/src/Core/Particles.ts b/engine/src/Core/Particles.ts index bb99d8f58d9..63036f956dd 100644 --- a/engine/src/Core/Particles.ts +++ b/engine/src/Core/Particles.ts @@ -5,7 +5,6 @@ import { deleteCount, errorPrefix, lengthOffset, - manualCount, minCount, minIndex, minLimit, @@ -298,13 +297,14 @@ export class Particles { setDensity(): void { const options = this._container.actualOptions, - groups = options.particles.groups; + groups = options.particles.groups, + manualCount = options.manualParticles.length; for (const group in groups) { this._applyDensity(groups[group], manualCount, group); } - this._applyDensity(options.particles, options.manualParticles.length); + this._applyDensity(options.particles, manualCount); } setLastZIndex(zIndex: number): void { @@ -414,14 +414,19 @@ export class Particles { this._pool.push(...particles); }; - private readonly _applyDensity = (options: IParticlesOptions, manualCount: number, group?: string): void => { + private readonly _applyDensity = ( + options: IParticlesOptions, + manualCount: number, + group?: string, + groupOptions?: IParticlesOptions, + ): void => { const numberOptions = options.number; if (!options.number.density?.enable) { if (group === undefined) { this._limit = numberOptions.limit.value; - } else if (numberOptions.limit) { - this._groupLimits.set(group, numberOptions.limit.value); + } else if (groupOptions?.number.limit?.value ?? numberOptions.limit.value) { + this._groupLimits.set(group, groupOptions?.number.limit?.value ?? numberOptions.limit.value); } return; diff --git a/engine/src/Core/Retina.ts b/engine/src/Core/Retina.ts index af726d1322a..b96a5f423b5 100644 --- a/engine/src/Core/Retina.ts +++ b/engine/src/Core/Retina.ts @@ -24,7 +24,7 @@ export class Retina { const container = this.container, options = container.actualOptions; - this.pixelRatio = !options.detectRetina || isSsr() ? defaultRatio : window.devicePixelRatio; + this.pixelRatio = !options.detectRetina || isSsr() ? defaultRatio : devicePixelRatio; this.reduceFactor = defaultReduceFactor; const ratio = this.pixelRatio, diff --git a/interactions/external/attract/CHANGELOG.md b/interactions/external/attract/CHANGELOG.md index 20463c4f2fd..4d2d6bdc956 100644 --- a/interactions/external/attract/CHANGELOG.md +++ b/interactions/external/attract/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-attract + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,9 +85,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -93,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -107,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -117,7 +121,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -131,7 +135,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -149,8 +153,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -160,29 +164,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.9.2...tsparticles-interaction-external-attract@2.9.3) (2023-02-12) @@ -200,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.7.1...tsparticles-interaction-external-attract@2.8.0) (2023-01-18) @@ -238,8 +242,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.3.2...tsparticles-interaction-external-attract@2.3.3) (2022-09-30) @@ -269,20 +273,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.2.0...tsparticles-interaction-external-attract@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.1.4...tsparticles-interaction-external-attract@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([e28e28d](https://github.com/tsparticles/tsparticles/commit/e28e28d7b1a2d3d49334024c012bd49c3b0a40a6)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.1.3...tsparticles-interaction-external-attract@2.1.4) (2022-07-28) @@ -304,19 +308,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.0.5...tsparticles-interaction-external-attract@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.0.4...tsparticles-interaction-external-attract@2.0.5) (2022-04-14) @@ -326,7 +330,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.0.2...tsparticles-interaction-external-attract@2.0.3) (2022-03-11) @@ -348,7 +352,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-attract@2.0.0-beta.3...tsparticles-interaction-external-attract@2.0.0-beta.4) (2021-12-07) @@ -370,5 +374,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) diff --git a/interactions/external/attract/package.dist.json b/interactions/external/attract/package.dist.json index b9dd6a8069e..13f12ca3360 100644 --- a/interactions/external/attract/package.dist.json +++ b/interactions/external/attract/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-attract", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles attract external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/attract/package.json b/interactions/external/attract/package.json index d9fcd2345ff..7a9b82f8e88 100644 --- a/interactions/external/attract/package.json +++ b/interactions/external/attract/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-attract", - "version": "3.8.1", - "description": "tsParticles attract external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/attract" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-attract", + "version": "3.9.0", + "description": "tsParticles attract external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/attract" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/bounce/CHANGELOG.md b/interactions/external/bounce/CHANGELOG.md index 4fcbd4def2c..f0fff429b5d 100644 --- a/interactions/external/bounce/CHANGELOG.md +++ b/interactions/external/bounce/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-bounce + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,27 +163,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.9.2...tsparticles-interaction-external-bounce@2.9.3) (2023-02-12) @@ -197,7 +201,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.7.1...tsparticles-interaction-external-bounce@2.8.0) (2023-01-18) @@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.3.2...tsparticles-interaction-external-bounce@2.3.3) (2022-09-30) @@ -265,20 +269,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.2.0...tsparticles-interaction-external-bounce@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.1.4...tsparticles-interaction-external-bounce@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([eea8fee](https://github.com/tsparticles/tsparticles/commit/eea8fee6512722fce084385f8ae36f9e99a44ab9)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.1.3...tsparticles-interaction-external-bounce@2.1.4) (2022-07-28) @@ -300,19 +304,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.0.5...tsparticles-interaction-external-bounce@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.0.4...tsparticles-interaction-external-bounce@2.0.5) (2022-04-14) @@ -322,7 +326,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.0.2...tsparticles-interaction-external-bounce@2.0.3) (2022-03-11) @@ -344,7 +348,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bounce@2.0.0-beta.3...tsparticles-interaction-external-bounce@2.0.0-beta.4) (2021-12-07) @@ -366,4 +370,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/external/bounce/package.dist.json b/interactions/external/bounce/package.dist.json index 7876ce482f7..0cd82a01983 100644 --- a/interactions/external/bounce/package.dist.json +++ b/interactions/external/bounce/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-bounce", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles bounce external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/bounce/package.json b/interactions/external/bounce/package.json index 66fa5a833ce..373bd5efe50 100644 --- a/interactions/external/bounce/package.json +++ b/interactions/external/bounce/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-bounce", - "version": "3.8.1", - "description": "tsParticles bounce external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/bounce" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-bounce", + "version": "3.9.0", + "description": "tsParticles bounce external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/bounce" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/bubble/CHANGELOG.md b/interactions/external/bubble/CHANGELOG.md index 5d5a0219d5e..29f49baafb7 100644 --- a/interactions/external/bubble/CHANGELOG.md +++ b/interactions/external/bubble/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-bubble + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,29 +163,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.9.2...tsparticles-interaction-external-bubble@2.9.3) (2023-02-12) @@ -199,7 +203,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.7.1...tsparticles-interaction-external-bubble@2.8.0) (2023-01-18) @@ -237,7 +241,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.3.2...tsparticles-interaction-external-bubble@2.3.3) (2022-09-30) @@ -267,20 +271,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.2.0...tsparticles-interaction-external-bubble@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.1.4...tsparticles-interaction-external-bubble@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([9e00627](https://github.com/tsparticles/tsparticles/commit/9e00627dc5e7c864b559f53e79bcd49a537c17a4)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.1.3...tsparticles-interaction-external-bubble@2.1.4) (2022-07-28) @@ -302,20 +306,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.0.5...tsparticles-interaction-external-bubble@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.0.4...tsparticles-interaction-external-bubble@2.0.5) (2022-04-14) @@ -325,7 +329,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.0.2...tsparticles-interaction-external-bubble@2.0.3) (2022-03-11) @@ -347,7 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-bubble@2.0.0-beta.3...tsparticles-interaction-external-bubble@2.0.0-beta.4) (2021-12-07) @@ -369,5 +373,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) diff --git a/interactions/external/bubble/package.dist.json b/interactions/external/bubble/package.dist.json index 9814d700ade..0598fdad61a 100644 --- a/interactions/external/bubble/package.dist.json +++ b/interactions/external/bubble/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-bubble", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles bubble external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/bubble/package.json b/interactions/external/bubble/package.json index 569fe26c18a..81d0912c1cc 100644 --- a/interactions/external/bubble/package.json +++ b/interactions/external/bubble/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-bubble", - "version": "3.8.1", - "description": "tsParticles bubble external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/bubble" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-bubble", + "version": "3.9.0", + "description": "tsParticles bubble external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/bubble" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/connect/CHANGELOG.md b/interactions/external/connect/CHANGELOG.md index b82fca7427a..50497dd4555 100644 --- a/interactions/external/connect/CHANGELOG.md +++ b/interactions/external/connect/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-connect + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,28 +163,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.9.2...tsparticles-interaction-external-connect@2.9.3) (2023-02-12) @@ -198,7 +202,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.7.1...tsparticles-interaction-external-connect@2.8.0) (2023-01-18) @@ -236,7 +240,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.3.2...tsparticles-interaction-external-connect@2.3.3) (2022-09-30) @@ -266,24 +270,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.2.0...tsparticles-interaction-external-connect@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.1.4...tsparticles-interaction-external-connect@2.2.0) (2022-08-11) ### Bug Fixes -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([7cc8ee4](https://github.com/tsparticles/tsparticles/commit/7cc8ee41b80cd151ae71eb6551484ab473b04175)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.1.3...tsparticles-interaction-external-connect@2.1.4) (2022-07-28) @@ -305,19 +309,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.0.5...tsparticles-interaction-external-connect@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.0.4...tsparticles-interaction-external-connect@2.0.5) (2022-04-14) @@ -327,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.0.2...tsparticles-interaction-external-connect@2.0.3) (2022-03-11) @@ -349,7 +353,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-connect@2.0.0-beta.3...tsparticles-interaction-external-connect@2.0.0-beta.4) (2021-12-07) @@ -371,4 +375,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/external/connect/package.dist.json b/interactions/external/connect/package.dist.json index d468b0a8fca..eb7120ceeed 100644 --- a/interactions/external/connect/package.dist.json +++ b/interactions/external/connect/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-connect", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles connect external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/connect/package.json b/interactions/external/connect/package.json index e3cdf6c124a..4a68ec7f8a7 100644 --- a/interactions/external/connect/package.json +++ b/interactions/external/connect/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-connect", - "version": "3.8.1", - "description": "tsParticles connect external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/connect" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-connect", + "version": "3.9.0", + "description": "tsParticles connect external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/connect" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/grab/CHANGELOG.md b/interactions/external/grab/CHANGELOG.md index 515d40cfb35..133bc949e9f 100644 --- a/interactions/external/grab/CHANGELOG.md +++ b/interactions/external/grab/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-grab + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -140,7 +144,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,27 +165,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.9.2...tsparticles-interaction-external-grab@2.9.3) (2023-02-12) @@ -199,7 +203,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.7.1...tsparticles-interaction-external-grab@2.8.0) (2023-01-18) @@ -237,7 +241,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.3.2...tsparticles-interaction-external-grab@2.3.3) (2022-09-30) @@ -267,20 +271,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.2.0...tsparticles-interaction-external-grab@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.1.4...tsparticles-interaction-external-grab@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([cf88d6e](https://github.com/tsparticles/tsparticles/commit/cf88d6e2529cafd15c82253ab0099ed082eb2456)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.1.3...tsparticles-interaction-external-grab@2.1.4) (2022-07-28) @@ -302,19 +306,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.0.5...tsparticles-interaction-external-grab@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.0.4...tsparticles-interaction-external-grab@2.0.5) (2022-04-14) @@ -324,7 +328,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.0.2...tsparticles-interaction-external-grab@2.0.3) (2022-03-11) @@ -346,7 +350,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-grab@2.0.0-beta.3...tsparticles-interaction-external-grab@2.0.0-beta.4) (2021-12-07) @@ -368,4 +372,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/external/grab/package.dist.json b/interactions/external/grab/package.dist.json index 87d575e287a..8669aa924ef 100644 --- a/interactions/external/grab/package.dist.json +++ b/interactions/external/grab/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-grab", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles grab external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/grab/package.json b/interactions/external/grab/package.json index 1d807f38bdf..1c1b4c2f631 100644 --- a/interactions/external/grab/package.json +++ b/interactions/external/grab/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-grab", - "version": "3.8.1", - "description": "tsParticles grab external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/grab" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-grab", + "version": "3.9.0", + "description": "tsParticles grab external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/grab" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/particle/CHANGELOG.md b/interactions/external/particle/CHANGELOG.md index 3866c6b3a3b..b069139de17 100644 --- a/interactions/external/particle/CHANGELOG.md +++ b/interactions/external/particle/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-particle + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,6 +85,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) diff --git a/interactions/external/particle/package.dist.json b/interactions/external/particle/package.dist.json index 4a27b8ea0d8..7921404384f 100644 --- a/interactions/external/particle/package.dist.json +++ b/interactions/external/particle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-particle", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particle external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/particle/package.json b/interactions/external/particle/package.json index 6463267777b..b07bdd9e814 100644 --- a/interactions/external/particle/package.json +++ b/interactions/external/particle/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/interaction-external-particle", - "version": "3.8.1", - "description": "tsParticles particle external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/particle" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-particle", + "version": "3.9.0", + "description": "tsParticles particle external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/particle" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/pause/CHANGELOG.md b/interactions/external/pause/CHANGELOG.md index e01607520c4..62ca0d448b6 100644 --- a/interactions/external/pause/CHANGELOG.md +++ b/interactions/external/pause/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-pause + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -112,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -126,7 +130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -144,8 +148,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -155,23 +159,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.9.2...tsparticles-interaction-external-pause@2.9.3) (2023-02-12) @@ -189,7 +193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.7.1...tsparticles-interaction-external-pause@2.8.0) (2023-01-18) @@ -227,7 +231,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.3.2...tsparticles-interaction-external-pause@2.3.3) (2022-09-30) @@ -257,7 +261,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.2.0...tsparticles-interaction-external-pause@2.2.1) (2022-08-12) @@ -287,15 +291,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.0.5...tsparticles-interaction-external-pause@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.0.4...tsparticles-interaction-external-pause@2.0.5) (2022-04-14) @@ -305,7 +309,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.0.2...tsparticles-interaction-external-pause@2.0.3) (2022-03-11) @@ -327,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-pause@2.0.0-beta.3...tsparticles-interaction-external-pause@2.0.0-beta.4) (2021-12-07) @@ -349,4 +353,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) diff --git a/interactions/external/pause/package.dist.json b/interactions/external/pause/package.dist.json index 0d01cf47d2a..a6d9237ff7c 100644 --- a/interactions/external/pause/package.dist.json +++ b/interactions/external/pause/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-pause", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles pause external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/pause/package.json b/interactions/external/pause/package.json index c9c7b8ff84c..d34ef07fac7 100644 --- a/interactions/external/pause/package.json +++ b/interactions/external/pause/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-pause", - "version": "3.8.1", - "description": "tsParticles pause external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/pause" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-pause", + "version": "3.9.0", + "description": "tsParticles pause external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/pause" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/pop/CHANGELOG.md b/interactions/external/pop/CHANGELOG.md index 4842e843c58..8d80209ce97 100644 --- a/interactions/external/pop/CHANGELOG.md +++ b/interactions/external/pop/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-pop + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) diff --git a/interactions/external/pop/package.dist.json b/interactions/external/pop/package.dist.json index dee97ab6706..0703f0b103f 100644 --- a/interactions/external/pop/package.dist.json +++ b/interactions/external/pop/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-pop", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles pop external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/pop/package.json b/interactions/external/pop/package.json index 75712833aa0..2edb20b4cdf 100644 --- a/interactions/external/pop/package.json +++ b/interactions/external/pop/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-pop", - "version": "3.8.1", - "description": "tsParticles pop external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/pop" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-pop", + "version": "3.9.0", + "description": "tsParticles pop external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/pop" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/push/CHANGELOG.md b/interactions/external/push/CHANGELOG.md index b8b6b5c37c7..cba991090d2 100644 --- a/interactions/external/push/CHANGELOG.md +++ b/interactions/external/push/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-push + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,9 +85,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -93,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -107,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -117,7 +121,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -131,7 +135,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -149,8 +153,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -160,26 +164,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.9.2...tsparticles-interaction-external-push@2.9.3) (2023-02-12) @@ -197,7 +201,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.7.1...tsparticles-interaction-external-push@2.8.0) (2023-01-18) @@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.3.2...tsparticles-interaction-external-push@2.3.3) (2022-09-30) @@ -265,20 +269,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.2.0...tsparticles-interaction-external-push@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.1.4...tsparticles-interaction-external-push@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([336a940](https://github.com/tsparticles/tsparticles/commit/336a9404a6f88e53a0f318d847e48bc54a5b4c03)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.1.3...tsparticles-interaction-external-push@2.1.4) (2022-07-28) @@ -300,15 +304,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.0.5...tsparticles-interaction-external-push@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.0.4...tsparticles-interaction-external-push@2.0.5) (2022-04-14) @@ -318,7 +322,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.0.2...tsparticles-interaction-external-push@2.0.3) (2022-03-11) @@ -340,7 +344,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-push@2.0.0-beta.3...tsparticles-interaction-external-push@2.0.0-beta.4) (2021-12-07) @@ -362,4 +366,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) diff --git a/interactions/external/push/package.dist.json b/interactions/external/push/package.dist.json index 39c46741d93..93be1daa5f6 100644 --- a/interactions/external/push/package.dist.json +++ b/interactions/external/push/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-push", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles push external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/push/package.json b/interactions/external/push/package.json index d3830143207..e90ea3a3174 100644 --- a/interactions/external/push/package.json +++ b/interactions/external/push/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-push", - "version": "3.8.1", - "description": "tsParticles push external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/push" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-push", + "version": "3.9.0", + "description": "tsParticles push external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/push" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/remove/CHANGELOG.md b/interactions/external/remove/CHANGELOG.md index ee54ffb6d02..6a7654edbc4 100644 --- a/interactions/external/remove/CHANGELOG.md +++ b/interactions/external/remove/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-remove + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,27 +163,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.9.2...tsparticles-interaction-external-remove@2.9.3) (2023-02-12) @@ -197,7 +201,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.7.1...tsparticles-interaction-external-remove@2.8.0) (2023-01-18) @@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.3.2...tsparticles-interaction-external-remove@2.3.3) (2022-09-30) @@ -265,20 +269,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.2.0...tsparticles-interaction-external-remove@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.1.4...tsparticles-interaction-external-remove@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.1.3...tsparticles-interaction-external-remove@2.1.4) (2022-07-28) @@ -300,19 +304,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.0.5...tsparticles-interaction-external-remove@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.0.4...tsparticles-interaction-external-remove@2.0.5) (2022-04-14) @@ -322,7 +326,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.0.2...tsparticles-interaction-external-remove@2.0.3) (2022-03-11) @@ -344,7 +348,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-remove@2.0.0-beta.3...tsparticles-interaction-external-remove@2.0.0-beta.4) (2021-12-07) @@ -366,4 +370,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) diff --git a/interactions/external/remove/package.dist.json b/interactions/external/remove/package.dist.json index 2d3c677470a..6cd2df6dc24 100644 --- a/interactions/external/remove/package.dist.json +++ b/interactions/external/remove/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-remove", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles remove external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/remove/package.json b/interactions/external/remove/package.json index 80f6bd9bd90..c677acbfa2a 100644 --- a/interactions/external/remove/package.json +++ b/interactions/external/remove/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-remove", - "version": "3.8.1", - "description": "tsParticles remove external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/remove" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-remove", + "version": "3.9.0", + "description": "tsParticles remove external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/remove" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/repulse/CHANGELOG.md b/interactions/external/repulse/CHANGELOG.md index ed2978d0692..0666a9a2d0b 100644 --- a/interactions/external/repulse/CHANGELOG.md +++ b/interactions/external/repulse/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-repulse + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,34 +163,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) -- refactor click repulse, now it uses the same algorithm as the hover and div events ([b552869](https://github.com/tsparticles/tsparticles/commit/b55286956bbf8217af7338842528884abfdbdda4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- refactor click repulse, now it uses the same algorithm as the hover and div events ([b552869](https://github.com/tsparticles/tsparticles/commit/b55286956bbf8217af7338842528884abfdbdda4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.9.2...tsparticles-interaction-external-repulse@2.9.3) (2023-02-12) @@ -204,7 +208,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.7.1...tsparticles-interaction-external-repulse@2.8.0) (2023-01-18) @@ -242,14 +246,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.3.3...tsparticles-interaction-external-repulse@2.3.4) (2022-09-30) ### Bug Fixes -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.3.2...tsparticles-interaction-external-repulse@2.3.3) (2022-09-30) @@ -267,9 +271,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) -- refactor click repulse, now it uses the same algorithm as the hover and div events ([b552869](https://github.com/tsparticles/tsparticles/commit/b55286956bbf8217af7338842528884abfdbdda4)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- first attempt of repulse bounce back ([8379f9c](https://github.com/tsparticles/tsparticles/commit/8379f9ce912f310b0602b462dda03c61924fe9f3)) +- refactor click repulse, now it uses the same algorithm as the hover and div events ([b552869](https://github.com/tsparticles/tsparticles/commit/b55286956bbf8217af7338842528884abfdbdda4)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.2.2...tsparticles-interaction-external-repulse@2.2.4) (2022-08-26) @@ -283,21 +287,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.2.0...tsparticles-interaction-external-repulse@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.1.4...tsparticles-interaction-external-repulse@2.2.0) (2022-08-11) ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([9279a1b](https://github.com/tsparticles/tsparticles/commit/9279a1b962cd20cce6e99a9ca3f137e60a51fc30)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.1.3...tsparticles-interaction-external-repulse@2.1.4) (2022-07-28) @@ -319,19 +323,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.0.5...tsparticles-interaction-external-repulse@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.0.4...tsparticles-interaction-external-repulse@2.0.5) (2022-04-14) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.0.2...tsparticles-interaction-external-repulse@2.0.3) (2022-03-11) @@ -363,7 +367,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-repulse@2.0.0-beta.3...tsparticles-interaction-external-repulse@2.0.0-beta.4) (2021-12-07) @@ -385,5 +389,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved out click interactions to external packages, breaking ([466973d](https://github.com/tsparticles/tsparticles/commit/466973ddbcc382c27c03f7b3518dea99c5e1949c)) diff --git a/interactions/external/repulse/package.dist.json b/interactions/external/repulse/package.dist.json index 0f237282b6c..90a37159635 100644 --- a/interactions/external/repulse/package.dist.json +++ b/interactions/external/repulse/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-repulse", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles repulse external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/repulse/package.json b/interactions/external/repulse/package.json index 98eb1e52477..cc332d0fab1 100644 --- a/interactions/external/repulse/package.json +++ b/interactions/external/repulse/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-repulse", - "version": "3.8.1", - "description": "tsParticles repulse external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/repulse" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-repulse", + "version": "3.9.0", + "description": "tsParticles repulse external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/repulse" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/slow/CHANGELOG.md b/interactions/external/slow/CHANGELOG.md index 7f10f312bb8..4a6026be123 100644 --- a/interactions/external/slow/CHANGELOG.md +++ b/interactions/external/slow/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-slow + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,16 +163,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-slow@2.9.2...tsparticles-interaction-external-slow@2.9.3) (2023-02-12) @@ -186,7 +190,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-slow@2.7.1...tsparticles-interaction-external-slow@2.8.0) (2023-01-18) @@ -224,7 +228,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-slow@2.3.2...tsparticles-interaction-external-slow@2.3.3) (2022-09-30) @@ -242,4 +246,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) diff --git a/interactions/external/slow/package.dist.json b/interactions/external/slow/package.dist.json index 996905589f3..e71cdec69a0 100644 --- a/interactions/external/slow/package.dist.json +++ b/interactions/external/slow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-slow", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles slow external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/slow/package.json b/interactions/external/slow/package.json index f4a64497c8f..a846b859f5a 100644 --- a/interactions/external/slow/package.json +++ b/interactions/external/slow/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-external-slow", - "version": "3.8.1", - "description": "tsParticles slow external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/slow" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-slow", + "version": "3.9.0", + "description": "tsParticles slow external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/slow" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/external/trail/CHANGELOG.md b/interactions/external/trail/CHANGELOG.md index 779ff6a8cd2..bf6fb24b972 100644 --- a/interactions/external/trail/CHANGELOG.md +++ b/interactions/external/trail/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-external-trail + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,9 +85,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -93,7 +97,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -107,7 +111,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -117,7 +121,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -131,7 +135,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -149,8 +153,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -160,29 +164,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.9.2...tsparticles-interaction-external-trail@2.9.3) (2023-02-12) @@ -200,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.7.1...tsparticles-interaction-external-trail@2.8.0) (2023-01-18) @@ -238,7 +242,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.3.2...tsparticles-interaction-external-trail@2.3.3) (2022-09-30) @@ -268,22 +272,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.2.0...tsparticles-interaction-external-trail@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.1.4...tsparticles-interaction-external-trail@2.2.0) (2022-08-11) ### Features -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.1.3...tsparticles-interaction-external-trail@2.1.4) (2022-07-28) @@ -305,19 +309,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.0.5...tsparticles-interaction-external-trail@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.0.4...tsparticles-interaction-external-trail@2.0.5) (2022-04-14) @@ -327,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.0.2...tsparticles-interaction-external-trail@2.0.3) (2022-03-11) @@ -349,7 +353,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-external-trail@2.0.0-beta.3...tsparticles-interaction-external-trail@2.0.0-beta.4) (2021-12-07) @@ -371,4 +375,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/external/trail/package.dist.json b/interactions/external/trail/package.dist.json index 54a2b0862af..f4194a37af2 100644 --- a/interactions/external/trail/package.dist.json +++ b/interactions/external/trail/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-external-trail", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles trail external interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/external/trail/package.json b/interactions/external/trail/package.json index ae27552e8eb..b4cae598bd4 100644 --- a/interactions/external/trail/package.json +++ b/interactions/external/trail/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/interaction-external-trail", - "version": "3.8.1", - "description": "tsParticles trail external interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/external/trail" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-external-trail", + "version": "3.9.0", + "description": "tsParticles trail external interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/external/trail" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/light/CHANGELOG.md b/interactions/light/CHANGELOG.md index df3200a31ba..6d54e7bc48f 100644 --- a/interactions/light/CHANGELOG.md +++ b/interactions/light/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-light + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -140,7 +144,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed light interaction, particle shadow wasn't calculated correctly ([da86a37](https://github.com/tsparticles/tsparticles/commit/da86a379faea661db8d161b28c30b36e5bd3580b)) +- fixed light interaction, particle shadow wasn't calculated correctly ([da86a37](https://github.com/tsparticles/tsparticles/commit/da86a379faea661db8d161b28c30b36e5bd3580b)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,41 +165,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) -- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.9.2...tsparticles-interaction-light@2.9.3) (2023-02-12) @@ -213,7 +217,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.7.1...tsparticles-interaction-light@2.8.0) (2023-01-18) @@ -251,7 +255,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.3.2...tsparticles-interaction-light@2.3.3) (2022-09-30) @@ -281,23 +285,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.2.0...tsparticles-interaction-light@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.1.4...tsparticles-interaction-light@2.2.0) (2022-08-11) ### Features -- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) -- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) -- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) +- changed load interactivity options to load mode options and moved to external interactors only ([697a155](https://github.com/tsparticles/tsparticles/commit/697a155856c81ad2d4793404f9fc9e34ff78ed68)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([bdd916b](https://github.com/tsparticles/tsparticles/commit/bdd916b157de7edd96e6401a2366f4e60416ab72)) +- moved more code out from engine to specific plugins ([b504a14](https://github.com/tsparticles/tsparticles/commit/b504a147d6664faccf4fbc990d32c5dc07ef3945)) +- moved more code out from engine to specific plugins, added new method to interactors ([c3aab68](https://github.com/tsparticles/tsparticles/commit/c3aab68c6ce3317ece3f76e6cd8745db8a7dd6d7)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.1.3...tsparticles-interaction-light@2.1.4) (2022-07-28) @@ -319,20 +323,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- interactivity options overrides in particles options, closes [#4120](https://github.com/tsparticles/tsparticles/issues/4120) ([309afb5](https://github.com/tsparticles/tsparticles/commit/309afb5749e40373648bf9173800334da4dbf965)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.0.5...tsparticles-interaction-light@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.0.4...tsparticles-interaction-light@2.0.5) (2022-04-14) @@ -342,13 +346,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.42.1...tsparticles-interaction-light@2.0.3) (2022-03-11) @@ -360,7 +364,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.42.3...tsparticles-interaction-light@1.42.4) (2022-03-20) @@ -374,24 +378,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.41.4...tsparticles-interaction-light@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.42.0...tsparticles-interaction-light@1.42.1) (2022-03-09) @@ -427,12 +431,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.39.2...tsparticles-interaction-light@2.0.0-beta.5) (2022-01-30) @@ -448,12 +452,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.40.0...tsparticles-interaction-light@1.40.1) (2022-02-06) @@ -493,13 +497,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.35.4...tsparticles-interaction-light@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.37.4...tsparticles-interaction-light@1.37.5) (2021-11-28) @@ -521,7 +525,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@2.0.0-beta.0...tsparticles-interaction-light@2.0.0-beta.1) (2021-10-06) @@ -541,7 +545,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.35.2...tsparticles-interaction-light@1.35.3) (2021-10-03) @@ -567,18 +571,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.33.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.33.2...tsparticles-interaction-light@1.33.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.33.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.33.1...tsparticles-interaction-light@1.33.2) (2021-07-31) @@ -588,7 +592,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) # [1.33.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-light@1.32.0...tsparticles-interaction-light@1.33.0) (2021-07-29) diff --git a/interactions/light/package.dist.json b/interactions/light/package.dist.json index aa1056c5e62..616316059cf 100644 --- a/interactions/light/package.dist.json +++ b/interactions/light/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-light", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles Light interaction", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/light/package.json b/interactions/light/package.json index 4fe79a091a2..c9d8a771133 100644 --- a/interactions/light/package.json +++ b/interactions/light/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/interaction-light", - "version": "3.8.1", - "description": "tsParticles Light interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/light" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/interaction-light", + "version": "3.9.0", + "description": "tsParticles Light interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/light" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/particles/attract/CHANGELOG.md b/interactions/particles/attract/CHANGELOG.md index 75c6461476e..52bd816bee2 100644 --- a/interactions/particles/attract/CHANGELOG.md +++ b/interactions/particles/attract/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-particles-attract + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -112,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -126,7 +130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -144,8 +148,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -155,23 +159,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.9.2...tsparticles-interaction-particles-attract@2.9.3) (2023-02-12) @@ -189,7 +193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.7.1...tsparticles-interaction-particles-attract@2.8.0) (2023-01-18) @@ -227,7 +231,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.3.2...tsparticles-interaction-particles-attract@2.3.3) (2022-09-30) @@ -257,7 +261,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.2.0...tsparticles-interaction-particles-attract@2.2.1) (2022-08-12) @@ -287,15 +291,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.0.5...tsparticles-interaction-particles-attract@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.0.4...tsparticles-interaction-particles-attract@2.0.5) (2022-04-14) @@ -305,7 +309,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.0.2...tsparticles-interaction-particles-attract@2.0.3) (2022-03-11) @@ -327,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-attract@2.0.0-beta.3...tsparticles-interaction-particles-attract@2.0.0-beta.4) (2021-12-07) @@ -349,4 +353,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/particles/attract/package.dist.json b/interactions/particles/attract/package.dist.json index 5a209b93de1..3bfd95a301a 100644 --- a/interactions/particles/attract/package.dist.json +++ b/interactions/particles/attract/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-attract", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles attract particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/attract/package.json b/interactions/particles/attract/package.json index 1c3ccc5b78d..05f03ea7fe3 100644 --- a/interactions/particles/attract/package.json +++ b/interactions/particles/attract/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-particles-attract", - "version": "3.8.1", - "description": "tsParticles attract particles interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/particles/attract" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-particles-attract", + "version": "3.9.0", + "description": "tsParticles attract particles interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/particles/attract" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/particles/collisions/CHANGELOG.md b/interactions/particles/collisions/CHANGELOG.md index 31b6b908aef..8156ee443a4 100644 --- a/interactions/particles/collisions/CHANGELOG.md +++ b/interactions/particles/collisions/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-particles-collisions + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -112,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -126,7 +130,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -144,8 +148,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -155,25 +159,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added max speed value to collisions options ([6708716](https://github.com/tsparticles/tsparticles/commit/670871683deb645fde69f781e7845648250efa2a)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added max speed value to collisions options ([6708716](https://github.com/tsparticles/tsparticles/commit/670871683deb645fde69f781e7845648250efa2a)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.9.2...tsparticles-interaction-particles-collisions@2.9.3) (2023-02-12) @@ -191,7 +195,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.7.1...tsparticles-interaction-particles-collisions@2.8.0) (2023-01-18) @@ -229,8 +233,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- changed collision absorb code, added absorb.speed option to collisions section ([346b5be](https://github.com/tsparticles/tsparticles/commit/346b5be40b5e7384f54378f3f4fcf67bd0af3488)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.3.2...tsparticles-interaction-particles-collisions@2.3.3) (2022-09-30) @@ -260,7 +264,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.2.0...tsparticles-interaction-particles-collisions@2.2.1) (2022-08-12) @@ -290,15 +294,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.0.5...tsparticles-interaction-particles-collisions@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.0.4...tsparticles-interaction-particles-collisions@2.0.5) (2022-04-14) @@ -308,7 +312,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.0.2...tsparticles-interaction-particles-collisions@2.0.3) (2022-03-11) @@ -330,7 +334,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-collisions@2.0.0-beta.3...tsparticles-interaction-particles-collisions@2.0.0-beta.4) (2021-12-07) @@ -352,4 +356,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/particles/collisions/package.dist.json b/interactions/particles/collisions/package.dist.json index c034c272499..f2f6a6c0849 100644 --- a/interactions/particles/collisions/package.dist.json +++ b/interactions/particles/collisions/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-collisions", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles collisions particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/collisions/package.json b/interactions/particles/collisions/package.json index e18075cb71d..8d46e87b039 100644 --- a/interactions/particles/collisions/package.json +++ b/interactions/particles/collisions/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-particles-collisions", - "version": "3.8.1", - "description": "tsParticles collisions particles interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/particles/collisions" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-particles-collisions", + "version": "3.9.0", + "description": "tsParticles collisions particles interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/particles/collisions" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/particles/links/CHANGELOG.md b/interactions/particles/links/CHANGELOG.md index 3f321bb4c6f..430bb5573cf 100644 --- a/interactions/particles/links/CHANGELOG.md +++ b/interactions/particles/links/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-particles-links + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -142,7 +146,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) +- fixed issue with some plugins that were drawn before the canvas clear ([4cff7e6](https://github.com/tsparticles/tsparticles/commit/4cff7e6817b12d3a3bcaa033eab9f9099afb53ea)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,35 +167,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) -- fix linker plugin issue ([54ed421](https://github.com/tsparticles/tsparticles/commit/54ed42199d555162dc2c4e496f6ce5a8d53bb1e8)) -- fixed code duplication in links plugin ([cb384cf](https://github.com/tsparticles/tsparticles/commit/cb384cf893d89d823d4ca439851c3ce7dc7b65b8)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) -- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- small improvements to links interaction ([f722b22](https://github.com/tsparticles/tsparticles/commit/f722b22ebb5bd9b864bfc0639ef14ca5c836343f)) -- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) +- fix linker plugin issue ([54ed421](https://github.com/tsparticles/tsparticles/commit/54ed42199d555162dc2c4e496f6ce5a8d53bb1e8)) +- fixed code duplication in links plugin ([cb384cf](https://github.com/tsparticles/tsparticles/commit/cb384cf893d89d823d4ca439851c3ce7dc7b65b8)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- small improvements to links interaction ([f722b22](https://github.com/tsparticles/tsparticles/commit/f722b22ebb5bd9b864bfc0639ef14ca5c836343f)) +- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) -- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.9.2...tsparticles-interaction-particles-links@2.9.3) (2023-02-12) @@ -209,7 +213,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.7.1...tsparticles-interaction-particles-links@2.8.0) (2023-01-18) @@ -227,7 +231,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) +- fixed issues with links colors and themes, fixes [#4841](https://github.com/tsparticles/tsparticles/issues/4841) ([34b570d](https://github.com/tsparticles/tsparticles/commit/34b570d780aa305d6e731a8c0b66375d65d40835)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.5.2...tsparticles-interaction-particles-links@2.5.3) (2022-11-07) @@ -249,7 +253,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.3.2...tsparticles-interaction-particles-links@2.3.3) (2022-09-30) @@ -279,27 +283,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.2.0...tsparticles-interaction-particles-links@2.2.1) (2022-08-12) ### Bug Fixes -- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) +- fixed editor for v2.2 ([ae41163](https://github.com/tsparticles/tsparticles/commit/ae41163473095aba0083478a47c70d1cc44bf250)) # [2.2.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.1.4...tsparticles-interaction-particles-links@2.2.0) (2022-08-11) ### Bug Fixes -- fixed code duplication in links plugin ([cb384cf](https://github.com/tsparticles/tsparticles/commit/cb384cf893d89d823d4ca439851c3ce7dc7b65b8)) -- small improvements to links interaction ([f722b22](https://github.com/tsparticles/tsparticles/commit/f722b22ebb5bd9b864bfc0639ef14ca5c836343f)) -- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) +- fixed code duplication in links plugin ([cb384cf](https://github.com/tsparticles/tsparticles/commit/cb384cf893d89d823d4ca439851c3ce7dc7b65b8)) +- small improvements to links interaction ([f722b22](https://github.com/tsparticles/tsparticles/commit/f722b22ebb5bd9b864bfc0639ef14ca5c836343f)) +- small improvements to links interaction ([4ce54d2](https://github.com/tsparticles/tsparticles/commit/4ce54d2990b13bbf722112de78eb6c9af2526620)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- moved links options out from engine ([3d1dd68](https://github.com/tsparticles/tsparticles/commit/3d1dd6884337f3d6c77d8348351d985364a1aae1)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.1.3...tsparticles-interaction-particles-links@2.1.4) (2022-07-28) @@ -309,13 +313,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) +- fix linker plugin issue ([b9505e2](https://github.com/tsparticles/tsparticles/commit/b9505e2453e893a0a30fd483595de412c70dda3c)) ## [2.1.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.1.1...tsparticles-interaction-particles-links@2.1.2) (2022-07-01) ### Bug Fixes -- fix linker plugin issue ([54ed421](https://github.com/tsparticles/tsparticles/commit/54ed42199d555162dc2c4e496f6ce5a8d53bb1e8)) +- fix linker plugin issue ([54ed421](https://github.com/tsparticles/tsparticles/commit/54ed42199d555162dc2c4e496f6ce5a8d53bb1e8)) ## [2.1.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.1.0...tsparticles-interaction-particles-links@2.1.1) (2022-07-01) @@ -325,20 +329,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.0.5...tsparticles-interaction-particles-links@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.0.4...tsparticles-interaction-particles-links@2.0.5) (2022-04-14) @@ -348,7 +352,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.0.2...tsparticles-interaction-particles-links@2.0.3) (2022-03-11) @@ -370,7 +374,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-links@2.0.0-beta.3...tsparticles-interaction-particles-links@2.0.0-beta.4) (2021-12-07) @@ -392,4 +396,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) +- moved all interactions in external packages, breaking ([76c44df](https://github.com/tsparticles/tsparticles/commit/76c44dfa64cae994ddb1a004e7ff6cdbe3a4b5a9)) diff --git a/interactions/particles/links/package.dist.json b/interactions/particles/links/package.dist.json index 581ffb7bf6f..96569a90177 100644 --- a/interactions/particles/links/package.dist.json +++ b/interactions/particles/links/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-links", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles links particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/links/package.json b/interactions/particles/links/package.json index db10a64d0af..4293eb7d990 100644 --- a/interactions/particles/links/package.json +++ b/interactions/particles/links/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/interaction-particles-links", - "version": "3.8.1", - "description": "tsParticles links particles interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/particles/links" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/interaction-particles-links", + "version": "3.9.0", + "description": "tsParticles links particles interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/particles/links" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/interactions/particles/repulse/CHANGELOG.md b/interactions/particles/repulse/CHANGELOG.md index 5acfb7496a3..eec32617923 100644 --- a/interactions/particles/repulse/CHANGELOG.md +++ b/interactions/particles/repulse/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/interaction-particles-repulse + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,36 +163,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved more code out from engine to specific plugins ([ea70ea2](https://github.com/tsparticles/tsparticles/commit/ea70ea22ebc03579b31d0b926bfac8bcfb9606c5)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved more code out from engine to specific plugins ([ea70ea2](https://github.com/tsparticles/tsparticles/commit/ea70ea22ebc03579b31d0b926bfac8bcfb9606c5)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.9.2...tsparticles-interaction-particles-repulse@2.9.3) (2023-02-12) @@ -206,7 +210,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.7.1...tsparticles-interaction-particles-repulse@2.8.0) (2023-01-18) @@ -244,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.3.2...tsparticles-interaction-particles-repulse@2.3.3) (2022-09-30) @@ -274,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.2.0...tsparticles-interaction-particles-repulse@2.2.1) (2022-08-12) @@ -284,8 +288,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved more code out from engine to specific plugins ([ea70ea2](https://github.com/tsparticles/tsparticles/commit/ea70ea22ebc03579b31d0b926bfac8bcfb9606c5)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([ea70ea2](https://github.com/tsparticles/tsparticles/commit/ea70ea22ebc03579b31d0b926bfac8bcfb9606c5)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.1.3...tsparticles-interaction-particles-repulse@2.1.4) (2022-07-28) @@ -307,15 +311,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.0.5...tsparticles-interaction-particles-repulse@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.0.4...tsparticles-interaction-particles-repulse@2.0.5) (2022-04-14) @@ -325,13 +329,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.42.1...tsparticles-interaction-particles-repulse@2.0.3) (2022-03-11) @@ -343,7 +347,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.42.3...tsparticles-interaction-particles-repulse@1.42.4) (2022-03-20) @@ -357,24 +361,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.41.4...tsparticles-interaction-particles-repulse@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.42.0...tsparticles-interaction-particles-repulse@1.42.1) (2022-03-09) @@ -410,12 +414,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.39.2...tsparticles-interaction-particles-repulse@2.0.0-beta.5) (2022-01-30) @@ -431,12 +435,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.40.0...tsparticles-interaction-particles-repulse@1.40.1) (2022-02-06) @@ -476,13 +480,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.35.4...tsparticles-interaction-particles-repulse@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.37.4...tsparticles-interaction-particles-repulse@1.37.5) (2021-11-28) @@ -504,7 +508,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@2.0.0-beta.0...tsparticles-interaction-particles-repulse@2.0.0-beta.1) (2021-10-06) @@ -524,7 +528,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.35.2...tsparticles-interaction-particles-repulse@1.35.3) (2021-10-03) @@ -550,18 +554,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.33.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.33.2...tsparticles-interaction-particles-repulse@1.33.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.33.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.33.1...tsparticles-interaction-particles-repulse@1.33.2) (2021-07-31) @@ -571,7 +575,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) # [1.33.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-interaction-particles-repulse@1.32.0...tsparticles-interaction-particles-repulse@1.33.0) (2021-07-29) diff --git a/interactions/particles/repulse/package.dist.json b/interactions/particles/repulse/package.dist.json index 6f75ff60d47..21c84fae2b1 100644 --- a/interactions/particles/repulse/package.dist.json +++ b/interactions/particles/repulse/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/interaction-particles-repulse", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles repulse particles interaction", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/interactions/particles/repulse/package.json b/interactions/particles/repulse/package.json index ef95204d780..a2826dc724d 100644 --- a/interactions/particles/repulse/package.json +++ b/interactions/particles/repulse/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/interaction-particles-repulse", - "version": "3.8.1", - "description": "tsParticles repulse particles interaction", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "interactions/particles/repulse" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/interaction" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/interaction-particles-repulse", + "version": "3.9.0", + "description": "tsParticles repulse particles interaction", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "interactions/particles/repulse" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/interaction" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/lerna.json b/lerna.json index 8136972d8cc..468d87dca57 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.8.1", + "version": "3.9.0", "npmClient": "pnpm", "conventionalCommits": true, "command": { diff --git a/markdown/Options/Background.md b/markdown/Options/Background.md index eed9cd57158..97f527544f3 100644 --- a/markdown/Options/Background.md +++ b/markdown/Options/Background.md @@ -1,11 +1,11 @@ # Background -- [`color`](#color) -- [`opacity`](#opacity) -- [`image`](#image) -- [`position`](#position) -- [`repeat`](#repeat) -- [`size`](#size) +- [`color`](#color) +- [`opacity`](#opacity) +- [`image`](#image) +- [`position`](#position) +- [`repeat`](#repeat) +- [`size`](#size) ## Color diff --git a/markdown/Options/BackgroundMask.md b/markdown/Options/BackgroundMask.md index 67d648cd6d0..065d90b9a38 100644 --- a/markdown/Options/BackgroundMask.md +++ b/markdown/Options/BackgroundMask.md @@ -1,8 +1,8 @@ # Background Mask -- [`composite`](#composite) -- [`cover`](#cover) -- [`enable`](#enable) +- [`composite`](#composite) +- [`cover`](#cover) +- [`enable`](#enable) ## Composite @@ -18,8 +18,8 @@ in `particles.color` options. The `cover` can also be a {@link IBackgroundMaskCover | cover object} like the one described below. -- [`color`](#color) -- [`opacity`](#opacity) +- [`color`](#color) +- [`opacity`](#opacity) ### Color diff --git a/markdown/Options/FullScreen.md b/markdown/Options/FullScreen.md index b4fa780e44c..18cb3d3d114 100644 --- a/markdown/Options/FullScreen.md +++ b/markdown/Options/FullScreen.md @@ -1,7 +1,7 @@ # Full Screen -- [`enable`](#enable) -- [`zIndex`](#Z-Index) +- [`enable`](#enable) +- [`zIndex`](#Z-Index) ## Enable diff --git a/markdown/Options/Interactivity.md b/markdown/Options/Interactivity.md index 963ca8c01ce..5c10a53db49 100644 --- a/markdown/Options/Interactivity.md +++ b/markdown/Options/Interactivity.md @@ -1,8 +1,8 @@ # Interactivity -- [detectsOn](#detects-on) -- [events](#events) -- [modes](#modes) +- [detectsOn](#detects-on) +- [events](#events) +- [modes](#modes) ## Detects On @@ -10,9 +10,9 @@ This property is used to determine which HTML element should catch mouse interac The valid values are: -- `"canvas"`: Only the particles canvas will be targeted -- `"parent"`: Only the particles canvas parent will be targeted -- `"window"`: The full window will be targeted, this will work perfectly with a negative z-index positioned canvas +- `"canvas"`: Only the particles canvas will be targeted +- `"parent"`: Only the particles canvas parent will be targeted +- `"window"`: The full window will be targeted, this will work perfectly with a negative z-index positioned canvas ## Events diff --git a/markdown/Options/ManualParticles.md b/markdown/Options/ManualParticles.md index b853e1afd48..d10b4541f87 100644 --- a/markdown/Options/ManualParticles.md +++ b/markdown/Options/ManualParticles.md @@ -1,7 +1,7 @@ # Manual Particles -- [options](#options) -- [position](#position) +- [options](#options) +- [position](#position) ## Options diff --git a/markdown/Options/Motion.md b/markdown/Options/Motion.md index 981b859ad18..70ff42d494c 100644 --- a/markdown/Options/Motion.md +++ b/markdown/Options/Motion.md @@ -1,7 +1,7 @@ # Motion -- [disable](#disable) -- [reduce](#reduce) +- [disable](#disable) +- [reduce](#reduce) ## Disable @@ -9,8 +9,8 @@ If set to `true`, disables animations for users with `prefer-reduced-motion` ena ## Reduce -- [factor](#factor) -- [value](#value) +- [factor](#factor) +- [value](#value) ### Factor diff --git a/markdown/Options/Particles.md b/markdown/Options/Particles.md index 2a919621fe3..3f6d9cf324a 100644 --- a/markdown/Options/Particles.md +++ b/markdown/Options/Particles.md @@ -1,28 +1,28 @@ # Particles -- [bounce](#bounce) -- [collisions](#collisions) -- [color](#color) -- [destroy](#destroy) -- [groups](#groups) -- [life](#life) -- [links](#links) -- [move](#move) -- [number](#number) -- [opacity](#opacity) -- [orbit](#orbit) -- [reduceDuplicates](#reduce-duplicates) -- [repulse](#repulse) -- [roll](#roll) -- [rotate](#rotate) -- [shadow](#shadow) -- [shape](#shape) -- [size](#size) -- [stroke](#stroke) -- [tilt](#tilt) -- [twinkle](#twinkle) -- [wobble](#wobble) -- [zIndex](#z-index) +- [bounce](#bounce) +- [collisions](#collisions) +- [color](#color) +- [destroy](#destroy) +- [groups](#groups) +- [life](#life) +- [links](#links) +- [move](#move) +- [number](#number) +- [opacity](#opacity) +- [orbit](#orbit) +- [reduceDuplicates](#reduce-duplicates) +- [repulse](#repulse) +- [roll](#roll) +- [rotate](#rotate) +- [shadow](#shadow) +- [shape](#shape) +- [size](#size) +- [stroke](#stroke) +- [tilt](#tilt) +- [twinkle](#twinkle) +- [wobble](#wobble) +- [zIndex](#z-index) ## Bounce diff --git a/markdown/Options/Themes.md b/markdown/Options/Themes.md index fafc7c73b18..a2672b9b49e 100644 --- a/markdown/Options/Themes.md +++ b/markdown/Options/Themes.md @@ -1,24 +1,24 @@ # Theme Options -- [Theme Options](#theme-options) - - [Default](#default) - - [Mode](#mode) - - [Value](#value) - - [Name](#name) - - [Options](#options) +- [Theme Options](#theme-options) + - [Default](#default) + - [Mode](#mode) + - [Value](#value) + - [Name](#name) + - [Options](#options) ## Default -- [mode](#mode) -- [value](#value) +- [mode](#mode) +- [value](#value) ### Mode Values accepted -- `"any"` -- `"dark"` -- `"light"` +- `"any"` +- `"dark"` +- `"light"` ### Value diff --git a/move/base/CHANGELOG.md b/move/base/CHANGELOG.md index 5a81bc12fe9..75972d61879 100644 --- a/move/base/CHANGELOG.md +++ b/move/base/CHANGELOG.md @@ -3,35 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed motion plugin ([643266c](https://github.com/tsparticles/tsparticles/commit/643266ce16c716fcf265997eff33f57f8c9f2f16)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- improved spin initial positioning ([43edbbf](https://github.com/tsparticles/tsparticles/commit/43edbbf7e1f58137c3996be2dfbfbc3c5a930ba8)) +- improved spin initial positioning ([43edbbf](https://github.com/tsparticles/tsparticles/commit/43edbbf7e1f58137c3996be2dfbfbc3c5a930ba8)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -41,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -57,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -79,23 +85,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Features -- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) +- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -109,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -119,7 +125,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -133,7 +139,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -151,8 +157,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -162,28 +168,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.9.2...tsparticles-move-base@2.9.3) (2023-02-12) @@ -201,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.7.1...tsparticles-move-base@2.8.0) (2023-01-18) @@ -239,7 +245,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.3.2...tsparticles-move-base@2.3.3) (2022-09-30) @@ -257,8 +263,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) -- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) +- added more easing types ([5f8f1c4](https://github.com/tsparticles/tsparticles/commit/5f8f1c43503b022494b28dbff229337da9f45fd1)) +- moved out all the external interactors from the engine ([9d3c325](https://github.com/tsparticles/tsparticles/commit/9d3c32514c8682fa6ed466185751de80c4fe0baa)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.2.2...tsparticles-move-base@2.2.4) (2022-08-26) @@ -272,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.2.0...tsparticles-move-base@2.2.1) (2022-08-12) @@ -282,8 +288,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- containers now can have more than one path generator, each particle will keep its own ([94f2985](https://github.com/tsparticles/tsparticles/commit/94f29855b6fd646a61bf2c7bd2df8ffe18990c77)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.1.3...tsparticles-move-base@2.1.4) (2022-07-28) @@ -301,20 +307,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) +- moved gravity data from engine to base mover ([ead8f6e](https://github.com/tsparticles/tsparticles/commit/ead8f6e7d6e8fc579b6a5f45949b196b523c26f7)) # [2.1.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.0.6...tsparticles-move-base@2.1.0) (2022-06-18) ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.0.5...tsparticles-move-base@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.0.4...tsparticles-move-base@2.0.5) (2022-04-14) @@ -324,7 +330,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-base@2.0.2...tsparticles-move-base@2.0.3) (2022-03-11) @@ -346,4 +352,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) diff --git a/move/base/package.dist.json b/move/base/package.dist.json index 26ffd597b83..17bfd45f611 100644 --- a/move/base/package.dist.json +++ b/move/base/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/move-base", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles Base movement", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/move/base/package.json b/move/base/package.json index 06e94a98797..3c5f2eedaff 100644 --- a/move/base/package.json +++ b/move/base/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/move-base", - "version": "3.8.1", - "description": "tsParticles Base movement", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "move/base" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/move" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/move-base", + "version": "3.9.0", + "description": "tsParticles Base movement", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "move/base" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/move" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/move/base/src/BaseMover.ts b/move/base/src/BaseMover.ts index c2071cbffa3..d4477948f21 100644 --- a/move/base/src/BaseMover.ts +++ b/move/base/src/BaseMover.ts @@ -53,13 +53,13 @@ export class BaseMover implements IParticleMover { const slowFactor = getProximitySpeedFactor(particle), reduceFactor = container.retina.reduceFactor, - baseSpeed = particle.retina.moveSpeed * reduceFactor, - moveDrift = particle.retina.moveDrift * reduceFactor, + baseSpeed = particle.retina.moveSpeed, + moveDrift = particle.retina.moveDrift, maxSize = getRangeMax(particleOptions.size.value) * pxRatio, sizeFactor = moveOptions.size ? particle.getRadius() / maxSize : defaultSizeFactor, deltaFactor = delta.factor || defaultDeltaFactor, moveSpeed = (baseSpeed * sizeFactor * slowFactor * deltaFactor) / diffFactor, - maxSpeed = (particle.retina.maxSpeed ?? container.retina.maxSpeed) * reduceFactor; + maxSpeed = particle.retina.maxSpeed ?? container.retina.maxSpeed; if (moveOptions.spin.enable) { spin(particle, moveSpeed, reduceFactor); diff --git a/move/base/src/Utils.ts b/move/base/src/Utils.ts index ffdf52b5278..a93ca9059a6 100644 --- a/move/base/src/Utils.ts +++ b/move/base/src/Utils.ts @@ -96,16 +96,15 @@ export function move( gravityFactor = gravityOptions?.enable && gravityOptions.inverse ? -identity : identity; if (moveDrift && moveSpeed) { - particle.velocity.x += (moveDrift * delta.factor * reduceFactor) / (moveSpeedFactor * moveSpeed); + particle.velocity.x += (moveDrift * delta.factor) / (moveSpeedFactor * moveSpeed); } if (gravityOptions?.enable && moveSpeed) { particle.velocity.y += - (gravityFactor * (gravityOptions.acceleration * delta.factor * reduceFactor)) / - (moveSpeedFactor * moveSpeed); + (gravityFactor * (gravityOptions.acceleration * delta.factor)) / (moveSpeedFactor * moveSpeed); } - const decay = particle.moveDecay * reduceFactor; + const decay = particle.moveDecay; particle.velocity.multTo(decay); @@ -128,14 +127,15 @@ export function move( zVelocityFactor = (identity - particle.zIndexFactor) ** zIndexOptions.velocityRate; velocity.multTo(zVelocityFactor); + velocity.multTo(reduceFactor); const { position } = particle; position.addTo(velocity); if (moveOptions.vibrate) { - position.x += Math.sin(position.x * Math.cos(position.y)); - position.y += Math.cos(position.y * Math.sin(position.x)); + position.x += Math.sin(position.x * Math.cos(position.y)) * reduceFactor; + position.y += Math.cos(position.y * Math.sin(position.x)) * reduceFactor; } } diff --git a/move/parallax/CHANGELOG.md b/move/parallax/CHANGELOG.md index 7ba21d407ac..94e966e65fe 100644 --- a/move/parallax/CHANGELOG.md +++ b/move/parallax/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/move-parallax + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([5a89f53](https://github.com/tsparticles/tsparticles/commit/5a89f53b93e7ba81e0773f553edca586afea4cd4)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,21 +161,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.9.2...tsparticles-move-parallax@2.9.3) (2023-02-12) @@ -189,7 +193,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.7.1...tsparticles-move-parallax@2.8.0) (2023-01-18) @@ -227,7 +231,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.3.2...tsparticles-move-parallax@2.3.3) (2022-09-30) @@ -257,7 +261,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.2.0...tsparticles-move-parallax@2.2.1) (2022-08-12) @@ -287,14 +291,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.0.5...tsparticles-move-parallax@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.0.4...tsparticles-move-parallax@2.0.5) (2022-04-14) @@ -304,7 +308,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-move-parallax@2.0.2...tsparticles-move-parallax@2.0.3) (2022-03-11) @@ -326,4 +330,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) +- created and implemented move plugins ([752483a](https://github.com/tsparticles/tsparticles/commit/752483aeeb94dd851dc27fe75e4c258fd87f0a90)) diff --git a/move/parallax/package.dist.json b/move/parallax/package.dist.json index 25c5debd8aa..3b0ffd74e17 100644 --- a/move/parallax/package.dist.json +++ b/move/parallax/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/move-parallax", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles Parallax movement", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/move/parallax/package.json b/move/parallax/package.json index 5413ac4a16f..481ebca0a07 100644 --- a/move/parallax/package.json +++ b/move/parallax/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/move-parallax", - "version": "3.8.1", - "description": "tsParticles Parallax movement", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "move/parallax" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/move-parallax", + "version": "3.9.0", + "description": "tsParticles Parallax movement", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "move/parallax" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/package.json b/package.json index fd5ae1b7226..4cbf6ea3705 100644 --- a/package.json +++ b/package.json @@ -25,9 +25,9 @@ }, "prettier": "@tsparticles/prettier-config", "devDependencies": { - "@babel/core": "^7.25.8", - "@commitlint/cli": "^19.5.0", - "@commitlint/config-conventional": "^19.5.0", + "@babel/core": "^7.28.0", + "@commitlint/cli": "^19.8.1", + "@commitlint/config-conventional": "^19.8.1", "@nx/workspace": "^19.8.4", "@tsparticles/cli": "^2.3.3", "@tsparticles/eslint-config": "^2.3.0", @@ -35,50 +35,51 @@ "@tsparticles/tsconfig": "^2.3.0", "@tsparticles/webpack-plugin": "^2.3.0", "@types/jsdom": "^21.1.7", - "@types/node": "^22.7.5", - "@types/webpack-env": "^1.18.5", + "@types/node": "^24.1.0", + "@types/webpack-env": "^1.18.8", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", - "@vitest/ui": "^3.0.9", - "@vitest/coverage-v8": "^3.0.9", + "@vitest/ui": "^3.2.4", + "@vitest/coverage-v8": "^3.2.4", "babel-loader": "^10.0.0", - "browserslist": "^4.24.0", - "canvas": "^3.1.0", + "browserslist": "^4.25.1", + "canvas": "^3.1.2", "copyfiles": "^2.4.1", - "cross-env": "^7.0.3", + "cross-env": "^10.0.0", "eslint": "^8.57.1", - "eslint-config-prettier": "^10.0.0", - "eslint-plugin-jsdoc": "^50.3.1", - "eslint-plugin-prettier": "^5.2.1", + "eslint-config-prettier": "^10.1.2", + "eslint-plugin-jsdoc": "^50.6.11", + "eslint-plugin-prettier": "^5.4.0", "eslint-plugin-tsdoc": "^0.4.0", - "gh-pages": "^6.2.0", - "husky": "^9.1.6", - "jsdom": "^26.0.0", + "gh-pages": "^6.3.0", + "husky": "^9.1.7", + "jsdom": "^26.1.0", "jsdom-global": "^3.0.2", - "lerna": "^8.1.8", + "lerna": "^8.2.3", "madge": "^8.0.0", "nx": "19.8.14", "nx-cloud": "^19.1.0", - "prettier": "^3.3.3", - "prettier-plugin-multiline-arrays": "^4.0.0", + "prettier": "^3.6.2", + "prettier-plugin-multiline-arrays": "^4.0.3", "rimraf": "^6.0.1", "source-map-support": "^0.5.21", - "terser-webpack-plugin": "^5.3.10", - "ts-json-schema-generator": "^2.3.0", + "terser-webpack-plugin": "^5.3.14", + "ts-json-schema-generator": "^2.4.0", "ts-node": "^10.9.2", - "typedoc": "^0.26.8", + "typedoc": "^0.28.8", "typedoc-plugin-clarity": "^1.6.0", "typedoc-plugin-carbon-ads": "^1.6.0", - "typedoc-plugin-coverage": "^3.3.0", + "typedoc-plugin-coverage": "^4.0.1", "typedoc-plugin-keywords": "^1.6.0", - "typedoc-plugin-mdn-links": "^5.0.0", - "typedoc-plugin-missing-exports": "^3.0.0", - "typescript": "^5.5.2", + "typedoc-plugin-mdn-links": "^5.0.6", + "typedoc-plugin-missing-exports": "^4.0.0", + "typescript": "^5.8.3", "typescript-json-schema": "^0.65.1", - "vitest": "^3.0.9", - "webpack": "^5.95.0", + "vitest": "^3.2.4", + "webpack": "^5.101.0", "webpack-bundle-analyzer": "^4.10.2", - "webpack-cli": "^6.0.0", - "yargs": "^17.7.2" - } + "webpack-cli": "^6.0.1", + "yargs": "^18.0.0" + }, + "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad" } diff --git a/paths/curlNoise/CHANGELOG.md b/paths/curlNoise/CHANGELOG.md index af7a194aeb6..1d506758eb5 100644 --- a/paths/curlNoise/CHANGELOG.md +++ b/paths/curlNoise/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-curl-noise + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,33 +161,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.9.2...tsparticles-path-simplex-noise@2.9.3) (2023-02-12) @@ -201,7 +205,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.7.1...tsparticles-path-simplex-noise@2.8.0) (2023-01-18) @@ -219,8 +223,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.5.2...tsparticles-path-simplex-noise@2.5.3) (2022-11-07) @@ -242,7 +246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.3.2...tsparticles-path-simplex-noise@2.3.3) (2022-09-30) @@ -272,7 +276,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.2.0...tsparticles-path-simplex-noise@2.2.1) (2022-08-12) @@ -282,7 +286,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.1.3...tsparticles-path-simplex-noise@2.1.4) (2022-07-28) @@ -304,14 +308,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.0.5...tsparticles-path-simplex-noise@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.0.4...tsparticles-path-simplex-noise@2.0.5) (2022-04-14) @@ -321,13 +325,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.42.1...tsparticles-path-simplex-noise@2.0.3) (2022-03-11) @@ -339,7 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.42.3...tsparticles-path-simplex-noise@1.42.4) (2022-03-20) @@ -353,24 +357,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.41.4...tsparticles-path-simplex-noise@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.42.0...tsparticles-path-simplex-noise@1.42.1) (2022-03-09) @@ -406,12 +410,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.39.2...tsparticles-path-simplex-noise@2.0.0-beta.5) (2022-01-30) @@ -427,12 +431,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.40.0...tsparticles-path-simplex-noise@1.40.1) (2022-02-06) @@ -472,13 +476,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.35.4...tsparticles-path-simplex-noise@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.37.4...tsparticles-path-simplex-noise@1.37.5) (2021-11-28) @@ -500,7 +504,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.0.0-beta.0...tsparticles-path-simplex-noise@2.0.0-beta.1) (2021-10-06) @@ -520,7 +524,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.35.2...tsparticles-path-simplex-noise@1.35.3) (2021-10-03) @@ -546,9 +550,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) diff --git a/paths/curlNoise/package.dist.json b/paths/curlNoise/package.dist.json index 05f767bc68b..eeb2eb585d1 100644 --- a/paths/curlNoise/package.dist.json +++ b/paths/curlNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-curl-noise", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles curl noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,7 +104,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/simplex-noise": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/simplex-noise": "3.9.0" } } diff --git a/paths/curlNoise/package.json b/paths/curlNoise/package.json index 4316d061bd4..4bff0dcae42 100644 --- a/paths/curlNoise/package.json +++ b/paths/curlNoise/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/path-curl-noise", - "version": "3.8.1", - "description": "tsParticles curl noise path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/curlNoise" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/path-curl-noise", + "version": "3.9.0", + "description": "tsParticles curl noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/simplex-noise": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/curlNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/simplex-noise": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/paths/curves/CHANGELOG.md b/paths/curves/CHANGELOG.md index 4e3f5606739..292d66fd4ab 100644 --- a/paths/curves/CHANGELOG.md +++ b/paths/curves/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-curves + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,8 +118,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -129,7 +133,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -147,8 +151,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -158,34 +162,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.9.2...tsparticles-path-curves@2.9.3) (2023-02-12) @@ -203,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.7.1...tsparticles-path-curves@2.8.0) (2023-01-18) @@ -221,8 +225,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.5.2...tsparticles-path-curves@2.5.3) (2022-11-07) @@ -244,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.3.2...tsparticles-path-curves@2.3.3) (2022-09-30) @@ -274,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.2.0...tsparticles-path-curves@2.2.1) (2022-08-12) @@ -284,7 +288,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.1.3...tsparticles-path-curves@2.1.4) (2022-07-28) @@ -306,14 +310,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.0.5...tsparticles-path-curves@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.0.4...tsparticles-path-curves@2.0.5) (2022-04-14) @@ -323,13 +327,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.42.1...tsparticles-path-curves@2.0.3) (2022-03-11) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.42.3...tsparticles-path-curves@1.42.4) (2022-03-20) @@ -355,24 +359,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.41.4...tsparticles-path-curves@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.42.0...tsparticles-path-curves@1.42.1) (2022-03-09) @@ -408,12 +412,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.39.2...tsparticles-path-curves@2.0.0-beta.5) (2022-01-30) @@ -425,18 +429,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed issue with path generators ([29644fc](https://github.com/tsparticles/tsparticles/commit/29644fc7a281fae1c438dee74e43dd611ec7af07)) ## [1.40.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.40.1...tsparticles-path-curves@1.40.2) (2022-02-07) ### Bug Fixes -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.40.0...tsparticles-path-curves@1.40.1) (2022-02-06) @@ -476,13 +480,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.35.4...tsparticles-path-curves@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.37.4...tsparticles-path-curves@1.37.5) (2021-11-28) @@ -504,7 +508,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@2.0.0-beta.0...tsparticles-path-curves@2.0.0-beta.1) (2021-10-06) @@ -524,7 +528,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-curves@1.35.2...tsparticles-path-curves@1.35.3) (2021-10-03) @@ -550,9 +554,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) diff --git a/paths/curves/package.dist.json b/paths/curves/package.dist.json index e596b495921..0d02ee8d9e4 100644 --- a/paths/curves/package.dist.json +++ b/paths/curves/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-curves", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles curves path", "homepage": "https://particles.js.org", "repository": { @@ -104,6 +104,6 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" } } diff --git a/paths/curves/package.json b/paths/curves/package.json index fe75ce4553e..0be3b6f34bf 100644 --- a/paths/curves/package.json +++ b/paths/curves/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/path-curves", - "version": "3.8.1", - "description": "tsParticles curves path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/curves" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/path-curves", + "version": "3.9.0", + "description": "tsParticles curves path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/curves" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/paths/fractalNoise/.browserslistrc b/paths/fractalNoise/.browserslistrc new file mode 100644 index 00000000000..bd9a52c8d84 --- /dev/null +++ b/paths/fractalNoise/.browserslistrc @@ -0,0 +1,2 @@ +since 2019 +not dead diff --git a/paths/fractalNoise/.eslintignore b/paths/fractalNoise/.eslintignore new file mode 100644 index 00000000000..db4c6d9b679 --- /dev/null +++ b/paths/fractalNoise/.eslintignore @@ -0,0 +1,2 @@ +dist +node_modules \ No newline at end of file diff --git a/paths/fractalNoise/.eslintrc.js b/paths/fractalNoise/.eslintrc.js new file mode 100644 index 00000000000..cf15ec434b8 --- /dev/null +++ b/paths/fractalNoise/.eslintrc.js @@ -0,0 +1,5 @@ +module.exports = { + extends: [ + "@tsparticles/eslint-config", + ] +}; diff --git a/paths/fractalNoise/.npmignore b/paths/fractalNoise/.npmignore new file mode 100644 index 00000000000..5c901533f98 --- /dev/null +++ b/paths/fractalNoise/.npmignore @@ -0,0 +1 @@ +report.html \ No newline at end of file diff --git a/paths/fractalNoise/CHANGELOG.md b/paths/fractalNoise/CHANGELOG.md new file mode 100644 index 00000000000..5ded443d72c --- /dev/null +++ b/paths/fractalNoise/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Features + +- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c)) +- updated fractal noise path with 4d noise ([8c22552](https://github.com/tsparticles/tsparticles/commit/8c225529e9094d8d575abf9cf8d7e2755d11fc05)) diff --git a/paths/fractalNoise/LICENSE b/paths/fractalNoise/LICENSE new file mode 100644 index 00000000000..bdc05f528fa --- /dev/null +++ b/paths/fractalNoise/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Matteo Bruni + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/paths/fractalNoise/README.md b/paths/fractalNoise/README.md new file mode 100644 index 00000000000..ec801f4e51a --- /dev/null +++ b/paths/fractalNoise/README.md @@ -0,0 +1,74 @@ +[![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) + +# tsParticles Fractal Noise Path + +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/path-fractal-noise/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/path-fractal-noise) +[![npmjs](https://badge.fury.io/js/@tsparticles/path-fractal-noise.svg)](https://www.npmjs.com/package/@tsparticles/path-fractal-noise) +[![npmjs](https://img.shields.io/npm/dt/@tsparticles/path-fractal-noise)](https://www.npmjs.com/package/@tsparticles/path-fractal-noise) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) + +[tsParticles](https://github.com/tsparticles/tsparticles) path plugin for fractal noise movement. + +## How to use it + +### CDN / Vanilla JS / jQuery + +The CDN/Vanilla version JS has one required file in vanilla configuration: + +Including the `tsparticles.path.fractal.noise.min.js` file will export the function to load the path plugin: + +```text +loadFractalNoisePath +``` + +### Usage + +Once the scripts are loaded you can set up `tsParticles` and the path plugin like this: + +```javascript +(async () => { + await loadFractalNoisePath(tsParticles); + + await tsParticles.load({ + id: "tsparticles", + options: { + /* options */ + }, + }); +})(); +``` + +### ESM / CommonJS + +This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this: + +```shell +$ npm install @tsparticles/path-fractal-noise +``` + +or + +```shell +$ yarn add @tsparticles/path-fractal-noise +``` + +Then you need to import it in the app, like this: + +```javascript +const { tsParticles } = require("@tsparticles/engine"); +const { loadFractalNoisePath } = require("@tsparticles/path-fractal-noise"); + +(async () => { + await loadFractalNoisePath(tsParticles); +})(); +``` + +or + +```javascript +import { tsParticles } from "@tsparticles/engine"; +import { loadFractalNoisePath } from "@tsparticles/path-fractal-noise"; + +(async () => { + await loadFractalNoisePath(tsParticles); +})(); +``` diff --git a/paths/fractalNoise/package.dist.json b/paths/fractalNoise/package.dist.json new file mode 100644 index 00000000000..ca219549dba --- /dev/null +++ b/paths/fractalNoise/package.dist.json @@ -0,0 +1,110 @@ +{ + "name": "@tsparticles/path-fractal-noise", + "version": "3.9.0", + "description": "tsParticles fractal noise path", + "homepage": "https://particles.js.org", + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/fractalNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "publishConfig": { + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "sideEffects": false, + "jsdelivr": "tsparticles.path.fractal.noise.min.js", + "unpkg": "tsparticles.path.fractal.noise.min.js", + "browser": "browser/index.js", + "main": "cjs/index.js", + "module": "esm/index.js", + "types": "types/index.d.ts", + "exports": { + ".": { + "types": "./types/index.d.ts", + "browser": "./browser/index.js", + "import": "./esm/index.js", + "require": "./cjs/index.js", + "umd": "./umd/index.js", + "default": "./cjs/index.js" + }, + "./package.json": "./package.json" + }, + "dependencies": { + "@tsparticles/engine": "3.9.0", + "@tsparticles/fractal-noise": "3.9.0" + } +} diff --git a/paths/fractalNoise/package.json b/paths/fractalNoise/package.json new file mode 100644 index 00000000000..2382080bc19 --- /dev/null +++ b/paths/fractalNoise/package.json @@ -0,0 +1,120 @@ +{ + "name": "@tsparticles/path-fractal-noise", + "version": "3.9.0", + "description": "tsParticles fractal noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/fractalNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/fractal-noise": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } +} diff --git a/paths/fractalNoise/src/FractalNoiseGenerator.ts b/paths/fractalNoise/src/FractalNoiseGenerator.ts new file mode 100644 index 00000000000..e75119ba147 --- /dev/null +++ b/paths/fractalNoise/src/FractalNoiseGenerator.ts @@ -0,0 +1,156 @@ +/* eslint-disable @typescript-eslint/no-magic-numbers */ +import { + type Container, + type IMovePathGenerator, + type Particle, + Vector, + deepExtend, + getRandom, +} from "@tsparticles/engine"; +import { FractalNoise } from "@tsparticles/fractal-noise"; +import type { IFractalOptions } from "./IFractalOptions.js"; +import type { IOffsetValues } from "./IOffsetValues.js"; + +const defaultOptions: IFractalOptions = { + size: 20, + increment: 0.004, + columns: 0, + rows: 0, + layers: 0, + width: 0, + height: 0, + offset: { + x: 40000, + y: 40000, + z: 40000, + }, +}; + +export class FractalNoiseGenerator implements IMovePathGenerator { + container?: Container; + field: Vector[][][]; + noiseW: number; + readonly options: IFractalOptions; + + private readonly _fractal; + + constructor() { + this._fractal = new FractalNoise(); + this.field = []; + this.noiseW = 0; + this.options = deepExtend({}, defaultOptions) as IFractalOptions; + } + + generate(particle: Particle): Vector { + const pos = particle.getPosition(), + point = { + x: Math.max(Math.floor(pos.x / this.options.size), 0), + y: Math.max(Math.floor(pos.y / this.options.size), 0), + z: Math.max(Math.floor(pos.z / this.options.size), 0), + }, + v = Vector.origin; + + if (!this.field?.[point.x]?.[point.y]?.[point.z]) { + return v; + } + + v.setTo(this.field[point.x][point.y][point.z]); + + return v; + } + + init(container: Container): void { + this.container = container; + + this._setup(); + } + + reset(): void { + // nothing to do + } + + update(): void { + if (!this.container) { + return; + } + + this._calculateField(); + + this.noiseW += this.options.increment; + } + + private _calculateField(): void { + const options = this.options; + + for (let x = 0; x < options.columns; x++) { + for (let y = 0; y < options.rows; y++) { + for (let z = 0; z < options.layers; z++) { + this.field[x][y][z].angle = + this._fractal.noise4d(x / 50, y / 50, z / 50, this.noiseW) * Math.PI * 2; + this.field[x][y][z].length = this._fractal.noise4d( + x / 100 + options.offset.x, + y / 100 + options.offset.y, + z / 100 + options.offset.z, + this.noiseW, + ); + } + } + } + } + + private _initField(): void { + this.field = new Array(this.options.columns); + + for (let x = 0; x < this.options.columns; x++) { + this.field[x] = new Array(this.options.rows); + + for (let y = 0; y < this.options.rows; y++) { + this.field[x][y] = new Array(this.options.layers); + + for (let z = 0; z < this.options.layers; z++) { + this.field[x][y][z] = Vector.origin; + } + } + } + } + + private _resetField(): void { + const container = this.container; + + if (!container) { + return; + } + + const sourceOptions = container.actualOptions.particles.move.path.options; + + this.options.size = (sourceOptions.size as number) > 0 ? (sourceOptions.size as number) : defaultOptions.size; + this.options.increment = + (sourceOptions.increment as number) > 0 ? (sourceOptions.increment as number) : defaultOptions.increment; + this.options.width = container.canvas.size.width; + this.options.height = container.canvas.size.height; + + const offset = sourceOptions.offset as IOffsetValues | undefined; + + this.options.offset.x = offset?.x ?? defaultOptions.offset.x; + this.options.offset.y = offset?.y ?? defaultOptions.offset.y; + this.options.offset.z = offset?.z ?? defaultOptions.offset.z; + + this.options.seed = sourceOptions.seed as number | undefined; + + this._fractal.seed(this.options.seed ?? getRandom()); + + this.options.columns = Math.floor(this.options.width / this.options.size) + 1; + this.options.rows = Math.floor(this.options.height / this.options.size) + 1; + this.options.layers = Math.floor(container.zLayers / this.options.size) + 1; + + this._initField(); + } + + private _setup(): void { + this.noiseW = 0; + + this._resetField(); + + addEventListener("resize", () => this._resetField()); + } +} diff --git a/paths/fractalNoise/src/IFractalOptions.ts b/paths/fractalNoise/src/IFractalOptions.ts new file mode 100644 index 00000000000..1bf0ab053fd --- /dev/null +++ b/paths/fractalNoise/src/IFractalOptions.ts @@ -0,0 +1,13 @@ +import type { IOffsetValues } from "./IOffsetValues.js"; + +export interface IFractalOptions { + columns: number; + height: number; + increment: number; + layers: number; + offset: IOffsetValues; + rows: number; + seed?: number; + size: number; + width: number; +} diff --git a/paths/simplexNoise/src/IOffsetValues.ts b/paths/fractalNoise/src/IOffsetValues.ts similarity index 100% rename from paths/simplexNoise/src/IOffsetValues.ts rename to paths/fractalNoise/src/IOffsetValues.ts diff --git a/paths/fractalNoise/src/index.ts b/paths/fractalNoise/src/index.ts new file mode 100644 index 00000000000..d162eb75423 --- /dev/null +++ b/paths/fractalNoise/src/index.ts @@ -0,0 +1,16 @@ +import { type Engine } from "@tsparticles/engine"; +import { FractalNoiseGenerator } from "./FractalNoiseGenerator.js"; + +declare const __VERSION__: string; + +export const fractalNoisePathName = "fractalNoise"; + +/** + * @param engine - + * @param refresh - + */ +export async function loadFractalNoisePath(engine: Engine, refresh = true): Promise { + engine.checkVersion(__VERSION__); + + await engine.addPathGenerator(fractalNoisePathName, new FractalNoiseGenerator(), refresh); +} diff --git a/paths/fractalNoise/tsconfig.base.json b/paths/fractalNoise/tsconfig.base.json new file mode 100644 index 00000000000..d43f4eba9bd --- /dev/null +++ b/paths/fractalNoise/tsconfig.base.json @@ -0,0 +1,9 @@ +{ + "extends": "@tsparticles/tsconfig/tsconfig.base.json", + "compilerOptions": { + "rootDir": "./src" + }, + "include": [ + "./src" + ] +} diff --git a/paths/fractalNoise/tsconfig.browser.json b/paths/fractalNoise/tsconfig.browser.json new file mode 100644 index 00000000000..3bb4173186c --- /dev/null +++ b/paths/fractalNoise/tsconfig.browser.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.browser.json"], + "compilerOptions": { + "outDir": "./dist/browser" + } +} diff --git a/paths/fractalNoise/tsconfig.json b/paths/fractalNoise/tsconfig.json new file mode 100644 index 00000000000..4c843651531 --- /dev/null +++ b/paths/fractalNoise/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.json"], + "compilerOptions": { + "outDir": "./dist/cjs" + } +} diff --git a/paths/fractalNoise/tsconfig.module.json b/paths/fractalNoise/tsconfig.module.json new file mode 100644 index 00000000000..fa94c2a6293 --- /dev/null +++ b/paths/fractalNoise/tsconfig.module.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.module.json"], + "compilerOptions": { + "outDir": "./dist/esm" + } +} diff --git a/paths/fractalNoise/tsconfig.types.json b/paths/fractalNoise/tsconfig.types.json new file mode 100644 index 00000000000..8ec1d3edd57 --- /dev/null +++ b/paths/fractalNoise/tsconfig.types.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.types.json"], + "compilerOptions": { + "outDir": "./dist/types" + } +} diff --git a/paths/fractalNoise/tsconfig.umd.json b/paths/fractalNoise/tsconfig.umd.json new file mode 100644 index 00000000000..41b78634d8c --- /dev/null +++ b/paths/fractalNoise/tsconfig.umd.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.umd.json"], + "compilerOptions": { + "outDir": "./dist/umd" + } +} diff --git a/paths/fractalNoise/typedoc.json b/paths/fractalNoise/typedoc.json new file mode 100644 index 00000000000..67309e78f4f --- /dev/null +++ b/paths/fractalNoise/typedoc.json @@ -0,0 +1,15 @@ +{ + "projectDocuments": ["../markdown/**/*.md"], + "entryPoints": [ + "./src/" + ], + "entryPointStrategy": "expand", + "name": "tsParticles Fractal Noise Path", + "includeVersion": true, + "hideGenerator": true, + "out": "./docs", + "validation": { + "invalidLink": true, + "notDocumented": true + } +} diff --git a/paths/fractalNoise/webpack.config.js b/paths/fractalNoise/webpack.config.js new file mode 100644 index 00000000000..3c2517a584d --- /dev/null +++ b/paths/fractalNoise/webpack.config.js @@ -0,0 +1,4 @@ +const { loadParticlesPath } = require("@tsparticles/webpack-plugin"); +const version = require("./package.json").version; + +module.exports = loadParticlesPath({ moduleName: "fractal.noise", pluginName: "Fractal Noise", version, dir: __dirname }); diff --git a/paths/perlinNoise/CHANGELOG.md b/paths/perlinNoise/CHANGELOG.md index c317552690e..9047ab2a1b5 100644 --- a/paths/perlinNoise/CHANGELOG.md +++ b/paths/perlinNoise/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-perlin-noise + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,9 +118,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- add more options for customizing noises values ([cbc620c](https://github.com/tsparticles/tsparticles/commit/cbc620c99a4ed30794c6ed8906ff292675089bc8)) -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- add more options for customizing noises values ([cbc620c](https://github.com/tsparticles/tsparticles/commit/cbc620c99a4ed30794c6ed8906ff292675089bc8)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,33 +163,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.9.2...tsparticles-path-perlin-noise@2.9.3) (2023-02-12) @@ -203,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.7.1...tsparticles-path-perlin-noise@2.8.0) (2023-01-18) @@ -221,8 +225,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.5.2...tsparticles-path-perlin-noise@2.5.3) (2022-11-07) @@ -244,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.3.2...tsparticles-path-perlin-noise@2.3.3) (2022-09-30) @@ -274,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.2.0...tsparticles-path-perlin-noise@2.2.1) (2022-08-12) @@ -284,7 +288,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.1.3...tsparticles-path-perlin-noise@2.1.4) (2022-07-28) @@ -306,14 +310,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.0.5...tsparticles-path-perlin-noise@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.0.4...tsparticles-path-perlin-noise@2.0.5) (2022-04-14) @@ -323,13 +327,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.42.1...tsparticles-path-perlin-noise@2.0.3) (2022-03-11) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.42.3...tsparticles-path-perlin-noise@1.42.4) (2022-03-20) @@ -355,24 +359,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.41.4...tsparticles-path-perlin-noise@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.42.0...tsparticles-path-perlin-noise@1.42.1) (2022-03-09) @@ -408,12 +412,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.39.2...tsparticles-path-perlin-noise@2.0.0-beta.5) (2022-01-30) @@ -429,12 +433,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.40.0...tsparticles-path-perlin-noise@1.40.1) (2022-02-06) @@ -474,7 +478,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.35.4...tsparticles-path-perlin-noise@2.0.0-beta.2) (2021-10-06) @@ -488,7 +492,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.37.2...tsparticles-path-perlin-noise@1.37.3) (2021-11-05) @@ -502,7 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@2.0.0-beta.0...tsparticles-path-perlin-noise@2.0.0-beta.1) (2021-10-06) @@ -522,7 +526,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-perlin-noise@1.35.2...tsparticles-path-perlin-noise@1.35.3) (2021-10-03) @@ -548,9 +552,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) diff --git a/paths/perlinNoise/package.dist.json b/paths/perlinNoise/package.dist.json index ecb63cfdb85..babf4406235 100644 --- a/paths/perlinNoise/package.dist.json +++ b/paths/perlinNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-perlin-noise", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles perlin noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,7 +104,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/perlin-noise": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/perlin-noise": "3.9.0" } } diff --git a/paths/perlinNoise/package.json b/paths/perlinNoise/package.json index 82960235ff0..98c6a41b1ab 100644 --- a/paths/perlinNoise/package.json +++ b/paths/perlinNoise/package.json @@ -1,120 +1,120 @@ { - "name": "@tsparticles/path-perlin-noise", - "version": "3.8.1", - "description": "tsParticles perlin noise path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/perlinNoise" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/path-perlin-noise", + "version": "3.9.0", + "description": "tsParticles perlin noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/perlinNoise" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/perlin-noise": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/perlin-noise": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/paths/perlinNoise/src/IFactorOffsetValues.ts b/paths/perlinNoise/src/IFactorOffsetValues.ts index f7aa10c051f..2fbc3d46a77 100644 --- a/paths/perlinNoise/src/IFactorOffsetValues.ts +++ b/paths/perlinNoise/src/IFactorOffsetValues.ts @@ -6,4 +6,5 @@ export interface IFactorValues { export interface IOffsetValues { x: number; y: number; + z: number; } diff --git a/paths/perlinNoise/src/IPerlinOptions.ts b/paths/perlinNoise/src/IPerlinOptions.ts index a402781afbd..8d8c24ebebd 100644 --- a/paths/perlinNoise/src/IPerlinOptions.ts +++ b/paths/perlinNoise/src/IPerlinOptions.ts @@ -6,6 +6,7 @@ export interface IPerlinOptions { factor: IFactorValues; height: number; increment: number; + layers: number; offset: IOffsetValues; rows: number; seed?: number; diff --git a/paths/perlinNoise/src/PerlinNoiseGenerator.ts b/paths/perlinNoise/src/PerlinNoiseGenerator.ts index 92109f2275c..81c3d56d642 100644 --- a/paths/perlinNoise/src/PerlinNoiseGenerator.ts +++ b/paths/perlinNoise/src/PerlinNoiseGenerator.ts @@ -20,6 +20,7 @@ const double = 2, increment: 0.004, columns: 0, rows: 0, + layers: 0, width: 0, height: 0, factor: { @@ -29,20 +30,21 @@ const double = 2, offset: { x: 40000, y: 40000, + z: 40000, }, }; export class PerlinNoiseGenerator implements IMovePathGenerator { container?: Container; - field: Vector[][]; + field: Vector[][][]; readonly noiseGen: PerlinNoise; - noiseZ: number; + noiseW: number; readonly options: IPerlinOptions; constructor() { this.noiseGen = new PerlinNoise(); this.field = []; - this.noiseZ = 0; + this.noiseW = 0; this.options = deepExtend({}, defaultOptions) as IPerlinOptions; } @@ -52,10 +54,12 @@ export class PerlinNoiseGenerator implements IMovePathGenerator { point = { x: Math.max(Math.floor(pos.x / size), 0), y: Math.max(Math.floor(pos.y / size), 0), + z: Math.max(Math.floor(pos.z / size), 0), }, + v = Vector.origin, { field } = this; - return !field?.[point.x]?.[point.y] ? Vector.origin : field[point.x][point.y].copy(); + return field?.[point.x]?.[point.y]?.[point.z] ? field[point.x][point.y][point.z].copy() : v; } init(container: Container): void { @@ -75,42 +79,43 @@ export class PerlinNoiseGenerator implements IMovePathGenerator { this._calculateField(); - this.noiseZ += this.options.increment; + this.noiseW += this.options.increment; if (this.options.draw) { this.container.canvas.draw(ctx => this._drawField(ctx)); } } - private readonly _calculateField: () => void = () => { - const { field, noiseGen, options } = this, + private _calculateField(): void { + const { field, noiseGen, options, noiseW } = this, lengthFactor = options.factor.length, angleFactor = options.factor.angle; for (let x = 0; x < options.columns; x++) { - const column = field[x]; - for (let y = 0; y < options.rows; y++) { - const cell = column[y]; - - cell.length = noiseGen.noise3d( - x * lengthFactor + options.offset.x, - y * lengthFactor + options.offset.y, - this.noiseZ, - ); - cell.angle = noiseGen.noise3d(x * angleFactor, y * angleFactor, this.noiseZ) * doublePI; + for (let z = 0; z < options.layers; z++) { + const cell = field[x][y][z]; + + cell.length = noiseGen.noise4d( + x * lengthFactor + options.offset.x, + y * lengthFactor + options.offset.y, + z * lengthFactor + options.offset.z, + noiseW, + ); + cell.angle = noiseGen.noise4d(x * angleFactor, y * angleFactor, z * angleFactor, noiseW) * doublePI; + } } } - }; + } - private readonly _drawField: (ctx: CanvasRenderingContext2D) => void = ctx => { + private _drawField(ctx: CanvasRenderingContext2D): void { const { field, options } = this; for (let x = 0; x < options.columns; x++) { const column = field[x]; for (let y = 0; y < options.rows; y++) { - const cell = column[y], + const cell = column[y][0], // only 2D { angle, length } = cell; // ctx.save(); @@ -125,20 +130,24 @@ export class PerlinNoiseGenerator implements IMovePathGenerator { // ctx.restore(); } } - }; + } - private readonly _initField: () => void = () => { - const { columns, rows } = this.options; - this.field = new Array(columns); + private _initField(): void { + const { columns, rows, layers } = this.options; + this.field = new Array(columns); for (let x = 0; x < columns; x++) { - this.field[x] = new Array(rows); + this.field[x] = new Array(rows); for (let y = 0; y < rows; y++) { - this.field[x][y] = Vector.origin; + this.field[x][y] = new Array(layers); + + for (let z = 0; z < layers; z++) { + this.field[x][y][z] = Vector.origin; + } } } - }; + } private _resetField(): void { const container = this.container; @@ -150,6 +159,9 @@ export class PerlinNoiseGenerator implements IMovePathGenerator { const sourceOptions = container.actualOptions.particles.move.path.options, { options } = this; + options.width = container.canvas.size.width; + options.height = container.canvas.size.height; + options.size = (sourceOptions.size as number) > 0 ? (sourceOptions.size as number) : defaultOptions.size; options.increment = (sourceOptions.increment as number) > 0 ? (sourceOptions.increment as number) : defaultOptions.increment; @@ -159,30 +171,29 @@ export class PerlinNoiseGenerator implements IMovePathGenerator { options.offset.x = offset?.x ?? defaultOptions.offset.x; options.offset.y = offset?.y ?? defaultOptions.offset.y; + options.offset.z = offset?.z ?? defaultOptions.offset.z; const factor = sourceOptions.factor as IFactorValues | undefined; options.factor.angle = factor?.angle ?? defaultOptions.factor.angle; options.factor.length = factor?.length ?? defaultOptions.factor.length; - options.width = container.canvas.size.width; - options.height = container.canvas.size.height; - - this.options.seed = sourceOptions.seed as number | undefined; + options.seed = sourceOptions.seed as number | undefined; - this.noiseGen.seed(this.options.seed ?? getRandom()); + this.noiseGen.seed(options.seed ?? getRandom()); - options.columns = Math.floor(this.options.width / this.options.size) + 1; - options.rows = Math.floor(this.options.height / this.options.size) + 1; + options.columns = Math.floor(options.width / options.size) + 1; + options.rows = Math.floor(options.height / options.size) + 1; + options.layers = Math.floor(container.zLayers / options.size) + 1; this._initField(); } private _setup(): void { - this.noiseZ = 0; + this.noiseW = 0; this._resetField(); - window.addEventListener("resize", () => this._resetField()); + addEventListener("resize", () => this._resetField()); } } diff --git a/paths/polygon/CHANGELOG.md b/paths/polygon/CHANGELOG.md index e174a9c73fb..14c8dbf49c4 100644 --- a/paths/polygon/CHANGELOG.md +++ b/paths/polygon/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-polygon + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,8 +118,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -129,7 +133,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -147,8 +151,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -158,35 +162,35 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed polygon path generator ([146afb6](https://github.com/tsparticles/tsparticles/commit/146afb67dd0ced634f6c54d21c86d3b3372e87b6)) -- fixed polygon path options ([4eac27c](https://github.com/tsparticles/tsparticles/commit/4eac27c11f6d5ece392b2a75368e57a0186a57ff)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed polygon path generator ([146afb6](https://github.com/tsparticles/tsparticles/commit/146afb67dd0ced634f6c54d21c86d3b3372e87b6)) +- fixed polygon path options ([4eac27c](https://github.com/tsparticles/tsparticles/commit/4eac27c11f6d5ece392b2a75368e57a0186a57ff)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.9.2...tsparticles-path-polygon@2.9.3) (2023-02-12) @@ -204,7 +208,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.7.1...tsparticles-path-polygon@2.8.0) (2023-01-18) @@ -222,8 +226,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.5.2...tsparticles-path-polygon@2.5.3) (2022-11-07) @@ -245,7 +249,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.3.2...tsparticles-path-polygon@2.3.3) (2022-09-30) @@ -275,7 +279,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.2.0...tsparticles-path-polygon@2.2.1) (2022-08-12) @@ -285,7 +289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.1.3...tsparticles-path-polygon@2.1.4) (2022-07-28) @@ -307,14 +311,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.0.5...tsparticles-path-polygon@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.0.4...tsparticles-path-polygon@2.0.5) (2022-04-14) @@ -324,13 +328,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.42.1...tsparticles-path-polygon@2.0.3) (2022-03-11) @@ -342,7 +346,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.42.3...tsparticles-path-polygon@1.42.4) (2022-03-20) @@ -356,24 +360,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.41.4...tsparticles-path-polygon@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.42.0...tsparticles-path-polygon@1.42.1) (2022-03-09) @@ -409,12 +413,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.39.2...tsparticles-path-polygon@2.0.0-beta.5) (2022-01-30) @@ -426,19 +430,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed polygon path generator ([146afb6](https://github.com/tsparticles/tsparticles/commit/146afb67dd0ced634f6c54d21c86d3b3372e87b6)) -- fixed polygon path options ([4eac27c](https://github.com/tsparticles/tsparticles/commit/4eac27c11f6d5ece392b2a75368e57a0186a57ff)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed polygon path generator ([146afb6](https://github.com/tsparticles/tsparticles/commit/146afb67dd0ced634f6c54d21c86d3b3372e87b6)) +- fixed polygon path options ([4eac27c](https://github.com/tsparticles/tsparticles/commit/4eac27c11f6d5ece392b2a75368e57a0186a57ff)) ## [1.40.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.40.1...tsparticles-path-polygon@1.40.2) (2022-02-07) ### Bug Fixes -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.40.0...tsparticles-path-polygon@1.40.1) (2022-02-06) @@ -478,13 +482,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.35.4...tsparticles-path-polygon@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.37.4...tsparticles-path-polygon@1.37.5) (2021-11-28) @@ -506,7 +510,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@2.0.0-beta.0...tsparticles-path-polygon@2.0.0-beta.1) (2021-10-06) @@ -526,7 +530,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-polygon@1.35.2...tsparticles-path-polygon@1.35.3) (2021-10-03) @@ -552,9 +556,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) +- added polygon path plugin ([623b62d](https://github.com/tsparticles/tsparticles/commit/623b62d14636a50082fc3709f299bc4c7d5c44cb)) diff --git a/paths/polygon/package.dist.json b/paths/polygon/package.dist.json index 0ed54509d7a..356ab18aa17 100644 --- a/paths/polygon/package.dist.json +++ b/paths/polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-polygon", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles polygon path", "homepage": "https://particles.js.org", "repository": { @@ -104,6 +104,6 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" } } diff --git a/paths/polygon/package.json b/paths/polygon/package.json index 5aa52822cc6..3b322501ea2 100644 --- a/paths/polygon/package.json +++ b/paths/polygon/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/path-polygon", - "version": "3.8.1", - "description": "tsParticles polygon path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/polygon" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/path-polygon", + "version": "3.9.0", + "description": "tsParticles polygon path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/polygon" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/paths/simplexNoise/CHANGELOG.md b/paths/simplexNoise/CHANGELOG.md index 8a49db5b6f3..bf55535bea9 100644 --- a/paths/simplexNoise/CHANGELOG.md +++ b/paths/simplexNoise/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-simplex-noise + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,9 +118,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- add more options for customizing noises values ([cbc620c](https://github.com/tsparticles/tsparticles/commit/cbc620c99a4ed30794c6ed8906ff292675089bc8)) -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- add more options for customizing noises values ([cbc620c](https://github.com/tsparticles/tsparticles/commit/cbc620c99a4ed30794c6ed8906ff292675089bc8)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -159,33 +163,33 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.9.2...tsparticles-path-simplex-noise@2.9.3) (2023-02-12) @@ -203,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.7.1...tsparticles-path-simplex-noise@2.8.0) (2023-01-18) @@ -221,8 +225,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added reset to path generators, this fixes issues with sea anemone and polygon path plugins ([97830dc](https://github.com/tsparticles/tsparticles/commit/97830dc8dffbb0356c82449727ec85a8ac042391)) ## [2.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.5.2...tsparticles-path-simplex-noise@2.5.3) (2022-11-07) @@ -244,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.3.2...tsparticles-path-simplex-noise@2.3.3) (2022-09-30) @@ -274,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.2.0...tsparticles-path-simplex-noise@2.2.1) (2022-08-12) @@ -284,7 +288,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.1.3...tsparticles-path-simplex-noise@2.1.4) (2022-07-28) @@ -306,14 +310,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.0.5...tsparticles-path-simplex-noise@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.0.4...tsparticles-path-simplex-noise@2.0.5) (2022-04-14) @@ -323,13 +327,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.42.1...tsparticles-path-simplex-noise@2.0.3) (2022-03-11) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.42.3...tsparticles-path-simplex-noise@1.42.4) (2022-03-20) @@ -355,24 +359,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.41.4...tsparticles-path-simplex-noise@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.42.0...tsparticles-path-simplex-noise@1.42.1) (2022-03-09) @@ -408,12 +412,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.39.2...tsparticles-path-simplex-noise@2.0.0-beta.5) (2022-01-30) @@ -429,12 +433,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.40.0...tsparticles-path-simplex-noise@1.40.1) (2022-02-06) @@ -474,13 +478,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.35.4...tsparticles-path-simplex-noise@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.37.4...tsparticles-path-simplex-noise@1.37.5) (2021-11-28) @@ -502,7 +506,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@2.0.0-beta.0...tsparticles-path-simplex-noise@2.0.0-beta.1) (2021-10-06) @@ -522,7 +526,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-path-simplex-noise@1.35.2...tsparticles-path-simplex-noise@1.35.3) (2021-10-03) @@ -548,9 +552,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) diff --git a/paths/simplexNoise/package.dist.json b/paths/simplexNoise/package.dist.json index 2fb20de46da..a60d68a6d2c 100644 --- a/paths/simplexNoise/package.dist.json +++ b/paths/simplexNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-simplex-noise", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles simplex noise path", "homepage": "https://particles.js.org", "repository": { @@ -104,7 +104,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/simplex-noise": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/simplex-noise": "3.9.0" } } diff --git a/paths/simplexNoise/package.json b/paths/simplexNoise/package.json index 94173d05967..c0d261fa2de 100644 --- a/paths/simplexNoise/package.json +++ b/paths/simplexNoise/package.json @@ -1,106 +1,106 @@ { - "name": "@tsparticles/path-simplex-noise", - "version": "3.8.1", - "description": "tsParticles simplex noise path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/simplexNoise" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/path-simplex-noise", + "version": "3.9.0", + "description": "tsParticles simplex noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/simplex-noise": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/simplexNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/simplex-noise": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/paths/simplexNoise/src/IFactorOffsetValues.ts b/paths/simplexNoise/src/IFactorOffsetValues.ts new file mode 100644 index 00000000000..2fbc3d46a77 --- /dev/null +++ b/paths/simplexNoise/src/IFactorOffsetValues.ts @@ -0,0 +1,10 @@ +export interface IFactorValues { + angle: number; + length: number; +} + +export interface IOffsetValues { + x: number; + y: number; + z: number; +} diff --git a/paths/simplexNoise/src/ISimplexOptions.ts b/paths/simplexNoise/src/ISimplexOptions.ts index 7be6cbb5a6d..162030aa80c 100644 --- a/paths/simplexNoise/src/ISimplexOptions.ts +++ b/paths/simplexNoise/src/ISimplexOptions.ts @@ -1,7 +1,9 @@ -import type { IOffsetValues } from "./IOffsetValues.js"; +import type { IFactorValues, IOffsetValues } from "./IFactorOffsetValues.js"; export interface ISimplexOptions { columns: number; + draw: boolean; + factor: IFactorValues; height: number; increment: number; layers: number; diff --git a/paths/simplexNoise/src/SimplexNoiseGenerator.ts b/paths/simplexNoise/src/SimplexNoiseGenerator.ts index 543fb155a48..75b5b5fdcdd 100644 --- a/paths/simplexNoise/src/SimplexNoiseGenerator.ts +++ b/paths/simplexNoise/src/SimplexNoiseGenerator.ts @@ -8,11 +8,12 @@ import { deepExtend, getRandom, } from "@tsparticles/engine"; -import type { IOffsetValues } from "./IOffsetValues.js"; +import type { IFactorValues, IOffsetValues } from "./IFactorOffsetValues.js"; import type { ISimplexOptions } from "./ISimplexOptions.js"; import { SimplexNoise } from "@tsparticles/simplex-noise"; const defaultOptions: ISimplexOptions = { + draw: false, size: 20, increment: 0.004, columns: 0, @@ -20,6 +21,10 @@ const defaultOptions: ISimplexOptions = { layers: 0, width: 0, height: 0, + factor: { + angle: 0.02, + length: 0.01, + }, offset: { x: 40000, y: 40000, @@ -46,20 +51,16 @@ export class SimplexNoiseGenerator implements IMovePathGenerator { generate(particle: Particle): Vector { const pos = particle.getPosition(), + { size } = this.options, point = { - x: Math.max(Math.floor(pos.x / this.options.size), 0), - y: Math.max(Math.floor(pos.y / this.options.size), 0), - z: Math.max(Math.floor(pos.z / this.options.size), 0), + x: Math.max(Math.floor(pos.x / size), 0), + y: Math.max(Math.floor(pos.y / size), 0), + z: Math.max(Math.floor(pos.z / size), 0), }, - v = Vector.origin; - - if (!this.field?.[point.x]?.[point.y]?.[point.z]) { - return v; - } + v = Vector.origin, + { field } = this; - v.setTo(this.field[point.x][point.y][point.z]); - - return v; + return field?.[point.x]?.[point.y]?.[point.z] ? field[point.x][point.y][point.z].copy() : v; } init(container: Container): void { @@ -80,36 +81,71 @@ export class SimplexNoiseGenerator implements IMovePathGenerator { this._calculateField(); this.noiseW += this.options.increment; + + if (this.options.draw) { + this.container.canvas.draw(ctx => this._drawField(ctx)); + } } private _calculateField(): void { - const options = this.options; + const { options, field, _simplex: noiseGen, noiseW } = this, + lengthFactor = options.factor.length, + angleFactor = options.factor.angle; for (let x = 0; x < options.columns; x++) { for (let y = 0; y < options.rows; y++) { for (let z = 0; z < options.layers; z++) { - this.field[x][y][z].angle = this._simplex.noise(x / 50, y / 50, z / 50, this.noiseW) * Math.PI * 2; - this.field[x][y][z].length = this._simplex.noise( - x / 100 + options.offset.x, - y / 100 + options.offset.y, - z / 100 + options.offset.z, - this.noiseW, + const cell = field[x][y][z]; + + cell.length = noiseGen.noise( + x * lengthFactor + options.offset.x, + y * lengthFactor + options.offset.y, + z * lengthFactor + options.offset.z, + noiseW, ); + cell.angle = + noiseGen.noise(x * angleFactor, y * angleFactor, z * angleFactor, noiseW) * Math.PI * 2; } } } } + private _drawField(ctx: CanvasRenderingContext2D): void { + const { field, options } = this; + + for (let x = 0; x < options.columns; x++) { + const column = field[x]; + + for (let y = 0; y < options.rows; y++) { + const cell = column[y][0], // draw only the first layer + { angle, length } = cell; + + // ctx.save(); + ctx.setTransform(1, 0, 0, 1, x * this.options.size, y * this.options.size); + ctx.rotate(angle); + ctx.strokeStyle = "white"; + ctx.beginPath(); + ctx.moveTo(0, 0); + ctx.lineTo(0, this.options.size * length); + ctx.stroke(); + ctx.setTransform(1, 0, 0, 1, 0, 0); + // ctx.restore(); + } + } + } + private _initField(): void { - this.field = new Array(this.options.columns); + const { columns, rows, layers } = this.options; - for (let x = 0; x < this.options.columns; x++) { - this.field[x] = new Array(this.options.rows); + this.field = new Array(columns); - for (let y = 0; y < this.options.rows; y++) { - this.field[x][y] = new Array(this.options.layers); + for (let x = 0; x < columns; x++) { + this.field[x] = new Array(rows); - for (let z = 0; z < this.options.layers; z++) { + for (let y = 0; y < rows; y++) { + this.field[x][y] = new Array(layers); + + for (let z = 0; z < layers; z++) { this.field[x][y][z] = Vector.origin; } } @@ -123,27 +159,35 @@ export class SimplexNoiseGenerator implements IMovePathGenerator { return; } - const sourceOptions = container.actualOptions.particles.move.path.options; + const sourceOptions = container.actualOptions.particles.move.path.options, + { options } = this; + + options.width = container.canvas.size.width; + options.height = container.canvas.size.height; - this.options.size = (sourceOptions.size as number) > 0 ? (sourceOptions.size as number) : defaultOptions.size; - this.options.increment = + options.size = (sourceOptions.size as number) > 0 ? (sourceOptions.size as number) : defaultOptions.size; + options.increment = (sourceOptions.increment as number) > 0 ? (sourceOptions.increment as number) : defaultOptions.increment; - this.options.width = container.canvas.size.width; - this.options.height = container.canvas.size.height; + options.draw = !!sourceOptions.draw; const offset = sourceOptions.offset as IOffsetValues | undefined; - this.options.offset.x = offset?.x ?? defaultOptions.offset.x; - this.options.offset.y = offset?.y ?? defaultOptions.offset.y; - this.options.offset.z = offset?.z ?? defaultOptions.offset.z; + options.offset.x = offset?.x ?? defaultOptions.offset.x; + options.offset.y = offset?.y ?? defaultOptions.offset.y; + options.offset.z = offset?.z ?? defaultOptions.offset.z; + + const factor = sourceOptions.factor as IFactorValues | undefined; + + options.factor.angle = factor?.angle ?? defaultOptions.factor.angle; + options.factor.length = factor?.length ?? defaultOptions.factor.length; - this.options.seed = (sourceOptions.seed as number | undefined) ?? defaultOptions.seed; + options.seed = sourceOptions.seed as number | undefined; - this._simplex.seed(this.options.seed ?? getRandom()); + this._simplex.seed(options.seed ?? getRandom()); - this.options.columns = Math.floor(this.options.width / this.options.size) + 1; - this.options.rows = Math.floor(this.options.height / this.options.size) + 1; - this.options.layers = Math.floor(container.zLayers / this.options.size) + 1; + options.columns = Math.floor(options.width / options.size) + 1; + options.rows = Math.floor(options.height / options.size) + 1; + options.layers = Math.floor(container.zLayers / options.size) + 1; this._initField(); } diff --git a/paths/svg/CHANGELOG.md b/paths/svg/CHANGELOG.md index 4b72079f363..38033d47f8f 100644 --- a/paths/svg/CHANGELOG.md +++ b/paths/svg/CHANGELOG.md @@ -3,35 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-svg + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -41,13 +45,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -57,19 +61,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -79,10 +83,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,8 +120,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -131,7 +135,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -149,8 +153,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -160,11 +164,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improving the path svg plugin ([94c8e94](https://github.com/tsparticles/tsparticles/commit/94c8e94af897aebc3043c8a98a95e37c09a8c6ba)) -- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) +- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improving the path svg plugin ([94c8e94](https://github.com/tsparticles/tsparticles/commit/94c8e94af897aebc3043c8a98a95e37c09a8c6ba)) +- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) diff --git a/paths/svg/package.dist.json b/paths/svg/package.dist.json index b8949be91cc..ce5236f2eb7 100644 --- a/paths/svg/package.dist.json +++ b/paths/svg/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-svg", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles svg path", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/paths/svg/package.json b/paths/svg/package.json index 624383d3878..5adb8e11180 100644 --- a/paths/svg/package.json +++ b/paths/svg/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/path-svg", - "version": "3.8.1", - "description": "tsParticles svg path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/svg" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/path-svg", + "version": "3.9.0", + "description": "tsParticles svg path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/svg" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/paths/svg/src/SVGPathGenerator.ts b/paths/svg/src/SVGPathGenerator.ts index d652cedbfab..9f34c1a7eb4 100644 --- a/paths/svg/src/SVGPathGenerator.ts +++ b/paths/svg/src/SVGPathGenerator.ts @@ -77,7 +77,7 @@ export class SVGPathGenerator implements IMovePathGenerator { } if (particle.svgPathIndex === undefined) { - particle.svgPathIndex = Math.floor(Math.random() * this._paths.length); + particle.svgPathIndex = Math.floor(getRandom() * this._paths.length); } if (particle.svgSpeed === undefined) { diff --git a/paths/zigzag/CHANGELOG.md b/paths/zigzag/CHANGELOG.md index cc57d66f7b6..7e77412ef1b 100644 --- a/paths/zigzag/CHANGELOG.md +++ b/paths/zigzag/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/path-zig-zag + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,13 +81,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([bb4bc91](https://github.com/tsparticles/tsparticles/commit/bb4bc916052cf206b6e1deacac1f99d2fb160355)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Features -- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) +- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) diff --git a/paths/zigzag/package.dist.json b/paths/zigzag/package.dist.json index ea46f647b13..8b8f2cf1528 100644 --- a/paths/zigzag/package.dist.json +++ b/paths/zigzag/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/path-zig-zag", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles zig zag path", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/paths/zigzag/package.json b/paths/zigzag/package.json index 30c1d9fa356..db85f54c9f8 100644 --- a/paths/zigzag/package.json +++ b/paths/zigzag/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/path-zig-zag", - "version": "3.8.1", - "description": "tsParticles zig zag path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/zigzag" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "tsparticles-path" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/path-zig-zag", + "version": "3.9.0", + "description": "tsParticles zig zag path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/zigzag" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "tsparticles-path" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/absorbers/CHANGELOG.md b/plugins/absorbers/CHANGELOG.md index 6b1e8c2badc..fddd05ec828 100644 --- a/plugins/absorbers/CHANGELOG.md +++ b/plugins/absorbers/CHANGELOG.md @@ -3,39 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-absorbers + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -45,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -61,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -83,10 +87,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -96,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -110,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -120,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -134,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,29 +167,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) ### Features -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.9.2...tsparticles-plugin-absorbers@2.9.3) (2023-02-12) @@ -203,7 +207,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.7.1...tsparticles-plugin-absorbers@2.8.0) (2023-01-18) @@ -241,17 +245,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.3.3...tsparticles-plugin-absorbers@2.3.4) (2022-09-30) ### Bug Fixes -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.3.2...tsparticles-plugin-absorbers@2.3.3) (2022-09-30) @@ -281,7 +285,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.2.0...tsparticles-plugin-absorbers@2.2.1) (2022-08-12) @@ -291,7 +295,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.1.3...tsparticles-plugin-absorbers@2.1.4) (2022-07-28) @@ -313,18 +317,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.0.5...tsparticles-plugin-absorbers@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.0.4...tsparticles-plugin-absorbers@2.0.5) (2022-04-14) @@ -334,7 +338,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.0.2...tsparticles-plugin-absorbers@2.0.3) (2022-03-11) @@ -356,8 +360,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- removed deprecated options ([fc1676d](https://github.com/tsparticles/tsparticles/commit/fc1676d94799326f2bd0285995f2b166647e6b6d)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.0.0-beta.3...tsparticles-plugin-absorbers@2.0.0-beta.4) (2021-12-07) @@ -367,8 +371,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-absorbers@2.0.0-beta.1...tsparticles-plugin-absorbers@2.0.0-beta.2) (2021-10-06) @@ -382,4 +386,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) diff --git a/plugins/absorbers/package.dist.json b/plugins/absorbers/package.dist.json index f160139dc70..0cd58af703a 100644 --- a/plugins/absorbers/package.dist.json +++ b/plugins/absorbers/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-absorbers", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles absorbers plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/absorbers/package.json b/plugins/absorbers/package.json index 94126668fc7..04c34b04bbc 100644 --- a/plugins/absorbers/package.json +++ b/plugins/absorbers/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/plugin-absorbers", - "version": "3.8.1", - "description": "tsParticles absorbers plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/absorbers" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/plugin-absorbers", + "version": "3.9.0", + "description": "tsParticles absorbers plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/absorbers" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/canvasMask/CHANGELOG.md b/plugins/canvasMask/CHANGELOG.md index 6eb82971ea5..0a908ec7cff 100644 --- a/plugins/canvasMask/CHANGELOG.md +++ b/plugins/canvasMask/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-canvas-mask + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,31 +165,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) ### Features -- added element options to canvas mask, for using an external created canvas ([0770c13](https://github.com/tsparticles/tsparticles/commit/0770c13fa7e22e6ffd286c97f0854415f9cc450d)) -- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) -- added font options to text mask ([ddcfa6d](https://github.com/tsparticles/tsparticles/commit/ddcfa6d68e3b8030bbbf8085a2177b845b0d86df)) -- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) -- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) -- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added element options to canvas mask, for using an external created canvas ([0770c13](https://github.com/tsparticles/tsparticles/commit/0770c13fa7e22e6ffd286c97f0854415f9cc450d)) +- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) +- added font options to text mask ([ddcfa6d](https://github.com/tsparticles/tsparticles/commit/ddcfa6d68e3b8030bbbf8085a2177b845b0d86df)) +- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) +- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) +- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-canvas-mask@2.9.2...tsparticles-plugin-canvas-mask@2.9.3) (2023-02-12) ### Bug Fixes -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) ## [2.9.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-canvas-mask@2.9.1...tsparticles-plugin-canvas-mask@2.9.2) (2023-02-12) @@ -199,7 +203,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-canvas-mask@2.7.1...tsparticles-plugin-canvas-mask@2.8.0) (2023-01-18) @@ -213,7 +217,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) +- used getRandom in canvas mask plugin for shuffling ([0161280](https://github.com/tsparticles/tsparticles/commit/0161280614b56461a87bfe06ed02c38982cda361)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-canvas-mask@2.5.3...tsparticles-plugin-canvas-mask@2.6.0) (2022-12-06) @@ -239,13 +243,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) +- fixed canvas mask plugin size output with new multiline support ([9b00acc](https://github.com/tsparticles/tsparticles/commit/9b00acced4f670da880a045a6b963a19a38b4e3b)) ### Features -- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added support for multiline text in canvas mask text options ([eceacbe](https://github.com/tsparticles/tsparticles/commit/eceacbe1a66974518e6179bb9ea7199787bef220)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-canvas-mask@2.3.2...tsparticles-plugin-canvas-mask@2.3.3) (2022-09-30) @@ -263,7 +267,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added element options to canvas mask, for using an external created canvas ([0770c13](https://github.com/tsparticles/tsparticles/commit/0770c13fa7e22e6ffd286c97f0854415f9cc450d)) -- added font options to text mask ([ddcfa6d](https://github.com/tsparticles/tsparticles/commit/ddcfa6d68e3b8030bbbf8085a2177b845b0d86df)) -- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) -- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) +- added element options to canvas mask, for using an external created canvas ([0770c13](https://github.com/tsparticles/tsparticles/commit/0770c13fa7e22e6ffd286c97f0854415f9cc450d)) +- added font options to text mask ([ddcfa6d](https://github.com/tsparticles/tsparticles/commit/ddcfa6d68e3b8030bbbf8085a2177b845b0d86df)) +- added position options to canvas mask ([8759b84](https://github.com/tsparticles/tsparticles/commit/8759b84f7abbbfe374c0ba570d2ca27b69316896)) +- added support to text and generic canvas input to canvas mask plugin ([c576656](https://github.com/tsparticles/tsparticles/commit/c57665631903623b18832387a3e73e77841c0b69)) diff --git a/plugins/canvasMask/package.dist.json b/plugins/canvasMask/package.dist.json index bacada6fcc6..a931aacc79e 100644 --- a/plugins/canvasMask/package.dist.json +++ b/plugins/canvasMask/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-canvas-mask", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles canvas mask plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/canvasMask/package.json b/plugins/canvasMask/package.json index 55e4b7e2369..b9668c31312 100644 --- a/plugins/canvasMask/package.json +++ b/plugins/canvasMask/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/plugin-canvas-mask", - "version": "3.8.1", - "description": "tsParticles canvas mask plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/canvasMask" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/plugin-canvas-mask", + "version": "3.9.0", + "description": "tsParticles canvas mask plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/canvasMask" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/colors/hexColor/CHANGELOG.md b/plugins/colors/hexColor/CHANGELOG.md index 12d5113e727..eaee73a75d9 100644 --- a/plugins/colors/hexColor/CHANGELOG.md +++ b/plugins/colors/hexColor/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-hex-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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) diff --git a/plugins/colors/hexColor/package.dist.json b/plugins/colors/hexColor/package.dist.json index 1e3be89cc6b..5f434a0ef0c 100644 --- a/plugins/colors/hexColor/package.dist.json +++ b/plugins/colors/hexColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hex-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles hex color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hexColor/package.json b/plugins/colors/hexColor/package.json index a30d02ea91c..e988b9da8c5 100644 --- a/plugins/colors/hexColor/package.json +++ b/plugins/colors/hexColor/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-hex-color", - "version": "3.8.1", - "description": "tsParticles hex color plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/colors/hexColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-hex-color", + "version": "3.9.0", + "description": "tsParticles hex color plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/colors/hexColor" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/colors/hslColor/CHANGELOG.md b/plugins/colors/hslColor/CHANGELOG.md index af3a3e7cc22..f2b0f3ba8e6 100644 --- a/plugins/colors/hslColor/CHANGELOG.md +++ b/plugins/colors/hslColor/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-hsl-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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) diff --git a/plugins/colors/hslColor/package.dist.json b/plugins/colors/hslColor/package.dist.json index ec99098dc07..4c1652d3bfa 100644 --- a/plugins/colors/hslColor/package.dist.json +++ b/plugins/colors/hslColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hsl-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles HSL color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hslColor/package.json b/plugins/colors/hslColor/package.json index d953505b1fc..49a36ffaa45 100644 --- a/plugins/colors/hslColor/package.json +++ b/plugins/colors/hslColor/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-hsl-color", - "version": "3.8.1", - "description": "tsParticles HSL color plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/colors/hslColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-hsl-color", + "version": "3.9.0", + "description": "tsParticles HSL color plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/colors/hslColor" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/colors/hsvColor/CHANGELOG.md b/plugins/colors/hsvColor/CHANGELOG.md index 392d704ef12..40b7281820c 100644 --- a/plugins/colors/hsvColor/CHANGELOG.md +++ b/plugins/colors/hsvColor/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-hsv-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) +- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -116,7 +120,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -130,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,7 +152,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -158,19 +162,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-hsv-color@2.9.2...tsparticles-plugin-hsv-color@2.9.3) (2023-02-12) @@ -188,7 +192,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-hsv-color@2.7.1...tsparticles-plugin-hsv-color@2.8.0) (2023-01-18) @@ -226,12 +230,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) +- fixed issue with rgb(), hsl() and hsv() values ([de63545](https://github.com/tsparticles/tsparticles/commit/de635453b874cff34bc5bef6d0bdbe6cb83350bf)) ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-hsv-color@2.3.2...tsparticles-plugin-hsv-color@2.3.3) (2022-09-30) @@ -261,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-hsv-color@2.2.0...tsparticles-plugin-hsv-color@2.2.1) (2022-08-12) @@ -271,4 +275,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) +- moved hsv color management to external plugin since it's not commonly used ([d2cf77b](https://github.com/tsparticles/tsparticles/commit/d2cf77b6b4a81c09ed46c137941e7d6eddf5ea43)) diff --git a/plugins/colors/hsvColor/package.dist.json b/plugins/colors/hsvColor/package.dist.json index a8b1c1a741d..6a8bb6fce97 100644 --- a/plugins/colors/hsvColor/package.dist.json +++ b/plugins/colors/hsvColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-hsv-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles HSV color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/hsvColor/package.json b/plugins/colors/hsvColor/package.json index 7fac5e84f03..ea92e338b6b 100644 --- a/plugins/colors/hsvColor/package.json +++ b/plugins/colors/hsvColor/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-hsv-color", - "version": "3.8.1", - "description": "tsParticles HSV color plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/colors/hsvColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-hsv-color", + "version": "3.9.0", + "description": "tsParticles HSV color plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/colors/hsvColor" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/colors/namedColor/CHANGELOG.md b/plugins/colors/namedColor/CHANGELOG.md index d95d074b4e2..b8c6fb75964 100644 --- a/plugins/colors/namedColor/CHANGELOG.md +++ b/plugins/colors/namedColor/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-named-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,10 +21,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) diff --git a/plugins/colors/namedColor/package.dist.json b/plugins/colors/namedColor/package.dist.json index 1f0cb0b4bb1..c37bbcc7b74 100644 --- a/plugins/colors/namedColor/package.dist.json +++ b/plugins/colors/namedColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-named-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles named color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/namedColor/package.json b/plugins/colors/namedColor/package.json index 803fb8bc625..ebd3fe36320 100644 --- a/plugins/colors/namedColor/package.json +++ b/plugins/colors/namedColor/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-named-color", - "version": "3.8.1", - "description": "tsParticles named color plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/colors/namedColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-named-color", + "version": "3.9.0", + "description": "tsParticles named color plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/colors/namedColor" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/colors/oklchColor/CHANGELOG.md b/plugins/colors/oklchColor/CHANGELOG.md index ba7a43b2eb5..31f200dac9b 100644 --- a/plugins/colors/oklchColor/CHANGELOG.md +++ b/plugins/colors/oklchColor/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed issue [#5497](https://github.com/tsparticles/tsparticles/issues/5497) ([e838665](https://github.com/tsparticles/tsparticles/commit/e8386659c6926b8b4abc951f292c358776dce530)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,18 +23,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) -- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) -- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- first try of oklch color, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([5822e72](https://github.com/tsparticles/tsparticles/commit/5822e72cdf0a74de6b4bdaa90f3f4a8527dc4d6b)) +- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) diff --git a/plugins/colors/oklchColor/package.dist.json b/plugins/colors/oklchColor/package.dist.json index b830a3901ea..75832d391e0 100644 --- a/plugins/colors/oklchColor/package.dist.json +++ b/plugins/colors/oklchColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-oklch-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles OKLCH color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/oklchColor/package.json b/plugins/colors/oklchColor/package.json index 0e9e66ecdd1..34f38331627 100644 --- a/plugins/colors/oklchColor/package.json +++ b/plugins/colors/oklchColor/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-oklch-color", - "version": "3.8.1", - "description": "tsParticles OKLCH color plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/colors/oklchColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-oklch-color", + "version": "3.9.0", + "description": "tsParticles OKLCH color plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/colors/oklchColor" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/colors/oklchColor/src/LchColorManager.ts b/plugins/colors/oklchColor/src/LchColorManager.ts index 3da3e615ee9..90b3f5ca0fa 100644 --- a/plugins/colors/oklchColor/src/LchColorManager.ts +++ b/plugins/colors/oklchColor/src/LchColorManager.ts @@ -18,8 +18,8 @@ export class LchColorManager implements IColorManager { readonly stringPrefix; constructor() { - this.key = "color"; // Generic key for both LCH and LCH - this.stringPrefix = "lch"; // Default to LCH + this.key = "lch"; + this.stringPrefix = "lch"; } handleColor(color: IColor): IRgb | undefined { diff --git a/plugins/colors/oklchColor/src/OklchColorManager.ts b/plugins/colors/oklchColor/src/OklchColorManager.ts index b4b6217ad20..9fc3f484f15 100644 --- a/plugins/colors/oklchColor/src/OklchColorManager.ts +++ b/plugins/colors/oklchColor/src/OklchColorManager.ts @@ -18,8 +18,8 @@ export class OklchColorManager implements IColorManager { readonly stringPrefix; constructor() { - this.key = "color"; // Generic key for both OKLCH and LCH - this.stringPrefix = "oklch"; // Default to OKLCH + this.key = "oklch"; + this.stringPrefix = "oklch"; } handleColor(color: IColor): IRgb | undefined { diff --git a/plugins/colors/rgbColor/CHANGELOG.md b/plugins/colors/rgbColor/CHANGELOG.md index e433a38af55..7884e84f832 100644 --- a/plugins/colors/rgbColor/CHANGELOG.md +++ b/plugins/colors/rgbColor/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-rgb-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,7 +21,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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) diff --git a/plugins/colors/rgbColor/package.dist.json b/plugins/colors/rgbColor/package.dist.json index 4616b3dfd87..2d6503f7c54 100644 --- a/plugins/colors/rgbColor/package.dist.json +++ b/plugins/colors/rgbColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-rgb-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles RGB color plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/colors/rgbColor/package.json b/plugins/colors/rgbColor/package.json index e07f0dcc508..cc95c16390e 100644 --- a/plugins/colors/rgbColor/package.json +++ b/plugins/colors/rgbColor/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-rgb-color", - "version": "3.8.1", - "description": "tsParticles RGB color plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/colors/rgbColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-rgb-color", + "version": "3.9.0", + "description": "tsParticles RGB color plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/colors/rgbColor" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/back/CHANGELOG.md b/plugins/easings/back/CHANGELOG.md index 188000f6ac5..1fe83d04b96 100644 --- a/plugins/easings/back/CHANGELOG.md +++ b/plugins/easings/back/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-back + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-back@2.9.2...tsparticles-plugin-easing-back@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-back@2.7.1...tsparticles-plugin-easing-back@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/back/package.dist.json b/plugins/easings/back/package.dist.json index cb60cc51d58..6b81ec78aeb 100644 --- a/plugins/easings/back/package.dist.json +++ b/plugins/easings/back/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-back", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing back plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/back/package.json b/plugins/easings/back/package.json index e7d504ac649..a5a43d63770 100644 --- a/plugins/easings/back/package.json +++ b/plugins/easings/back/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-back", - "version": "3.8.1", - "description": "tsParticles easing back plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/back" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-back", + "version": "3.9.0", + "description": "tsParticles easing back plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/back" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/circ/CHANGELOG.md b/plugins/easings/circ/CHANGELOG.md index 42a4921b967..cfb91781656 100644 --- a/plugins/easings/circ/CHANGELOG.md +++ b/plugins/easings/circ/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-circ + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-circ@2.9.2...tsparticles-plugin-easing-circ@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-circ@2.7.1...tsparticles-plugin-easing-circ@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/circ/package.dist.json b/plugins/easings/circ/package.dist.json index a2e82342242..6daccc900db 100644 --- a/plugins/easings/circ/package.dist.json +++ b/plugins/easings/circ/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-circ", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing circ plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/circ/package.json b/plugins/easings/circ/package.json index 0b168ef324c..3b11595089c 100644 --- a/plugins/easings/circ/package.json +++ b/plugins/easings/circ/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-circ", - "version": "3.8.1", - "description": "tsParticles easing circ plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/circ" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-circ", + "version": "3.9.0", + "description": "tsParticles easing circ plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/circ" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/cubic/CHANGELOG.md b/plugins/easings/cubic/CHANGELOG.md index 4d017acdae1..53111a3c6ef 100644 --- a/plugins/easings/cubic/CHANGELOG.md +++ b/plugins/easings/cubic/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-cubic + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-cubic@2.9.2...tsparticles-plugin-easing-cubic@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-cubic@2.7.1...tsparticles-plugin-easing-cubic@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/cubic/package.dist.json b/plugins/easings/cubic/package.dist.json index 4fb11d0f560..7d9023a5579 100644 --- a/plugins/easings/cubic/package.dist.json +++ b/plugins/easings/cubic/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-cubic", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing cubic plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/cubic/package.json b/plugins/easings/cubic/package.json index 26dc34cfe8e..8e6a5ec6437 100644 --- a/plugins/easings/cubic/package.json +++ b/plugins/easings/cubic/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-cubic", - "version": "3.8.1", - "description": "tsParticles easing cubic plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/cubic" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-cubic", + "version": "3.9.0", + "description": "tsParticles easing cubic plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/cubic" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/expo/CHANGELOG.md b/plugins/easings/expo/CHANGELOG.md index a51afa998ee..8b6b7e37aa5 100644 --- a/plugins/easings/expo/CHANGELOG.md +++ b/plugins/easings/expo/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-expo + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-expo@2.9.2...tsparticles-plugin-easing-expo@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-expo@2.7.1...tsparticles-plugin-easing-expo@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/expo/package.dist.json b/plugins/easings/expo/package.dist.json index 607e326979b..bba4e6928b7 100644 --- a/plugins/easings/expo/package.dist.json +++ b/plugins/easings/expo/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-expo", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing expo plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/expo/package.json b/plugins/easings/expo/package.json index 4a80d899437..3ad795ba1aa 100644 --- a/plugins/easings/expo/package.json +++ b/plugins/easings/expo/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-expo", - "version": "3.8.1", - "description": "tsParticles easing expo plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/expo" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-expo", + "version": "3.9.0", + "description": "tsParticles easing expo plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/expo" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/linear/CHANGELOG.md b/plugins/easings/linear/CHANGELOG.md index c54beb185ed..28ab6d05aa5 100644 --- a/plugins/easings/linear/CHANGELOG.md +++ b/plugins/easings/linear/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-linear + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) diff --git a/plugins/easings/linear/package.dist.json b/plugins/easings/linear/package.dist.json index 899212c3689..8d647811b7f 100644 --- a/plugins/easings/linear/package.dist.json +++ b/plugins/easings/linear/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-linear", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing linear plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/linear/package.json b/plugins/easings/linear/package.json index 39884772cbf..c3e5cbe2e91 100644 --- a/plugins/easings/linear/package.json +++ b/plugins/easings/linear/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-linear", - "version": "3.8.1", - "description": "tsParticles easing linear plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/linear" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-linear", + "version": "3.9.0", + "description": "tsParticles easing linear plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/linear" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/quad/CHANGELOG.md b/plugins/easings/quad/CHANGELOG.md index 5d115ca76d8..34ff0b53810 100644 --- a/plugins/easings/quad/CHANGELOG.md +++ b/plugins/easings/quad/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quad + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-quad@2.9.2...tsparticles-plugin-easing-quad@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-quad@2.7.1...tsparticles-plugin-easing-quad@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/quad/package.dist.json b/plugins/easings/quad/package.dist.json index 7188effa5f5..b40534676e3 100644 --- a/plugins/easings/quad/package.dist.json +++ b/plugins/easings/quad/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quad", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing quad plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/quad/package.json b/plugins/easings/quad/package.json index df66720b683..bf520a15b4a 100644 --- a/plugins/easings/quad/package.json +++ b/plugins/easings/quad/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-quad", - "version": "3.8.1", - "description": "tsParticles easing quad plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/quad" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-quad", + "version": "3.9.0", + "description": "tsParticles easing quad plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/quad" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/quart/CHANGELOG.md b/plugins/easings/quart/CHANGELOG.md index 9ada867f3dc..c1e5c15438c 100644 --- a/plugins/easings/quart/CHANGELOG.md +++ b/plugins/easings/quart/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quart + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-quart@2.9.2...tsparticles-plugin-easing-quart@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-quart@2.7.1...tsparticles-plugin-easing-quart@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/quart/package.dist.json b/plugins/easings/quart/package.dist.json index 12098a6770f..dc56fa3eb91 100644 --- a/plugins/easings/quart/package.dist.json +++ b/plugins/easings/quart/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quart", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing quart plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/quart/package.json b/plugins/easings/quart/package.json index 4270f1771f6..610bdd49740 100644 --- a/plugins/easings/quart/package.json +++ b/plugins/easings/quart/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-quart", - "version": "3.8.1", - "description": "tsParticles easing quart plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/quart" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-quart", + "version": "3.9.0", + "description": "tsParticles easing quart plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/quart" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/quint/CHANGELOG.md b/plugins/easings/quint/CHANGELOG.md index f35f9905221..4f5ba296752 100644 --- a/plugins/easings/quint/CHANGELOG.md +++ b/plugins/easings/quint/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-quint + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-quint@2.9.2...tsparticles-plugin-easing-quint@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-quint@2.7.1...tsparticles-plugin-easing-quint@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/quint/package.dist.json b/plugins/easings/quint/package.dist.json index 34b5c3cd704..7a76539d468 100644 --- a/plugins/easings/quint/package.dist.json +++ b/plugins/easings/quint/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-quint", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing quint plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/quint/package.json b/plugins/easings/quint/package.json index 2e7045aec99..18011c2cab5 100644 --- a/plugins/easings/quint/package.json +++ b/plugins/easings/quint/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-quint", - "version": "3.8.1", - "description": "tsParticles easing quint plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/quint" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-quint", + "version": "3.9.0", + "description": "tsParticles easing quint plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/quint" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/easings/sine/CHANGELOG.md b/plugins/easings/sine/CHANGELOG.md index 832682b9089..60bacefbfb8 100644 --- a/plugins/easings/sine/CHANGELOG.md +++ b/plugins/easings/sine/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-easing-sine + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -125,7 +129,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -143,7 +147,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -153,16 +157,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-sine@2.9.2...tsparticles-plugin-easing-sine@2.9.3) (2023-02-12) @@ -180,7 +184,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-easing-sine@2.7.1...tsparticles-plugin-easing-sine@2.8.0) (2023-01-18) @@ -218,5 +222,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- moved all easings to plugin packages, slim now depends on easing-quad since it's the default ([d4e4b8f](https://github.com/tsparticles/tsparticles/commit/d4e4b8f6685ab748e82322877bf1e9d2d23574d4)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/easings/sine/package.dist.json b/plugins/easings/sine/package.dist.json index b0e9c2ed84c..c4799f7793e 100644 --- a/plugins/easings/sine/package.dist.json +++ b/plugins/easings/sine/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-easing-sine", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles easing sine plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/easings/sine/package.json b/plugins/easings/sine/package.json index 72cd1188246..527f325bb42 100644 --- a/plugins/easings/sine/package.json +++ b/plugins/easings/sine/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-easing-sine", - "version": "3.8.1", - "description": "tsParticles easing sine plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/easings/sine" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-easing-sine", + "version": "3.9.0", + "description": "tsParticles easing sine plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/easings/sine" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/emitters/CHANGELOG.md b/plugins/emitters/CHANGELOG.md index a3488690c80..0a60783efef 100644 --- a/plugins/emitters/CHANGELOG.md +++ b/plugins/emitters/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed motion plugin, and its implementations in other plugins ([aa6edc9](https://github.com/tsparticles/tsparticles/commit/aa6edc94efee6cf2372f893bb20887c423693c3a)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +23,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +87,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -142,7 +148,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added range values to life duration and delay of emitters ([18bc70d](https://github.com/tsparticles/tsparticles/commit/18bc70dec174387f1b49f7c49fdc587c6554a38f)) +- added range values to life duration and delay of emitters ([18bc70d](https://github.com/tsparticles/tsparticles/commit/18bc70dec174387f1b49f7c49fdc587c6554a38f)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -152,12 +158,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- removed console log, closes [#5003](https://github.com/tsparticles/tsparticles/issues/5003) ([f5f2706](https://github.com/tsparticles/tsparticles/commit/f5f2706c027a6fa66fdcb8a243aecbffdf94f70a)) +- removed console log, closes [#5003](https://github.com/tsparticles/tsparticles/issues/5003) ([f5f2706](https://github.com/tsparticles/tsparticles/commit/f5f2706c027a6fa66fdcb8a243aecbffdf94f70a)) ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -167,32 +173,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) -- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) +- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.9.2...tsparticles-plugin-emitters@2.9.3) (2023-02-12) @@ -202,7 +208,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) ## [2.9.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.9.0...tsparticles-plugin-emitters@2.9.1) (2023-02-11) @@ -212,7 +218,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.7.1...tsparticles-plugin-emitters@2.8.0) (2023-01-18) @@ -250,17 +256,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.3.3...tsparticles-plugin-emitters@2.3.4) (2022-09-30) ### Bug Fixes -- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) +- fix options loading issue in absorbers and emitters ([6afaf3e](https://github.com/tsparticles/tsparticles/commit/6afaf3e4abd31fc63746358ccea1e21bfb754142)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.3.2...tsparticles-plugin-emitters@2.3.3) (2022-09-30) @@ -290,7 +296,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.2.0...tsparticles-plugin-emitters@2.2.1) (2022-08-12) @@ -300,7 +306,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.1.3...tsparticles-plugin-emitters@2.1.4) (2022-07-28) @@ -322,20 +328,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- added multiple emitters supported, instead of single or randomized ([cf401aa](https://github.com/tsparticles/tsparticles/commit/cf401aac3be9d3baaa2f01fb4ddf97d437a4343f)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.0.5...tsparticles-plugin-emitters@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.0.4...tsparticles-plugin-emitters@2.0.5) (2022-04-14) @@ -345,7 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.0.2...tsparticles-plugin-emitters@2.0.3) (2022-03-11) @@ -367,7 +373,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.0.0-beta.3...tsparticles-plugin-emitters@2.0.0-beta.4) (2021-12-07) @@ -377,9 +383,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) -- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added custom events ([13fe1fe](https://github.com/tsparticles/tsparticles/commit/13fe1fe9d1a81db22a55c9a11adc706643a60d50)) +- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-emitters@2.0.0-beta.1...tsparticles-plugin-emitters@2.0.0-beta.2) (2021-10-06) @@ -393,4 +399,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) +- moved all plugins to external packages, breaking ([a3edcec](https://github.com/tsparticles/tsparticles/commit/a3edcecd129009e7d9af138dd9a1285360e7003d)) diff --git a/plugins/emitters/package.dist.json b/plugins/emitters/package.dist.json index a43fa5c2a17..00ea21991bb 100644 --- a/plugins/emitters/package.dist.json +++ b/plugins/emitters/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emitters plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/emitters/package.json b/plugins/emitters/package.json index a695ff84d16..17cb30ba715 100644 --- a/plugins/emitters/package.json +++ b/plugins/emitters/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/plugin-emitters", - "version": "3.8.1", - "description": "tsParticles emitters plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/emitters" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/plugin-emitters", + "version": "3.9.0", + "description": "tsParticles emitters plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/emitters" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/emitters/src/EmitterInstance.ts b/plugins/emitters/src/EmitterInstance.ts index 6fe44d75496..9da6b71ceda 100644 --- a/plugins/emitters/src/EmitterInstance.ts +++ b/plugins/emitters/src/EmitterInstance.ts @@ -101,9 +101,10 @@ export class EmitterInstance { this.options.load(options); } - this._spawnDelay = - (getRangeValue(this.options.life.delay ?? defaultLifeDelay) * millisecondsToSeconds) / - this.container.retina.reduceFactor; + this._spawnDelay = container.retina.reduceFactor + ? (getRangeValue(this.options.life.delay ?? defaultLifeDelay) * millisecondsToSeconds) / + container.retina.reduceFactor + : Infinity; this.position = this._initialPosition ?? this._calcPosition(); this.name = this.options.name; @@ -197,7 +198,6 @@ export class EmitterInstance { if ( !( - this.container.retina.reduceFactor && (this._lifeCount > minLifeCount || this._immortal || !this.options.life.count) && (this._firstSpawn || this._currentSpawnDelay >= (this._spawnDelay ?? defaultSpawnDelay)) ) @@ -205,10 +205,14 @@ export class EmitterInstance { return; } + const container = this.container; + if (this._emitDelay === undefined) { const delay = getRangeValue(this.options.rate.delay); - this._emitDelay = (delay * millisecondsToSeconds) / this.container.retina.reduceFactor; + this._emitDelay = container.retina.reduceFactor + ? (delay * millisecondsToSeconds) / container.retina.reduceFactor + : Infinity; } if (this._lifeCount > minLifeCount || this._immortal) { @@ -217,15 +221,16 @@ export class EmitterInstance { } resize(): void { - const initialPosition = this._initialPosition; + const initialPosition = this._initialPosition, + container = this.container; this.position = - initialPosition && isPointInside(initialPosition, this.container.canvas.size, Vector.origin) + initialPosition && isPointInside(initialPosition, container.canvas.size, Vector.origin) ? initialPosition : this._calcPosition(); this._size = this._calcSize(); - this.size = getSize(this._size, this.container.canvas.size); + this.size = getSize(this._size, container.canvas.size); this._shape?.resize(this.position, this.size); } @@ -235,6 +240,8 @@ export class EmitterInstance { return; } + const container = this.container; + if (this._firstSpawn) { this._firstSpawn = false; @@ -267,9 +274,10 @@ export class EmitterInstance { this._shape?.resize(this.position, this.size); - this._spawnDelay = - (getRangeValue(this.options.life.delay ?? defaultLifeDelay) * millisecondsToSeconds) / - this.container.retina.reduceFactor; + this._spawnDelay = container.retina.reduceFactor + ? (getRangeValue(this.options.life.delay ?? defaultLifeDelay) * millisecondsToSeconds) / + container.retina.reduceFactor + : Infinity; } else { this._destroy(); } @@ -307,12 +315,14 @@ export class EmitterInstance { } private _calcPosition(): ICoordinates { + const container = this.container; + if (this.options.domId) { const element = document.getElementById(this.options.domId); if (element) { const elRect = element.getBoundingClientRect(), - pxRatio = this.container.retina.pixelRatio; + pxRatio = container.retina.pixelRatio; return { x: (elRect.x + elRect.width * half) * pxRatio, @@ -322,7 +332,7 @@ export class EmitterInstance { } return calcPositionOrRandomFromSizeRanged({ - size: this.container.canvas.size, + size: container.canvas.size, position: this.options.position, }); } @@ -388,9 +398,10 @@ export class EmitterInstance { } private _emitParticles(quantity: number): void { - const singleParticlesOptions = itemFromSingleOrMultiple(this._particlesOptions); + const singleParticlesOptions = itemFromSingleOrMultiple(this._particlesOptions), + reduceFactor = this.container.retina.reduceFactor; - for (let i = 0; i < quantity; i++) { + for (let i = 0; i < quantity * reduceFactor; i++) { const particlesOptions = deepExtend({}, singleParticlesOptions) as RecursivePartial; if (this.spawnColor) { @@ -463,12 +474,7 @@ export class EmitterInstance { minDuration = 0, minLifeCount = 0; - if ( - this.container.retina.reduceFactor && - (this._lifeCount > minLifeCount || this._immortal) && - duration !== undefined && - duration > minDuration - ) { + if ((this._lifeCount > minLifeCount || this._immortal) && duration !== undefined && duration > minDuration) { this._duration = duration * millisecondsToSeconds; } }; @@ -487,7 +493,9 @@ export class EmitterInstance { const colorOffset = randomInRange(animation.offset), delay = getRangeValue(this.options.rate.delay), - emitFactor = (delay * millisecondsToSeconds) / container.retina.reduceFactor, + emitFactor = container.retina.reduceFactor + ? (delay * millisecondsToSeconds) / container.retina.reduceFactor + : Infinity, defaultColorSpeed = 0, colorSpeed = getRangeValue(animation.speed ?? defaultColorSpeed); diff --git a/plugins/emittersShapes/canvas/CHANGELOG.md b/plugins/emittersShapes/canvas/CHANGELOG.md index 6d9109d4ca6..a114631ee94 100644 --- a/plugins/emittersShapes/canvas/CHANGELOG.md +++ b/plugins/emittersShapes/canvas/CHANGELOG.md @@ -3,39 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-canvas + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -45,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -61,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -83,8 +87,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,4 +122,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed emitters canvas shape ([863f8ab](https://github.com/tsparticles/tsparticles/commit/863f8ab91eb8f0423eaa731864fa3862af558e52)) +- fixed emitters canvas shape ([863f8ab](https://github.com/tsparticles/tsparticles/commit/863f8ab91eb8f0423eaa731864fa3862af558e52)) diff --git a/plugins/emittersShapes/canvas/package.dist.json b/plugins/emittersShapes/canvas/package.dist.json index b069400c63e..3a05f20f843 100644 --- a/plugins/emittersShapes/canvas/package.dist.json +++ b/plugins/emittersShapes/canvas/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-canvas", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emitters shape canvas plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/canvas/package.json b/plugins/emittersShapes/canvas/package.json index 792abc61c10..b87ec22b903 100644 --- a/plugins/emittersShapes/canvas/package.json +++ b/plugins/emittersShapes/canvas/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/plugin-emitters-shape-canvas", - "version": "3.8.1", - "description": "tsParticles emitters shape canvas plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/emittersShapes/canvas" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-emitters-shape-canvas", + "version": "3.9.0", + "description": "tsParticles emitters shape canvas plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/emittersShapes/canvas" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/emittersShapes/circle/CHANGELOG.md b/plugins/emittersShapes/circle/CHANGELOG.md index af4d8edd1f2..20f2d6c66a5 100644 --- a/plugins/emittersShapes/circle/CHANGELOG.md +++ b/plugins/emittersShapes/circle/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-circle + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,8 +81,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -88,7 +92,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -102,7 +106,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) diff --git a/plugins/emittersShapes/circle/package.dist.json b/plugins/emittersShapes/circle/package.dist.json index d312b52e4f7..1877702bc50 100644 --- a/plugins/emittersShapes/circle/package.dist.json +++ b/plugins/emittersShapes/circle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-circle", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emitters shape circle plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/circle/package.json b/plugins/emittersShapes/circle/package.json index e46cd2da744..5a5f3a12ab2 100644 --- a/plugins/emittersShapes/circle/package.json +++ b/plugins/emittersShapes/circle/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/plugin-emitters-shape-circle", - "version": "3.8.1", - "description": "tsParticles emitters shape circle plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/emittersShapes/circle" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-emitters-shape-circle", + "version": "3.9.0", + "description": "tsParticles emitters shape circle plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/emittersShapes/circle" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/emittersShapes/path/CHANGELOG.md b/plugins/emittersShapes/path/CHANGELOG.md index 8a6962ae7da..288d5aba009 100644 --- a/plugins/emittersShapes/path/CHANGELOG.md +++ b/plugins/emittersShapes/path/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-path + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) diff --git a/plugins/emittersShapes/path/package.dist.json b/plugins/emittersShapes/path/package.dist.json index bd3a9e8fef8..ff220affdef 100644 --- a/plugins/emittersShapes/path/package.dist.json +++ b/plugins/emittersShapes/path/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-path", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emitters shape path plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/path/package.json b/plugins/emittersShapes/path/package.json index 3fb7056961b..a0e793fc180 100644 --- a/plugins/emittersShapes/path/package.json +++ b/plugins/emittersShapes/path/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/plugin-emitters-shape-path", - "version": "3.8.1", - "description": "tsParticles emitters shape path plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/emittersShapes/path" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-emitters-shape-path", + "version": "3.9.0", + "description": "tsParticles emitters shape path plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/emittersShapes/path" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/emittersShapes/polygon/CHANGELOG.md b/plugins/emittersShapes/polygon/CHANGELOG.md index e964d357967..c19b56f8690 100644 --- a/plugins/emittersShapes/polygon/CHANGELOG.md +++ b/plugins/emittersShapes/polygon/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-polygon + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,8 +85,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -92,7 +96,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -106,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) diff --git a/plugins/emittersShapes/polygon/package.dist.json b/plugins/emittersShapes/polygon/package.dist.json index 838c08f4202..ca311f8dc22 100644 --- a/plugins/emittersShapes/polygon/package.dist.json +++ b/plugins/emittersShapes/polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-polygon", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emitters shape polygon plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/polygon/package.json b/plugins/emittersShapes/polygon/package.json index 6c02d0b898b..6608fa641d2 100644 --- a/plugins/emittersShapes/polygon/package.json +++ b/plugins/emittersShapes/polygon/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/plugin-emitters-shape-polygon", - "version": "3.8.1", - "description": "tsParticles emitters shape polygon plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/emittersShapes/polygon" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-emitters-shape-polygon", + "version": "3.9.0", + "description": "tsParticles emitters shape polygon plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/emittersShapes/polygon" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/emittersShapes/square/CHANGELOG.md b/plugins/emittersShapes/square/CHANGELOG.md index fce814621f8..8d5ad0d1aac 100644 --- a/plugins/emittersShapes/square/CHANGELOG.md +++ b/plugins/emittersShapes/square/CHANGELOG.md @@ -3,35 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-emitters-shape-square + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -41,13 +45,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -57,19 +61,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -79,8 +83,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) diff --git a/plugins/emittersShapes/square/package.dist.json b/plugins/emittersShapes/square/package.dist.json index 3eb13d359f7..0dbe47fcc86 100644 --- a/plugins/emittersShapes/square/package.dist.json +++ b/plugins/emittersShapes/square/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-emitters-shape-square", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emitters shape square plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,8 +100,8 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1", - "@tsparticles/plugin-emitters": "3.8.1" + "@tsparticles/engine": "3.9.0", + "@tsparticles/plugin-emitters": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/emittersShapes/square/package.json b/plugins/emittersShapes/square/package.json index 94d56a35c7a..8fbe8de5187 100644 --- a/plugins/emittersShapes/square/package.json +++ b/plugins/emittersShapes/square/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/plugin-emitters-shape-square", - "version": "3.8.1", - "description": "tsParticles emitters shape square plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/emittersShapes/square" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-emitters-shape-square", + "version": "3.9.0", + "description": "tsParticles emitters shape square plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/emittersShapes/square" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-emitters": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-emitters": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/exports/image/CHANGELOG.md b/plugins/exports/image/CHANGELOG.md index 52e949d98c5..c7f4e10f8bc 100644 --- a/plugins/exports/image/CHANGELOG.md +++ b/plugins/exports/image/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-export-image + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,9 +81,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -89,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -103,7 +107,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -113,7 +117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -127,7 +131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -145,9 +149,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) -- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) -- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) -- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) -- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) +- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) +- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) +- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) +- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) diff --git a/plugins/exports/image/package.dist.json b/plugins/exports/image/package.dist.json index 492c98d6839..93518209905 100644 --- a/plugins/exports/image/package.dist.json +++ b/plugins/exports/image/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-image", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles export image plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/exports/image/package.json b/plugins/exports/image/package.json index 2002565875d..a8d80d30e0c 100644 --- a/plugins/exports/image/package.json +++ b/plugins/exports/image/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-export-image", - "version": "3.8.1", - "description": "tsParticles export image plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/exports/image" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-export-image", + "version": "3.9.0", + "description": "tsParticles export image plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/exports/image" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/exports/json/CHANGELOG.md b/plugins/exports/json/CHANGELOG.md index e5b1401f447..897e09355e0 100644 --- a/plugins/exports/json/CHANGELOG.md +++ b/plugins/exports/json/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-export-json + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,9 +81,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -89,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -103,7 +107,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -113,7 +117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -127,7 +131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -145,9 +149,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) -- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) -- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) -- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) -- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- adding export plugins ([4c1b5a6](https://github.com/tsparticles/tsparticles/commit/4c1b5a649eba2cb7d8382c2177b90515864a7402)) +- export plugins completed, image and json ([149b77d](https://github.com/tsparticles/tsparticles/commit/149b77d2995f213f6bf5fcca55c083b267eb4206)) +- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) +- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) +- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) diff --git a/plugins/exports/json/package.dist.json b/plugins/exports/json/package.dist.json index 5fecd4c22cc..3673276d979 100644 --- a/plugins/exports/json/package.dist.json +++ b/plugins/exports/json/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-json", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles export json plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/exports/json/package.json b/plugins/exports/json/package.json index b9566c87f07..50ec2b3a51f 100644 --- a/plugins/exports/json/package.json +++ b/plugins/exports/json/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-export-json", - "version": "3.8.1", - "description": "tsParticles export json plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/exports/json" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-export-json", + "version": "3.9.0", + "description": "tsParticles export json plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/exports/json" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/exports/video/CHANGELOG.md b/plugins/exports/video/CHANGELOG.md index 6a1d2e987a1..c1c39046f54 100644 --- a/plugins/exports/video/CHANGELOG.md +++ b/plugins/exports/video/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-export-video + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,9 +81,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -89,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -103,7 +107,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -113,7 +117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -127,7 +131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -145,12 +149,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed video export plugin ([a3b371c](https://github.com/tsparticles/tsparticles/commit/a3b371cfad36a5d45015f5182f23aaa1ba2147d8)) +- fixed video export plugin ([a3b371c](https://github.com/tsparticles/tsparticles/commit/a3b371cfad36a5d45015f5182f23aaa1ba2147d8)) ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) -- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) -- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) -- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) +- fixed export plugins ([775e7bd](https://github.com/tsparticles/tsparticles/commit/775e7bd53b9615fe471660d106c5747bf0cfda3b)) +- improved new export function, using blob as output for all functions ([df1c862](https://github.com/tsparticles/tsparticles/commit/df1c8620e4cbeb3267423cb1aee4edc8e29253d8)) +- improved new export function, using blob as output for all functions ([3521561](https://github.com/tsparticles/tsparticles/commit/3521561264540c1e3e92ec6b07d4a7e8b0b2ad79)) diff --git a/plugins/exports/video/package.dist.json b/plugins/exports/video/package.dist.json index ea7b58441a6..9b62d6b2d6f 100644 --- a/plugins/exports/video/package.dist.json +++ b/plugins/exports/video/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-export-video", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles export video plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/exports/video/package.json b/plugins/exports/video/package.json index d7e143da21a..3dd80903813 100644 --- a/plugins/exports/video/package.json +++ b/plugins/exports/video/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-export-video", - "version": "3.8.1", - "description": "tsParticles export video plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/exports/video" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-export-video", + "version": "3.9.0", + "description": "tsParticles export video plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/exports/video" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/infection/CHANGELOG.md b/plugins/infection/CHANGELOG.md index 3897c7e4564..2f1262bc7e8 100644 --- a/plugins/infection/CHANGELOG.md +++ b/plugins/infection/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-infection + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,43 +165,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.9.2...tsparticles-plugin-infection@2.9.3) (2023-02-12) ### Bug Fixes -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) ## [2.9.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.9.1...tsparticles-plugin-infection@2.9.2) (2023-02-12) @@ -211,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.7.1...tsparticles-plugin-infection@2.8.0) (2023-01-18) @@ -225,7 +229,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.5.3...tsparticles-plugin-infection@2.6.0) (2022-12-06) @@ -251,11 +255,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) +- fixed infection plugin ([901b9ce](https://github.com/tsparticles/tsparticles/commit/901b9cef9f3f6df333200d52d712057b7c7fe59c)) ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.3.2...tsparticles-plugin-infection@2.3.3) (2022-09-30) @@ -285,7 +289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.2.0...tsparticles-plugin-infection@2.2.1) (2022-08-12) @@ -295,7 +299,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.1.3...tsparticles-plugin-infection@2.1.4) (2022-07-28) @@ -317,19 +321,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- moved some specific code to the relative project, removing it from the generic engine ([09fe635](https://github.com/tsparticles/tsparticles/commit/09fe63568adc244d11b7eff009626b905d5b05e4)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.0.5...tsparticles-plugin-infection@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.0.4...tsparticles-plugin-infection@2.0.5) (2022-04-14) @@ -339,13 +343,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.42.1...tsparticles-plugin-infection@2.0.3) (2022-03-11) @@ -357,7 +361,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.42.3...tsparticles-plugin-infection@1.42.4) (2022-03-20) @@ -371,24 +375,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.41.4...tsparticles-plugin-infection@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.42.0...tsparticles-plugin-infection@1.42.1) (2022-03-09) @@ -424,12 +428,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.39.2...tsparticles-plugin-infection@2.0.0-beta.5) (2022-01-30) @@ -445,12 +449,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.40.0...tsparticles-plugin-infection@1.40.1) (2022-02-06) @@ -490,13 +494,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.35.4...tsparticles-plugin-infection@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.37.4...tsparticles-plugin-infection@1.37.5) (2021-11-28) @@ -518,7 +522,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@2.0.0-beta.0...tsparticles-plugin-infection@2.0.0-beta.1) (2021-10-06) @@ -538,7 +542,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.35.2...tsparticles-plugin-infection@1.35.3) (2021-10-03) @@ -564,18 +568,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.33.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.33.2...tsparticles-plugin-infection@1.33.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.33.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-infection@1.33.1...tsparticles-plugin-infection@1.33.2) (2021-07-31) diff --git a/plugins/infection/package.dist.json b/plugins/infection/package.dist.json index e3e2a8dff50..e957d754806 100644 --- a/plugins/infection/package.dist.json +++ b/plugins/infection/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-infection", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles infection plugin", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/infection/package.json b/plugins/infection/package.json index 0224fa59270..1ac0dd51be9 100644 --- a/plugins/infection/package.json +++ b/plugins/infection/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/plugin-infection", - "version": "3.8.1", - "description": "tsParticles infection plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/infection" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/plugin-infection", + "version": "3.9.0", + "description": "tsParticles infection plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/infection" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/motion/CHANGELOG.md b/plugins/motion/CHANGELOG.md index 33640c2105c..6c516768c2a 100644 --- a/plugins/motion/CHANGELOG.md +++ b/plugins/motion/CHANGELOG.md @@ -3,11 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed motion plugin ([00278a1](https://github.com/tsparticles/tsparticles/commit/00278a129374d17ad33ede2dd701cc9344b83d50)) +- fixed motion plugin ([643266c](https://github.com/tsparticles/tsparticles/commit/643266ce16c716fcf265997eff33f57f8c9f2f16)) +- fixed motion plugin, and its implementations in other plugins ([aa6edc9](https://github.com/tsparticles/tsparticles/commit/aa6edc94efee6cf2372f893bb20887c423693c3a)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +25,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +51,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +67,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,9 +89,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -93,7 +101,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -107,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -117,8 +125,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +158,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,16 +169,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-motion@2.9.2...tsparticles-plugin-motion@2.9.3) (2023-02-12) @@ -188,7 +196,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-motion@2.7.1...tsparticles-plugin-motion@2.8.0) (2023-01-18) @@ -226,5 +234,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) diff --git a/plugins/motion/package.dist.json b/plugins/motion/package.dist.json index fabb771e79e..605c46fcc26 100644 --- a/plugins/motion/package.dist.json +++ b/plugins/motion/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-motion", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles motion sickness plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/motion/package.json b/plugins/motion/package.json index c07e8775bdc..a3c4832f9cb 100644 --- a/plugins/motion/package.json +++ b/plugins/motion/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/plugin-motion", - "version": "3.8.1", - "description": "tsParticles motion sickness plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/motion" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/plugin-motion", + "version": "3.9.0", + "description": "tsParticles motion sickness plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/motion" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/motion/src/MotionInstance.ts b/plugins/motion/src/MotionInstance.ts index ff98c3f2205..69875b5cf6e 100644 --- a/plugins/motion/src/MotionInstance.ts +++ b/plugins/motion/src/MotionInstance.ts @@ -2,7 +2,8 @@ import { type Engine, type IContainerPlugin, safeMatchMedia } from "@tsparticles import type { MotionContainer } from "./types.js"; const defaultFactor = 1, - defaultReduce = 0, + defaultReduce = 1, + disableReduce = 0, identity = 1; export class MotionInstance implements IContainerPlugin { @@ -67,12 +68,12 @@ export class MotionInstance implements IContainerPlugin { if (mediaQuery.matches) { if (motion.disable) { - container.retina.reduceFactor = defaultReduce; + container.retina.reduceFactor = disableReduce; } else { container.retina.reduceFactor = motion.reduce.value ? identity / motion.reduce.factor : defaultFactor; } } else { - container.retina.reduceFactor = 1; + container.retina.reduceFactor = defaultReduce; } }; } diff --git a/plugins/poisson/CHANGELOG.md b/plugins/poisson/CHANGELOG.md index f62c76498da..c84cb3f6db9 100644 --- a/plugins/poisson/CHANGELOG.md +++ b/plugins/poisson/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-poisson-disc + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,12 +85,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Features -- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) +- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) diff --git a/plugins/poisson/package.dist.json b/plugins/poisson/package.dist.json index 50e35e676d6..c508ff331a7 100644 --- a/plugins/poisson/package.dist.json +++ b/plugins/poisson/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-poisson-disc", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles poisson disc plugin", "homepage": "https://particles.js.org", "repository": { @@ -85,7 +85,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/poisson/package.json b/plugins/poisson/package.json index 4e483b6250e..ca82802c10f 100644 --- a/plugins/poisson/package.json +++ b/plugins/poisson/package.json @@ -1,88 +1,88 @@ { - "name": "@tsparticles/plugin-poisson-disc", - "version": "3.8.1", - "description": "tsParticles poisson disc plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/poisson" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "name": "@tsparticles/plugin-poisson-disc", + "version": "3.9.0", + "description": "tsParticles poisson disc plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/poisson" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/poisson/src/PoissonInstance.ts b/plugins/poisson/src/PoissonInstance.ts index 3a1d045ab9b..6c046170227 100644 --- a/plugins/poisson/src/PoissonInstance.ts +++ b/plugins/poisson/src/PoissonInstance.ts @@ -7,7 +7,7 @@ import { PoissonDisc } from "./PoissonDisc.js"; */ export class PoissonInstance implements IContainerPlugin { poissonDisc?: PoissonDisc; - redrawTimeout?: number; + redrawTimeout?: number | NodeJS.Timeout; private readonly _container: PoissonContainer; private _currentIndex: number; @@ -48,7 +48,7 @@ export class PoissonInstance implements IContainerPlugin { const timeout = 250; - this.redrawTimeout = window.setTimeout(() => { + this.redrawTimeout = setTimeout(() => { void (async (): Promise => { await this._initData(); diff --git a/plugins/polygonMask/CHANGELOG.md b/plugins/polygonMask/CHANGELOG.md index b92826d4533..0385f23444b 100644 --- a/plugins/polygonMask/CHANGELOG.md +++ b/plugins/polygonMask/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-polygon-mask + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,11 +85,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -95,7 +99,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -109,7 +113,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -119,8 +123,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -134,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,40 +167,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed issue with polygon mask bounce on edges ([3d9f1f5](https://github.com/tsparticles/tsparticles/commit/3d9f1f54fe54303efd548d5515abe1f63dbf151b)) -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed issue with polygon mask bounce on edges ([3d9f1f5](https://github.com/tsparticles/tsparticles/commit/3d9f1f54fe54303efd548d5515abe1f63dbf151b)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) -- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- removed dynamic import of the pathseg polyfill, used the standard one ([c8ecc89](https://github.com/tsparticles/tsparticles/commit/c8ecc899b961cdf8888a347b11c1e29cdbe3a76d)) -- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) +- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed dynamic import of the pathseg polyfill, used the standard one ([c8ecc89](https://github.com/tsparticles/tsparticles/commit/c8ecc899b961cdf8888a347b11c1e29cdbe3a76d)) +- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.9.2...tsparticles-plugin-polygon-mask@2.9.3) (2023-02-12) ### Bug Fixes -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) ## [2.9.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.9.1...tsparticles-plugin-polygon-mask@2.9.2) (2023-02-12) @@ -210,13 +214,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.7.1...tsparticles-plugin-polygon-mask@2.8.0) (2023-01-18) ### Features -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) ## [2.7.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.7.0...tsparticles-plugin-polygon-mask@2.7.1) (2022-12-25) @@ -250,12 +254,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with polygon mask bounce on edges ([3d9f1f5](https://github.com/tsparticles/tsparticles/commit/3d9f1f54fe54303efd548d5515abe1f63dbf151b)) +- fixed issue with polygon mask bounce on edges ([3d9f1f5](https://github.com/tsparticles/tsparticles/commit/3d9f1f54fe54303efd548d5515abe1f63dbf151b)) ### Features -- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- created motion plugin for handling motion sickness ([c8b5b09](https://github.com/tsparticles/tsparticles/commit/c8b5b090f5059219c8ab1578e7a52ebc1fac6e14)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.3.2...tsparticles-plugin-polygon-mask@2.3.3) (2022-09-30) @@ -273,8 +277,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) -- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) +- first version of image mask plugin, needs refactoring but works ([fd8a142](https://github.com/tsparticles/tsparticles/commit/fd8a1425f47e480c5703b8b3e2fe48ccdba5c79c)) +- removed some constants from engine that are relative only to polygon mask plugin ([2920980](https://github.com/tsparticles/tsparticles/commit/29209805481f2d6a7704ec73800bc416233b3362)) ## [2.2.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.2.2...tsparticles-plugin-polygon-mask@2.2.4) (2022-08-26) @@ -288,7 +292,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.2.0...tsparticles-plugin-polygon-mask@2.2.1) (2022-08-12) @@ -298,7 +302,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.1.3...tsparticles-plugin-polygon-mask@2.1.4) (2022-07-28) @@ -320,19 +324,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- removed dynamic import of the pathseg polyfill, used the standard one ([c8ecc89](https://github.com/tsparticles/tsparticles/commit/c8ecc899b961cdf8888a347b11c1e29cdbe3a76d)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- removed dynamic import of the pathseg polyfill, used the standard one ([c8ecc89](https://github.com/tsparticles/tsparticles/commit/c8ecc899b961cdf8888a347b11c1e29cdbe3a76d)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.0.5...tsparticles-plugin-polygon-mask@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.0.4...tsparticles-plugin-polygon-mask@2.0.5) (2022-04-14) @@ -342,7 +346,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.0.2...tsparticles-plugin-polygon-mask@2.0.3) (2022-03-11) @@ -364,7 +368,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.0.0-beta.3...tsparticles-plugin-polygon-mask@2.0.0-beta.4) (2021-12-07) @@ -374,7 +378,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) +- added more events to emitters and polygon mask ([cea5ed6](https://github.com/tsparticles/tsparticles/commit/cea5ed6cb778dfba07316673311a794585993760)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-polygon-mask@2.0.0-beta.1...tsparticles-plugin-polygon-mask@2.0.0-beta.2) (2021-10-06) @@ -388,5 +392,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) -- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) +- moved absorbers to an external plugin, breaking ([5e7223f](https://github.com/tsparticles/tsparticles/commit/5e7223fb6b505260eb72899ec1e9762d96a5c4d7)) +- moved polygon mask to external plugin (breaking) ([abdfe37](https://github.com/tsparticles/tsparticles/commit/abdfe37f250a4f357f4491bb7ff0e54da6a7303e)) diff --git a/plugins/polygonMask/package.dist.json b/plugins/polygonMask/package.dist.json index 3070d3e9862..e9b5c96116c 100644 --- a/plugins/polygonMask/package.dist.json +++ b/plugins/polygonMask/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-polygon-mask", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles polygon mask plugin", "homepage": "https://particles.js.org", "repository": { @@ -88,7 +88,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/polygonMask/package.json b/plugins/polygonMask/package.json index 593786efbfe..1aaf839f918 100644 --- a/plugins/polygonMask/package.json +++ b/plugins/polygonMask/package.json @@ -1,91 +1,91 @@ { - "name": "@tsparticles/plugin-polygon-mask", - "version": "3.8.1", - "description": "tsParticles polygon mask plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/polygonMask" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "prettier": "@tsparticles/prettier-config", - "sideEffects": [ - "dist/**/pathseg.js" - ], - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "name": "@tsparticles/plugin-polygon-mask", + "version": "3.9.0", + "description": "tsParticles polygon mask plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/polygonMask" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "prettier": "@tsparticles/prettier-config", + "sideEffects": [ + "dist/**/pathseg.js" + ], + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/plugins/polygonMask/src/PolygonMaskInstance.ts b/plugins/polygonMask/src/PolygonMaskInstance.ts index e2d7b2a37e4..9aec62cbc5d 100644 --- a/plugins/polygonMask/src/PolygonMaskInstance.ts +++ b/plugins/polygonMask/src/PolygonMaskInstance.ts @@ -39,7 +39,7 @@ export class PolygonMaskInstance implements IContainerPlugin { offset?: ICoordinates; paths?: ISvgPath[]; raw?: ICoordinates[]; - redrawTimeout?: number; + redrawTimeout?: number | NodeJS.Timeout; private readonly _container; private readonly _engine; @@ -166,7 +166,7 @@ export class PolygonMaskInstance implements IContainerPlugin { const timeout = 250; - this.redrawTimeout = window.setTimeout(() => { + this.redrawTimeout = setTimeout(() => { void (async (): Promise => { await this._initRawData(true); diff --git a/plugins/sounds/CHANGELOG.md b/plugins/sounds/CHANGELOG.md index 94a5a7e9f64..cc0ca853611 100644 --- a/plugins/sounds/CHANGELOG.md +++ b/plugins/sounds/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/plugin-sounds + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,23 +85,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Features -- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) -- added new options for sounds plugin, autoPlay and icons.enable ([cfc6ab8](https://github.com/tsparticles/tsparticles/commit/cfc6ab89799a71c5957fb478d63b0b6d69207a78)) -- improved first pointerdown/touchstart event listener for better autoplay ([34db125](https://github.com/tsparticles/tsparticles/commit/34db1258641242afee229ab9cdbd90ad1f620f43)) +- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) +- added new options for sounds plugin, autoPlay and icons.enable ([cfc6ab8](https://github.com/tsparticles/tsparticles/commit/cfc6ab89799a71c5957fb478d63b0b6d69207a78)) +- improved first pointerdown/touchstart event listener for better autoplay ([34db125](https://github.com/tsparticles/tsparticles/commit/34db1258641242afee229ab9cdbd90ad1f620f43)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -111,7 +115,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -121,7 +125,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -135,7 +139,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -153,9 +157,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -165,27 +169,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) -- fixed volume images position ([54c1b7d](https://github.com/tsparticles/tsparticles/commit/54c1b7d9555f486e44a9216cb479ba8879b7f688)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixed volume images position ([54c1b7d](https://github.com/tsparticles/tsparticles/commit/54c1b7d9555f486e44a9216cb479ba8879b7f688)) ### Features -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) -- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- added volume buttons to sounds plugin ([3c914c1](https://github.com/tsparticles/tsparticles/commit/3c914c1c24ccda0bdda37ebe507ae0abb1ecf050)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) +- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added volume buttons to sounds plugin ([3c914c1](https://github.com/tsparticles/tsparticles/commit/3c914c1c24ccda0bdda37ebe507ae0abb1ecf050)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-sounds@2.9.2...tsparticles-plugin-sounds@2.9.3) (2023-02-12) ### Bug Fixes -- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) +- fixed some plugins, they weren't loading correctly the options ([00053b4](https://github.com/tsparticles/tsparticles/commit/00053b4ea90fcc4385637b6a1aad955643a712b1)) ## [2.9.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-sounds@2.9.1...tsparticles-plugin-sounds@2.9.2) (2023-02-12) @@ -199,7 +203,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-plugin-sounds@2.7.1...tsparticles-plugin-sounds@2.8.0) (2023-01-18) @@ -209,17 +213,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed volume images position ([54c1b7d](https://github.com/tsparticles/tsparticles/commit/54c1b7d9555f486e44a9216cb479ba8879b7f688)) +- fixed volume images position ([54c1b7d](https://github.com/tsparticles/tsparticles/commit/54c1b7d9555f486e44a9216cb479ba8879b7f688)) ### Features -- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) -- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) -- added volume buttons to sounds plugin ([3c914c1](https://github.com/tsparticles/tsparticles/commit/3c914c1c24ccda0bdda37ebe507ae0abb1ecf050)) +- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) +- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) +- added volume buttons to sounds plugin ([3c914c1](https://github.com/tsparticles/tsparticles/commit/3c914c1c24ccda0bdda37ebe507ae0abb1ecf050)) # 2.7.0 (2022-12-23) ### Features -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) diff --git a/plugins/sounds/package.dist.json b/plugins/sounds/package.dist.json index 31b37ec62ef..98d3ad9ea66 100644 --- a/plugins/sounds/package.dist.json +++ b/plugins/sounds/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/plugin-sounds", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles sounds plugin", "homepage": "https://particles.js.org", "repository": { @@ -86,7 +86,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/plugins/sounds/package.json b/plugins/sounds/package.json index 23f1bf4b915..af642c9c8fe 100644 --- a/plugins/sounds/package.json +++ b/plugins/sounds/package.json @@ -1,104 +1,104 @@ { - "name": "@tsparticles/plugin-sounds", - "version": "3.8.1", - "description": "tsParticles sounds plugin", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "plugins/sounds" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/plugin-sounds", + "version": "3.9.0", + "description": "tsParticles sounds plugin", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "plugins/sounds" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 98dc3182b9d..712cbfe9e3d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,109 +1,108 @@ -lockfileVersion: '9.0' +lockfileVersion: "9.0" settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: - .: devDependencies: - '@babel/core': - specifier: ^7.25.8 - version: 7.25.8 - '@commitlint/cli': - specifier: ^19.5.0 - version: 19.5.0(@types/node@22.7.5)(typescript@5.5.2) - '@commitlint/config-conventional': - specifier: ^19.5.0 - version: 19.5.0 - '@nx/workspace': + "@babel/core": + specifier: ^7.28.0 + version: 7.28.0 + "@commitlint/cli": + specifier: ^19.8.1 + version: 19.8.1(@types/node@24.1.0)(typescript@5.8.3) + "@commitlint/config-conventional": + specifier: ^19.8.1 + version: 19.8.1 + "@nx/workspace": specifier: ^19.8.4 version: 19.8.4(@swc/core@1.9.2) - '@tsparticles/cli': + "@tsparticles/cli": specifier: ^2.3.3 - version: 2.3.3(@swc/core@1.9.2)(@types/eslint@8.56.6)(webpack-cli@6.0.0) - '@tsparticles/eslint-config': + version: 2.3.3(@swc/core@1.9.2)(@types/eslint@8.56.6)(webpack-cli@6.0.1) + "@tsparticles/eslint-config": specifier: ^2.3.0 version: 2.3.0(@types/eslint@8.56.6) - '@tsparticles/prettier-config': + "@tsparticles/prettier-config": specifier: ^2.1.6 version: 2.1.6 - '@tsparticles/tsconfig': + "@tsparticles/tsconfig": specifier: ^2.3.0 version: 2.3.0 - '@tsparticles/webpack-plugin': + "@tsparticles/webpack-plugin": specifier: ^2.3.0 version: 2.3.0(@swc/core@1.9.2)(@types/eslint@8.56.6) - '@types/jsdom': + "@types/jsdom": specifier: ^21.1.7 version: 21.1.7 - '@types/node': - specifier: ^22.7.5 - version: 22.7.5 - '@types/webpack-env': - specifier: ^1.18.5 - version: 1.18.5 - '@typescript-eslint/eslint-plugin': + "@types/node": + specifier: ^24.1.0 + version: 24.1.0 + "@types/webpack-env": + specifier: ^1.18.8 + version: 1.18.8 + "@typescript-eslint/eslint-plugin": specifier: ^7.18.0 - version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/parser': + version: 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/parser": specifier: ^7.18.0 - version: 7.18.0(eslint@8.57.1)(typescript@5.5.2) - '@vitest/coverage-v8': - specifier: ^3.0.9 - version: 3.0.9(vitest@3.0.9) - '@vitest/ui': - specifier: ^3.0.9 - version: 3.0.9(vitest@3.0.9) + version: 7.18.0(eslint@8.57.1)(typescript@5.8.3) + "@vitest/coverage-v8": + specifier: ^3.2.4 + version: 3.2.4(vitest@3.2.4) + "@vitest/ui": + specifier: ^3.2.4 + version: 3.2.4(vitest@3.2.4) babel-loader: specifier: ^10.0.0 - version: 10.0.0(@babel/core@7.25.8)(webpack@5.95.0) + version: 10.0.0(@babel/core@7.28.0)(webpack@5.101.0) browserslist: - specifier: ^4.24.0 - version: 4.24.0 + specifier: ^4.25.1 + version: 4.25.1 canvas: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^3.1.2 + version: 3.1.2 copyfiles: specifier: ^2.4.1 version: 2.4.1 cross-env: - specifier: ^7.0.3 - version: 7.0.3 + specifier: ^10.0.0 + version: 10.0.0 eslint: specifier: ^8.57.1 version: 8.57.1 eslint-config-prettier: - specifier: ^10.0.0 - version: 10.0.1(eslint@8.57.1) + specifier: ^10.1.2 + version: 10.1.2(eslint@8.57.1) eslint-plugin-jsdoc: - specifier: ^50.3.1 - version: 50.3.1(eslint@8.57.1) + specifier: ^50.6.11 + version: 50.6.11(eslint@8.57.1) eslint-plugin-prettier: - specifier: ^5.2.1 - version: 5.2.1(@types/eslint@8.56.6)(eslint-config-prettier@10.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3) + specifier: ^5.4.0 + version: 5.4.0(@types/eslint@8.56.6)(eslint-config-prettier@10.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2) eslint-plugin-tsdoc: specifier: ^0.4.0 version: 0.4.0 gh-pages: - specifier: ^6.2.0 - version: 6.2.0 + specifier: ^6.3.0 + version: 6.3.0 husky: - specifier: ^9.1.6 - version: 9.1.6 + specifier: ^9.1.7 + version: 9.1.7 jsdom: - specifier: ^26.0.0 - version: 26.0.0(canvas@3.1.0) + specifier: ^26.1.0 + version: 26.1.0(canvas@3.1.2) jsdom-global: specifier: ^3.0.2 - version: 3.0.2(jsdom@26.0.0(canvas@3.1.0)) + version: 3.0.2(jsdom@26.1.0(canvas@3.1.2)) lerna: - specifier: ^8.1.8 - version: 8.1.8(@swc/core@1.9.2)(encoding@0.1.13) + specifier: ^8.2.3 + version: 8.2.3(@swc/core@1.9.2)(encoding@0.1.13) madge: specifier: ^8.0.0 - version: 8.0.0(typescript@5.5.2) + version: 8.0.0(typescript@5.8.3) nx: specifier: 19.8.14 version: 19.8.14(@swc/core@1.9.2) @@ -111,11 +110,11 @@ importers: specifier: ^19.1.0 version: 19.1.0 prettier: - specifier: ^3.3.3 - version: 3.3.3 + specifier: ^3.6.2 + version: 3.6.2 prettier-plugin-multiline-arrays: - specifier: ^4.0.0 - version: 4.0.1(prettier@3.3.3) + specifier: ^4.0.3 + version: 4.0.3(prettier@3.6.2) rimraf: specifier: ^6.0.1 version: 6.0.1 @@ -123,470 +122,473 @@ importers: specifier: ^0.5.21 version: 0.5.21 terser-webpack-plugin: - specifier: ^5.3.10 - version: 5.3.10(@swc/core@1.9.2)(webpack@5.95.0) + specifier: ^5.3.14 + version: 5.3.14(@swc/core@1.9.2)(webpack@5.101.0) ts-json-schema-generator: - specifier: ^2.3.0 - version: 2.3.0 + specifier: ^2.4.0 + version: 2.4.0 ts-node: specifier: ^10.9.2 - version: 10.9.2(@swc/core@1.9.2)(@types/node@22.7.5)(typescript@5.5.2) + version: 10.9.2(@swc/core@1.9.2)(@types/node@24.1.0)(typescript@5.8.3) typedoc: - specifier: ^0.26.8 - version: 0.26.8(typescript@5.5.2) + specifier: ^0.28.8 + version: 0.28.8(typescript@5.8.3) typedoc-plugin-carbon-ads: specifier: ^1.6.0 - version: 1.6.0(typedoc@0.26.8(typescript@5.5.2)) + version: 1.6.0(typedoc@0.28.8(typescript@5.8.3)) typedoc-plugin-clarity: specifier: ^1.6.0 - version: 1.6.0(typedoc@0.26.8(typescript@5.5.2)) + version: 1.6.0(typedoc@0.28.8(typescript@5.8.3)) typedoc-plugin-coverage: - specifier: ^3.3.0 - version: 3.3.0(typedoc@0.26.8(typescript@5.5.2)) + specifier: ^4.0.1 + version: 4.0.1(typedoc@0.28.8(typescript@5.8.3)) typedoc-plugin-keywords: specifier: ^1.6.0 - version: 1.6.0(typedoc@0.26.8(typescript@5.5.2)) + version: 1.6.0(typedoc@0.28.8(typescript@5.8.3)) typedoc-plugin-mdn-links: - specifier: ^5.0.0 - version: 5.0.1(typedoc@0.26.8(typescript@5.5.2)) + specifier: ^5.0.6 + version: 5.0.6(typedoc@0.28.8(typescript@5.8.3)) typedoc-plugin-missing-exports: - specifier: ^3.0.0 - version: 3.0.0(typedoc@0.26.8(typescript@5.5.2)) + specifier: ^4.0.0 + version: 4.0.0(typedoc@0.28.8(typescript@5.8.3)) typescript: - specifier: ^5.5.2 - version: 5.5.2 + specifier: ^5.8.3 + version: 5.8.3 typescript-json-schema: specifier: ^0.65.1 version: 0.65.1(@swc/core@1.9.2) vitest: - specifier: ^3.0.9 - version: 3.0.9(@types/node@22.7.5)(@vitest/ui@3.0.9)(jiti@1.21.0)(jsdom@26.0.0(canvas@3.1.0))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + specifier: ^3.2.4 + version: 3.2.4(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) webpack: - specifier: ^5.95.0 - version: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + specifier: ^5.101.0 + version: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) webpack-bundle-analyzer: specifier: ^4.10.2 version: 4.10.2 webpack-cli: - specifier: ^6.0.0 - version: 6.0.0(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + specifier: ^6.0.1 + version: 6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) yargs: - specifier: ^17.7.2 - version: 17.7.2 + specifier: ^18.0.0 + version: 18.0.0 bundles/all: dependencies: - '@tsparticles/effect-bubble': - specifier: workspace:3.8.1 + "@tsparticles/effect-bubble": + specifier: workspace:3.9.0 version: link:../../effects/bubble/dist - '@tsparticles/effect-trail': - specifier: workspace:3.8.1 + "@tsparticles/effect-trail": + specifier: workspace:3.9.0 version: link:../../effects/trail/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/interaction-external-particle': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-particle": + specifier: workspace:3.9.0 version: link:../../interactions/external/particle/dist - '@tsparticles/interaction-external-pop': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-pop": + specifier: workspace:3.9.0 version: link:../../interactions/external/pop/dist - '@tsparticles/interaction-light': - specifier: workspace:3.8.1 + "@tsparticles/interaction-light": + specifier: workspace:3.9.0 version: link:../../interactions/light/dist - '@tsparticles/interaction-particles-repulse': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-repulse": + specifier: workspace:3.9.0 version: link:../../interactions/particles/repulse/dist - '@tsparticles/path-curl-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-curl-noise": + specifier: workspace:3.9.0 version: link:../../paths/curlNoise/dist - '@tsparticles/path-curves': - specifier: workspace:3.8.1 + "@tsparticles/path-curves": + specifier: workspace:3.9.0 version: link:../../paths/curves/dist - '@tsparticles/path-perlin-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-fractal-noise": + specifier: workspace:3.9.0 + version: link:../../paths/fractalNoise/dist + "@tsparticles/path-perlin-noise": + specifier: workspace:3.9.0 version: link:../../paths/perlinNoise/dist - '@tsparticles/path-polygon': - specifier: workspace:3.8.1 + "@tsparticles/path-polygon": + specifier: workspace:3.9.0 version: link:../../paths/polygon/dist - '@tsparticles/path-simplex-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-simplex-noise": + specifier: workspace:3.9.0 version: link:../../paths/simplexNoise/dist - '@tsparticles/path-svg': - specifier: workspace:3.8.1 + "@tsparticles/path-svg": + specifier: workspace:3.9.0 version: link:../../paths/svg/dist - '@tsparticles/path-zig-zag': - specifier: workspace:3.8.1 + "@tsparticles/path-zig-zag": + specifier: workspace:3.9.0 version: link:../../paths/zigzag/dist - '@tsparticles/pjs': - specifier: workspace:3.8.1 + "@tsparticles/pjs": + specifier: workspace:3.9.0 version: link:../pjs/dist - '@tsparticles/plugin-canvas-mask': - specifier: workspace:3.8.1 + "@tsparticles/plugin-canvas-mask": + specifier: workspace:3.9.0 version: link:../../plugins/canvasMask/dist - '@tsparticles/plugin-easing-back': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-back": + specifier: workspace:3.9.0 version: link:../../plugins/easings/back/dist - '@tsparticles/plugin-easing-circ': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-circ": + specifier: workspace:3.9.0 version: link:../../plugins/easings/circ/dist - '@tsparticles/plugin-easing-cubic': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-cubic": + specifier: workspace:3.9.0 version: link:../../plugins/easings/cubic/dist - '@tsparticles/plugin-easing-expo': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-expo": + specifier: workspace:3.9.0 version: link:../../plugins/easings/expo/dist - '@tsparticles/plugin-easing-linear': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-linear": + specifier: workspace:3.9.0 version: link:../../plugins/easings/linear/dist - '@tsparticles/plugin-easing-quart': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-quart": + specifier: workspace:3.9.0 version: link:../../plugins/easings/quart/dist - '@tsparticles/plugin-easing-quint': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-quint": + specifier: workspace:3.9.0 version: link:../../plugins/easings/quint/dist - '@tsparticles/plugin-easing-sine': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-sine": + specifier: workspace:3.9.0 version: link:../../plugins/easings/sine/dist - '@tsparticles/plugin-emitters-shape-canvas': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-canvas": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/canvas/dist - '@tsparticles/plugin-emitters-shape-path': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-path": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/path/dist - '@tsparticles/plugin-emitters-shape-polygon': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-polygon": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/polygon/dist - '@tsparticles/plugin-export-image': - specifier: workspace:3.8.1 + "@tsparticles/plugin-export-image": + specifier: workspace:3.9.0 version: link:../../plugins/exports/image/dist - '@tsparticles/plugin-export-json': - specifier: workspace:3.8.1 + "@tsparticles/plugin-export-json": + specifier: workspace:3.9.0 version: link:../../plugins/exports/json/dist - '@tsparticles/plugin-export-video': - specifier: workspace:3.8.1 + "@tsparticles/plugin-export-video": + specifier: workspace:3.9.0 version: link:../../plugins/exports/video/dist - '@tsparticles/plugin-hsv-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hsv-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hsvColor/dist - '@tsparticles/plugin-infection': - specifier: workspace:3.8.1 + "@tsparticles/plugin-infection": + specifier: workspace:3.9.0 version: link:../../plugins/infection/dist - '@tsparticles/plugin-motion': - specifier: workspace:3.8.1 + "@tsparticles/plugin-motion": + specifier: workspace:3.9.0 version: link:../../plugins/motion/dist - '@tsparticles/plugin-named-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-named-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/namedColor/dist - '@tsparticles/plugin-oklch-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-oklch-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/oklchColor/dist - '@tsparticles/plugin-poisson-disc': - specifier: workspace:3.8.1 + "@tsparticles/plugin-poisson-disc": + specifier: workspace:3.9.0 version: link:../../plugins/poisson/dist - '@tsparticles/plugin-polygon-mask': - specifier: workspace:3.8.1 + "@tsparticles/plugin-polygon-mask": + specifier: workspace:3.9.0 version: link:../../plugins/polygonMask/dist - '@tsparticles/plugin-sounds': - specifier: workspace:3.8.1 + "@tsparticles/plugin-sounds": + specifier: workspace:3.9.0 version: link:../../plugins/sounds/dist - '@tsparticles/shape-arrow': - specifier: workspace:3.8.1 + "@tsparticles/shape-arrow": + specifier: workspace:3.9.0 version: link:../../shapes/arrow/dist - '@tsparticles/shape-cards': - specifier: workspace:3.8.1 + "@tsparticles/shape-cards": + specifier: workspace:3.9.0 version: link:../../shapes/cards/dist - '@tsparticles/shape-cog': - specifier: workspace:3.8.1 + "@tsparticles/shape-cog": + specifier: workspace:3.9.0 version: link:../../shapes/cog/dist - '@tsparticles/shape-heart': - specifier: workspace:3.8.1 + "@tsparticles/shape-heart": + specifier: workspace:3.9.0 version: link:../../shapes/heart/dist - '@tsparticles/shape-infinity': - specifier: workspace:3.8.1 + "@tsparticles/shape-infinity": + specifier: workspace:3.9.0 version: link:../../shapes/infinity/dist - '@tsparticles/shape-path': - specifier: workspace:3.8.1 + "@tsparticles/shape-path": + specifier: workspace:3.9.0 version: link:../../shapes/path/dist - '@tsparticles/shape-rounded-polygon': - specifier: workspace:3.8.1 + "@tsparticles/shape-rounded-polygon": + specifier: workspace:3.9.0 version: link:../../shapes/rounded-polygon/dist - '@tsparticles/shape-rounded-rect': - specifier: workspace:3.8.1 + "@tsparticles/shape-rounded-rect": + specifier: workspace:3.9.0 version: link:../../shapes/rounded-rect/dist - '@tsparticles/shape-spiral': - specifier: workspace:3.8.1 + "@tsparticles/shape-spiral": + specifier: workspace:3.9.0 version: link:../../shapes/spiral/dist - '@tsparticles/updater-gradient': - specifier: workspace:3.8.1 + "@tsparticles/updater-gradient": + specifier: workspace:3.9.0 version: link:../../updaters/gradient/dist - '@tsparticles/updater-orbit': - specifier: workspace:3.8.1 + "@tsparticles/updater-orbit": + specifier: workspace:3.9.0 version: link:../../updaters/orbit/dist tsparticles: - specifier: workspace:3.8.1 + specifier: workspace:3.9.0 version: link:../full/dist publishDirectory: dist bundles/basic: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/move-base': - specifier: workspace:3.8.1 + "@tsparticles/move-base": + specifier: workspace:3.9.0 version: link:../../move/base/dist - '@tsparticles/plugin-hex-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hex-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hexColor/dist - '@tsparticles/plugin-hsl-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hsl-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hslColor/dist - '@tsparticles/plugin-rgb-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-rgb-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/rgbColor/dist - '@tsparticles/shape-circle': - specifier: workspace:3.8.1 + "@tsparticles/shape-circle": + specifier: workspace:3.9.0 version: link:../../shapes/circle/dist - '@tsparticles/updater-color': - specifier: workspace:3.8.1 + "@tsparticles/updater-color": + specifier: workspace:3.9.0 version: link:../../updaters/color/dist - '@tsparticles/updater-opacity': - specifier: workspace:3.8.1 + "@tsparticles/updater-opacity": + specifier: workspace:3.9.0 version: link:../../updaters/opacity/dist - '@tsparticles/updater-out-modes': - specifier: workspace:3.8.1 + "@tsparticles/updater-out-modes": + specifier: workspace:3.9.0 version: link:../../updaters/outModes/dist - '@tsparticles/updater-size': - specifier: workspace:3.8.1 + "@tsparticles/updater-size": + specifier: workspace:3.9.0 version: link:../../updaters/size/dist publishDirectory: dist bundles/confetti: dependencies: - '@tsparticles/basic': - specifier: workspace:3.8.1 + "@tsparticles/basic": + specifier: workspace:3.9.0 version: link:../basic/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../plugins/emitters/dist - '@tsparticles/plugin-motion': - specifier: workspace:3.8.1 + "@tsparticles/plugin-motion": + specifier: workspace:3.9.0 version: link:../../plugins/motion/dist - '@tsparticles/shape-cards': - specifier: workspace:3.8.1 + "@tsparticles/shape-cards": + specifier: workspace:3.9.0 version: link:../../shapes/cards/dist - '@tsparticles/shape-emoji': - specifier: workspace:3.8.1 + "@tsparticles/shape-emoji": + specifier: workspace:3.9.0 version: link:../../shapes/emoji/dist - '@tsparticles/shape-heart': - specifier: workspace:3.8.1 + "@tsparticles/shape-heart": + specifier: workspace:3.9.0 version: link:../../shapes/heart/dist - '@tsparticles/shape-image': - specifier: workspace:3.8.1 + "@tsparticles/shape-image": + specifier: workspace:3.9.0 version: link:../../shapes/image/dist - '@tsparticles/shape-polygon': - specifier: workspace:3.8.1 + "@tsparticles/shape-polygon": + specifier: workspace:3.9.0 version: link:../../shapes/polygon/dist - '@tsparticles/shape-square': - specifier: workspace:3.8.1 + "@tsparticles/shape-square": + specifier: workspace:3.9.0 version: link:../../shapes/square/dist - '@tsparticles/shape-star': - specifier: workspace:3.8.1 + "@tsparticles/shape-star": + specifier: workspace:3.9.0 version: link:../../shapes/star/dist - '@tsparticles/updater-life': - specifier: workspace:3.8.1 + "@tsparticles/updater-life": + specifier: workspace:3.9.0 version: link:../../updaters/life/dist - '@tsparticles/updater-roll': - specifier: workspace:3.8.1 + "@tsparticles/updater-roll": + specifier: workspace:3.9.0 version: link:../../updaters/roll/dist - '@tsparticles/updater-rotate': - specifier: workspace:3.8.1 + "@tsparticles/updater-rotate": + specifier: workspace:3.9.0 version: link:../../updaters/rotate/dist - '@tsparticles/updater-tilt': - specifier: workspace:3.8.1 + "@tsparticles/updater-tilt": + specifier: workspace:3.9.0 version: link:../../updaters/tilt/dist - '@tsparticles/updater-wobble': - specifier: workspace:3.8.1 + "@tsparticles/updater-wobble": + specifier: workspace:3.9.0 version: link:../../updaters/wobble/dist publishDirectory: dist bundles/fireworks: dependencies: - '@tsparticles/basic': - specifier: workspace:3.8.1 + "@tsparticles/basic": + specifier: workspace:3.9.0 version: link:../basic/dist - '@tsparticles/effect-trail': - specifier: workspace:3.8.1 + "@tsparticles/effect-trail": + specifier: workspace:3.9.0 version: link:../../effects/trail/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../plugins/emitters/dist - '@tsparticles/plugin-emitters-shape-square': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-square": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/square/dist - '@tsparticles/plugin-sounds': - specifier: workspace:3.8.1 + "@tsparticles/plugin-sounds": + specifier: workspace:3.9.0 version: link:../../plugins/sounds/dist - '@tsparticles/updater-destroy': - specifier: workspace:3.8.1 + "@tsparticles/updater-destroy": + specifier: workspace:3.9.0 version: link:../../updaters/destroy/dist - '@tsparticles/updater-life': - specifier: workspace:3.8.1 + "@tsparticles/updater-life": + specifier: workspace:3.9.0 version: link:../../updaters/life/dist - '@tsparticles/updater-rotate': - specifier: workspace:3.8.1 + "@tsparticles/updater-rotate": + specifier: workspace:3.9.0 version: link:../../updaters/rotate/dist publishDirectory: dist bundles/full: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/interaction-external-trail': + "@tsparticles/interaction-external-trail": specifier: workspace:3.8.1 version: link:../../interactions/external/trail/dist - '@tsparticles/plugin-absorbers': - specifier: workspace:3.8.1 + "@tsparticles/plugin-absorbers": + specifier: workspace:3.9.0 version: link:../../plugins/absorbers/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../plugins/emitters/dist - '@tsparticles/plugin-emitters-shape-circle': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-circle": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/circle/dist - '@tsparticles/plugin-emitters-shape-square': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-square": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/square/dist - '@tsparticles/shape-text': - specifier: workspace:3.8.1 + "@tsparticles/shape-text": + specifier: workspace:3.9.0 version: link:../../shapes/text/dist - '@tsparticles/slim': - specifier: workspace:3.8.1 + "@tsparticles/slim": + specifier: workspace:3.9.0 version: link:../slim/dist - '@tsparticles/updater-destroy': - specifier: workspace:3.8.1 + "@tsparticles/updater-destroy": + specifier: workspace:3.9.0 version: link:../../updaters/destroy/dist - '@tsparticles/updater-roll': - specifier: workspace:3.8.1 + "@tsparticles/updater-roll": + specifier: workspace:3.9.0 version: link:../../updaters/roll/dist - '@tsparticles/updater-tilt': - specifier: workspace:3.8.1 + "@tsparticles/updater-tilt": + specifier: workspace:3.9.0 version: link:../../updaters/tilt/dist - '@tsparticles/updater-twinkle': - specifier: workspace:3.8.1 + "@tsparticles/updater-twinkle": + specifier: workspace:3.9.0 version: link:../../updaters/twinkle/dist - '@tsparticles/updater-wobble': - specifier: workspace:3.8.1 + "@tsparticles/updater-wobble": + specifier: workspace:3.9.0 version: link:../../updaters/wobble/dist publishDirectory: dist bundles/pjs: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist bundles/slim: dependencies: - '@tsparticles/basic': - specifier: workspace:3.8.1 + "@tsparticles/basic": + specifier: workspace:3.9.0 version: link:../basic/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/interaction-external-attract': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-attract": + specifier: workspace:3.9.0 version: link:../../interactions/external/attract/dist - '@tsparticles/interaction-external-bounce': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-bounce": + specifier: workspace:3.9.0 version: link:../../interactions/external/bounce/dist - '@tsparticles/interaction-external-bubble': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-bubble": + specifier: workspace:3.9.0 version: link:../../interactions/external/bubble/dist - '@tsparticles/interaction-external-connect': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-connect": + specifier: workspace:3.9.0 version: link:../../interactions/external/connect/dist - '@tsparticles/interaction-external-grab': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-grab": + specifier: workspace:3.9.0 version: link:../../interactions/external/grab/dist - '@tsparticles/interaction-external-pause': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-pause": + specifier: workspace:3.9.0 version: link:../../interactions/external/pause/dist - '@tsparticles/interaction-external-push': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-push": + specifier: workspace:3.9.0 version: link:../../interactions/external/push/dist - '@tsparticles/interaction-external-remove': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-remove": + specifier: workspace:3.9.0 version: link:../../interactions/external/remove/dist - '@tsparticles/interaction-external-repulse': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-repulse": + specifier: workspace:3.9.0 version: link:../../interactions/external/repulse/dist - '@tsparticles/interaction-external-slow': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-slow": + specifier: workspace:3.9.0 version: link:../../interactions/external/slow/dist - '@tsparticles/interaction-particles-attract': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-attract": + specifier: workspace:3.9.0 version: link:../../interactions/particles/attract/dist - '@tsparticles/interaction-particles-collisions': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-collisions": + specifier: workspace:3.9.0 version: link:../../interactions/particles/collisions/dist - '@tsparticles/interaction-particles-links': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-links": + specifier: workspace:3.9.0 version: link:../../interactions/particles/links/dist - '@tsparticles/move-parallax': - specifier: workspace:3.8.1 + "@tsparticles/move-parallax": + specifier: workspace:3.9.0 version: link:../../move/parallax/dist - '@tsparticles/plugin-easing-quad': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-quad": + specifier: workspace:3.9.0 version: link:../../plugins/easings/quad/dist - '@tsparticles/shape-emoji': - specifier: workspace:3.8.1 + "@tsparticles/shape-emoji": + specifier: workspace:3.9.0 version: link:../../shapes/emoji/dist - '@tsparticles/shape-image': - specifier: workspace:3.8.1 + "@tsparticles/shape-image": + specifier: workspace:3.9.0 version: link:../../shapes/image/dist - '@tsparticles/shape-line': - specifier: workspace:3.8.1 + "@tsparticles/shape-line": + specifier: workspace:3.9.0 version: link:../../shapes/line/dist - '@tsparticles/shape-polygon': - specifier: workspace:3.8.1 + "@tsparticles/shape-polygon": + specifier: workspace:3.9.0 version: link:../../shapes/polygon/dist - '@tsparticles/shape-square': - specifier: workspace:3.8.1 + "@tsparticles/shape-square": + specifier: workspace:3.9.0 version: link:../../shapes/square/dist - '@tsparticles/shape-star': - specifier: workspace:3.8.1 + "@tsparticles/shape-star": + specifier: workspace:3.9.0 version: link:../../shapes/star/dist - '@tsparticles/updater-life': - specifier: workspace:3.8.1 + "@tsparticles/updater-life": + specifier: workspace:3.9.0 version: link:../../updaters/life/dist - '@tsparticles/updater-rotate': - specifier: workspace:3.8.1 + "@tsparticles/updater-rotate": + specifier: workspace:3.9.0 version: link:../../updaters/rotate/dist - '@tsparticles/updater-stroke-color': - specifier: workspace:3.8.1 + "@tsparticles/updater-stroke-color": + specifier: workspace:3.9.0 version: link:../../updaters/strokeColor/dist publishDirectory: dist demo/electron: dependencies: - '@tsparticles/configs': - specifier: workspace:3.8.1 + "@tsparticles/configs": + specifier: workspace:3.9.0 version: link:../../utils/configs/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist tsparticles: - specifier: workspace:3.8.1 + specifier: workspace:3.9.0 version: link:../../bundles/full/dist devDependencies: electron: @@ -595,332 +597,341 @@ importers: demo/vanilla: dependencies: - '@tsparticles/all': - specifier: workspace:3.8.1 + "@tsparticles/all": + specifier: workspace:3.9.0 version: link:../../bundles/all/dist - '@tsparticles/basic': - specifier: workspace:3.8.1 + "@tsparticles/basic": + specifier: workspace:3.9.0 version: link:../../bundles/basic/dist - '@tsparticles/confetti': - specifier: workspace:3.8.1 + "@tsparticles/confetti": + specifier: workspace:3.9.0 version: link:../../bundles/confetti/dist - '@tsparticles/configs': - specifier: workspace:3.8.1 + "@tsparticles/configs": + specifier: workspace:3.9.0 version: link:../../utils/configs/dist - '@tsparticles/effect-bubble': - specifier: workspace:3.8.1 + "@tsparticles/effect-bubble": + specifier: workspace:3.9.0 version: link:../../effects/bubble/dist - '@tsparticles/effect-trail': - specifier: workspace:3.8.1 + "@tsparticles/effect-trail": + specifier: workspace:3.9.0 version: link:../../effects/trail/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/fireworks': - specifier: workspace:3.8.1 + "@tsparticles/fireworks": + specifier: workspace:3.9.0 version: link:../../bundles/fireworks/dist - '@tsparticles/interaction-external-attract': - specifier: workspace:3.8.1 + "@tsparticles/fractal-noise": + specifier: workspace:3.9.0 + version: link:../../utils/fractalNoise/dist + "@tsparticles/interaction-external-attract": + specifier: workspace:3.9.0 version: link:../../interactions/external/attract/dist - '@tsparticles/interaction-external-bounce': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-bounce": + specifier: workspace:3.9.0 version: link:../../interactions/external/bounce/dist - '@tsparticles/interaction-external-bubble': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-bubble": + specifier: workspace:3.9.0 version: link:../../interactions/external/bubble/dist - '@tsparticles/interaction-external-connect': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-connect": + specifier: workspace:3.9.0 version: link:../../interactions/external/connect/dist - '@tsparticles/interaction-external-grab': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-grab": + specifier: workspace:3.9.0 version: link:../../interactions/external/grab/dist - '@tsparticles/interaction-external-particle': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-particle": + specifier: workspace:3.9.0 version: link:../../interactions/external/particle/dist - '@tsparticles/interaction-external-pause': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-pause": + specifier: workspace:3.9.0 version: link:../../interactions/external/pause/dist - '@tsparticles/interaction-external-pop': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-pop": + specifier: workspace:3.9.0 version: link:../../interactions/external/pop/dist - '@tsparticles/interaction-external-push': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-push": + specifier: workspace:3.9.0 version: link:../../interactions/external/push/dist - '@tsparticles/interaction-external-remove': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-remove": + specifier: workspace:3.9.0 version: link:../../interactions/external/remove/dist - '@tsparticles/interaction-external-repulse': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-repulse": + specifier: workspace:3.9.0 version: link:../../interactions/external/repulse/dist - '@tsparticles/interaction-external-slow': - specifier: workspace:3.8.1 + "@tsparticles/interaction-external-slow": + specifier: workspace:3.9.0 version: link:../../interactions/external/slow/dist - '@tsparticles/interaction-external-trail': + "@tsparticles/interaction-external-trail": specifier: workspace:3.8.1 version: link:../../interactions/external/trail/dist - '@tsparticles/interaction-light': - specifier: workspace:3.8.1 + "@tsparticles/interaction-light": + specifier: workspace:3.9.0 version: link:../../interactions/light/dist - '@tsparticles/interaction-particles-attract': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-attract": + specifier: workspace:3.9.0 version: link:../../interactions/particles/attract/dist - '@tsparticles/interaction-particles-collisions': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-collisions": + specifier: workspace:3.9.0 version: link:../../interactions/particles/collisions/dist - '@tsparticles/interaction-particles-links': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-links": + specifier: workspace:3.9.0 version: link:../../interactions/particles/links/dist - '@tsparticles/interaction-particles-repulse': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-repulse": + specifier: workspace:3.9.0 version: link:../../interactions/particles/repulse/dist - '@tsparticles/move-base': - specifier: workspace:3.8.1 + "@tsparticles/move-base": + specifier: workspace:3.9.0 version: link:../../move/base/dist - '@tsparticles/move-parallax': - specifier: workspace:3.8.1 + "@tsparticles/move-parallax": + specifier: workspace:3.9.0 version: link:../../move/parallax/dist - '@tsparticles/path-curl-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-curl-noise": + specifier: workspace:3.9.0 version: link:../../paths/curlNoise/dist - '@tsparticles/path-curves': - specifier: workspace:3.8.1 + "@tsparticles/path-curves": + specifier: workspace:3.9.0 version: link:../../paths/curves/dist - '@tsparticles/path-perlin-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-fractal-noise": + specifier: workspace:3.9.0 + version: link:../../paths/fractalNoise/dist + "@tsparticles/path-perlin-noise": + specifier: workspace:3.9.0 version: link:../../paths/perlinNoise/dist - '@tsparticles/path-polygon': - specifier: workspace:3.8.1 + "@tsparticles/path-polygon": + specifier: workspace:3.9.0 version: link:../../paths/polygon/dist - '@tsparticles/path-simplex-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-simplex-noise": + specifier: workspace:3.9.0 version: link:../../paths/simplexNoise/dist - '@tsparticles/path-svg': - specifier: workspace:3.8.1 + "@tsparticles/path-svg": + specifier: workspace:3.9.0 version: link:../../paths/svg/dist - '@tsparticles/path-zig-zag': - specifier: workspace:3.8.1 + "@tsparticles/path-zig-zag": + specifier: workspace:3.9.0 version: link:../../paths/zigzag/dist - '@tsparticles/perlin-noise': - specifier: workspace:3.8.1 + "@tsparticles/perlin-noise": + specifier: workspace:3.9.0 version: link:../../utils/perlinNoise/dist - '@tsparticles/pjs': - specifier: workspace:3.8.1 + "@tsparticles/pjs": + specifier: workspace:3.9.0 version: link:../../bundles/pjs/dist - '@tsparticles/plugin-absorbers': - specifier: workspace:3.8.1 + "@tsparticles/plugin-absorbers": + specifier: workspace:3.9.0 version: link:../../plugins/absorbers/dist - '@tsparticles/plugin-canvas-mask': - specifier: workspace:3.8.1 + "@tsparticles/plugin-canvas-mask": + specifier: workspace:3.9.0 version: link:../../plugins/canvasMask/dist - '@tsparticles/plugin-easing-back': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-back": + specifier: workspace:3.9.0 version: link:../../plugins/easings/back/dist - '@tsparticles/plugin-easing-circ': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-circ": + specifier: workspace:3.9.0 version: link:../../plugins/easings/circ/dist - '@tsparticles/plugin-easing-cubic': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-cubic": + specifier: workspace:3.9.0 version: link:../../plugins/easings/cubic/dist - '@tsparticles/plugin-easing-expo': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-expo": + specifier: workspace:3.9.0 version: link:../../plugins/easings/expo/dist - '@tsparticles/plugin-easing-linear': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-linear": + specifier: workspace:3.9.0 version: link:../../plugins/easings/linear/dist - '@tsparticles/plugin-easing-quad': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-quad": + specifier: workspace:3.9.0 version: link:../../plugins/easings/quad/dist - '@tsparticles/plugin-easing-quart': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-quart": + specifier: workspace:3.9.0 version: link:../../plugins/easings/quart/dist - '@tsparticles/plugin-easing-quint': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-quint": + specifier: workspace:3.9.0 version: link:../../plugins/easings/quint/dist - '@tsparticles/plugin-easing-sine': - specifier: workspace:3.8.1 + "@tsparticles/plugin-easing-sine": + specifier: workspace:3.9.0 version: link:../../plugins/easings/sine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../plugins/emitters/dist - '@tsparticles/plugin-emitters-shape-canvas': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-canvas": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/canvas/dist - '@tsparticles/plugin-emitters-shape-circle': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-circle": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/circle/dist - '@tsparticles/plugin-emitters-shape-path': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-path": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/path/dist - '@tsparticles/plugin-emitters-shape-polygon': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-polygon": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/polygon/dist - '@tsparticles/plugin-emitters-shape-square': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters-shape-square": + specifier: workspace:3.9.0 version: link:../../plugins/emittersShapes/square/dist - '@tsparticles/plugin-export-image': - specifier: workspace:3.8.1 + "@tsparticles/plugin-export-image": + specifier: workspace:3.9.0 version: link:../../plugins/exports/image/dist - '@tsparticles/plugin-export-json': - specifier: workspace:3.8.1 + "@tsparticles/plugin-export-json": + specifier: workspace:3.9.0 version: link:../../plugins/exports/json/dist - '@tsparticles/plugin-export-video': - specifier: workspace:3.8.1 + "@tsparticles/plugin-export-video": + specifier: workspace:3.9.0 version: link:../../plugins/exports/video/dist - '@tsparticles/plugin-hex-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hex-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hexColor/dist - '@tsparticles/plugin-hsl-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hsl-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hslColor/dist - '@tsparticles/plugin-hsv-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hsv-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hsvColor/dist - '@tsparticles/plugin-infection': - specifier: workspace:3.8.1 + "@tsparticles/plugin-infection": + specifier: workspace:3.9.0 version: link:../../plugins/infection/dist - '@tsparticles/plugin-motion': - specifier: workspace:3.8.1 + "@tsparticles/plugin-motion": + specifier: workspace:3.9.0 version: link:../../plugins/motion/dist - '@tsparticles/plugin-named-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-named-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/namedColor/dist - '@tsparticles/plugin-oklch-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-oklch-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/oklchColor/dist - '@tsparticles/plugin-poisson-disc': - specifier: workspace:3.8.1 + "@tsparticles/plugin-poisson-disc": + specifier: workspace:3.9.0 version: link:../../plugins/poisson/dist - '@tsparticles/plugin-polygon-mask': - specifier: workspace:3.8.1 + "@tsparticles/plugin-polygon-mask": + specifier: workspace:3.9.0 version: link:../../plugins/polygonMask/dist - '@tsparticles/plugin-rgb-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-rgb-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/rgbColor/dist - '@tsparticles/plugin-sounds': - specifier: workspace:3.8.1 + "@tsparticles/plugin-sounds": + specifier: workspace:3.9.0 version: link:../../plugins/sounds/dist - '@tsparticles/shape-arrow': - specifier: workspace:3.8.1 + "@tsparticles/shape-arrow": + specifier: workspace:3.9.0 version: link:../../shapes/arrow/dist - '@tsparticles/shape-cards': - specifier: workspace:3.8.1 + "@tsparticles/shape-cards": + specifier: workspace:3.9.0 version: link:../../shapes/cards/dist - '@tsparticles/shape-circle': - specifier: workspace:3.8.1 + "@tsparticles/shape-circle": + specifier: workspace:3.9.0 version: link:../../shapes/circle/dist - '@tsparticles/shape-cog': - specifier: workspace:3.8.1 + "@tsparticles/shape-cog": + specifier: workspace:3.9.0 version: link:../../shapes/cog/dist - '@tsparticles/shape-emoji': - specifier: workspace:3.8.1 + "@tsparticles/shape-emoji": + specifier: workspace:3.9.0 version: link:../../shapes/emoji/dist - '@tsparticles/shape-heart': - specifier: workspace:3.8.1 + "@tsparticles/shape-heart": + specifier: workspace:3.9.0 version: link:../../shapes/heart/dist - '@tsparticles/shape-image': - specifier: workspace:3.8.1 + "@tsparticles/shape-image": + specifier: workspace:3.9.0 version: link:../../shapes/image/dist - '@tsparticles/shape-infinity': - specifier: workspace:3.8.1 + "@tsparticles/shape-infinity": + specifier: workspace:3.9.0 version: link:../../shapes/infinity/dist - '@tsparticles/shape-line': - specifier: workspace:3.8.1 + "@tsparticles/shape-line": + specifier: workspace:3.9.0 version: link:../../shapes/line/dist - '@tsparticles/shape-path': - specifier: workspace:3.8.1 + "@tsparticles/shape-path": + specifier: workspace:3.9.0 version: link:../../shapes/path/dist - '@tsparticles/shape-polygon': - specifier: workspace:3.8.1 + "@tsparticles/shape-polygon": + specifier: workspace:3.9.0 version: link:../../shapes/polygon/dist - '@tsparticles/shape-rounded-polygon': - specifier: workspace:3.8.1 + "@tsparticles/shape-rounded-polygon": + specifier: workspace:3.9.0 version: link:../../shapes/rounded-polygon/dist - '@tsparticles/shape-rounded-rect': - specifier: workspace:3.8.1 + "@tsparticles/shape-rounded-rect": + specifier: workspace:3.9.0 version: link:../../shapes/rounded-rect/dist - '@tsparticles/shape-spiral': - specifier: workspace:3.8.1 + "@tsparticles/shape-spiral": + specifier: workspace:3.9.0 version: link:../../shapes/spiral/dist - '@tsparticles/shape-square': - specifier: workspace:3.8.1 + "@tsparticles/shape-square": + specifier: workspace:3.9.0 version: link:../../shapes/square/dist - '@tsparticles/shape-star': - specifier: workspace:3.8.1 + "@tsparticles/shape-star": + specifier: workspace:3.9.0 version: link:../../shapes/star/dist - '@tsparticles/shape-text': - specifier: workspace:3.8.1 + "@tsparticles/shape-text": + specifier: workspace:3.9.0 version: link:../../shapes/text/dist - '@tsparticles/simplex-noise': - specifier: workspace:3.8.1 + "@tsparticles/simplex-noise": + specifier: workspace:3.9.0 version: link:../../utils/simplexNoise/dist - '@tsparticles/slim': - specifier: workspace:3.8.1 + "@tsparticles/slim": + specifier: workspace:3.9.0 version: link:../../bundles/slim/dist - '@tsparticles/updater-color': - specifier: workspace:3.8.1 + "@tsparticles/smooth-value-noise": + specifier: workspace:3.9.0 + version: link:../../utils/smoothValueNoise/dist + "@tsparticles/updater-color": + specifier: workspace:3.9.0 version: link:../../updaters/color/dist - '@tsparticles/updater-destroy': - specifier: workspace:3.8.1 + "@tsparticles/updater-destroy": + specifier: workspace:3.9.0 version: link:../../updaters/destroy/dist - '@tsparticles/updater-gradient': - specifier: workspace:3.8.1 + "@tsparticles/updater-gradient": + specifier: workspace:3.9.0 version: link:../../updaters/gradient/dist - '@tsparticles/updater-life': - specifier: workspace:3.8.1 + "@tsparticles/updater-life": + specifier: workspace:3.9.0 version: link:../../updaters/life/dist - '@tsparticles/updater-opacity': - specifier: workspace:3.8.1 + "@tsparticles/updater-opacity": + specifier: workspace:3.9.0 version: link:../../updaters/opacity/dist - '@tsparticles/updater-orbit': - specifier: workspace:3.8.1 + "@tsparticles/updater-orbit": + specifier: workspace:3.9.0 version: link:../../updaters/orbit/dist - '@tsparticles/updater-out-modes': - specifier: workspace:3.8.1 + "@tsparticles/updater-out-modes": + specifier: workspace:3.9.0 version: link:../../updaters/outModes/dist - '@tsparticles/updater-roll': - specifier: workspace:3.8.1 + "@tsparticles/updater-roll": + specifier: workspace:3.9.0 version: link:../../updaters/roll/dist - '@tsparticles/updater-rotate': - specifier: workspace:3.8.1 + "@tsparticles/updater-rotate": + specifier: workspace:3.9.0 version: link:../../updaters/rotate/dist - '@tsparticles/updater-size': - specifier: workspace:3.8.1 + "@tsparticles/updater-size": + specifier: workspace:3.9.0 version: link:../../updaters/size/dist - '@tsparticles/updater-stroke-color': - specifier: workspace:3.8.1 + "@tsparticles/updater-stroke-color": + specifier: workspace:3.9.0 version: link:../../updaters/strokeColor/dist - '@tsparticles/updater-tilt': - specifier: workspace:3.8.1 + "@tsparticles/updater-tilt": + specifier: workspace:3.9.0 version: link:../../updaters/tilt/dist - '@tsparticles/updater-twinkle': - specifier: workspace:3.8.1 + "@tsparticles/updater-twinkle": + specifier: workspace:3.9.0 version: link:../../updaters/twinkle/dist - '@tsparticles/updater-wobble': - specifier: workspace:3.8.1 + "@tsparticles/updater-wobble": + specifier: workspace:3.9.0 version: link:../../updaters/wobble/dist tsparticles: - specifier: workspace:3.8.1 + specifier: workspace:3.9.0 version: link:../../bundles/full/dist devDependencies: - '@datalust/winston-seq': + "@datalust/winston-seq": specifier: ^2.0.0 version: 2.0.0(encoding@0.1.13)(winston@3.11.0) - '@fortawesome/fontawesome-free': + "@fortawesome/fontawesome-free": specifier: ^6.4.2 version: 6.4.2 - '@types/connect-livereload': + "@types/connect-livereload": specifier: ^0.6.3 version: 0.6.3 - '@types/express': + "@types/express": specifier: ^5.0.0 version: 5.0.0 - '@types/livereload': + "@types/livereload": specifier: ^0.9.5 version: 0.9.5 - '@types/node': + "@types/node": specifier: ^22.0.0 version: 22.7.5 - '@types/stylus': + "@types/stylus": specifier: ^0.48.41 version: 0.48.41 ace-builds: @@ -977,41 +988,41 @@ importers: demo/vanilla_new: dependencies: - '@tsparticles/configs': - specifier: workspace:3.8.1 + "@tsparticles/configs": + specifier: workspace:3.9.0 version: link:../../utils/configs/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/interaction-light': - specifier: workspace:3.8.1 + "@tsparticles/interaction-light": + specifier: workspace:3.9.0 version: link:../../interactions/light/dist - '@tsparticles/interaction-particles-repulse': - specifier: workspace:3.8.1 + "@tsparticles/interaction-particles-repulse": + specifier: workspace:3.9.0 version: link:../../interactions/particles/repulse/dist - '@tsparticles/path-curves': - specifier: workspace:3.8.1 + "@tsparticles/path-curves": + specifier: workspace:3.9.0 version: link:../../paths/curves/dist - '@tsparticles/path-perlin-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-perlin-noise": + specifier: workspace:3.9.0 version: link:../../paths/perlinNoise/dist - '@tsparticles/path-polygon': - specifier: workspace:3.8.1 + "@tsparticles/path-polygon": + specifier: workspace:3.9.0 version: link:../../paths/polygon/dist - '@tsparticles/path-simplex-noise': - specifier: workspace:3.8.1 + "@tsparticles/path-simplex-noise": + specifier: workspace:3.9.0 version: link:../../paths/simplexNoise/dist - '@tsparticles/plugin-infection': - specifier: workspace:3.8.1 + "@tsparticles/plugin-infection": + specifier: workspace:3.9.0 version: link:../../plugins/infection/dist - '@tsparticles/updater-gradient': - specifier: workspace:3.8.1 + "@tsparticles/updater-gradient": + specifier: workspace:3.9.0 version: link:../../updaters/gradient/dist - '@tsparticles/updater-orbit': - specifier: workspace:3.8.1 + "@tsparticles/updater-orbit": + specifier: workspace:3.9.0 version: link:../../updaters/orbit/dist tsparticles: - specifier: workspace:3.8.1 + specifier: workspace:3.9.0 version: link:../../bundles/full/dist devDependencies: fs-extra: @@ -1026,14 +1037,14 @@ importers: demo/vite: dependencies: - '@tsparticles/all': - specifier: workspace:3.8.1 + "@tsparticles/all": + specifier: workspace:3.9.0 version: link:../../bundles/all/dist - '@tsparticles/configs': - specifier: workspace:3.8.1 + "@tsparticles/configs": + specifier: workspace:3.9.0 version: link:../../utils/configs/dist - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist devDependencies: typescript: @@ -1041,19 +1052,19 @@ importers: version: 5.3.3 vite: specifier: ^6.0.0 - version: 6.0.9(@types/node@22.13.9)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + version: 6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) effects/bubble: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist effects/trail: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist @@ -1062,3648 +1073,4284 @@ importers: interactions/external/attract: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/bounce: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/bubble: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/connect: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/grab: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/particle: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/pause: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/pop: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/push: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/remove: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/repulse: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/slow: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/external/trail: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/light: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist interactions/particles/attract: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/particles/collisions: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/particles/links: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist interactions/particles/repulse: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist move/base: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist move/parallax: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist paths/curlNoise: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/simplex-noise': - specifier: workspace:3.8.1 + "@tsparticles/simplex-noise": + specifier: workspace:3.9.0 version: link:../../utils/simplexNoise/dist publishDirectory: dist paths/curves: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 + version: link:../../engine/dist + publishDirectory: dist + + paths/fractalNoise: + dependencies: + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist + "@tsparticles/fractal-noise": + specifier: workspace:3.9.0 + version: link:../../utils/fractalNoise/dist publishDirectory: dist paths/perlinNoise: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/perlin-noise': - specifier: workspace:3.8.1 + "@tsparticles/perlin-noise": + specifier: workspace:3.9.0 version: link:../../utils/perlinNoise/dist publishDirectory: dist paths/polygon: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist paths/simplexNoise: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/simplex-noise': - specifier: workspace:3.8.1 + "@tsparticles/simplex-noise": + specifier: workspace:3.9.0 version: link:../../utils/simplexNoise/dist publishDirectory: dist paths/svg: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist paths/zigzag: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/absorbers: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/canvasMask: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/colors/hexColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/colors/hslColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/colors/hsvColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/colors/namedColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/colors/oklchColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/colors/rgbColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/back: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/circ: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/cubic: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/expo: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/linear: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/quad: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/quart: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/quint: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/easings/sine: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/emitters: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/emittersShapes/canvas: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/circle: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/path: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/polygon: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../emitters/dist publishDirectory: dist plugins/emittersShapes/square: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist - '@tsparticles/plugin-emitters': - specifier: workspace:3.8.1 + "@tsparticles/plugin-emitters": + specifier: workspace:3.9.0 version: link:../../emitters/dist publishDirectory: dist plugins/exports/image: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/exports/json: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/exports/video: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../../engine/dist publishDirectory: dist plugins/infection: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/motion: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/poisson: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/polygonMask: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist plugins/sounds: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/arrow: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/cards: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/circle: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/cog: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/emoji: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/heart: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/image: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/infinity: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/line: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/path: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/polygon: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/rounded-polygon: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/rounded-rect: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/spiral: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/square: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/star: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist shapes/text: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/color: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/destroy: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/gradient: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/life: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/opacity: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/orbit: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/outModes: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/roll: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/rotate: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/size: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/strokeColor: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/tilt: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/twinkle: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist updaters/wobble: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist utils/configs: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist publishDirectory: dist + utils/fractalNoise: + dependencies: + "@tsparticles/smooth-value-noise": + specifier: workspace:3.9.0 + version: link:../smoothValueNoise/dist + publishDirectory: dist + utils/perlinNoise: publishDirectory: dist utils/simplexNoise: publishDirectory: dist + utils/smoothValueNoise: + publishDirectory: dist + utils/tests: dependencies: - '@tsparticles/engine': - specifier: workspace:3.8.1 + "@tsparticles/engine": + specifier: workspace:3.9.0 version: link:../../engine/dist - '@tsparticles/plugin-hex-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hex-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hexColor/dist - '@tsparticles/plugin-hsl-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hsl-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hslColor/dist - '@tsparticles/plugin-hsv-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-hsv-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/hsvColor/dist - '@tsparticles/plugin-rgb-color': - specifier: workspace:3.8.1 + "@tsparticles/plugin-rgb-color": + specifier: workspace:3.9.0 version: link:../../plugins/colors/rgbColor/dist packages: - - '@aashutoshrathi/word-wrap@1.2.6': - resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} - engines: {node: '>=0.10.0'} - - '@adobe/css-tools@4.3.3': - resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} - - '@ampproject/remapping@2.3.0': - resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} - engines: {node: '>=6.0.0'} - - '@asamuzakjp/css-color@2.8.3': - resolution: {integrity: sha512-GIc76d9UI1hCvOATjZPyHFmE5qhRccp3/zGfMPapK3jBi+yocEzp6BBB0UnfRYP9NP4FANqUZYb0hnfs3TM3hw==} - - '@augment-vir/assert@30.8.4': - resolution: {integrity: sha512-kxak+lDEYo14pStluTCss+/wH05SqlSv3mEN/yBvtV5lMJBXhoPcJGMua7zWXNCEnOCGVU36+hDBwuh9IQxT/A==} - engines: {node: '>=22'} - - '@augment-vir/assert@31.2.0': - resolution: {integrity: sha512-XkHv28mNA2bnQV66qzJMv2Wya7Ovd387DZHAjZ8N8J+nUdcMgbZVXK4W1nsmMFw5iS7fCQGmUYukwBcTXh8M4Q==} - engines: {node: '>=22'} - - '@augment-vir/common@23.4.0': - resolution: {integrity: sha512-QIrJ1doD00TNbOzeVrk9KgPTzRlIjayxERnhtbQjK/AFPj5yElcB03GbnGdQZPzws/R+5gfMM5cZiH7QyBP+Kg==} - - '@augment-vir/common@28.2.4': - resolution: {integrity: sha512-5Ib0OX7YlxAuFrG+MAoTsz6RlKMcbdMdoNGcEEKH/ezc/ZKMy/IHZ9Z/ZcCHYopZ4ocGXzVY4KUOiJ8+CXXvTA==} - - '@augment-vir/common@30.8.4': - resolution: {integrity: sha512-3w4WJOQKycuHmSod0BMjVyrUjHlHj+6vmabKvtRT96mz+b9Rstqg2EfM4zzlkuoM2k9biAbjeYSllwpmf631uQ==} - engines: {node: '>=22'} - - '@augment-vir/common@31.2.0': - resolution: {integrity: sha512-K00yUD3LWCxJGTx0v7miKCLo+ljc3w3f8L4KWMZ/QQqACu+edZKE2v6KeFx5ULCwLulA/3iQQVZFEkdud7b6pQ==} - engines: {node: '>=22'} - - '@augment-vir/core@30.8.4': - resolution: {integrity: sha512-fOp0W+z2xkkkcH9lpsY6AUVp2vPbR5qo3fbVui9IrA4RJ6wXzio6+sP1yYw2iLJVmOOEYIWSbvZddDn+Ih6Ppw==} - engines: {node: '>=22'} - - '@augment-vir/core@31.2.0': - resolution: {integrity: sha512-5ugzaqNGuubzHPjwI5P7S5COm9js8QSz4qUXGKDEsAqvCXr3agwMi/8ZKnVicIBOV2KqBp8vGwLdZD6talcP+w==} - engines: {node: '>=22'} - - '@babel/code-frame@7.25.7': - resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} - engines: {node: '>=6.9.0'} - - '@babel/compat-data@7.24.1': - resolution: {integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==} - engines: {node: '>=6.9.0'} - - '@babel/compat-data@7.24.7': - resolution: {integrity: sha512-qJzAIcv03PyaWqxRgO4mSU3lihncDT296vnyuE2O8uA4w3UHWI4S3hgeZd1L8W1Bft40w9JxJ2b412iDUFFRhw==} - engines: {node: '>=6.9.0'} - - '@babel/compat-data@7.25.7': - resolution: {integrity: sha512-9ickoLz+hcXCeh7jrcin+/SLWm+GkxE2kTvoYyp38p4WkdFXfQJxDFGWp/YHjiKLPx06z2A7W8XKuqbReXDzsw==} - engines: {node: '>=6.9.0'} - - '@babel/core@7.25.8': - resolution: {integrity: sha512-Oixnb+DzmRT30qu9d3tJSQkxuygWm32DFykT4bRoORPa9hZ/L4KhVB/XiRm6KG+roIEM7DBQlmg27kw2HZkdZg==} - engines: {node: '>=6.9.0'} - - '@babel/generator@7.25.7': - resolution: {integrity: sha512-5Dqpl5fyV9pIAD62yK9P7fcA768uVPUyrQmqpqstHWgMma4feF1x/oFysBCVZLY5wJ2GkMUCdsNDnGZrPoR6rA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-annotate-as-pure@7.22.5': - resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': - resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-compilation-targets@7.23.6': - resolution: {integrity: sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-compilation-targets@7.24.7': - resolution: {integrity: sha512-ctSdRHBi20qWOfy27RUb4Fhp07KSJ3sXcuSvTrXrc4aG8NSYDo1ici3Vhg9bg69y5bj0Mr1lh0aeEgTvc12rMg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-compilation-targets@7.25.7': - resolution: {integrity: sha512-DniTEax0sv6isaw6qSQSfV4gVRNtw2rte8HHM45t9ZR0xILaufBRNkpMifCRiAPyvL4ACD6v0gfCwCmtOQaV4A==} - engines: {node: '>=6.9.0'} - - '@babel/helper-create-class-features-plugin@7.24.1': - resolution: {integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==} - engines: {node: '>=6.9.0'} + "@aashutoshrathi/word-wrap@1.2.6": + resolution: + { integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA== } + engines: { node: ">=0.10.0" } + + "@adobe/css-tools@4.3.3": + resolution: + { integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ== } + + "@ampproject/remapping@2.3.0": + resolution: + { integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw== } + engines: { node: ">=6.0.0" } + + "@asamuzakjp/css-color@2.8.3": + resolution: + { integrity: sha512-GIc76d9UI1hCvOATjZPyHFmE5qhRccp3/zGfMPapK3jBi+yocEzp6BBB0UnfRYP9NP4FANqUZYb0hnfs3TM3hw== } + + "@augment-vir/assert@31.17.1": + resolution: + { integrity: sha512-iIb/+JE66sE8CyerlWjNXCh1cWo92f/g5sYCXwKPaosNFawe9vJvOB2sJJspf34xQAkRfWBogAGa2zy89Jbplg== } + engines: { node: ">=22" } + + "@augment-vir/assert@31.2.0": + resolution: + { integrity: sha512-XkHv28mNA2bnQV66qzJMv2Wya7Ovd387DZHAjZ8N8J+nUdcMgbZVXK4W1nsmMFw5iS7fCQGmUYukwBcTXh8M4Q== } + engines: { node: ">=22" } + + "@augment-vir/common@23.4.0": + resolution: + { integrity: sha512-QIrJ1doD00TNbOzeVrk9KgPTzRlIjayxERnhtbQjK/AFPj5yElcB03GbnGdQZPzws/R+5gfMM5cZiH7QyBP+Kg== } + + "@augment-vir/common@28.2.4": + resolution: + { integrity: sha512-5Ib0OX7YlxAuFrG+MAoTsz6RlKMcbdMdoNGcEEKH/ezc/ZKMy/IHZ9Z/ZcCHYopZ4ocGXzVY4KUOiJ8+CXXvTA== } + + "@augment-vir/common@31.17.1": + resolution: + { integrity: sha512-MO05g0D7OIh+sHkzfdl4D6jMddzJVSOmKfuvEY9PLF7N1buDIQf/9gayAi/7b/wUXj2SfCtBUvXM+EGErnC1NA== } + engines: { node: ">=22" } + + "@augment-vir/core@31.17.1": + resolution: + { integrity: sha512-pN5gSudi1N6G5zLktWf6pAQnbwlBQoOTDwQV63t0WDX96NpA7PJ7vela/U0qc2duTHwJAOq62wEHmUhlnAjc9A== } + engines: { node: ">=22" } + + "@augment-vir/core@31.2.0": + resolution: + { integrity: sha512-5ugzaqNGuubzHPjwI5P7S5COm9js8QSz4qUXGKDEsAqvCXr3agwMi/8ZKnVicIBOV2KqBp8vGwLdZD6talcP+w== } + engines: { node: ">=22" } + + "@babel/code-frame@7.27.1": + resolution: + { integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg== } + engines: { node: ">=6.9.0" } + + "@babel/compat-data@7.24.1": + resolution: + { integrity: sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA== } + engines: { node: ">=6.9.0" } + + "@babel/compat-data@7.27.2": + resolution: + { integrity: sha512-TUtMJYRPyUb/9aU8f3K0mjmjf6M9N5Woshn2CS6nqJSeJtTtQcpLUXjGt9vbF8ZGff0El99sWkLgzwW3VXnxZQ== } + engines: { node: ">=6.9.0" } + + "@babel/core@7.28.0": + resolution: + { integrity: sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ== } + engines: { node: ">=6.9.0" } + + "@babel/generator@7.27.1": + resolution: + { integrity: sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w== } + engines: { node: ">=6.9.0" } + + "@babel/generator@7.28.0": + resolution: + { integrity: sha512-lJjzvrbEeWrhB4P3QBsH7tey117PjLZnDbLiQEKjQ/fNJTjuq4HSqgFA+UNSwZT8D7dxxbnuSBMsa1lrWzKlQg== } + engines: { node: ">=6.9.0" } + + "@babel/helper-annotate-as-pure@7.22.5": + resolution: + { integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg== } + engines: { node: ">=6.9.0" } + + "@babel/helper-builder-binary-assignment-operator-visitor@7.22.15": + resolution: + { integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw== } + engines: { node: ">=6.9.0" } + + "@babel/helper-compilation-targets@7.27.2": + resolution: + { integrity: sha512-2+1thGUUWWjLTYTHZWK1n8Yga0ijBz1XAhUXcKy81rd5g6yh7hGqMp45v7cadSbEHc9G3OTv45SyneRN3ps4DQ== } + engines: { node: ">=6.9.0" } + + "@babel/helper-create-class-features-plugin@7.24.1": + resolution: + { integrity: sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/helper-create-regexp-features-plugin@7.22.15': - resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} - engines: {node: '>=6.9.0'} + "@babel/helper-create-regexp-features-plugin@7.22.15": + resolution: + { integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/helper-define-polyfill-provider@0.6.1': - resolution: {integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==} + "@babel/helper-define-polyfill-provider@0.6.1": + resolution: + { integrity: sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA== } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 - - '@babel/helper-environment-visitor@7.22.20': - resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-environment-visitor@7.24.7': - resolution: {integrity: sha512-DoiN84+4Gnd0ncbBOM9AZENV4a5ZiL39HYMyZJGZ/AZEykHYdJw0wW3kdcsh9/Kn+BRXHLkkklZ51ecPKmI1CQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-function-name@7.23.0': - resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-hoist-variables@7.22.5': - resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-member-expression-to-functions@7.23.0': - resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-module-imports@7.24.3': - resolution: {integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-module-imports@7.25.7': - resolution: {integrity: sha512-o0xCgpNmRohmnoWKQ0Ij8IdddjyBFE4T2kagL/x6M3+4zUgc+4qTOUBoNe4XxDskt1HPKO007ZPiMgLDq2s7Kw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-module-transforms@7.24.7': - resolution: {integrity: sha512-1fuJEwIrp+97rM4RWdO+qrRsZlAeL1lQJoPqtCYWv0NL115XM93hIH4CSRln2w52SqvmY5hqdtauB6QFCDiZNQ==} - engines: {node: '>=6.9.0'} + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 + + "@babel/helper-environment-visitor@7.22.20": + resolution: + { integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA== } + engines: { node: ">=6.9.0" } + + "@babel/helper-function-name@7.23.0": + resolution: + { integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw== } + engines: { node: ">=6.9.0" } + + "@babel/helper-globals@7.28.0": + resolution: + { integrity: sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw== } + engines: { node: ">=6.9.0" } + + "@babel/helper-hoist-variables@7.22.5": + resolution: + { integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw== } + engines: { node: ">=6.9.0" } + + "@babel/helper-member-expression-to-functions@7.23.0": + resolution: + { integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA== } + engines: { node: ">=6.9.0" } + + "@babel/helper-module-imports@7.24.3": + resolution: + { integrity: sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg== } + engines: { node: ">=6.9.0" } + + "@babel/helper-module-imports@7.27.1": + resolution: + { integrity: sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w== } + engines: { node: ">=6.9.0" } + + "@babel/helper-module-transforms@7.27.1": + resolution: + { integrity: sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/helper-module-transforms@7.25.7': - resolution: {integrity: sha512-k/6f8dKG3yDz/qCwSM+RKovjMix563SLxQFo0UhRNo239SP6n9u5/eLtKD6EAjwta2JHJ49CsD8pms2HdNiMMQ==} - engines: {node: '>=6.9.0'} + "@babel/helper-module-transforms@7.27.3": + resolution: + { integrity: sha512-dSOvYwvyLsWBeIRyOeHXp5vPj5l1I011r52FM1+r1jCERv+aFXYk4whgQccYEGYxK2H3ZAIA8nuPkQ0HaUo3qg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 - - '@babel/helper-optimise-call-expression@7.22.5': - resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-plugin-utils@7.24.0': - resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} - engines: {node: '>=6.9.0'} - - '@babel/helper-remap-async-to-generator@7.22.20': - resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} - engines: {node: '>=6.9.0'} + "@babel/core": ^7.0.0 + + "@babel/helper-optimise-call-expression@7.22.5": + resolution: + { integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw== } + engines: { node: ">=6.9.0" } + + "@babel/helper-plugin-utils@7.24.0": + resolution: + { integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w== } + engines: { node: ">=6.9.0" } + + "@babel/helper-remap-async-to-generator@7.22.20": + resolution: + { integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/helper-replace-supers@7.24.1': - resolution: {integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==} - engines: {node: '>=6.9.0'} + "@babel/helper-replace-supers@7.24.1": + resolution: + { integrity: sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 - - '@babel/helper-simple-access@7.22.5': - resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} - engines: {node: '>=6.9.0'} - - '@babel/helper-simple-access@7.25.7': - resolution: {integrity: sha512-FPGAkJmyoChQeM+ruBGIDyrT2tKfZJO8NcxdC+CWNJi7N8/rZpSxK7yvBJ5O/nF1gfu5KzN7VKG3YVSLFfRSxQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': - resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} - engines: {node: '>=6.9.0'} - - '@babel/helper-split-export-declaration@7.22.6': - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} - - '@babel/helper-split-export-declaration@7.24.7': - resolution: {integrity: sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-string-parser@7.24.7': - resolution: {integrity: sha512-7MbVt6xrwFQbunH2DNQsAP5sTGxfqQtErvBIvIMi6EQnbgUOuVYanvREcmFrOPhoXBrTtjhhP+lW+o5UfK+tDg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-string-parser@7.25.7': - resolution: {integrity: sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==} - engines: {node: '>=6.9.0'} - - '@babel/helper-string-parser@7.25.9': - resolution: {integrity: sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-identifier@7.22.20': - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-identifier@7.24.7': - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-identifier@7.25.7': - resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-identifier@7.25.9': - resolution: {integrity: sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-option@7.23.5': - resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-option@7.24.7': - resolution: {integrity: sha512-yy1/KvjhV/ZCL+SM7hBrvnZJ3ZuT9OuZgIJAGpPEToANvc3iM6iDvBnRjtElWibHU6n8/LPR/EjX9EtIEYO3pw==} - engines: {node: '>=6.9.0'} - - '@babel/helper-validator-option@7.25.7': - resolution: {integrity: sha512-ytbPLsm+GjArDYXJ8Ydr1c/KJuutjF2besPNbIZnZ6MKUxi/uTA22t2ymmA4WFjZFpjiAMO0xuuJPqK2nvDVfQ==} - engines: {node: '>=6.9.0'} - - '@babel/helper-wrap-function@7.22.20': - resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} - engines: {node: '>=6.9.0'} - - '@babel/helpers@7.25.7': - resolution: {integrity: sha512-Sv6pASx7Esm38KQpF/U/OXLwPPrdGHNKoeblRxgZRLXnAtnkEe4ptJPDtAZM7fBLadbc1Q07kQpSiGQ0Jg6tRA==} - engines: {node: '>=6.9.0'} - - '@babel/highlight@7.25.7': - resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} - engines: {node: '>=6.9.0'} - - '@babel/parser@7.25.8': - resolution: {integrity: sha512-HcttkxzdPucv3nNFmfOOMfFf64KgdJVqm1KaCm25dPGMLElo9nsLvXeJECQg8UzPuBGLyTSA0ZzqCtDSzKTEoQ==} - engines: {node: '>=6.0.0'} + "@babel/core": ^7.0.0 + + "@babel/helper-simple-access@7.22.5": + resolution: + { integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w== } + engines: { node: ">=6.9.0" } + + "@babel/helper-skip-transparent-expression-wrappers@7.22.5": + resolution: + { integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q== } + engines: { node: ">=6.9.0" } + + "@babel/helper-split-export-declaration@7.22.6": + resolution: + { integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g== } + engines: { node: ">=6.9.0" } + + "@babel/helper-string-parser@7.27.1": + resolution: + { integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA== } + engines: { node: ">=6.9.0" } + + "@babel/helper-validator-identifier@7.22.20": + resolution: + { integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A== } + engines: { node: ">=6.9.0" } + + "@babel/helper-validator-identifier@7.27.1": + resolution: + { integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow== } + engines: { node: ">=6.9.0" } + + "@babel/helper-validator-option@7.23.5": + resolution: + { integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw== } + engines: { node: ">=6.9.0" } + + "@babel/helper-validator-option@7.27.1": + resolution: + { integrity: sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg== } + engines: { node: ">=6.9.0" } + + "@babel/helper-wrap-function@7.22.20": + resolution: + { integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw== } + engines: { node: ">=6.9.0" } + + "@babel/helpers@7.28.2": + resolution: + { integrity: sha512-/V9771t+EgXz62aCcyofnQhGM8DQACbRhvzKFsXKC9QM+5MadF8ZmIm0crDMaz3+o0h0zXfJnd4EhbYbxsrcFw== } + engines: { node: ">=6.9.0" } + + "@babel/parser@7.27.2": + resolution: + { integrity: sha512-QYLs8299NA7WM/bZAdp+CviYYkVoYXlDW2rzliy3chxd1PQjej7JORuMJDJXJUb9g0TT+B99EwaVLKmX+sPXWw== } + engines: { node: ">=6.0.0" } hasBin: true - '@babel/parser@7.26.2': - resolution: {integrity: sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==} - engines: {node: '>=6.0.0'} + "@babel/parser@7.28.0": + resolution: + { integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g== } + engines: { node: ">=6.0.0" } hasBin: true - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1': - resolution: {integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1": + resolution: + { integrity: sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1': - resolution: {integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1": + resolution: + { integrity: sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.13.0 + "@babel/core": ^7.13.0 - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1': - resolution: {integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1": + resolution: + { integrity: sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2': - resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} - engines: {node: '>=6.9.0'} + "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2": + resolution: + { integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-async-generators@7.8.4': - resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} + "@babel/plugin-syntax-async-generators@7.8.4": + resolution: + { integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-class-properties@7.12.13': - resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} + "@babel/plugin-syntax-class-properties@7.12.13": + resolution: + { integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-class-static-block@7.14.5': - resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-syntax-class-static-block@7.14.5": + resolution: + { integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-dynamic-import@7.8.3': - resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} + "@babel/plugin-syntax-dynamic-import@7.8.3": + resolution: + { integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-export-namespace-from@7.8.3': - resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} + "@babel/plugin-syntax-export-namespace-from@7.8.3": + resolution: + { integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-import-assertions@7.24.1': - resolution: {integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-syntax-import-assertions@7.24.1": + resolution: + { integrity: sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-import-attributes@7.24.1': - resolution: {integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-syntax-import-attributes@7.24.1": + resolution: + { integrity: sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-import-meta@7.10.4': - resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} + "@babel/plugin-syntax-import-meta@7.10.4": + resolution: + { integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-json-strings@7.8.3': - resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} + "@babel/plugin-syntax-json-strings@7.8.3": + resolution: + { integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4': - resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} + "@babel/plugin-syntax-logical-assignment-operators@7.10.4": + resolution: + { integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3': - resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} + "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3": + resolution: + { integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-numeric-separator@7.10.4': - resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} + "@babel/plugin-syntax-numeric-separator@7.10.4": + resolution: + { integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-object-rest-spread@7.8.3': - resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} + "@babel/plugin-syntax-object-rest-spread@7.8.3": + resolution: + { integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-optional-catch-binding@7.8.3': - resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} + "@babel/plugin-syntax-optional-catch-binding@7.8.3": + resolution: + { integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-optional-chaining@7.8.3': - resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} + "@babel/plugin-syntax-optional-chaining@7.8.3": + resolution: + { integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg== } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-private-property-in-object@7.14.5': - resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-syntax-private-property-in-object@7.14.5": + resolution: + { integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-top-level-await@7.14.5': - resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-syntax-top-level-await@7.14.5": + resolution: + { integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6': - resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-syntax-unicode-sets-regex@7.18.6": + resolution: + { integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/plugin-transform-arrow-functions@7.24.1': - resolution: {integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-arrow-functions@7.24.1": + resolution: + { integrity: sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-async-generator-functions@7.24.3': - resolution: {integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-async-generator-functions@7.24.3": + resolution: + { integrity: sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-async-to-generator@7.24.1': - resolution: {integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-async-to-generator@7.24.1": + resolution: + { integrity: sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-block-scoped-functions@7.24.1': - resolution: {integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-block-scoped-functions@7.24.1": + resolution: + { integrity: sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-block-scoping@7.24.1': - resolution: {integrity: sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-block-scoping@7.24.1": + resolution: + { integrity: sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-class-properties@7.24.1': - resolution: {integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-class-properties@7.24.1": + resolution: + { integrity: sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-class-static-block@7.24.1': - resolution: {integrity: sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-class-static-block@7.24.1": + resolution: + { integrity: sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.12.0 + "@babel/core": ^7.12.0 - '@babel/plugin-transform-classes@7.24.1': - resolution: {integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-classes@7.24.1": + resolution: + { integrity: sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-computed-properties@7.24.1': - resolution: {integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-computed-properties@7.24.1": + resolution: + { integrity: sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-destructuring@7.24.1': - resolution: {integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-destructuring@7.24.1": + resolution: + { integrity: sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-dotall-regex@7.24.1': - resolution: {integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-dotall-regex@7.24.1": + resolution: + { integrity: sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-duplicate-keys@7.24.1': - resolution: {integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-duplicate-keys@7.24.1": + resolution: + { integrity: sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-dynamic-import@7.24.1': - resolution: {integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-dynamic-import@7.24.1": + resolution: + { integrity: sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-exponentiation-operator@7.24.1': - resolution: {integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-exponentiation-operator@7.24.1": + resolution: + { integrity: sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-export-namespace-from@7.24.1': - resolution: {integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-export-namespace-from@7.24.1": + resolution: + { integrity: sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-for-of@7.24.1': - resolution: {integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-for-of@7.24.1": + resolution: + { integrity: sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-function-name@7.24.1': - resolution: {integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-function-name@7.24.1": + resolution: + { integrity: sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-json-strings@7.24.1': - resolution: {integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-json-strings@7.24.1": + resolution: + { integrity: sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-literals@7.24.1': - resolution: {integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-literals@7.24.1": + resolution: + { integrity: sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-logical-assignment-operators@7.24.1': - resolution: {integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-logical-assignment-operators@7.24.1": + resolution: + { integrity: sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-member-expression-literals@7.24.1': - resolution: {integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-member-expression-literals@7.24.1": + resolution: + { integrity: sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-modules-amd@7.24.1': - resolution: {integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-modules-amd@7.24.1": + resolution: + { integrity: sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-modules-commonjs@7.24.1': - resolution: {integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-modules-commonjs@7.24.1": + resolution: + { integrity: sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-modules-systemjs@7.24.1': - resolution: {integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-modules-systemjs@7.24.1": + resolution: + { integrity: sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-modules-umd@7.24.1': - resolution: {integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-modules-umd@7.24.1": + resolution: + { integrity: sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-named-capturing-groups-regex@7.22.5': - resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-named-capturing-groups-regex@7.22.5": + resolution: + { integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/plugin-transform-new-target@7.24.1': - resolution: {integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-new-target@7.24.1": + resolution: + { integrity: sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-nullish-coalescing-operator@7.24.1': - resolution: {integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-nullish-coalescing-operator@7.24.1": + resolution: + { integrity: sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-numeric-separator@7.24.1': - resolution: {integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-numeric-separator@7.24.1": + resolution: + { integrity: sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-object-rest-spread@7.24.1': - resolution: {integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-object-rest-spread@7.24.1": + resolution: + { integrity: sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-object-super@7.24.1': - resolution: {integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-object-super@7.24.1": + resolution: + { integrity: sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-optional-catch-binding@7.24.1': - resolution: {integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-optional-catch-binding@7.24.1": + resolution: + { integrity: sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-optional-chaining@7.24.1': - resolution: {integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-optional-chaining@7.24.1": + resolution: + { integrity: sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-parameters@7.24.1': - resolution: {integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-parameters@7.24.1": + resolution: + { integrity: sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-private-methods@7.24.1': - resolution: {integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-private-methods@7.24.1": + resolution: + { integrity: sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-private-property-in-object@7.24.1': - resolution: {integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-private-property-in-object@7.24.1": + resolution: + { integrity: sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-property-literals@7.24.1': - resolution: {integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-property-literals@7.24.1": + resolution: + { integrity: sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-regenerator@7.24.1': - resolution: {integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-regenerator@7.24.1": + resolution: + { integrity: sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-reserved-words@7.24.1': - resolution: {integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-reserved-words@7.24.1": + resolution: + { integrity: sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-shorthand-properties@7.24.1': - resolution: {integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-shorthand-properties@7.24.1": + resolution: + { integrity: sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-spread@7.24.1': - resolution: {integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-spread@7.24.1": + resolution: + { integrity: sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-sticky-regex@7.24.1': - resolution: {integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-sticky-regex@7.24.1": + resolution: + { integrity: sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-template-literals@7.24.1': - resolution: {integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-template-literals@7.24.1": + resolution: + { integrity: sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-typeof-symbol@7.24.1': - resolution: {integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-typeof-symbol@7.24.1": + resolution: + { integrity: sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-unicode-escapes@7.24.1': - resolution: {integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-unicode-escapes@7.24.1": + resolution: + { integrity: sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-unicode-property-regex@7.24.1': - resolution: {integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-unicode-property-regex@7.24.1": + resolution: + { integrity: sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-unicode-regex@7.24.1': - resolution: {integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-unicode-regex@7.24.1": + resolution: + { integrity: sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/plugin-transform-unicode-sets-regex@7.24.1': - resolution: {integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==} - engines: {node: '>=6.9.0'} + "@babel/plugin-transform-unicode-sets-regex@7.24.1": + resolution: + { integrity: sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0 + "@babel/core": ^7.0.0 - '@babel/preset-env@7.24.3': - resolution: {integrity: sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==} - engines: {node: '>=6.9.0'} + "@babel/preset-env@7.24.3": + resolution: + { integrity: sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA== } + engines: { node: ">=6.9.0" } peerDependencies: - '@babel/core': ^7.0.0-0 + "@babel/core": ^7.0.0-0 - '@babel/preset-modules@0.1.6-no-external-plugins': - resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} + "@babel/preset-modules@0.1.6-no-external-plugins": + resolution: + { integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA== } peerDependencies: - '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 - - '@babel/regjsgen@0.8.0': - resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} - - '@babel/runtime@7.21.5': - resolution: {integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==} - engines: {node: '>=6.9.0'} - - '@babel/template@7.24.7': - resolution: {integrity: sha512-jYqfPrU9JTF0PmPy1tLYHW4Mp4KlgxJD9l2nP9fD6yT/ICi554DmrWBAEYpIelzjHf1msDP3PxJIRt/nFNfBig==} - engines: {node: '>=6.9.0'} - - '@babel/template@7.25.7': - resolution: {integrity: sha512-wRwtAgI3bAS+JGU2upWNL9lSlDcRCqD05BZ1n3X2ONLH1WilFP6O1otQjeMK/1g0pvYcXC7b/qVUB1keofjtZA==} - engines: {node: '>=6.9.0'} - - '@babel/traverse@7.25.7': - resolution: {integrity: sha512-jatJPT1Zjqvh/1FyJs6qAHL+Dzb7sTb+xr7Q+gM1b+1oBsMsQQ4FkVKb6dFlJvLlVssqkRzV05Jzervt9yhnzg==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.24.7': - resolution: {integrity: sha512-XEFXSlxiG5td2EJRe8vOmRbaXVgfcBlszKujvVmWIK/UpywWljQCfzAv3RQCGujWQ1RD4YYWEAqDXfuJiy8f5Q==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.25.8': - resolution: {integrity: sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==} - engines: {node: '>=6.9.0'} - - '@babel/types@7.26.0': - resolution: {integrity: sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==} - engines: {node: '>=6.9.0'} - - '@bcoe/v8-coverage@1.0.2': - resolution: {integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA==} - engines: {node: '>=18'} - - '@colors/colors@1.5.0': - resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==} - engines: {node: '>=0.1.90'} - - '@colors/colors@1.6.0': - resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} - engines: {node: '>=0.1.90'} - - '@commitlint/cli@19.5.0': - resolution: {integrity: sha512-gaGqSliGwB86MDmAAKAtV9SV1SHdmN8pnGq4EJU4+hLisQ7IFfx4jvU4s+pk6tl0+9bv6yT+CaZkufOinkSJIQ==} - engines: {node: '>=v18'} + "@babel/core": ^7.0.0-0 || ^8.0.0-0 <8.0.0 + + "@babel/regjsgen@0.8.0": + resolution: + { integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA== } + + "@babel/runtime@7.21.5": + resolution: + { integrity: sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q== } + engines: { node: ">=6.9.0" } + + "@babel/template@7.27.2": + resolution: + { integrity: sha512-LPDZ85aEJyYSd18/DkjNh4/y1ntkE5KwUHWTiqgRxruuZL2F1yuHligVHLvcHY2vMHXttKFpJn6LwfI7cw7ODw== } + engines: { node: ">=6.9.0" } + + "@babel/traverse@7.27.1": + resolution: + { integrity: sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg== } + engines: { node: ">=6.9.0" } + + "@babel/traverse@7.28.0": + resolution: + { integrity: sha512-mGe7UK5wWyh0bKRfupsUchrQGqvDbZDbKJw+kcRGSmdHVYrv+ltd0pnpDTVpiTqnaBru9iEvA8pz8W46v0Amwg== } + engines: { node: ">=6.9.0" } + + "@babel/types@7.27.1": + resolution: + { integrity: sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q== } + engines: { node: ">=6.9.0" } + + "@babel/types@7.28.2": + resolution: + { integrity: sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== } + engines: { node: ">=6.9.0" } + + "@bcoe/v8-coverage@1.0.2": + resolution: + { integrity: sha512-6zABk/ECA/QYSCQ1NGiVwwbQerUCZ+TQbp64Q3AgmfNvurHH0j8TtXa1qbShXA6qqkpAj4V5W8pP6mLe1mcMqA== } + engines: { node: ">=18" } + + "@colors/colors@1.5.0": + resolution: + { integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== } + engines: { node: ">=0.1.90" } + + "@colors/colors@1.6.0": + resolution: + { integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA== } + engines: { node: ">=0.1.90" } + + "@commitlint/cli@19.8.1": + resolution: + { integrity: sha512-LXUdNIkspyxrlV6VDHWBmCZRtkEVRpBKxi2Gtw3J54cGWhLCTouVD/Q6ZSaSvd2YaDObWK8mDjrz3TIKtaQMAA== } + engines: { node: ">=v18" } hasBin: true - '@commitlint/config-conventional@19.5.0': - resolution: {integrity: sha512-OBhdtJyHNPryZKg0fFpZNOBM1ZDbntMvqMuSmpfyP86XSfwzGw4CaoYRG4RutUPg0BTK07VMRIkNJT6wi2zthg==} - engines: {node: '>=v18'} - - '@commitlint/config-validator@19.5.0': - resolution: {integrity: sha512-CHtj92H5rdhKt17RmgALhfQt95VayrUo2tSqY9g2w+laAXyk7K/Ef6uPm9tn5qSIwSmrLjKaXK9eiNuxmQrDBw==} - engines: {node: '>=v18'} - - '@commitlint/ensure@19.5.0': - resolution: {integrity: sha512-Kv0pYZeMrdg48bHFEU5KKcccRfKmISSm9MvgIgkpI6m+ohFTB55qZlBW6eYqh/XDfRuIO0x4zSmvBjmOwWTwkg==} - engines: {node: '>=v18'} - - '@commitlint/execute-rule@19.5.0': - resolution: {integrity: sha512-aqyGgytXhl2ejlk+/rfgtwpPexYyri4t8/n4ku6rRJoRhGZpLFMqrZ+YaubeGysCP6oz4mMA34YSTaSOKEeNrg==} - engines: {node: '>=v18'} - - '@commitlint/format@19.5.0': - resolution: {integrity: sha512-yNy088miE52stCI3dhG/vvxFo9e4jFkU1Mj3xECfzp/bIS/JUay4491huAlVcffOoMK1cd296q0W92NlER6r3A==} - engines: {node: '>=v18'} - - '@commitlint/is-ignored@19.5.0': - resolution: {integrity: sha512-0XQ7Llsf9iL/ANtwyZ6G0NGp5Y3EQ8eDQSxv/SRcfJ0awlBY4tHFAvwWbw66FVUaWICH7iE5en+FD9TQsokZ5w==} - engines: {node: '>=v18'} - - '@commitlint/lint@19.5.0': - resolution: {integrity: sha512-cAAQwJcRtiBxQWO0eprrAbOurtJz8U6MgYqLz+p9kLElirzSCc0vGMcyCaA1O7AqBuxo11l1XsY3FhOFowLAAg==} - engines: {node: '>=v18'} - - '@commitlint/load@19.5.0': - resolution: {integrity: sha512-INOUhkL/qaKqwcTUvCE8iIUf5XHsEPCLY9looJ/ipzi7jtGhgmtH7OOFiNvwYgH7mA8osUWOUDV8t4E2HAi4xA==} - engines: {node: '>=v18'} - - '@commitlint/message@19.5.0': - resolution: {integrity: sha512-R7AM4YnbxN1Joj1tMfCyBryOC5aNJBdxadTZkuqtWi3Xj0kMdutq16XQwuoGbIzL2Pk62TALV1fZDCv36+JhTQ==} - engines: {node: '>=v18'} - - '@commitlint/parse@19.5.0': - resolution: {integrity: sha512-cZ/IxfAlfWYhAQV0TwcbdR1Oc0/r0Ik1GEessDJ3Lbuma/MRO8FRQX76eurcXtmhJC//rj52ZSZuXUg0oIX0Fw==} - engines: {node: '>=v18'} - - '@commitlint/read@19.5.0': - resolution: {integrity: sha512-TjS3HLPsLsxFPQj6jou8/CZFAmOP2y+6V4PGYt3ihbQKTY1Jnv0QG28WRKl/d1ha6zLODPZqsxLEov52dhR9BQ==} - engines: {node: '>=v18'} - - '@commitlint/resolve-extends@19.5.0': - resolution: {integrity: sha512-CU/GscZhCUsJwcKTJS9Ndh3AKGZTNFIOoQB2n8CmFnizE0VnEuJoum+COW+C1lNABEeqk6ssfc1Kkalm4bDklA==} - engines: {node: '>=v18'} - - '@commitlint/rules@19.5.0': - resolution: {integrity: sha512-hDW5TPyf/h1/EufSHEKSp6Hs+YVsDMHazfJ2azIk9tHPXS6UqSz1dIRs1gpqS3eMXgtkT7JH6TW4IShdqOwhAw==} - engines: {node: '>=v18'} - - '@commitlint/to-lines@19.5.0': - resolution: {integrity: sha512-R772oj3NHPkodOSRZ9bBVNq224DOxQtNef5Pl8l2M8ZnkkzQfeSTr4uxawV2Sd3ui05dUVzvLNnzenDBO1KBeQ==} - engines: {node: '>=v18'} - - '@commitlint/top-level@19.5.0': - resolution: {integrity: sha512-IP1YLmGAk0yWrImPRRc578I3dDUI5A2UBJx9FbSOjxe9sTlzFiwVJ+zeMLgAtHMtGZsC8LUnzmW1qRemkFU4ng==} - engines: {node: '>=v18'} - - '@commitlint/types@19.5.0': - resolution: {integrity: sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==} - engines: {node: '>=v18'} - - '@cspotcode/source-map-support@0.8.1': - resolution: {integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==} - engines: {node: '>=12'} - - '@csstools/color-helpers@5.0.1': - resolution: {integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA==} - engines: {node: '>=18'} - - '@csstools/css-calc@2.1.1': - resolution: {integrity: sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag==} - engines: {node: '>=18'} + "@commitlint/config-conventional@19.8.1": + resolution: + { integrity: sha512-/AZHJL6F6B/G959CsMAzrPKKZjeEiAVifRyEwXxcT6qtqbPwGw+iQxmNS+Bu+i09OCtdNRW6pNpBvgPrtMr9EQ== } + engines: { node: ">=v18" } + + "@commitlint/config-validator@19.8.1": + resolution: + { integrity: sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ== } + engines: { node: ">=v18" } + + "@commitlint/ensure@19.8.1": + resolution: + { integrity: sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw== } + engines: { node: ">=v18" } + + "@commitlint/execute-rule@19.8.1": + resolution: + { integrity: sha512-YfJyIqIKWI64Mgvn/sE7FXvVMQER/Cd+s3hZke6cI1xgNT/f6ZAz5heND0QtffH+KbcqAwXDEE1/5niYayYaQA== } + engines: { node: ">=v18" } + + "@commitlint/format@19.8.1": + resolution: + { integrity: sha512-kSJj34Rp10ItP+Eh9oCItiuN/HwGQMXBnIRk69jdOwEW9llW9FlyqcWYbHPSGofmjsqeoxa38UaEA5tsbm2JWw== } + engines: { node: ">=v18" } + + "@commitlint/is-ignored@19.8.1": + resolution: + { integrity: sha512-AceOhEhekBUQ5dzrVhDDsbMaY5LqtN8s1mqSnT2Kz1ERvVZkNihrs3Sfk1Je/rxRNbXYFzKZSHaPsEJJDJV8dg== } + engines: { node: ">=v18" } + + "@commitlint/lint@19.8.1": + resolution: + { integrity: sha512-52PFbsl+1EvMuokZXLRlOsdcLHf10isTPlWwoY1FQIidTsTvjKXVXYb7AvtpWkDzRO2ZsqIgPK7bI98x8LRUEw== } + engines: { node: ">=v18" } + + "@commitlint/load@19.8.1": + resolution: + { integrity: sha512-9V99EKG3u7z+FEoe4ikgq7YGRCSukAcvmKQuTtUyiYPnOd9a2/H9Ak1J9nJA1HChRQp9OA/sIKPugGS+FK/k1A== } + engines: { node: ">=v18" } + + "@commitlint/message@19.8.1": + resolution: + { integrity: sha512-+PMLQvjRXiU+Ae0Wc+p99EoGEutzSXFVwQfa3jRNUZLNW5odZAyseb92OSBTKCu+9gGZiJASt76Cj3dLTtcTdg== } + engines: { node: ">=v18" } + + "@commitlint/parse@19.8.1": + resolution: + { integrity: sha512-mmAHYcMBmAgJDKWdkjIGq50X4yB0pSGpxyOODwYmoexxxiUCy5JJT99t1+PEMK7KtsCtzuWYIAXYAiKR+k+/Jw== } + engines: { node: ">=v18" } + + "@commitlint/read@19.8.1": + resolution: + { integrity: sha512-03Jbjb1MqluaVXKHKRuGhcKWtSgh3Jizqy2lJCRbRrnWpcM06MYm8th59Xcns8EqBYvo0Xqb+2DoZFlga97uXQ== } + engines: { node: ">=v18" } + + "@commitlint/resolve-extends@19.8.1": + resolution: + { integrity: sha512-GM0mAhFk49I+T/5UCYns5ayGStkTt4XFFrjjf0L4S26xoMTSkdCf9ZRO8en1kuopC4isDFuEm7ZOm/WRVeElVg== } + engines: { node: ">=v18" } + + "@commitlint/rules@19.8.1": + resolution: + { integrity: sha512-Hnlhd9DyvGiGwjfjfToMi1dsnw1EXKGJNLTcsuGORHz6SS9swRgkBsou33MQ2n51/boIDrbsg4tIBbRpEWK2kw== } + engines: { node: ">=v18" } + + "@commitlint/to-lines@19.8.1": + resolution: + { integrity: sha512-98Mm5inzbWTKuZQr2aW4SReY6WUukdWXuZhrqf1QdKPZBCCsXuG87c+iP0bwtD6DBnmVVQjgp4whoHRVixyPBg== } + engines: { node: ">=v18" } + + "@commitlint/top-level@19.8.1": + resolution: + { integrity: sha512-Ph8IN1IOHPSDhURCSXBz44+CIu+60duFwRsg6HqaISFHQHbmBtxVw4ZrFNIYUzEP7WwrNPxa2/5qJ//NK1FGcw== } + engines: { node: ">=v18" } + + "@commitlint/types@19.8.1": + resolution: + { integrity: sha512-/yCrWGCoA1SVKOks25EGadP9Pnj0oAIHGpl2wH2M2Y46dPM2ueb8wyCVOD7O3WCTkaJ0IkKvzhl1JY7+uCT2Dw== } + engines: { node: ">=v18" } + + "@cspotcode/source-map-support@0.8.1": + resolution: + { integrity: sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw== } + engines: { node: ">=12" } + + "@csstools/color-helpers@5.0.1": + resolution: + { integrity: sha512-MKtmkA0BX87PKaO1NFRTFH+UnkgnmySQOvNxJubsadusqPEC2aJ9MOQiMceZJJ6oitUl/i0L6u0M1IrmAOmgBA== } + engines: { node: ">=18" } + + "@csstools/css-calc@2.1.1": + resolution: + { integrity: sha512-rL7kaUnTkL9K+Cvo2pnCieqNpTKgQzy5f+N+5Iuko9HAoasP+xgprVh7KN/MaJVvVL1l0EzQq2MoqBHKSrDrag== } + engines: { node: ">=18" } peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.4 - '@csstools/css-tokenizer': ^3.0.3 + "@csstools/css-parser-algorithms": ^3.0.4 + "@csstools/css-tokenizer": ^3.0.3 - '@csstools/css-color-parser@3.0.7': - resolution: {integrity: sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA==} - engines: {node: '>=18'} + "@csstools/css-color-parser@3.0.7": + resolution: + { integrity: sha512-nkMp2mTICw32uE5NN+EsJ4f5N+IGFeCFu4bGpiKgb2Pq/7J/MpyLBeQ5ry4KKtRFZaYs6sTmcMYrSRIyj5DFKA== } + engines: { node: ">=18" } peerDependencies: - '@csstools/css-parser-algorithms': ^3.0.4 - '@csstools/css-tokenizer': ^3.0.3 + "@csstools/css-parser-algorithms": ^3.0.4 + "@csstools/css-tokenizer": ^3.0.3 - '@csstools/css-parser-algorithms@3.0.4': - resolution: {integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==} - engines: {node: '>=18'} + "@csstools/css-parser-algorithms@3.0.4": + resolution: + { integrity: sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A== } + engines: { node: ">=18" } peerDependencies: - '@csstools/css-tokenizer': ^3.0.3 + "@csstools/css-tokenizer": ^3.0.3 - '@csstools/css-tokenizer@3.0.3': - resolution: {integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==} - engines: {node: '>=18'} + "@csstools/css-tokenizer@3.0.3": + resolution: + { integrity: sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw== } + engines: { node: ">=18" } - '@dabh/diagnostics@2.0.3': - resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} + "@dabh/diagnostics@2.0.3": + resolution: + { integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA== } - '@datalust/winston-seq@2.0.0': - resolution: {integrity: sha512-+2jseaj02d0uKWEfrYDVoAqJ89u33jd/KYItE/kbAsH21HlULm9ZN//S0C7+MUKsGStM0JnclByvvdyk5YmxjA==} + "@datalust/winston-seq@2.0.0": + resolution: + { integrity: sha512-+2jseaj02d0uKWEfrYDVoAqJ89u33jd/KYItE/kbAsH21HlULm9ZN//S0C7+MUKsGStM0JnclByvvdyk5YmxjA== } peerDependencies: winston: ^3.0.0 - '@date-vir/duration@7.1.1': - resolution: {integrity: sha512-eiSgx5uQbSlBWFyPEp8ED5AwG4c2htNVl4KVSX01iAwiBN1669LLVvKdaftPhZNCbLV6oKrAW9Vy0d+GeZiodA==} - engines: {node: '>=22'} - - '@dependents/detective-less@3.0.2': - resolution: {integrity: sha512-1YUvQ+e0eeTWAHoN8Uz2x2U37jZs6IGutiIE5LXId7cxfUGhtZjzxE06FdUiuiRrW+UE0vNCdSNPH2lY4dQCOQ==} - engines: {node: '>=12'} - - '@dependents/detective-less@5.0.0': - resolution: {integrity: sha512-D/9dozteKcutI5OdxJd8rU+fL6XgaaRg60sPPJWkT33OCiRfkCu5wO5B/yXTaaL2e6EB0lcCBGe5E0XscZCvvQ==} - engines: {node: '>=18'} - - '@discoveryjs/json-ext@0.5.7': - resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} - engines: {node: '>=10.0.0'} - - '@discoveryjs/json-ext@0.6.3': - resolution: {integrity: sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==} - engines: {node: '>=14.17.0'} - - '@electron/get@2.0.2': - resolution: {integrity: sha512-eFZVFoRXb3GFGd7Ak7W4+6jBl9wBtiZ4AaYOse97ej6mKj5tkyO0dUnUChs1IhJZtx1BENo4/p4WUTXpi6vT+g==} - engines: {node: '>=12'} - - '@emnapi/core@1.2.0': - resolution: {integrity: sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==} - - '@emnapi/runtime@1.2.0': - resolution: {integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==} - - '@emnapi/wasi-threads@1.0.1': - resolution: {integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==} - - '@es-joy/jsdoccomment@0.43.1': - resolution: {integrity: sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog==} - engines: {node: '>=16'} - - '@es-joy/jsdoccomment@0.48.0': - resolution: {integrity: sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==} - engines: {node: '>=16'} - - '@esbuild/aix-ppc64@0.24.2': - resolution: {integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==} - engines: {node: '>=18'} + "@date-vir/duration@7.1.1": + resolution: + { integrity: sha512-eiSgx5uQbSlBWFyPEp8ED5AwG4c2htNVl4KVSX01iAwiBN1669LLVvKdaftPhZNCbLV6oKrAW9Vy0d+GeZiodA== } + engines: { node: ">=22" } + + "@date-vir/duration@7.3.1": + resolution: + { integrity: sha512-MRXg2dz021QdOYx4TRcDFJ1PhiNIr8HsZ73uFot5+yMbE0oMdqEDpetzm3PAYvSrYrC3L/qxr8+cnh6FUr+cRw== } + engines: { node: ">=22" } + + "@dependents/detective-less@3.0.2": + resolution: + { integrity: sha512-1YUvQ+e0eeTWAHoN8Uz2x2U37jZs6IGutiIE5LXId7cxfUGhtZjzxE06FdUiuiRrW+UE0vNCdSNPH2lY4dQCOQ== } + engines: { node: ">=12" } + + "@dependents/detective-less@5.0.0": + resolution: + { integrity: sha512-D/9dozteKcutI5OdxJd8rU+fL6XgaaRg60sPPJWkT33OCiRfkCu5wO5B/yXTaaL2e6EB0lcCBGe5E0XscZCvvQ== } + engines: { node: ">=18" } + + "@discoveryjs/json-ext@0.5.7": + resolution: + { integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== } + engines: { node: ">=10.0.0" } + + "@discoveryjs/json-ext@0.6.3": + resolution: + { integrity: sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ== } + engines: { node: ">=14.17.0" } + + "@electron/get@2.0.2": + resolution: + { integrity: sha512-eFZVFoRXb3GFGd7Ak7W4+6jBl9wBtiZ4AaYOse97ej6mKj5tkyO0dUnUChs1IhJZtx1BENo4/p4WUTXpi6vT+g== } + engines: { node: ">=12" } + + "@emnapi/core@1.2.0": + resolution: + { integrity: sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w== } + + "@emnapi/runtime@1.2.0": + resolution: + { integrity: sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ== } + + "@emnapi/wasi-threads@1.0.1": + resolution: + { integrity: sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw== } + + "@epic-web/invariant@1.0.0": + resolution: + { integrity: sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA== } + + "@es-joy/jsdoccomment@0.43.1": + resolution: + { integrity: sha512-I238eDtOolvCuvtxrnqtlBaw0BwdQuYqK7eA6XIonicMdOOOb75mqdIzkGDUbS04+1Di007rgm9snFRNeVrOog== } + engines: { node: ">=16" } + + "@es-joy/jsdoccomment@0.49.0": + resolution: + { integrity: sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q== } + engines: { node: ">=16" } + + "@esbuild/aix-ppc64@0.24.2": + resolution: + { integrity: sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA== } + engines: { node: ">=18" } cpu: [ppc64] os: [aix] - '@esbuild/android-arm64@0.24.2': - resolution: {integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==} - engines: {node: '>=18'} + "@esbuild/android-arm64@0.24.2": + resolution: + { integrity: sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg== } + engines: { node: ">=18" } cpu: [arm64] os: [android] - '@esbuild/android-arm@0.24.2': - resolution: {integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==} - engines: {node: '>=18'} + "@esbuild/android-arm@0.24.2": + resolution: + { integrity: sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q== } + engines: { node: ">=18" } cpu: [arm] os: [android] - '@esbuild/android-x64@0.24.2': - resolution: {integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==} - engines: {node: '>=18'} + "@esbuild/android-x64@0.24.2": + resolution: + { integrity: sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw== } + engines: { node: ">=18" } cpu: [x64] os: [android] - '@esbuild/darwin-arm64@0.24.2': - resolution: {integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==} - engines: {node: '>=18'} + "@esbuild/darwin-arm64@0.24.2": + resolution: + { integrity: sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA== } + engines: { node: ">=18" } cpu: [arm64] os: [darwin] - '@esbuild/darwin-x64@0.24.2': - resolution: {integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==} - engines: {node: '>=18'} + "@esbuild/darwin-x64@0.24.2": + resolution: + { integrity: sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA== } + engines: { node: ">=18" } cpu: [x64] os: [darwin] - '@esbuild/freebsd-arm64@0.24.2': - resolution: {integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==} - engines: {node: '>=18'} + "@esbuild/freebsd-arm64@0.24.2": + resolution: + { integrity: sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg== } + engines: { node: ">=18" } cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-x64@0.24.2': - resolution: {integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==} - engines: {node: '>=18'} + "@esbuild/freebsd-x64@0.24.2": + resolution: + { integrity: sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q== } + engines: { node: ">=18" } cpu: [x64] os: [freebsd] - '@esbuild/linux-arm64@0.24.2': - resolution: {integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==} - engines: {node: '>=18'} + "@esbuild/linux-arm64@0.24.2": + resolution: + { integrity: sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg== } + engines: { node: ">=18" } cpu: [arm64] os: [linux] - '@esbuild/linux-arm@0.24.2': - resolution: {integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==} - engines: {node: '>=18'} + "@esbuild/linux-arm@0.24.2": + resolution: + { integrity: sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA== } + engines: { node: ">=18" } cpu: [arm] os: [linux] - '@esbuild/linux-ia32@0.24.2': - resolution: {integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==} - engines: {node: '>=18'} + "@esbuild/linux-ia32@0.24.2": + resolution: + { integrity: sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw== } + engines: { node: ">=18" } cpu: [ia32] os: [linux] - '@esbuild/linux-loong64@0.24.2': - resolution: {integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==} - engines: {node: '>=18'} + "@esbuild/linux-loong64@0.24.2": + resolution: + { integrity: sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ== } + engines: { node: ">=18" } cpu: [loong64] os: [linux] - '@esbuild/linux-mips64el@0.24.2': - resolution: {integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==} - engines: {node: '>=18'} + "@esbuild/linux-mips64el@0.24.2": + resolution: + { integrity: sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw== } + engines: { node: ">=18" } cpu: [mips64el] os: [linux] - '@esbuild/linux-ppc64@0.24.2': - resolution: {integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==} - engines: {node: '>=18'} + "@esbuild/linux-ppc64@0.24.2": + resolution: + { integrity: sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw== } + engines: { node: ">=18" } cpu: [ppc64] os: [linux] - '@esbuild/linux-riscv64@0.24.2': - resolution: {integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==} - engines: {node: '>=18'} + "@esbuild/linux-riscv64@0.24.2": + resolution: + { integrity: sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q== } + engines: { node: ">=18" } cpu: [riscv64] os: [linux] - '@esbuild/linux-s390x@0.24.2': - resolution: {integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==} - engines: {node: '>=18'} + "@esbuild/linux-s390x@0.24.2": + resolution: + { integrity: sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw== } + engines: { node: ">=18" } cpu: [s390x] os: [linux] - '@esbuild/linux-x64@0.24.2': - resolution: {integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==} - engines: {node: '>=18'} + "@esbuild/linux-x64@0.24.2": + resolution: + { integrity: sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q== } + engines: { node: ">=18" } cpu: [x64] os: [linux] - '@esbuild/netbsd-arm64@0.24.2': - resolution: {integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==} - engines: {node: '>=18'} + "@esbuild/netbsd-arm64@0.24.2": + resolution: + { integrity: sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw== } + engines: { node: ">=18" } cpu: [arm64] os: [netbsd] - '@esbuild/netbsd-x64@0.24.2': - resolution: {integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==} - engines: {node: '>=18'} + "@esbuild/netbsd-x64@0.24.2": + resolution: + { integrity: sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw== } + engines: { node: ">=18" } cpu: [x64] os: [netbsd] - '@esbuild/openbsd-arm64@0.24.2': - resolution: {integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==} - engines: {node: '>=18'} + "@esbuild/openbsd-arm64@0.24.2": + resolution: + { integrity: sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A== } + engines: { node: ">=18" } cpu: [arm64] os: [openbsd] - '@esbuild/openbsd-x64@0.24.2': - resolution: {integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==} - engines: {node: '>=18'} + "@esbuild/openbsd-x64@0.24.2": + resolution: + { integrity: sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA== } + engines: { node: ">=18" } cpu: [x64] os: [openbsd] - '@esbuild/sunos-x64@0.24.2': - resolution: {integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==} - engines: {node: '>=18'} + "@esbuild/sunos-x64@0.24.2": + resolution: + { integrity: sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig== } + engines: { node: ">=18" } cpu: [x64] os: [sunos] - '@esbuild/win32-arm64@0.24.2': - resolution: {integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==} - engines: {node: '>=18'} + "@esbuild/win32-arm64@0.24.2": + resolution: + { integrity: sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ== } + engines: { node: ">=18" } cpu: [arm64] os: [win32] - '@esbuild/win32-ia32@0.24.2': - resolution: {integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==} - engines: {node: '>=18'} + "@esbuild/win32-ia32@0.24.2": + resolution: + { integrity: sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA== } + engines: { node: ">=18" } cpu: [ia32] os: [win32] - '@esbuild/win32-x64@0.24.2': - resolution: {integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==} - engines: {node: '>=18'} + "@esbuild/win32-x64@0.24.2": + resolution: + { integrity: sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg== } + engines: { node: ">=18" } cpu: [x64] os: [win32] - '@eslint-community/eslint-utils@4.4.0': - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + "@eslint-community/eslint-utils@4.4.0": + resolution: + { integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 - '@eslint-community/regexpp@4.10.0': - resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - - '@eslint/eslintrc@2.1.4': - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - - '@eslint/js@8.57.1': - resolution: {integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - - '@fortawesome/fontawesome-free@6.4.2': - resolution: {integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg==} - engines: {node: '>=6'} - - '@humanwhocodes/config-array@0.13.0': - resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} - engines: {node: '>=10.10.0'} + "@eslint-community/regexpp@4.10.0": + resolution: + { integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA== } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } + + "@eslint/eslintrc@2.1.4": + resolution: + { integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + + "@eslint/js@8.57.1": + resolution: + { integrity: sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + + "@fortawesome/fontawesome-free@6.4.2": + resolution: + { integrity: sha512-m5cPn3e2+FDCOgi1mz0RexTUvvQibBebOUlUlW0+YrMjDTPkiJ6VTKukA1GRsvRw+12KyJndNjj0O4AgTxm2Pg== } + engines: { node: ">=6" } + + "@gerrit0/mini-shiki@3.8.1": + resolution: + { integrity: sha512-HVZW+8pxoOExr5ZMPK15U79jQAZTO/S6i5byQyyZGjtNj+qaYd82cizTncwFzTQgiLo8uUBym6vh+/1tfJklTw== } + + "@humanwhocodes/config-array@0.13.0": + resolution: + { integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw== } + engines: { node: ">=10.10.0" } deprecated: Use @eslint/config-array instead - '@humanwhocodes/module-importer@1.0.1': - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} + "@humanwhocodes/module-importer@1.0.1": + resolution: + { integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA== } + engines: { node: ">=12.22" } - '@humanwhocodes/object-schema@2.0.3': - resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + "@humanwhocodes/object-schema@2.0.3": + resolution: + { integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA== } deprecated: Use @eslint/object-schema instead - '@hutson/parse-repository-url@3.0.2': - resolution: {integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==} - engines: {node: '>=6.9.0'} - - '@isaacs/cliui@8.0.2': - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} - engines: {node: '>=12'} - - '@isaacs/string-locale-compare@1.1.0': - resolution: {integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ==} - - '@istanbuljs/schema@0.1.3': - resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} - engines: {node: '>=8'} - - '@jest/schemas@29.6.3': - resolution: {integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - - '@jridgewell/gen-mapping@0.3.5': - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} - engines: {node: '>=6.0.0'} - - '@jridgewell/resolve-uri@3.1.1': - resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} - engines: {node: '>=6.0.0'} - - '@jridgewell/set-array@1.2.1': - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} - - '@jridgewell/source-map@0.3.5': - resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} - - '@jridgewell/sourcemap-codec@1.4.15': - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - - '@jridgewell/sourcemap-codec@1.5.0': - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} - - '@jridgewell/trace-mapping@0.3.20': - resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} - - '@jridgewell/trace-mapping@0.3.25': - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} - - '@jridgewell/trace-mapping@0.3.9': - resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} - - '@lerna/create@8.1.8': - resolution: {integrity: sha512-wi72R01tgjBjzG2kjRyTHl4yCTKDfDMIXRyKz9E/FBa9SkFvUOAE4bdyY9MhEsRZmSWL7+CYE8Flv/HScRpBbA==} - engines: {node: '>=18.0.0'} - - '@microsoft/tsdoc-config@0.16.2': - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} - - '@microsoft/tsdoc-config@0.17.1': - resolution: {integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw==} - - '@microsoft/tsdoc@0.14.2': - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} - - '@microsoft/tsdoc@0.15.1': - resolution: {integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw==} - - '@napi-rs/wasm-runtime@0.2.4': - resolution: {integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ==} - - '@nodelib/fs.scandir@2.1.5': - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} - - '@nodelib/fs.stat@2.0.5': - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} - - '@nodelib/fs.walk@1.2.8': - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} - - '@npmcli/agent@2.2.0': - resolution: {integrity: sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@npmcli/arborist@7.5.4': - resolution: {integrity: sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g==} - engines: {node: ^16.14.0 || >=18.0.0} + "@hutson/parse-repository-url@3.0.2": + resolution: + { integrity: sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q== } + engines: { node: ">=6.9.0" } + + "@isaacs/cliui@8.0.2": + resolution: + { integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== } + engines: { node: ">=12" } + + "@isaacs/string-locale-compare@1.1.0": + resolution: + { integrity: sha512-SQ7Kzhh9+D+ZW9MA0zkYv3VXhIDNx+LzM6EJ+/65I3QY+enU6Itte7E5XX7EWrqLW2FN4n06GWzBnPoC3th2aQ== } + + "@istanbuljs/schema@0.1.3": + resolution: + { integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA== } + engines: { node: ">=8" } + + "@jest/schemas@29.6.3": + resolution: + { integrity: sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA== } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } + + "@jridgewell/gen-mapping@0.3.12": + resolution: + { integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg== } + + "@jridgewell/gen-mapping@0.3.5": + resolution: + { integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg== } + engines: { node: ">=6.0.0" } + + "@jridgewell/resolve-uri@3.1.1": + resolution: + { integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA== } + engines: { node: ">=6.0.0" } + + "@jridgewell/set-array@1.2.1": + resolution: + { integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A== } + engines: { node: ">=6.0.0" } + + "@jridgewell/source-map@0.3.5": + resolution: + { integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ== } + + "@jridgewell/sourcemap-codec@1.4.15": + resolution: + { integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== } + + "@jridgewell/sourcemap-codec@1.5.0": + resolution: + { integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ== } + + "@jridgewell/trace-mapping@0.3.25": + resolution: + { integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ== } + + "@jridgewell/trace-mapping@0.3.29": + resolution: + { integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ== } + + "@jridgewell/trace-mapping@0.3.9": + resolution: + { integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ== } + + "@lerna/create@8.2.3": + resolution: + { integrity: sha512-f+68+iojcQ0tZRMfCgQyJdsdz+YPu3/d+0Zo1RJz92bgBxTCiEU+dHACVq1n3sEjm/YWPnFGdag8U5EYYmP3WA== } + engines: { node: ">=18.0.0" } + + "@microsoft/tsdoc-config@0.16.2": + resolution: + { integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw== } + + "@microsoft/tsdoc-config@0.17.1": + resolution: + { integrity: sha512-UtjIFe0C6oYgTnad4q1QP4qXwLhe6tIpNTRStJ2RZEPIkqQPREAwE5spzVxsdn9UaEMUqhh0AqSx3X4nWAKXWw== } + + "@microsoft/tsdoc@0.14.2": + resolution: + { integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug== } + + "@microsoft/tsdoc@0.15.1": + resolution: + { integrity: sha512-4aErSrCR/On/e5G2hDP0wjooqDdauzEbIq8hIkIe5pXV0rtWJZvdCEKL0ykZxex+IxIwBp0eGeV48hQN07dXtw== } + + "@napi-rs/wasm-runtime@0.2.4": + resolution: + { integrity: sha512-9zESzOO5aDByvhIAsOy9TbpZ0Ur2AJbUI7UT73kcUTS2mxAMHOBaa1st/jAymNoCtvrit99kkzT1FZuXVcgfIQ== } + + "@nodelib/fs.scandir@2.1.5": + resolution: + { integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== } + engines: { node: ">= 8" } + + "@nodelib/fs.stat@2.0.5": + resolution: + { integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== } + engines: { node: ">= 8" } + + "@nodelib/fs.walk@1.2.8": + resolution: + { integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== } + engines: { node: ">= 8" } + + "@npmcli/agent@2.2.0": + resolution: + { integrity: sha512-2yThA1Es98orMkpSLVqlDZAMPK3jHJhifP2gnNUdk1754uZ8yI5c+ulCoVG+WlntQA6MzhrURMXjSd9Z7dJ2/Q== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@npmcli/arborist@7.5.4": + resolution: + { integrity: sha512-nWtIc6QwwoUORCRNzKx4ypHqCk3drI+5aeYdMTQQiRCcn4lOOgfQh7WyZobGYTxXPSq1VwV53lkpN/BRlRk08g== } + engines: { node: ^16.14.0 || >=18.0.0 } hasBin: true - '@npmcli/fs@3.1.1': - resolution: {integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + "@npmcli/fs@3.1.1": + resolution: + { integrity: sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - '@npmcli/git@5.0.3': - resolution: {integrity: sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw==} - engines: {node: ^16.14.0 || >=18.0.0} + "@npmcli/git@5.0.3": + resolution: + { integrity: sha512-UZp9NwK+AynTrKvHn5k3KviW/hA5eENmFsu3iAPe7sWRt0lFUdsY/wXIYjpDFe7cdSNwOIzbObfwgt6eL5/2zw== } + engines: { node: ^16.14.0 || >=18.0.0 } - '@npmcli/installed-package-contents@2.1.0': - resolution: {integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + "@npmcli/installed-package-contents@2.1.0": + resolution: + { integrity: sha512-c8UuGLeZpm69BryRykLuKRyKFZYJsZSCT4aVY5ds4omyZqJ172ApzgfKJ5eV/r3HgLdUYgFVe54KSFVjKoe27w== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true - '@npmcli/map-workspaces@3.0.6': - resolution: {integrity: sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - '@npmcli/metavuln-calculator@7.1.1': - resolution: {integrity: sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@npmcli/name-from-folder@2.0.0': - resolution: {integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - '@npmcli/node-gyp@3.0.0': - resolution: {integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - '@npmcli/package-json@5.2.0': - resolution: {integrity: sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@npmcli/promise-spawn@7.0.0': - resolution: {integrity: sha512-wBqcGsMELZna0jDblGd7UXgOby45TQaMWmbFwWX+SEotk4HV6zG2t6rT9siyLhPk4P6YYqgfL1UO8nMWDBVJXQ==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@npmcli/query@3.1.0': - resolution: {integrity: sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - '@npmcli/redact@2.0.1': - resolution: {integrity: sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@npmcli/run-script@8.1.0': - resolution: {integrity: sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@nrwl/devkit@19.3.2': - resolution: {integrity: sha512-n3tFalVPUk1HAJ2VYNnF34yzB9j2+6swFUi4Y92PxD1vN7vrIXnNeaTx2qcee7JDjBpiJ7Zn0KLg2jwiH6hNwA==} - - '@nrwl/devkit@19.8.4': - resolution: {integrity: sha512-OoIqDjj2mWzLs3aSF6w5OiC2xywYi/jBxHc7t7Lyi56Vc4dQq8vJMELa9WtG6qH0k05fF7N+jAoKlfvLgbbEFA==} - - '@nrwl/nx-cloud@19.1.0': - resolution: {integrity: sha512-krngXVPfX0Zf6+zJDtcI59/Pt3JfcMPMZ9C/+/x6rvz4WGgyv1s0MI4crEUM0Lx5ZpS4QI0WNDCFVQSfGEBXUg==} - - '@nrwl/tao@19.8.14': - resolution: {integrity: sha512-zBeYzzwg43T/Z8ZtLblv0fcKuqJULttqYDekSLILThXp3UOMSerEvruhUgwddCY1jUssfLscz8vacMKISv5X4w==} + "@npmcli/map-workspaces@3.0.6": + resolution: + { integrity: sha512-tkYs0OYnzQm6iIRdfy+LcLBjcKuQCeE5YLb8KnrIlutJfheNaPvPpgoFEyEFgbjzl5PLZ3IA/BWAwRU0eHuQDA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + + "@npmcli/metavuln-calculator@7.1.1": + resolution: + { integrity: sha512-Nkxf96V0lAx3HCpVda7Vw4P23RILgdi/5K1fmj2tZkWIYLpXAN8k2UVVOsW16TsS5F8Ws2I7Cm+PU1/rsVF47g== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@npmcli/name-from-folder@2.0.0": + resolution: + { integrity: sha512-pwK+BfEBZJbKdNYpHHRTNBwBoqrN/iIMO0AiGvYsp3Hoaq0WbgGSWQR6SCldZovoDpY3yje5lkFUe6gsDgJ2vg== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + + "@npmcli/node-gyp@3.0.0": + resolution: + { integrity: sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + + "@npmcli/package-json@5.2.0": + resolution: + { integrity: sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@npmcli/promise-spawn@7.0.0": + resolution: + { integrity: sha512-wBqcGsMELZna0jDblGd7UXgOby45TQaMWmbFwWX+SEotk4HV6zG2t6rT9siyLhPk4P6YYqgfL1UO8nMWDBVJXQ== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@npmcli/query@3.1.0": + resolution: + { integrity: sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } + + "@npmcli/redact@2.0.1": + resolution: + { integrity: sha512-YgsR5jCQZhVmTJvjduTOIHph0L73pK8xwMVaDY0PatySqVM9AZj93jpoXYSJqfHFxFkN9dmqTw6OiqExsS3LPw== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@npmcli/run-script@8.1.0": + resolution: + { integrity: sha512-y7efHHwghQfk28G2z3tlZ67pLG0XdfYbcVG26r7YIXALRsrVQcTq4/tdenSmdOrEsNahIYA/eh8aEVROWGFUDg== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@nrwl/devkit@19.8.4": + resolution: + { integrity: sha512-OoIqDjj2mWzLs3aSF6w5OiC2xywYi/jBxHc7t7Lyi56Vc4dQq8vJMELa9WtG6qH0k05fF7N+jAoKlfvLgbbEFA== } + + "@nrwl/nx-cloud@19.1.0": + resolution: + { integrity: sha512-krngXVPfX0Zf6+zJDtcI59/Pt3JfcMPMZ9C/+/x6rvz4WGgyv1s0MI4crEUM0Lx5ZpS4QI0WNDCFVQSfGEBXUg== } + + "@nrwl/tao@19.8.14": + resolution: + { integrity: sha512-zBeYzzwg43T/Z8ZtLblv0fcKuqJULttqYDekSLILThXp3UOMSerEvruhUgwddCY1jUssfLscz8vacMKISv5X4w== } hasBin: true - '@nrwl/tao@19.8.4': - resolution: {integrity: sha512-03/+QZ4/6HmKbEmvzCutLI1XIclBspNYtiVHmGPRWuwhnZViqYfnyl8J7RWVdFEoKKA5fhJqpg7e28aGuoMBvQ==} + "@nrwl/tao@19.8.4": + resolution: + { integrity: sha512-03/+QZ4/6HmKbEmvzCutLI1XIclBspNYtiVHmGPRWuwhnZViqYfnyl8J7RWVdFEoKKA5fhJqpg7e28aGuoMBvQ== } hasBin: true - '@nrwl/workspace@19.8.4': - resolution: {integrity: sha512-ZdzVMuVDkD5nYRXkvBIZe6yUTcbllYanoIh38a7l3MfPqw+2cFY2Cr9uPNfH3LXpzZYgKcr4vffYWwLXeIwbjw==} + "@nrwl/workspace@19.8.4": + resolution: + { integrity: sha512-ZdzVMuVDkD5nYRXkvBIZe6yUTcbllYanoIh38a7l3MfPqw+2cFY2Cr9uPNfH3LXpzZYgKcr4vffYWwLXeIwbjw== } - '@nx/devkit@19.3.2': - resolution: {integrity: sha512-uD3jaJ1Jvf7B6jqH2t2GH0L6REwcCGBLXq1qs1HRQF5SZrEtuUeusn8wvCKP7dftPK3byLHAG0xHRW4+IUAz/g==} + "@nx/devkit@19.8.4": + resolution: + { integrity: sha512-FPFT8gVDFRSEmU0n7nRkT4Rnqy7OMznfPXLfDZtVuzEi5Cl6ftG3UBUvCgJcJFCYJVAZAUuv6vRSRarHd51XFQ== } peerDependencies: - nx: '>= 17 <= 20' + nx: ">= 17 <= 20" - '@nx/devkit@19.8.4': - resolution: {integrity: sha512-FPFT8gVDFRSEmU0n7nRkT4Rnqy7OMznfPXLfDZtVuzEi5Cl6ftG3UBUvCgJcJFCYJVAZAUuv6vRSRarHd51XFQ==} - peerDependencies: - nx: '>= 17 <= 20' - - '@nx/nx-darwin-arm64@19.8.14': - resolution: {integrity: sha512-bZUFf23gAzuwVw71dR8rngye5aCR8Z/ouIo+KayjqB0LWWoi3WzO73s4S69ljftYt4n6z9wvD+Trbb1BKm2fPg==} - engines: {node: '>= 10'} + "@nx/nx-darwin-arm64@19.8.14": + resolution: + { integrity: sha512-bZUFf23gAzuwVw71dR8rngye5aCR8Z/ouIo+KayjqB0LWWoi3WzO73s4S69ljftYt4n6z9wvD+Trbb1BKm2fPg== } + engines: { node: ">= 10" } cpu: [arm64] os: [darwin] - '@nx/nx-darwin-arm64@19.8.4': - resolution: {integrity: sha512-mbSGt63hYcVCSQ54kpHl0lFqr5CsbkGJ4L3liWE30Da7vXZJwUBr9f+b9DnQ64IZzlu6vAhNcaiYQXa9lAk0yQ==} - engines: {node: '>= 10'} + "@nx/nx-darwin-arm64@19.8.4": + resolution: + { integrity: sha512-mbSGt63hYcVCSQ54kpHl0lFqr5CsbkGJ4L3liWE30Da7vXZJwUBr9f+b9DnQ64IZzlu6vAhNcaiYQXa9lAk0yQ== } + engines: { node: ">= 10" } cpu: [arm64] os: [darwin] - '@nx/nx-darwin-x64@19.8.14': - resolution: {integrity: sha512-UXXVea8icFG/3rFwpbLYsD6O4wlyJ1STQfOdhGK1Hyuga70AUUdrjVm7HzigAQP/Sb2Nzd7155YXHzfpRPDFYA==} - engines: {node: '>= 10'} + "@nx/nx-darwin-x64@19.8.14": + resolution: + { integrity: sha512-UXXVea8icFG/3rFwpbLYsD6O4wlyJ1STQfOdhGK1Hyuga70AUUdrjVm7HzigAQP/Sb2Nzd7155YXHzfpRPDFYA== } + engines: { node: ">= 10" } cpu: [x64] os: [darwin] - '@nx/nx-darwin-x64@19.8.4': - resolution: {integrity: sha512-lTcXUCXNvqHdLmrNCOyDF+u6pDx209Ew7nSR47sQPvkycIHYi0gvgk0yndFn1Swah0lP4OxWg7rzAfmOlZd6ew==} - engines: {node: '>= 10'} + "@nx/nx-darwin-x64@19.8.4": + resolution: + { integrity: sha512-lTcXUCXNvqHdLmrNCOyDF+u6pDx209Ew7nSR47sQPvkycIHYi0gvgk0yndFn1Swah0lP4OxWg7rzAfmOlZd6ew== } + engines: { node: ">= 10" } cpu: [x64] os: [darwin] - '@nx/nx-freebsd-x64@19.8.14': - resolution: {integrity: sha512-TK2xuXn+BI6hxGaRK1HRUPWeF/nOtezKSqM+6rbippfCzjES/crmp9l5nbI764MMthtUmykCyWvhEfkDca6kbA==} - engines: {node: '>= 10'} + "@nx/nx-freebsd-x64@19.8.14": + resolution: + { integrity: sha512-TK2xuXn+BI6hxGaRK1HRUPWeF/nOtezKSqM+6rbippfCzjES/crmp9l5nbI764MMthtUmykCyWvhEfkDca6kbA== } + engines: { node: ">= 10" } cpu: [x64] os: [freebsd] - '@nx/nx-freebsd-x64@19.8.4': - resolution: {integrity: sha512-4BUplOxPZeUwlUNfzHHMmebNVgDFW/jNX6TWRS+jINwOHnpWLkLFAXu27G80/S3OaniVCzEQklXO9b+1UsdgXw==} - engines: {node: '>= 10'} + "@nx/nx-freebsd-x64@19.8.4": + resolution: + { integrity: sha512-4BUplOxPZeUwlUNfzHHMmebNVgDFW/jNX6TWRS+jINwOHnpWLkLFAXu27G80/S3OaniVCzEQklXO9b+1UsdgXw== } + engines: { node: ">= 10" } cpu: [x64] os: [freebsd] - '@nx/nx-linux-arm-gnueabihf@19.8.14': - resolution: {integrity: sha512-33rptyRraqaeQ2Kq6pcZKQqgnYY/7zcGH8fHXgKK7XzKk+7QuPViq+jMEUZP5E3UzZPkIYhsfmZcZqhNRvepJQ==} - engines: {node: '>= 10'} + "@nx/nx-linux-arm-gnueabihf@19.8.14": + resolution: + { integrity: sha512-33rptyRraqaeQ2Kq6pcZKQqgnYY/7zcGH8fHXgKK7XzKk+7QuPViq+jMEUZP5E3UzZPkIYhsfmZcZqhNRvepJQ== } + engines: { node: ">= 10" } cpu: [arm] os: [linux] - '@nx/nx-linux-arm-gnueabihf@19.8.4': - resolution: {integrity: sha512-Wahul8oz9huEm/Jv3wud5IGWdZxkGG4tdJm9i5TV5wxfUMAWbKU9v2nzZZins452UYESWvwvDkiuBPZqSto3qw==} - engines: {node: '>= 10'} + "@nx/nx-linux-arm-gnueabihf@19.8.4": + resolution: + { integrity: sha512-Wahul8oz9huEm/Jv3wud5IGWdZxkGG4tdJm9i5TV5wxfUMAWbKU9v2nzZZins452UYESWvwvDkiuBPZqSto3qw== } + engines: { node: ">= 10" } cpu: [arm] os: [linux] - '@nx/nx-linux-arm64-gnu@19.8.14': - resolution: {integrity: sha512-2E70qMKOhh7Fp4JGcRbRLvFKq0+ANVdAgSzH47plxOLygIeVAfIXRSuQbCI0EUFa5Sy6hImLaoRSB2GdgKihAw==} - engines: {node: '>= 10'} + "@nx/nx-linux-arm64-gnu@19.8.14": + resolution: + { integrity: sha512-2E70qMKOhh7Fp4JGcRbRLvFKq0+ANVdAgSzH47plxOLygIeVAfIXRSuQbCI0EUFa5Sy6hImLaoRSB2GdgKihAw== } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-gnu@19.8.4': - resolution: {integrity: sha512-L0RVCZkNAtZDplLT7uJV7M9cXxq2Fxw+8ex3eb9XSp7eyLeFO21T0R6vTouJ42E/PEvGApCAcyGqtnyPNMZFfw==} - engines: {node: '>= 10'} + "@nx/nx-linux-arm64-gnu@19.8.4": + resolution: + { integrity: sha512-L0RVCZkNAtZDplLT7uJV7M9cXxq2Fxw+8ex3eb9XSp7eyLeFO21T0R6vTouJ42E/PEvGApCAcyGqtnyPNMZFfw== } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.8.14': - resolution: {integrity: sha512-ltty/PDWqkYgu/6Ye65d7v5nh3D6e0n3SacoKRs2Vtfz5oHYRUkSKizKIhEVfRNuHn3d9j8ve1fdcCN4SDPUBQ==} - engines: {node: '>= 10'} + "@nx/nx-linux-arm64-musl@19.8.14": + resolution: + { integrity: sha512-ltty/PDWqkYgu/6Ye65d7v5nh3D6e0n3SacoKRs2Vtfz5oHYRUkSKizKIhEVfRNuHn3d9j8ve1fdcCN4SDPUBQ== } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] - '@nx/nx-linux-arm64-musl@19.8.4': - resolution: {integrity: sha512-0q8r8I8WCsY3xowDI2j109SCUSkFns/BJ40aCfRh9hhrtaIIc5qXUw2YFTjxUZNcRJXx9j9+hTe9jBkUSIGvCw==} - engines: {node: '>= 10'} + "@nx/nx-linux-arm64-musl@19.8.4": + resolution: + { integrity: sha512-0q8r8I8WCsY3xowDI2j109SCUSkFns/BJ40aCfRh9hhrtaIIc5qXUw2YFTjxUZNcRJXx9j9+hTe9jBkUSIGvCw== } + engines: { node: ">= 10" } cpu: [arm64] os: [linux] - '@nx/nx-linux-x64-gnu@19.8.14': - resolution: {integrity: sha512-JzE3BuO9RCBVdgai18CCze6KUzG0AozE0TtYFxRokfSC05NU3nUhd/o62UsOl7s6Bqt/9nwrW7JC8pNDiCi9OQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@nx/nx-linux-x64-gnu@19.8.4': - resolution: {integrity: sha512-XcRBNe0ws7KB0PMcUlpQqzzjjxMP8VdqirBz7CfB2XQ8xKmP3370p0cDvqs/4oKDHK4PCkmvVFX60tzakutylA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@nx/nx-linux-x64-musl@19.8.14': - resolution: {integrity: sha512-2rPvDOQLb7Wd6YiU88FMBiLtYco0dVXF99IJBRGAWv+WTI7MNr47OyK2ze+JOsbYY1d8aOGUvckUvCCZvZKEfg==} - engines: {node: '>= 10'} + "@nx/nx-linux-x64-gnu@19.8.14": + resolution: + { integrity: sha512-JzE3BuO9RCBVdgai18CCze6KUzG0AozE0TtYFxRokfSC05NU3nUhd/o62UsOl7s6Bqt/9nwrW7JC8pNDiCi9OQ== } + engines: { node: ">= 10" } cpu: [x64] os: [linux] - '@nx/nx-linux-x64-musl@19.8.4': - resolution: {integrity: sha512-JB4tAuZBCF0yqSnKF3pHXa0b7LA3ebi3Bw08QmMr//ON4aU+eXURGBuj9XvULD2prY+gpBrvf+MsG1XJAHL6Zg==} - engines: {node: '>= 10'} + "@nx/nx-linux-x64-gnu@19.8.4": + resolution: + { integrity: sha512-XcRBNe0ws7KB0PMcUlpQqzzjjxMP8VdqirBz7CfB2XQ8xKmP3370p0cDvqs/4oKDHK4PCkmvVFX60tzakutylA== } + engines: { node: ">= 10" } cpu: [x64] os: [linux] - '@nx/nx-win32-arm64-msvc@19.8.14': - resolution: {integrity: sha512-JxW+YPS+EjhUsLw9C6wtk9pQTG3psyFwxhab8y/dgk2s4AOTLyIm0XxgcCJVvB6i4uv+s1g0QXRwp6+q3IR6hg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@nx/nx-win32-arm64-msvc@19.8.4': - resolution: {integrity: sha512-WvQag/pN9ofRWRDvOZxj3jvJoTetlvV1uyirnDrhupRgi+Fj67OlGGt2zVUHaXFGEa1MfCEG6Vhk6152m4KyaQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@nx/nx-win32-x64-msvc@19.8.14': - resolution: {integrity: sha512-RxiPlBWPcGSf9TzIIy62iKRdRhokXMDUsPub9DL2VdVyTMXPZQR25aY/PJeasJN1EQU74hg097LK2wSHi+vzOQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - - '@nx/nx-win32-x64-msvc@19.8.4': - resolution: {integrity: sha512-//JntLrN3L7WL/WgP3D0FE34caYTPcG/GIMBguC9w7YDyTlEikLgLbobjdCPz+2f9OWGvIZbJgGmtHNjnETM/g==} - engines: {node: '>= 10'} + "@nx/nx-linux-x64-musl@19.8.14": + resolution: + { integrity: sha512-2rPvDOQLb7Wd6YiU88FMBiLtYco0dVXF99IJBRGAWv+WTI7MNr47OyK2ze+JOsbYY1d8aOGUvckUvCCZvZKEfg== } + engines: { node: ">= 10" } cpu: [x64] - os: [win32] - - '@nx/workspace@19.8.4': - resolution: {integrity: sha512-ub4nD2klOj00onF1KrNXIlLB9hXN9ybHs7XSP9YW+52qz79KaJWJm46ebTqeLnDZApYbAcB0vSCp2+kaEV24Ew==} - - '@octokit/auth-token@3.0.4': - resolution: {integrity: sha512-TWFX7cZF2LXoCvdmJWY7XVPi74aSY0+FfBZNSXEXFkMpjcqsQwDSYVv5FhRFaI0V1ECnwbz4j59T/G+rXNWaIQ==} - engines: {node: '>= 14'} - - '@octokit/core@4.2.4': - resolution: {integrity: sha512-rYKilwgzQ7/imScn3M9/pFfUf4I1AZEH3KhyJmtPdE2zfaXAn2mFfUy4FbKewzc2We5y/LlKLj36fWJLKC2SIQ==} - engines: {node: '>= 14'} - - '@octokit/endpoint@7.0.6': - resolution: {integrity: sha512-5L4fseVRUsDFGR00tMWD/Trdeeihn999rTMGRMC1G/Ldi1uWlWJzI98H4Iak5DB/RVvQuyMYKqSK/R6mbSOQyg==} - engines: {node: '>= 14'} - - '@octokit/graphql@5.0.6': - resolution: {integrity: sha512-Fxyxdy/JH0MnIB5h+UQ3yCoh1FG4kWXfFKkpWqjZHw/p+Kc8Y44Hu/kCgNBT6nU1shNumEchmW/sUO1JuQnPcw==} - engines: {node: '>= 14'} - - '@octokit/openapi-types@18.0.0': - resolution: {integrity: sha512-V8GImKs3TeQRxRtXFpG2wl19V7444NIOTDF24AWuIbmNaNYOQMWRbjcGDXV5B+0n887fgDcuMNOmlul+k+oJtw==} - - '@octokit/plugin-enterprise-rest@6.0.1': - resolution: {integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw==} - - '@octokit/plugin-paginate-rest@6.1.2': - resolution: {integrity: sha512-qhrmtQeHU/IivxucOV1bbI/xZyC/iOBhclokv7Sut5vnejAIAEXVcGQeRpQlU39E0WwK9lNvJHphHri/DB6lbQ==} - engines: {node: '>= 14'} - peerDependencies: - '@octokit/core': '>=4' - - '@octokit/plugin-request-log@1.0.4': - resolution: {integrity: sha512-mLUsMkgP7K/cnFEw07kWqXGF5LKrOkD+lhCrKvPHXWDywAwuDUeDwWBpc69XK3pNX0uKiVt8g5z96PJ6z9xCFA==} - peerDependencies: - '@octokit/core': '>=3' - - '@octokit/plugin-rest-endpoint-methods@7.2.3': - resolution: {integrity: sha512-I5Gml6kTAkzVlN7KCtjOM+Ruwe/rQppp0QU372K1GP7kNOYEKe8Xn5BW4sE62JAHdwpq95OQK/qGNyKQMUzVgA==} - engines: {node: '>= 14'} - peerDependencies: - '@octokit/core': '>=3' - - '@octokit/request-error@3.0.3': - resolution: {integrity: sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==} - engines: {node: '>= 14'} - - '@octokit/request@6.2.8': - resolution: {integrity: sha512-ow4+pkVQ+6XVVsekSYBzJC0VTVvh/FCTUUgTsboGq+DTeWdyIFV8WSCdo0RIxk6wSkBTHqIK1mYuY7nOBXOchw==} - engines: {node: '>= 14'} - - '@octokit/rest@19.0.11': - resolution: {integrity: sha512-m2a9VhaP5/tUw8FwfnW2ICXlXpLPIqxtg3XcAiGMLj/Xhw3RSBfZ8le/466ktO1Gcjr8oXudGnHhxV1TXJgFxw==} - engines: {node: '>= 14'} - - '@octokit/tsconfig@1.0.2': - resolution: {integrity: sha512-I0vDR0rdtP8p2lGMzvsJzbhdOWy405HcGovrspJ8RRibHnyRgggUSNO5AIox5LmqiwmatHKYsvj6VGFHkqS7lA==} - - '@octokit/types@10.0.0': - resolution: {integrity: sha512-Vm8IddVmhCgU1fxC1eyinpwqzXPEYu0NrYzD3YZjlGjyftdLBTeqNblRC0jmJmgxbJIsQlyogVeGnrNaaMVzIg==} + os: [linux] - '@octokit/types@9.3.2': - resolution: {integrity: sha512-D4iHGTdAnEEVsB8fl95m1hiz7D5YiRdQ9b/OEb3BYRVwbLsGHcRVPz+u+BgRLNk0Q0/4iZCBqDN96j2XNxfXrA==} + "@nx/nx-linux-x64-musl@19.8.4": + resolution: + { integrity: sha512-JB4tAuZBCF0yqSnKF3pHXa0b7LA3ebi3Bw08QmMr//ON4aU+eXURGBuj9XvULD2prY+gpBrvf+MsG1XJAHL6Zg== } + engines: { node: ">= 10" } + cpu: [x64] + os: [linux] - '@pkgjs/parseargs@0.11.0': - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} + "@nx/nx-win32-arm64-msvc@19.8.14": + resolution: + { integrity: sha512-JxW+YPS+EjhUsLw9C6wtk9pQTG3psyFwxhab8y/dgk2s4AOTLyIm0XxgcCJVvB6i4uv+s1g0QXRwp6+q3IR6hg== } + engines: { node: ">= 10" } + cpu: [arm64] + os: [win32] - '@pkgr/core@0.1.1': - resolution: {integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==} - engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + "@nx/nx-win32-arm64-msvc@19.8.4": + resolution: + { integrity: sha512-WvQag/pN9ofRWRDvOZxj3jvJoTetlvV1uyirnDrhupRgi+Fj67OlGGt2zVUHaXFGEa1MfCEG6Vhk6152m4KyaQ== } + engines: { node: ">= 10" } + cpu: [arm64] + os: [win32] - '@polka/url@1.0.0-next.21': - resolution: {integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g==} + "@nx/nx-win32-x64-msvc@19.8.14": + resolution: + { integrity: sha512-RxiPlBWPcGSf9TzIIy62iKRdRhokXMDUsPub9DL2VdVyTMXPZQR25aY/PJeasJN1EQU74hg097LK2wSHi+vzOQ== } + engines: { node: ">= 10" } + cpu: [x64] + os: [win32] - '@polka/url@1.0.0-next.25': - resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} + "@nx/nx-win32-x64-msvc@19.8.4": + resolution: + { integrity: sha512-//JntLrN3L7WL/WgP3D0FE34caYTPcG/GIMBguC9w7YDyTlEikLgLbobjdCPz+2f9OWGvIZbJgGmtHNjnETM/g== } + engines: { node: ">= 10" } + cpu: [x64] + os: [win32] - '@popperjs/core@2.11.8': - resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} + "@nx/workspace@19.8.4": + resolution: + { integrity: sha512-ub4nD2klOj00onF1KrNXIlLB9hXN9ybHs7XSP9YW+52qz79KaJWJm46ebTqeLnDZApYbAcB0vSCp2+kaEV24Ew== } + + "@octokit/auth-token@4.0.0": + resolution: + { integrity: sha512-tY/msAuJo6ARbK6SPIxZrPBms3xPbfwBrulZe0Wtr/DIY9lje2HeV1uoebShn6mx7SjCHif6EjMvoREj+gZ+SA== } + engines: { node: ">= 18" } + + "@octokit/core@5.2.1": + resolution: + { integrity: sha512-dKYCMuPO1bmrpuogcjQ8z7ICCH3FP6WmxpwC03yjzGfZhj9fTJg6+bS1+UAplekbN2C+M61UNllGOOoAfGCrdQ== } + engines: { node: ">= 18" } + + "@octokit/endpoint@9.0.6": + resolution: + { integrity: sha512-H1fNTMA57HbkFESSt3Y9+FBICv+0jFceJFPWDePYlR/iMGrwM5ph+Dd4XRQs+8X+PUFURLQgX9ChPfhJ/1uNQw== } + engines: { node: ">= 18" } + + "@octokit/graphql@7.1.1": + resolution: + { integrity: sha512-3mkDltSfcDUoa176nlGoA32RGjeWjl3K7F/BwHwRMJUW/IteSa4bnSV8p2ThNkcIcZU2umkZWxwETSSCJf2Q7g== } + engines: { node: ">= 18" } + + "@octokit/openapi-types@24.2.0": + resolution: + { integrity: sha512-9sIH3nSUttelJSXUrmGzl7QUBFul0/mB8HRYl3fOlgHbIWG+WnYDXU3v/2zMtAvuzZ/ed00Ei6on975FhBfzrg== } + + "@octokit/plugin-enterprise-rest@6.0.1": + resolution: + { integrity: sha512-93uGjlhUD+iNg1iWhUENAtJata6w5nE+V4urXOAlIXdco6xNZtUSfYY8dzp3Udy74aqO/B5UZL80x/YMa5PKRw== } + + "@octokit/plugin-paginate-rest@11.4.4-cjs.2": + resolution: + { integrity: sha512-2dK6z8fhs8lla5PaOTgqfCGBxgAv/le+EhPs27KklPhm1bKObpu6lXzwfUEQ16ajXzqNrKMujsFyo9K2eaoISw== } + engines: { node: ">= 18" } + peerDependencies: + "@octokit/core": "5" - '@putout/minify@4.7.2': - resolution: {integrity: sha512-9W1a5BIbnJoCgoZ9sRywj2IkakHTzLwHZRKm2hnV1JdcIwQQaF4ZT9jxFr5LSC/SsI0k18q6gBS7UrpTLLzQtA==} - engines: {node: '>=18'} + "@octokit/plugin-request-log@4.0.1": + resolution: + { integrity: sha512-GihNqNpGHorUrO7Qa9JbAl0dbLnqJVrV8OXe2Zm5/Y4wFkZQDfTreBzVmiRfJVfE4mClXdihHnbpyyO9FSX4HA== } + engines: { node: ">= 18" } + peerDependencies: + "@octokit/core": "5" - '@rollup/rollup-android-arm-eabi@4.32.0': - resolution: {integrity: sha512-G2fUQQANtBPsNwiVFg4zKiPQyjVKZCUdQUol53R8E71J7AsheRMV/Yv/nB8giOcOVqP7//eB5xPqieBYZe9bGg==} + "@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1": + resolution: + { integrity: sha512-VUjIjOOvF2oELQmiFpWA1aOPdawpyaCUqcEBc/UOUnj3Xp6DJGrJ1+bjUIIDzdHjnFNO6q57ODMfdEZnoBkCwQ== } + engines: { node: ">= 18" } + peerDependencies: + "@octokit/core": ^5 + + "@octokit/request-error@5.1.1": + resolution: + { integrity: sha512-v9iyEQJH6ZntoENr9/yXxjuezh4My67CBSu9r6Ve/05Iu5gNgnisNWOsoJHTP6k0Rr0+HQIpnH+kyammu90q/g== } + engines: { node: ">= 18" } + + "@octokit/request@8.4.1": + resolution: + { integrity: sha512-qnB2+SY3hkCmBxZsR/MPCybNmbJe4KAlfWErXq+rBKkQJlbjdJeS85VI9r8UqeLYLvnAenU8Q1okM/0MBsAGXw== } + engines: { node: ">= 18" } + + "@octokit/rest@20.1.2": + resolution: + { integrity: sha512-GmYiltypkHHtihFwPRxlaorG5R9VAHuk/vbszVoRTGXnAsY60wYLkh/E2XiFmdZmqrisw+9FaazS1i5SbdWYgA== } + engines: { node: ">= 18" } + + "@octokit/types@13.10.0": + resolution: + { integrity: sha512-ifLaO34EbbPj0Xgro4G5lP5asESjwHracYJvVaPIyXMuiuXLlhic3S47cBdTb+jfODkTE5YtGCLt3Ay3+J97sA== } + + "@pkgjs/parseargs@0.11.0": + resolution: + { integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== } + engines: { node: ">=14" } + + "@pkgr/core@0.1.1": + resolution: + { integrity: sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA== } + engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } + + "@pkgr/core@0.2.4": + resolution: + { integrity: sha512-ROFF39F6ZrnzSUEmQQZUar0Jt4xVoP9WnDRdWwF4NNcXs3xBTLgBUDoOwW141y1jP+S8nahIbdxbFC7IShw9Iw== } + engines: { node: ^12.20.0 || ^14.18.0 || >=16.0.0 } + + "@polka/url@1.0.0-next.21": + resolution: + { integrity: sha512-a5Sab1C4/icpTZVzZc5Ghpz88yQtGOyNqYXcZgOssB2uuAr+wF/MvN6bgtW32q7HHrvBki+BsZ0OuNv6EV3K9g== } + + "@polka/url@1.0.0-next.25": + resolution: + { integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ== } + + "@popperjs/core@2.11.8": + resolution: + { integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A== } + + "@putout/minify@4.7.2": + resolution: + { integrity: sha512-9W1a5BIbnJoCgoZ9sRywj2IkakHTzLwHZRKm2hnV1JdcIwQQaF4ZT9jxFr5LSC/SsI0k18q6gBS7UrpTLLzQtA== } + engines: { node: ">=18" } + + "@rollup/rollup-android-arm-eabi@4.32.0": + resolution: + { integrity: sha512-G2fUQQANtBPsNwiVFg4zKiPQyjVKZCUdQUol53R8E71J7AsheRMV/Yv/nB8giOcOVqP7//eB5xPqieBYZe9bGg== } cpu: [arm] os: [android] - '@rollup/rollup-android-arm64@4.32.0': - resolution: {integrity: sha512-qhFwQ+ljoymC+j5lXRv8DlaJYY/+8vyvYmVx074zrLsu5ZGWYsJNLjPPVJJjhZQpyAKUGPydOq9hRLLNvh1s3A==} + "@rollup/rollup-android-arm64@4.32.0": + resolution: + { integrity: sha512-qhFwQ+ljoymC+j5lXRv8DlaJYY/+8vyvYmVx074zrLsu5ZGWYsJNLjPPVJJjhZQpyAKUGPydOq9hRLLNvh1s3A== } cpu: [arm64] os: [android] - '@rollup/rollup-darwin-arm64@4.32.0': - resolution: {integrity: sha512-44n/X3lAlWsEY6vF8CzgCx+LQaoqWGN7TzUfbJDiTIOjJm4+L2Yq+r5a8ytQRGyPqgJDs3Rgyo8eVL7n9iW6AQ==} + "@rollup/rollup-darwin-arm64@4.32.0": + resolution: + { integrity: sha512-44n/X3lAlWsEY6vF8CzgCx+LQaoqWGN7TzUfbJDiTIOjJm4+L2Yq+r5a8ytQRGyPqgJDs3Rgyo8eVL7n9iW6AQ== } cpu: [arm64] os: [darwin] - '@rollup/rollup-darwin-x64@4.32.0': - resolution: {integrity: sha512-F9ct0+ZX5Np6+ZDztxiGCIvlCaW87HBdHcozUfsHnj1WCUTBUubAoanhHUfnUHZABlElyRikI0mgcw/qdEm2VQ==} + "@rollup/rollup-darwin-x64@4.32.0": + resolution: + { integrity: sha512-F9ct0+ZX5Np6+ZDztxiGCIvlCaW87HBdHcozUfsHnj1WCUTBUubAoanhHUfnUHZABlElyRikI0mgcw/qdEm2VQ== } cpu: [x64] os: [darwin] - '@rollup/rollup-freebsd-arm64@4.32.0': - resolution: {integrity: sha512-JpsGxLBB2EFXBsTLHfkZDsXSpSmKD3VxXCgBQtlPcuAqB8TlqtLcbeMhxXQkCDv1avgwNjF8uEIbq5p+Cee0PA==} + "@rollup/rollup-freebsd-arm64@4.32.0": + resolution: + { integrity: sha512-JpsGxLBB2EFXBsTLHfkZDsXSpSmKD3VxXCgBQtlPcuAqB8TlqtLcbeMhxXQkCDv1avgwNjF8uEIbq5p+Cee0PA== } cpu: [arm64] os: [freebsd] - '@rollup/rollup-freebsd-x64@4.32.0': - resolution: {integrity: sha512-wegiyBT6rawdpvnD9lmbOpx5Sph+yVZKHbhnSP9MqUEDX08G4UzMU+D87jrazGE7lRSyTRs6NEYHtzfkJ3FjjQ==} + "@rollup/rollup-freebsd-x64@4.32.0": + resolution: + { integrity: sha512-wegiyBT6rawdpvnD9lmbOpx5Sph+yVZKHbhnSP9MqUEDX08G4UzMU+D87jrazGE7lRSyTRs6NEYHtzfkJ3FjjQ== } cpu: [x64] os: [freebsd] - '@rollup/rollup-linux-arm-gnueabihf@4.32.0': - resolution: {integrity: sha512-3pA7xecItbgOs1A5H58dDvOUEboG5UfpTq3WzAdF54acBbUM+olDJAPkgj1GRJ4ZqE12DZ9/hNS2QZk166v92A==} + "@rollup/rollup-linux-arm-gnueabihf@4.32.0": + resolution: + { integrity: sha512-3pA7xecItbgOs1A5H58dDvOUEboG5UfpTq3WzAdF54acBbUM+olDJAPkgj1GRJ4ZqE12DZ9/hNS2QZk166v92A== } cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm-musleabihf@4.32.0': - resolution: {integrity: sha512-Y7XUZEVISGyge51QbYyYAEHwpGgmRrAxQXO3siyYo2kmaj72USSG8LtlQQgAtlGfxYiOwu+2BdbPjzEpcOpRmQ==} + "@rollup/rollup-linux-arm-musleabihf@4.32.0": + resolution: + { integrity: sha512-Y7XUZEVISGyge51QbYyYAEHwpGgmRrAxQXO3siyYo2kmaj72USSG8LtlQQgAtlGfxYiOwu+2BdbPjzEpcOpRmQ== } cpu: [arm] os: [linux] - '@rollup/rollup-linux-arm64-gnu@4.32.0': - resolution: {integrity: sha512-r7/OTF5MqeBrZo5omPXcTnjvv1GsrdH8a8RerARvDFiDwFpDVDnJyByYM/nX+mvks8XXsgPUxkwe/ltaX2VH7w==} + "@rollup/rollup-linux-arm64-gnu@4.32.0": + resolution: + { integrity: sha512-r7/OTF5MqeBrZo5omPXcTnjvv1GsrdH8a8RerARvDFiDwFpDVDnJyByYM/nX+mvks8XXsgPUxkwe/ltaX2VH7w== } cpu: [arm64] os: [linux] - '@rollup/rollup-linux-arm64-musl@4.32.0': - resolution: {integrity: sha512-HJbifC9vex9NqnlodV2BHVFNuzKL5OnsV2dvTw6e1dpZKkNjPG6WUq+nhEYV6Hv2Bv++BXkwcyoGlXnPrjAKXw==} + "@rollup/rollup-linux-arm64-musl@4.32.0": + resolution: + { integrity: sha512-HJbifC9vex9NqnlodV2BHVFNuzKL5OnsV2dvTw6e1dpZKkNjPG6WUq+nhEYV6Hv2Bv++BXkwcyoGlXnPrjAKXw== } cpu: [arm64] os: [linux] - '@rollup/rollup-linux-loongarch64-gnu@4.32.0': - resolution: {integrity: sha512-VAEzZTD63YglFlWwRj3taofmkV1V3xhebDXffon7msNz4b14xKsz7utO6F8F4cqt8K/ktTl9rm88yryvDpsfOw==} + "@rollup/rollup-linux-loongarch64-gnu@4.32.0": + resolution: + { integrity: sha512-VAEzZTD63YglFlWwRj3taofmkV1V3xhebDXffon7msNz4b14xKsz7utO6F8F4cqt8K/ktTl9rm88yryvDpsfOw== } cpu: [loong64] os: [linux] - '@rollup/rollup-linux-powerpc64le-gnu@4.32.0': - resolution: {integrity: sha512-Sts5DST1jXAc9YH/iik1C9QRsLcCoOScf3dfbY5i4kH9RJpKxiTBXqm7qU5O6zTXBTEZry69bGszr3SMgYmMcQ==} + "@rollup/rollup-linux-powerpc64le-gnu@4.32.0": + resolution: + { integrity: sha512-Sts5DST1jXAc9YH/iik1C9QRsLcCoOScf3dfbY5i4kH9RJpKxiTBXqm7qU5O6zTXBTEZry69bGszr3SMgYmMcQ== } cpu: [ppc64] os: [linux] - '@rollup/rollup-linux-riscv64-gnu@4.32.0': - resolution: {integrity: sha512-qhlXeV9AqxIyY9/R1h1hBD6eMvQCO34ZmdYvry/K+/MBs6d1nRFLm6BOiITLVI+nFAAB9kUB6sdJRKyVHXnqZw==} + "@rollup/rollup-linux-riscv64-gnu@4.32.0": + resolution: + { integrity: sha512-qhlXeV9AqxIyY9/R1h1hBD6eMvQCO34ZmdYvry/K+/MBs6d1nRFLm6BOiITLVI+nFAAB9kUB6sdJRKyVHXnqZw== } cpu: [riscv64] os: [linux] - '@rollup/rollup-linux-s390x-gnu@4.32.0': - resolution: {integrity: sha512-8ZGN7ExnV0qjXa155Rsfi6H8M4iBBwNLBM9lcVS+4NcSzOFaNqmt7djlox8pN1lWrRPMRRQ8NeDlozIGx3Omsw==} + "@rollup/rollup-linux-s390x-gnu@4.32.0": + resolution: + { integrity: sha512-8ZGN7ExnV0qjXa155Rsfi6H8M4iBBwNLBM9lcVS+4NcSzOFaNqmt7djlox8pN1lWrRPMRRQ8NeDlozIGx3Omsw== } cpu: [s390x] os: [linux] - '@rollup/rollup-linux-x64-gnu@4.32.0': - resolution: {integrity: sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A==} + "@rollup/rollup-linux-x64-gnu@4.32.0": + resolution: + { integrity: sha512-VDzNHtLLI5s7xd/VubyS10mq6TxvZBp+4NRWoW+Hi3tgV05RtVm4qK99+dClwTN1McA6PHwob6DEJ6PlXbY83A== } cpu: [x64] os: [linux] - '@rollup/rollup-linux-x64-musl@4.32.0': - resolution: {integrity: sha512-qcb9qYDlkxz9DxJo7SDhWxTWV1gFuwznjbTiov289pASxlfGbaOD54mgbs9+z94VwrXtKTu+2RqwlSTbiOqxGg==} + "@rollup/rollup-linux-x64-musl@4.32.0": + resolution: + { integrity: sha512-qcb9qYDlkxz9DxJo7SDhWxTWV1gFuwznjbTiov289pASxlfGbaOD54mgbs9+z94VwrXtKTu+2RqwlSTbiOqxGg== } cpu: [x64] os: [linux] - '@rollup/rollup-win32-arm64-msvc@4.32.0': - resolution: {integrity: sha512-pFDdotFDMXW2AXVbfdUEfidPAk/OtwE/Hd4eYMTNVVaCQ6Yl8et0meDaKNL63L44Haxv4UExpv9ydSf3aSayDg==} + "@rollup/rollup-win32-arm64-msvc@4.32.0": + resolution: + { integrity: sha512-pFDdotFDMXW2AXVbfdUEfidPAk/OtwE/Hd4eYMTNVVaCQ6Yl8et0meDaKNL63L44Haxv4UExpv9ydSf3aSayDg== } cpu: [arm64] os: [win32] - '@rollup/rollup-win32-ia32-msvc@4.32.0': - resolution: {integrity: sha512-/TG7WfrCAjeRNDvI4+0AAMoHxea/USWhAzf9PVDFHbcqrQ7hMMKp4jZIy4VEjk72AAfN5k4TiSMRXRKf/0akSw==} + "@rollup/rollup-win32-ia32-msvc@4.32.0": + resolution: + { integrity: sha512-/TG7WfrCAjeRNDvI4+0AAMoHxea/USWhAzf9PVDFHbcqrQ7hMMKp4jZIy4VEjk72AAfN5k4TiSMRXRKf/0akSw== } cpu: [ia32] os: [win32] - '@rollup/rollup-win32-x64-msvc@4.32.0': - resolution: {integrity: sha512-5hqO5S3PTEO2E5VjCePxv40gIgyS2KvO7E7/vvC/NbIW4SIRamkMr1hqj+5Y67fbBWv/bQLB6KelBQmXlyCjWA==} + "@rollup/rollup-win32-x64-msvc@4.32.0": + resolution: + { integrity: sha512-5hqO5S3PTEO2E5VjCePxv40gIgyS2KvO7E7/vvC/NbIW4SIRamkMr1hqj+5Y67fbBWv/bQLB6KelBQmXlyCjWA== } cpu: [x64] os: [win32] - '@shikijs/core@1.21.1': - resolution: {integrity: sha512-scBQo4V4O4WZLEDg11e75UPmXoCMq4Ya2A16U6efi/aTiR4o7T/GMNWZs2rq1U8dEvFKGxJZxiUy+tXgmr/4vw==} - - '@shikijs/engine-javascript@1.21.1': - resolution: {integrity: sha512-29EG4KYKlAona8yikEx8uoKbK7N2YoXUO26LS1GOIxpMMIAlQS9UFONg95lkGmIfp1rRcvCvSpYYIJ/blsQxvg==} - - '@shikijs/engine-oniguruma@1.21.1': - resolution: {integrity: sha512-PvfEtXCDbQZc9ud0SC0bPiuMbul44Cv0Ky2go4SsvVkYAAKYJsMe/Hx7nxThW8yS0r+w8USa0WfOtQKsD9DU9A==} - - '@shikijs/types@1.21.1': - resolution: {integrity: sha512-yLuTJTCHmYznerJ0nxF+f2rBKHQf2FMAd08QL/3du2xNBy/7yQ8CjuKN4Zc+Pk0vfIFzdBoxdzvEXE4JtXoR4Q==} - - '@shikijs/vscode-textmate@9.3.0': - resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} - - '@sigstore/bundle@2.3.2': - resolution: {integrity: sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@sigstore/core@1.1.0': - resolution: {integrity: sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@sigstore/protobuf-specs@0.3.2': - resolution: {integrity: sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@sigstore/sign@2.3.2': - resolution: {integrity: sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@sigstore/tuf@2.3.4': - resolution: {integrity: sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@sigstore/verify@1.2.1': - resolution: {integrity: sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g==} - engines: {node: ^16.14.0 || >=18.0.0} - - '@sinclair/typebox@0.27.8': - resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - - '@sindresorhus/is@4.6.0': - resolution: {integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==} - engines: {node: '>=10'} - - '@sphinxxxx/color-conversion@2.2.2': - resolution: {integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw==} - - '@stylistic/eslint-plugin-js@1.7.0': - resolution: {integrity: sha512-PN6On/+or63FGnhhMKSQfYcWutRlzOiYlVdLM6yN7lquoBTqUJHYnl4TA4MHwiAt46X5gRxDr1+xPZ1lOLcL+Q==} - engines: {node: ^16.0.0 || >=18.0.0} + "@shikijs/engine-oniguruma@3.8.1": + resolution: + { integrity: sha512-KGQJZHlNY7c656qPFEQpIoqOuC4LrxjyNndRdzk5WKB/Ie87+NJCF1xo9KkOUxwxylk7rT6nhlZyTGTC4fCe1g== } + + "@shikijs/langs@3.8.1": + resolution: + { integrity: sha512-TjOFg2Wp1w07oKnXjs0AUMb4kJvujML+fJ1C5cmEj45lhjbUXtziT1x2bPQb9Db6kmPhkG5NI2tgYW1/DzhUuQ== } + + "@shikijs/themes@3.8.1": + resolution: + { integrity: sha512-Vu3t3BBLifc0GB0UPg2Pox1naTemrrvyZv2lkiSw3QayVV60me1ujFQwPZGgUTmwXl1yhCPW8Lieesm0CYruLQ== } + + "@shikijs/types@3.8.1": + resolution: + { integrity: sha512-5C39Q8/8r1I26suLh+5TPk1DTrbY/kn3IdWA5HdizR0FhlhD05zx5nKCqhzSfDHH3p4S0ZefxWd77DLV+8FhGg== } + + "@shikijs/vscode-textmate@10.0.2": + resolution: + { integrity: sha512-83yeghZ2xxin3Nj8z1NMd/NCuca+gsYXswywDy5bHvwlWL8tpTQmzGeUuHd9FC3E/SBEMvzJRwWEOz5gGes9Qg== } + + "@sigstore/bundle@2.3.2": + resolution: + { integrity: sha512-wueKWDk70QixNLB363yHc2D2ItTgYiMTdPwK8D9dKQMR3ZQ0c35IxP5xnwQ8cNLoCgCRcHf14kE+CLIvNX1zmA== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@sigstore/core@1.1.0": + resolution: + { integrity: sha512-JzBqdVIyqm2FRQCulY6nbQzMpJJpSiJ8XXWMhtOX9eKgaXXpfNOF53lzQEjIydlStnd/eFtuC1dW4VYdD93oRg== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@sigstore/protobuf-specs@0.3.2": + resolution: + { integrity: sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@sigstore/sign@2.3.2": + resolution: + { integrity: sha512-5Vz5dPVuunIIvC5vBb0APwo7qKA4G9yM48kPWJT+OEERs40md5GoUR1yedwpekWZ4m0Hhw44m6zU+ObsON+iDA== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@sigstore/tuf@2.3.4": + resolution: + { integrity: sha512-44vtsveTPUpqhm9NCrbU8CWLe3Vck2HO1PNLw7RIajbB7xhtn5RBPm1VNSCMwqGYHhDsBJG8gDF0q4lgydsJvw== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@sigstore/verify@1.2.1": + resolution: + { integrity: sha512-8iKx79/F73DKbGfRf7+t4dqrc0bRr0thdPrxAtCKWRm/F0tG71i6O1rvlnScncJLLBZHn3h8M3c1BSUAb9yu8g== } + engines: { node: ^16.14.0 || >=18.0.0 } + + "@sinclair/typebox@0.27.8": + resolution: + { integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== } + + "@sindresorhus/is@4.6.0": + resolution: + { integrity: sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw== } + engines: { node: ">=10" } + + "@sphinxxxx/color-conversion@2.2.2": + resolution: + { integrity: sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw== } + + "@stylistic/eslint-plugin-js@1.7.0": + resolution: + { integrity: sha512-PN6On/+or63FGnhhMKSQfYcWutRlzOiYlVdLM6yN7lquoBTqUJHYnl4TA4MHwiAt46X5gRxDr1+xPZ1lOLcL+Q== } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - eslint: '>=8.40.0' + eslint: ">=8.40.0" - '@stylistic/eslint-plugin-jsx@1.7.0': - resolution: {integrity: sha512-BACdBwXakQvjYIST5N2WWhRbvhRsIxa/F59BiZol+0IH4FSmDXhie7v/yaxDIIA9CbfElzOmIA5nWNYTVXcnwQ==} - engines: {node: ^16.0.0 || >=18.0.0} + "@stylistic/eslint-plugin-jsx@1.7.0": + resolution: + { integrity: sha512-BACdBwXakQvjYIST5N2WWhRbvhRsIxa/F59BiZol+0IH4FSmDXhie7v/yaxDIIA9CbfElzOmIA5nWNYTVXcnwQ== } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - eslint: '>=8.40.0' + eslint: ">=8.40.0" - '@stylistic/eslint-plugin-plus@1.7.0': - resolution: {integrity: sha512-AabDw8sXsc70Ydx3qnbeTlRHZnIwY6UKEenBPURPhY3bfYWX+/pDpZH40HkOu94v8D0DUrocPkeeEUxl4e0JDg==} + "@stylistic/eslint-plugin-plus@1.7.0": + resolution: + { integrity: sha512-AabDw8sXsc70Ydx3qnbeTlRHZnIwY6UKEenBPURPhY3bfYWX+/pDpZH40HkOu94v8D0DUrocPkeeEUxl4e0JDg== } peerDependencies: - eslint: '*' + eslint: "*" - '@stylistic/eslint-plugin-ts@1.7.0': - resolution: {integrity: sha512-QsHv98mmW1xaucVYQTyLDgEpybPJ/6jPPxVBrIchntWWwj74xCWKUiw79hu+TpYj/Pbhd9rkqJYLNq3pQGYuyA==} - engines: {node: ^16.0.0 || >=18.0.0} + "@stylistic/eslint-plugin-ts@1.7.0": + resolution: + { integrity: sha512-QsHv98mmW1xaucVYQTyLDgEpybPJ/6jPPxVBrIchntWWwj74xCWKUiw79hu+TpYj/Pbhd9rkqJYLNq3pQGYuyA== } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - eslint: '>=8.40.0' + eslint: ">=8.40.0" - '@stylistic/eslint-plugin@1.7.0': - resolution: {integrity: sha512-ThMUjGIi/jeWYNvOdjZkoLw1EOVs0tEuKXDgWvTn8uWaEz55HuPlajKxjKLpv19C+qRDbKczJfzUODfCdME53A==} - engines: {node: ^16.0.0 || >=18.0.0} + "@stylistic/eslint-plugin@1.7.0": + resolution: + { integrity: sha512-ThMUjGIi/jeWYNvOdjZkoLw1EOVs0tEuKXDgWvTn8uWaEz55HuPlajKxjKLpv19C+qRDbKczJfzUODfCdME53A== } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - eslint: '>=8.40.0' + eslint: ">=8.40.0" - '@swc/core-darwin-arm64@1.9.2': - resolution: {integrity: sha512-nETmsCoY29krTF2PtspEgicb3tqw7Ci5sInTI03EU5zpqYbPjoPH99BVTjj0OsF53jP5MxwnLI5Hm21lUn1d6A==} - engines: {node: '>=10'} + "@swc/core-darwin-arm64@1.9.2": + resolution: + { integrity: sha512-nETmsCoY29krTF2PtspEgicb3tqw7Ci5sInTI03EU5zpqYbPjoPH99BVTjj0OsF53jP5MxwnLI5Hm21lUn1d6A== } + engines: { node: ">=10" } cpu: [arm64] os: [darwin] - '@swc/core-darwin-x64@1.9.2': - resolution: {integrity: sha512-9gD+bwBz8ZByjP6nZTXe/hzd0tySIAjpDHgkFiUrc+5zGF+rdTwhcNrzxNHJmy6mw+PW38jqII4uspFHUqqxuQ==} - engines: {node: '>=10'} + "@swc/core-darwin-x64@1.9.2": + resolution: + { integrity: sha512-9gD+bwBz8ZByjP6nZTXe/hzd0tySIAjpDHgkFiUrc+5zGF+rdTwhcNrzxNHJmy6mw+PW38jqII4uspFHUqqxuQ== } + engines: { node: ">=10" } cpu: [x64] os: [darwin] - '@swc/core-linux-arm-gnueabihf@1.9.2': - resolution: {integrity: sha512-kYq8ief1Qrn+WmsTWAYo4r+Coul4dXN6cLFjiPZ29Cv5pyU+GFvSPAB4bEdMzwy99rCR0u2P10UExaeCjurjvg==} - engines: {node: '>=10'} + "@swc/core-linux-arm-gnueabihf@1.9.2": + resolution: + { integrity: sha512-kYq8ief1Qrn+WmsTWAYo4r+Coul4dXN6cLFjiPZ29Cv5pyU+GFvSPAB4bEdMzwy99rCR0u2P10UExaeCjurjvg== } + engines: { node: ">=10" } cpu: [arm] os: [linux] - '@swc/core-linux-arm64-gnu@1.9.2': - resolution: {integrity: sha512-n0W4XiXlmEIVqxt+rD3ZpkogsEWUk1jJ+i5bQNgB+1JuWh0fBE8c/blDgTQXa0GB5lTPVDZQussgdNOCnAZwiA==} - engines: {node: '>=10'} + "@swc/core-linux-arm64-gnu@1.9.2": + resolution: + { integrity: sha512-n0W4XiXlmEIVqxt+rD3ZpkogsEWUk1jJ+i5bQNgB+1JuWh0fBE8c/blDgTQXa0GB5lTPVDZQussgdNOCnAZwiA== } + engines: { node: ">=10" } cpu: [arm64] os: [linux] - '@swc/core-linux-arm64-musl@1.9.2': - resolution: {integrity: sha512-8xzrOmsyCC1zrx2Wzx/h8dVsdewO1oMCwBTLc1gSJ/YllZYTb04pNm6NsVbzUX2tKddJVRgSJXV10j/NECLwpA==} - engines: {node: '>=10'} + "@swc/core-linux-arm64-musl@1.9.2": + resolution: + { integrity: sha512-8xzrOmsyCC1zrx2Wzx/h8dVsdewO1oMCwBTLc1gSJ/YllZYTb04pNm6NsVbzUX2tKddJVRgSJXV10j/NECLwpA== } + engines: { node: ">=10" } cpu: [arm64] os: [linux] - '@swc/core-linux-x64-gnu@1.9.2': - resolution: {integrity: sha512-kZrNz/PjRQKcchWF6W292jk3K44EoVu1ad5w+zbS4jekIAxsM8WwQ1kd+yjUlN9jFcF8XBat5NKIs9WphJCVXg==} - engines: {node: '>=10'} + "@swc/core-linux-x64-gnu@1.9.2": + resolution: + { integrity: sha512-kZrNz/PjRQKcchWF6W292jk3K44EoVu1ad5w+zbS4jekIAxsM8WwQ1kd+yjUlN9jFcF8XBat5NKIs9WphJCVXg== } + engines: { node: ">=10" } cpu: [x64] os: [linux] - '@swc/core-linux-x64-musl@1.9.2': - resolution: {integrity: sha512-TTIpR4rjMkhX1lnFR+PSXpaL83TrQzp9znRdp2TzYrODlUd/R20zOwSo9vFLCyH6ZoD47bccY7QeGZDYT3nlRg==} - engines: {node: '>=10'} + "@swc/core-linux-x64-musl@1.9.2": + resolution: + { integrity: sha512-TTIpR4rjMkhX1lnFR+PSXpaL83TrQzp9znRdp2TzYrODlUd/R20zOwSo9vFLCyH6ZoD47bccY7QeGZDYT3nlRg== } + engines: { node: ">=10" } cpu: [x64] os: [linux] - '@swc/core-win32-arm64-msvc@1.9.2': - resolution: {integrity: sha512-+Eg2d4icItKC0PMjZxH7cSYFLWk0aIp94LNmOw6tPq0e69ax6oh10upeq0D1fjWsKLmOJAWEvnXlayZcijEXDw==} - engines: {node: '>=10'} + "@swc/core-win32-arm64-msvc@1.9.2": + resolution: + { integrity: sha512-+Eg2d4icItKC0PMjZxH7cSYFLWk0aIp94LNmOw6tPq0e69ax6oh10upeq0D1fjWsKLmOJAWEvnXlayZcijEXDw== } + engines: { node: ">=10" } cpu: [arm64] os: [win32] - '@swc/core-win32-ia32-msvc@1.9.2': - resolution: {integrity: sha512-nLWBi4vZDdM/LkiQmPCakof8Dh1/t5EM7eudue04V1lIcqx9YHVRS3KMwEaCoHLGg0c312Wm4YgrWQd9vwZ5zQ==} - engines: {node: '>=10'} + "@swc/core-win32-ia32-msvc@1.9.2": + resolution: + { integrity: sha512-nLWBi4vZDdM/LkiQmPCakof8Dh1/t5EM7eudue04V1lIcqx9YHVRS3KMwEaCoHLGg0c312Wm4YgrWQd9vwZ5zQ== } + engines: { node: ">=10" } cpu: [ia32] os: [win32] - '@swc/core-win32-x64-msvc@1.9.2': - resolution: {integrity: sha512-ik/k+JjRJBFkXARukdU82tSVx0CbExFQoQ78qTO682esbYXzjdB5eLVkoUbwen299pnfr88Kn4kyIqFPTje8Xw==} - engines: {node: '>=10'} + "@swc/core-win32-x64-msvc@1.9.2": + resolution: + { integrity: sha512-ik/k+JjRJBFkXARukdU82tSVx0CbExFQoQ78qTO682esbYXzjdB5eLVkoUbwen299pnfr88Kn4kyIqFPTje8Xw== } + engines: { node: ">=10" } cpu: [x64] os: [win32] - '@swc/core@1.9.2': - resolution: {integrity: sha512-dYyEkO6mRYtZFpnOsnYzv9rY69fHAHoawYOjGOEcxk9WYtaJhowMdP/w6NcOKnz2G7GlZaenjkzkMa6ZeQeMsg==} - engines: {node: '>=10'} + "@swc/core@1.9.2": + resolution: + { integrity: sha512-dYyEkO6mRYtZFpnOsnYzv9rY69fHAHoawYOjGOEcxk9WYtaJhowMdP/w6NcOKnz2G7GlZaenjkzkMa6ZeQeMsg== } + engines: { node: ">=10" } peerDependencies: - '@swc/helpers': '*' + "@swc/helpers": "*" peerDependenciesMeta: - '@swc/helpers': + "@swc/helpers": optional: true - '@swc/counter@0.1.3': - resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - - '@swc/types@0.1.15': - resolution: {integrity: sha512-XKaZ+dzDIQ9Ot9o89oJQ/aluI17+VvUnIpYJTcZtvv1iYX6MzHh3Ik2CSR7MdPKpPwfZXHBeCingb2b4PoDVdw==} - - '@szmarczak/http-timer@4.0.6': - resolution: {integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==} - engines: {node: '>=10'} - - '@ts-graphviz/adapter@2.0.3': - resolution: {integrity: sha512-wHSN23UdLz4vuYUBZCzq2/tfLicwStSo3cUWnzvMNxG2ngcuYauQCQInv4CI5IObq+PFol28RVrG9Ffa9BuIRA==} - engines: {node: '>=18'} - - '@ts-graphviz/ast@2.0.3': - resolution: {integrity: sha512-NhOgJdOHGSn5h5ydsFreLIKFBwQ59drzZ6y0B98+KeEMqduv5hXxcQoDabw8yzeNe9B92AfR5OpUYthcdAsYgw==} - engines: {node: '>=18'} - - '@ts-graphviz/common@2.1.2': - resolution: {integrity: sha512-Wyh5fOZNYyNP1mymbcHg/9atWR33NhHWIDrNa4hfbel3v340YQ+q+LMwAuIPuPt1qXINvOEhkowO5dvJWqfnPA==} - engines: {node: '>=18'} - - '@ts-graphviz/core@2.0.3': - resolution: {integrity: sha512-EZ+XlSwjdLtscoBOnA/Ba6QBrmoxAR73tJFjnWxaJQsZxWBQv6bLUrDgZUdXkXRAOSkRHn0uXY6Wq/3SsV2WtQ==} - engines: {node: '>=18'} - - '@tsconfig/node10@1.0.9': - resolution: {integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==} - - '@tsconfig/node12@1.0.11': - resolution: {integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==} - - '@tsconfig/node14@1.0.3': - resolution: {integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==} + "@swc/counter@0.1.3": + resolution: + { integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ== } + + "@swc/types@0.1.15": + resolution: + { integrity: sha512-XKaZ+dzDIQ9Ot9o89oJQ/aluI17+VvUnIpYJTcZtvv1iYX6MzHh3Ik2CSR7MdPKpPwfZXHBeCingb2b4PoDVdw== } + + "@szmarczak/http-timer@4.0.6": + resolution: + { integrity: sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w== } + engines: { node: ">=10" } + + "@ts-graphviz/adapter@2.0.3": + resolution: + { integrity: sha512-wHSN23UdLz4vuYUBZCzq2/tfLicwStSo3cUWnzvMNxG2ngcuYauQCQInv4CI5IObq+PFol28RVrG9Ffa9BuIRA== } + engines: { node: ">=18" } + + "@ts-graphviz/ast@2.0.3": + resolution: + { integrity: sha512-NhOgJdOHGSn5h5ydsFreLIKFBwQ59drzZ6y0B98+KeEMqduv5hXxcQoDabw8yzeNe9B92AfR5OpUYthcdAsYgw== } + engines: { node: ">=18" } + + "@ts-graphviz/common@2.1.2": + resolution: + { integrity: sha512-Wyh5fOZNYyNP1mymbcHg/9atWR33NhHWIDrNa4hfbel3v340YQ+q+LMwAuIPuPt1qXINvOEhkowO5dvJWqfnPA== } + engines: { node: ">=18" } + + "@ts-graphviz/core@2.0.3": + resolution: + { integrity: sha512-EZ+XlSwjdLtscoBOnA/Ba6QBrmoxAR73tJFjnWxaJQsZxWBQv6bLUrDgZUdXkXRAOSkRHn0uXY6Wq/3SsV2WtQ== } + engines: { node: ">=18" } + + "@tsconfig/node10@1.0.9": + resolution: + { integrity: sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA== } + + "@tsconfig/node12@1.0.11": + resolution: + { integrity: sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag== } + + "@tsconfig/node14@1.0.3": + resolution: + { integrity: sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow== } + + "@tsconfig/node16@1.0.4": + resolution: + { integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA== } + + "@tsparticles/cli@2.3.3": + resolution: + { integrity: sha512-4tEBZ1Pw+DlruM5O7I8WM/8H+E7yUlkvGXM5GhDzNaYOxQs2ZMjfruuaeQ3eWZKuorfrk6pbCDD1FXR0Qsj5pA== } + hasBin: true - '@tsconfig/node16@1.0.4': - resolution: {integrity: sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==} + "@tsparticles/eslint-config@2.3.0": + resolution: + { integrity: sha512-pIvds4gm+wG7MT/U5u/q/rvzqpy50YymohL6qPTPkVLrP98RIMMrMxtfLLz9jXTJa3m1/DOZsv5m4ZlmYTcNTw== } - '@tsparticles/cli@2.3.3': - resolution: {integrity: sha512-4tEBZ1Pw+DlruM5O7I8WM/8H+E7yUlkvGXM5GhDzNaYOxQs2ZMjfruuaeQ3eWZKuorfrk6pbCDD1FXR0Qsj5pA==} - hasBin: true + "@tsparticles/prettier-config@2.1.6": + resolution: + { integrity: sha512-KaiIN2QB9KVpsI+irHGpOdVEoAhlrTRGdjF+MhCawdMINlChgZfxXvvREzt1gSYxusqmEv/mF1u/fp0tBhGPqg== } - '@tsparticles/eslint-config@2.3.0': - resolution: {integrity: sha512-pIvds4gm+wG7MT/U5u/q/rvzqpy50YymohL6qPTPkVLrP98RIMMrMxtfLLz9jXTJa3m1/DOZsv5m4ZlmYTcNTw==} + "@tsparticles/tsconfig@2.3.0": + resolution: + { integrity: sha512-XBtRoIQcBzC+R7/tcoYu4+JB9DbVrSbn09IJ+QMyATLZK0P4Expj3Z/hPpJzejWOvepMSYBZlCodnjFQyk17YA== } - '@tsparticles/prettier-config@2.1.6': - resolution: {integrity: sha512-KaiIN2QB9KVpsI+irHGpOdVEoAhlrTRGdjF+MhCawdMINlChgZfxXvvREzt1gSYxusqmEv/mF1u/fp0tBhGPqg==} + "@tsparticles/webpack-plugin@2.3.0": + resolution: + { integrity: sha512-+SSh+I6dn/w+7C1APP5pPcD9jl9qrzkT7T00NGzk4+tII2dWURfrRF5DgyuInzFZA/AuR3K+QNCBTuo5INOD5Q== } - '@tsparticles/tsconfig@2.3.0': - resolution: {integrity: sha512-XBtRoIQcBzC+R7/tcoYu4+JB9DbVrSbn09IJ+QMyATLZK0P4Expj3Z/hPpJzejWOvepMSYBZlCodnjFQyk17YA==} + "@tufjs/canonical-json@2.0.0": + resolution: + { integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA== } + engines: { node: ^16.14.0 || >=18.0.0 } - '@tsparticles/webpack-plugin@2.3.0': - resolution: {integrity: sha512-+SSh+I6dn/w+7C1APP5pPcD9jl9qrzkT7T00NGzk4+tII2dWURfrRF5DgyuInzFZA/AuR3K+QNCBTuo5INOD5Q==} + "@tufjs/models@2.0.1": + resolution: + { integrity: sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg== } + engines: { node: ^16.14.0 || >=18.0.0 } - '@tufjs/canonical-json@2.0.0': - resolution: {integrity: sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==} - engines: {node: ^16.14.0 || >=18.0.0} + "@tybys/wasm-util@0.9.0": + resolution: + { integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw== } - '@tufjs/models@2.0.1': - resolution: {integrity: sha512-92F7/SFyufn4DXsha9+QfKnN03JGqtMFMXgSHbZOo8JG59WkTni7UzAouNQDf7AuP9OAMxVOPQcqG3sB7w+kkg==} - engines: {node: ^16.14.0 || >=18.0.0} + "@types/body-parser@1.19.2": + resolution: + { integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g== } - '@tybys/wasm-util@0.9.0': - resolution: {integrity: sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==} + "@types/cacheable-request@6.0.3": + resolution: + { integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw== } - '@types/body-parser@1.19.2': - resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==} + "@types/chai@5.2.2": + resolution: + { integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg== } - '@types/cacheable-request@6.0.3': - resolution: {integrity: sha512-IQ3EbTzGxIigb1I3qPZc1rWJnH0BmSKv5QYTalEwweFvyBDLSAe24zP0le/hyi7ecGfZVlIVAg4BZqb8WBwKqw==} + "@types/connect-livereload@0.6.3": + resolution: + { integrity: sha512-CaWami/rQdycHKnOR+UIfBNxNeqLC5f1KqMdclbsf+TsiLgXwYm2/+KlAefcR3ODom7Fuz4bvWazDMsmfaV5gw== } - '@types/connect-livereload@0.6.3': - resolution: {integrity: sha512-CaWami/rQdycHKnOR+UIfBNxNeqLC5f1KqMdclbsf+TsiLgXwYm2/+KlAefcR3ODom7Fuz4bvWazDMsmfaV5gw==} + "@types/connect@3.4.35": + resolution: + { integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ== } - '@types/connect@3.4.35': - resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==} + "@types/conventional-commits-parser@5.0.0": + resolution: + { integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ== } - '@types/conventional-commits-parser@5.0.0': - resolution: {integrity: sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==} + "@types/deep-eql@4.0.2": + resolution: + { integrity: sha512-c9h9dVVMigMPc4bwTvC5dxqtqJZwQPePsWjPlpSOnojbor6pGqdk541lfA7AqFQr5pB1BRdq0juY9db81BwyFw== } - '@types/eslint@8.56.6': - resolution: {integrity: sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==} + "@types/eslint-scope@3.7.7": + resolution: + { integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg== } - '@types/estree@1.0.5': - resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} + "@types/eslint@8.56.6": + resolution: + { integrity: sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A== } - '@types/estree@1.0.6': - resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} + "@types/estree@1.0.6": + resolution: + { integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw== } - '@types/express-serve-static-core@5.0.0': - resolution: {integrity: sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==} + "@types/estree@1.0.8": + resolution: + { integrity: sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w== } - '@types/express@5.0.0': - resolution: {integrity: sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==} + "@types/express-serve-static-core@5.0.0": + resolution: + { integrity: sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw== } - '@types/hast@3.0.4': - resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} + "@types/express@5.0.0": + resolution: + { integrity: sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ== } - '@types/http-cache-semantics@4.0.1': - resolution: {integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==} + "@types/hast@3.0.4": + resolution: + { integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ== } - '@types/jsdom@21.1.7': - resolution: {integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA==} + "@types/http-cache-semantics@4.0.1": + resolution: + { integrity: sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ== } - '@types/json-schema@7.0.15': - resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + "@types/jsdom@21.1.7": + resolution: + { integrity: sha512-yOriVnggzrnQ3a9OKOCxaVuSug3w3/SbOj5i7VwXWZEyUNl3bLF9V3MfxGbZKuwqJOQyRfqXyROBB1CoZLFWzA== } - '@types/json5@0.0.29': - resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} + "@types/json-schema@7.0.15": + resolution: + { integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA== } - '@types/keyv@3.1.4': - resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} + "@types/json5@0.0.29": + resolution: + { integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ== } - '@types/livereload@0.9.5': - resolution: {integrity: sha512-2RXcRKdivPmn67pwjytvHoRv46AeXaLYVUWA0zkel1XSAOH5i71G0KfUdE5u3g80T155gR3Fo3ilVaqparLsVA==} + "@types/keyv@3.1.4": + resolution: + { integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg== } - '@types/luxon@3.4.2': - resolution: {integrity: sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==} + "@types/livereload@0.9.5": + resolution: + { integrity: sha512-2RXcRKdivPmn67pwjytvHoRv46AeXaLYVUWA0zkel1XSAOH5i71G0KfUdE5u3g80T155gR3Fo3ilVaqparLsVA== } - '@types/mdast@4.0.4': - resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} + "@types/luxon@3.4.2": + resolution: + { integrity: sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA== } - '@types/mime@1.3.2': - resolution: {integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==} + "@types/mime@1.3.2": + resolution: + { integrity: sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw== } + + "@types/mime@3.0.1": + resolution: + { integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA== } + + "@types/minimatch@3.0.5": + resolution: + { integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ== } - '@types/mime@3.0.1': - resolution: {integrity: sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==} + "@types/minimist@1.2.2": + resolution: + { integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== } - '@types/minimatch@3.0.5': - resolution: {integrity: sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==} + "@types/node@18.19.45": + resolution: + { integrity: sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA== } - '@types/minimist@1.2.2': - resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} + "@types/node@20.14.9": + resolution: + { integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg== } - '@types/node@18.19.45': - resolution: {integrity: sha512-VZxPKNNhjKmaC1SUYowuXSRSMGyQGmQjvvA1xE4QZ0xce2kLtEhPDS+kqpCPBZYgqblCLQ2DAjSzmgCM5auvhA==} + "@types/node@22.13.9": + resolution: + { integrity: sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw== } - '@types/node@20.14.9': - resolution: {integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==} + "@types/node@22.15.14": + resolution: + { integrity: sha512-BL1eyu/XWsFGTtDWOYULQEs4KR0qdtYfCxYAUYRoB7JP7h9ETYLgQTww6kH8Sj2C0pFGgrpM0XKv6/kbIzYJ1g== } - '@types/node@22.13.9': - resolution: {integrity: sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw==} + "@types/node@22.7.5": + resolution: + { integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ== } - '@types/node@22.7.5': - resolution: {integrity: sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==} + "@types/node@24.1.0": + resolution: + { integrity: sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w== } - '@types/normalize-package-data@2.4.1': - resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} + "@types/normalize-package-data@2.4.1": + resolution: + { integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== } - '@types/qs@6.9.7': - resolution: {integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==} + "@types/qs@6.9.7": + resolution: + { integrity: sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== } - '@types/range-parser@1.2.4': - resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==} + "@types/range-parser@1.2.4": + resolution: + { integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw== } - '@types/responselike@1.0.0': - resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==} + "@types/responselike@1.0.0": + resolution: + { integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA== } - '@types/semver@7.5.8': - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + "@types/semver@7.5.8": + resolution: + { integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ== } - '@types/send@0.17.1': - resolution: {integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q==} + "@types/send@0.17.1": + resolution: + { integrity: sha512-Cwo8LE/0rnvX7kIIa3QHCkcuF21c05Ayb0ZfxPiv0W8VRiZiNW/WuRupHKpqqGVGf7SUA44QSOUKaEd9lIrd/Q== } - '@types/serve-static@1.15.1': - resolution: {integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ==} + "@types/serve-static@1.15.1": + resolution: + { integrity: sha512-NUo5XNiAdULrJENtJXZZ3fHtfMolzZwczzBbnAeBbqBwG+LaG6YaJtuwzwGSQZ2wsCrxjEhNNjAkKigy3n8teQ== } - '@types/stylus@0.48.41': - resolution: {integrity: sha512-u0BzfnIgn/0I1YpAJGhkj9lUTLeiuiDXYOagXwe2aAsX8OKDFEWP6vqMMPxy4leQeX45LNDdCEjDJkuRxPCv7A==} + "@types/stylus@0.48.41": + resolution: + { integrity: sha512-u0BzfnIgn/0I1YpAJGhkj9lUTLeiuiDXYOagXwe2aAsX8OKDFEWP6vqMMPxy4leQeX45LNDdCEjDJkuRxPCv7A== } - '@types/tough-cookie@4.0.2': - resolution: {integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==} + "@types/tough-cookie@4.0.2": + resolution: + { integrity: sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw== } - '@types/triple-beam@1.3.2': - resolution: {integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g==} + "@types/triple-beam@1.3.2": + resolution: + { integrity: sha512-txGIh+0eDFzKGC25zORnswy+br1Ha7hj5cMVwKIU7+s0U2AxxJru/jZSMU6OC9MJWP6+pc/hc6ZjyZShpsyY2g== } - '@types/unist@3.0.3': - resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} + "@types/unist@3.0.3": + resolution: + { integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q== } - '@types/webpack-bundle-analyzer@4.7.0': - resolution: {integrity: sha512-c5i2ThslSNSG8W891BRvOd/RoCjI2zwph8maD22b1adtSns20j+0azDDMCK06DiVrzTgnwiDl5Ntmu1YRJw8Sg==} + "@types/webpack-bundle-analyzer@4.7.0": + resolution: + { integrity: sha512-c5i2ThslSNSG8W891BRvOd/RoCjI2zwph8maD22b1adtSns20j+0azDDMCK06DiVrzTgnwiDl5Ntmu1YRJw8Sg== } - '@types/webpack-env@1.18.5': - resolution: {integrity: sha512-wz7kjjRRj8/Lty4B+Kr0LN6Ypc/3SymeCCGSbaXp2leH0ZVg/PriNiOwNj4bD4uphI7A8NXS4b6Gl373sfO5mA==} + "@types/webpack-env@1.18.8": + resolution: + { integrity: sha512-G9eAoJRMLjcvN4I08wB5I7YofOb/kaJNd5uoCMX+LbKXTPCF+ZIHuqTnFaK9Jz1rgs035f9JUPUhNFtqgucy/A== } - '@types/ws@8.5.4': - resolution: {integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg==} + "@types/ws@8.5.4": + resolution: + { integrity: sha512-zdQDHKUgcX/zBc4GrwsE/7dVdAD8JR4EuiAXiiUhhfyIJXXb2+PrGshFyeXWQPMmmZ2XxgaqclgpIC7eTXc1mg== } - '@types/yauzl@2.10.3': - resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} + "@types/yauzl@2.10.3": + resolution: + { integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q== } - '@typescript-eslint/eslint-plugin@7.18.0': - resolution: {integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/eslint-plugin@7.18.0": + resolution: + { integrity: sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw== } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - '@typescript-eslint/parser': ^7.0.0 + "@typescript-eslint/parser": ^7.0.0 eslint: ^8.56.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/parser@7.18.0': - resolution: {integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/parser@7.18.0": + resolution: + { integrity: sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg== } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: eslint: ^8.56.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/scope-manager@6.21.0': - resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} - engines: {node: ^16.0.0 || >=18.0.0} + "@typescript-eslint/scope-manager@6.21.0": + resolution: + { integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg== } + engines: { node: ^16.0.0 || >=18.0.0 } - '@typescript-eslint/scope-manager@7.18.0': - resolution: {integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/scope-manager@7.18.0": + resolution: + { integrity: sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA== } + engines: { node: ^18.18.0 || >=20.0.0 } - '@typescript-eslint/type-utils@7.18.0': - resolution: {integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/type-utils@7.18.0": + resolution: + { integrity: sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA== } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: eslint: ^8.56.0 - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/types@4.33.0': - resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - - '@typescript-eslint/types@5.62.0': - resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - - '@typescript-eslint/types@6.21.0': - resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} - engines: {node: ^16.0.0 || >=18.0.0} - - '@typescript-eslint/types@7.14.1': - resolution: {integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/types@7.18.0': - resolution: {integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/typescript-estree@4.33.0': - resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} - engines: {node: ^10.12.0 || >=12.0.0} + "@typescript-eslint/types@4.33.0": + resolution: + { integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ== } + engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + + "@typescript-eslint/types@5.62.0": + resolution: + { integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + + "@typescript-eslint/types@6.21.0": + resolution: + { integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg== } + engines: { node: ^16.0.0 || >=18.0.0 } + + "@typescript-eslint/types@7.14.1": + resolution: + { integrity: sha512-mL7zNEOQybo5R3AavY+Am7KLv8BorIv7HCYS5rKoNZKQD9tsfGUpO4KdAn3sSUvTiS4PQkr2+K0KJbxj8H9NDg== } + engines: { node: ^18.18.0 || >=20.0.0 } + + "@typescript-eslint/types@7.18.0": + resolution: + { integrity: sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ== } + engines: { node: ^18.18.0 || >=20.0.0 } + + "@typescript-eslint/typescript-estree@4.33.0": + resolution: + { integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA== } + engines: { node: ^10.12.0 || >=12.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/typescript-estree@5.62.0': - resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + "@typescript-eslint/typescript-estree@5.62.0": + resolution: + { integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/typescript-estree@6.21.0': - resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} - engines: {node: ^16.0.0 || >=18.0.0} + "@typescript-eslint/typescript-estree@6.21.0": + resolution: + { integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ== } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/typescript-estree@7.14.1': - resolution: {integrity: sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/typescript-estree@7.14.1": + resolution: + { integrity: sha512-k5d0VuxViE2ulIO6FbxxSZaxqDVUyMbXcidC8rHvii0I56XZPv8cq+EhMns+d/EVIL41sMXqRbK3D10Oza1bbA== } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/typescript-estree@7.18.0': - resolution: {integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/typescript-estree@7.18.0": + resolution: + { integrity: sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA== } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: - typescript: '*' + typescript: "*" peerDependenciesMeta: typescript: optional: true - '@typescript-eslint/utils@6.21.0': - resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} - engines: {node: ^16.0.0 || >=18.0.0} + "@typescript-eslint/utils@6.21.0": + resolution: + { integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ== } + engines: { node: ^16.0.0 || >=18.0.0 } peerDependencies: eslint: ^7.0.0 || ^8.0.0 - '@typescript-eslint/utils@7.18.0': - resolution: {integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==} - engines: {node: ^18.18.0 || >=20.0.0} + "@typescript-eslint/utils@7.18.0": + resolution: + { integrity: sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw== } + engines: { node: ^18.18.0 || >=20.0.0 } peerDependencies: eslint: ^8.56.0 - '@typescript-eslint/visitor-keys@4.33.0': - resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} - engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} - - '@typescript-eslint/visitor-keys@5.62.0': - resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - - '@typescript-eslint/visitor-keys@6.21.0': - resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} - engines: {node: ^16.0.0 || >=18.0.0} - - '@typescript-eslint/visitor-keys@7.14.1': - resolution: {integrity: sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@typescript-eslint/visitor-keys@7.18.0': - resolution: {integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==} - engines: {node: ^18.18.0 || >=20.0.0} - - '@ungap/structured-clone@1.2.0': - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - - '@vitest/coverage-v8@3.0.9': - resolution: {integrity: sha512-15OACZcBtQ34keIEn19JYTVuMFTlFrClclwWjHo/IRPg/8ELpkgNTl0o7WLP9WO9XGH6+tip9CPYtEOrIDJvBA==} + "@typescript-eslint/visitor-keys@4.33.0": + resolution: + { integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg== } + engines: { node: ^8.10.0 || ^10.13.0 || >=11.10.1 } + + "@typescript-eslint/visitor-keys@5.62.0": + resolution: + { integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } + + "@typescript-eslint/visitor-keys@6.21.0": + resolution: + { integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A== } + engines: { node: ^16.0.0 || >=18.0.0 } + + "@typescript-eslint/visitor-keys@7.14.1": + resolution: + { integrity: sha512-Crb+F75U1JAEtBeQGxSKwI60hZmmzaqA3z9sYsVm8X7W5cwLEm5bRe0/uXS6+MR/y8CVpKSR/ontIAIEPFcEkA== } + engines: { node: ^18.18.0 || >=20.0.0 } + + "@typescript-eslint/visitor-keys@7.18.0": + resolution: + { integrity: sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg== } + engines: { node: ^18.18.0 || >=20.0.0 } + + "@ungap/structured-clone@1.2.0": + resolution: + { integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== } + + "@vitest/coverage-v8@3.2.4": + resolution: + { integrity: sha512-EyF9SXU6kS5Ku/U82E259WSnvg6c8KTjppUncuNdm5QHpe17mwREHnjDzozC8x9MZ0xfBUFSaLkRv4TMA75ALQ== } peerDependencies: - '@vitest/browser': 3.0.9 - vitest: 3.0.9 + "@vitest/browser": 3.2.4 + vitest: 3.2.4 peerDependenciesMeta: - '@vitest/browser': + "@vitest/browser": optional: true - '@vitest/expect@3.0.9': - resolution: {integrity: sha512-5eCqRItYgIML7NNVgJj6TVCmdzE7ZVgJhruW0ziSQV4V7PvLkDL1bBkBdcTs/VuIz0IxPb5da1IDSqc1TR9eig==} + "@vitest/expect@3.2.4": + resolution: + { integrity: sha512-Io0yyORnB6sikFlt8QW5K7slY4OjqNX9jmJQ02QDda8lyM6B5oNgVWoSoKPac8/kgnCUzuHQKrSLtu/uOqqrig== } - '@vitest/mocker@3.0.9': - resolution: {integrity: sha512-ryERPIBOnvevAkTq+L1lD+DTFBRcjueL9lOUfXsLfwP92h4e+Heb+PjiqS3/OURWPtywfafK0kj++yDFjWUmrA==} + "@vitest/mocker@3.2.4": + resolution: + { integrity: sha512-46ryTE9RZO/rfDd7pEqFl7etuyzekzEhUbTW3BvmeO/BcCMEgq59BKhek3dXDWgAj4oMK6OZi+vRr1wPW6qjEQ== } peerDependencies: msw: ^2.4.9 - vite: ^5.0.0 || ^6.0.0 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0-0 peerDependenciesMeta: msw: optional: true vite: optional: true - '@vitest/pretty-format@3.0.9': - resolution: {integrity: sha512-OW9F8t2J3AwFEwENg3yMyKWweF7oRJlMyHOMIhO5F3n0+cgQAJZBjNgrF8dLwFTEXl5jUqBLXd9QyyKv8zEcmA==} + "@vitest/pretty-format@3.2.4": + resolution: + { integrity: sha512-IVNZik8IVRJRTr9fxlitMKeJeXFFFN0JaB9PHPGQ8NKQbGpfjlTx9zO4RefN8gp7eqjNy8nyK3NZmBzOPeIxtA== } - '@vitest/runner@3.0.9': - resolution: {integrity: sha512-NX9oUXgF9HPfJSwl8tUZCMP1oGx2+Sf+ru6d05QjzQz4OwWg0psEzwY6VexP2tTHWdOkhKHUIZH+fS6nA7jfOw==} + "@vitest/runner@3.2.4": + resolution: + { integrity: sha512-oukfKT9Mk41LreEW09vt45f8wx7DordoWUZMYdY/cyAk7w5TWkTRCNZYF7sX7n2wB7jyGAl74OxgwhPgKaqDMQ== } - '@vitest/snapshot@3.0.9': - resolution: {integrity: sha512-AiLUiuZ0FuA+/8i19mTYd+re5jqjEc2jZbgJ2up0VY0Ddyyxg/uUtBDpIFAy4uzKaQxOW8gMgBdAJJ2ydhu39A==} + "@vitest/snapshot@3.2.4": + resolution: + { integrity: sha512-dEYtS7qQP2CjU27QBC5oUOxLE/v5eLkGqPE0ZKEIDGMs4vKWe7IjgLOeauHsR0D5YuuycGRO5oSRXnwnmA78fQ== } - '@vitest/spy@3.0.9': - resolution: {integrity: sha512-/CcK2UDl0aQ2wtkp3YVWldrpLRNCfVcIOFGlVGKO4R5eajsH393Z1yiXLVQ7vWsj26JOEjeZI0x5sm5P4OGUNQ==} + "@vitest/spy@3.2.4": + resolution: + { integrity: sha512-vAfasCOe6AIK70iP5UD11Ac4siNUNJ9i/9PZ3NKx07sG6sUxeag1LWdNrMWeKKYBLlzuK+Gn65Yd5nyL6ds+nw== } - '@vitest/ui@3.0.9': - resolution: {integrity: sha512-FpZD4aIv/qNpwkV3XbLV6xldWFHMgoNWAJEgg5GmpObmAOLAErpYjew9dDwXdYdKOS3iZRKdwI+P3JOJcYeUBg==} + "@vitest/ui@3.2.4": + resolution: + { integrity: sha512-hGISOaP18plkzbWEcP/QvtRW1xDXF2+96HbEX6byqQhAUbiS5oH6/9JwW+QsQCIYON2bI6QZBF+2PvOmrRZ9wA== } peerDependencies: - vitest: 3.0.9 + vitest: 3.2.4 - '@vitest/utils@3.0.9': - resolution: {integrity: sha512-ilHM5fHhZ89MCp5aAaM9uhfl1c2JdxVxl3McqsdVyVNN6JffnEen8UMCdRTzOhGXNQGo5GNL9QugHrz727Wnng==} + "@vitest/utils@3.2.4": + resolution: + { integrity: sha512-fB2V0JFrQSMsCo9HiSq3Ezpdv4iYaXRG1Sx8edX3MwxfyNn83mKiGzOcH+Fkxt4MHxr3y42fQi1oeAInqgX2QA== } - '@vue/compiler-core@3.4.35': - resolution: {integrity: sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg==} + "@vue/compiler-core@3.4.35": + resolution: + { integrity: sha512-gKp0zGoLnMYtw4uS/SJRRO7rsVggLjvot3mcctlMXunYNsX+aRJDqqw/lV5/gHK91nvaAAlWFgdVl020AW1Prg== } - '@vue/compiler-dom@3.4.35': - resolution: {integrity: sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ==} + "@vue/compiler-dom@3.4.35": + resolution: + { integrity: sha512-pWIZRL76/oE/VMhdv/ovZfmuooEni6JPG1BFe7oLk5DZRo/ImydXijoZl/4kh2406boRQ7lxTYzbZEEXEhj9NQ== } - '@vue/compiler-sfc@3.4.35': - resolution: {integrity: sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA==} + "@vue/compiler-sfc@3.4.35": + resolution: + { integrity: sha512-xacnRS/h/FCsjsMfxBkzjoNxyxEyKyZfBch/P4vkLRvYJwe5ChXmZZrj8Dsed/752H2Q3JE8kYu9Uyha9J6PgA== } - '@vue/compiler-ssr@3.4.35': - resolution: {integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A==} + "@vue/compiler-ssr@3.4.35": + resolution: + { integrity: sha512-7iynB+0KB1AAJKk/biENTV5cRGHRdbdaD7Mx3nWcm1W8bVD6QmnH3B4AHhQQ1qZHhqFwzEzMwiytXm3PX1e60A== } - '@vue/shared@3.4.35': - resolution: {integrity: sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ==} + "@vue/shared@3.4.35": + resolution: + { integrity: sha512-hvuhBYYDe+b1G8KHxsQ0diDqDMA8D9laxWZhNAjE83VZb5UDaXl9Xnz7cGdDSyiHM90qqI/CyGMcpBpiDy6VVQ== } - '@webassemblyjs/ast@1.12.1': - resolution: {integrity: sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==} + "@webassemblyjs/ast@1.14.1": + resolution: + { integrity: sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ== } - '@webassemblyjs/floating-point-hex-parser@1.11.6': - resolution: {integrity: sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==} + "@webassemblyjs/floating-point-hex-parser@1.13.2": + resolution: + { integrity: sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA== } - '@webassemblyjs/helper-api-error@1.11.6': - resolution: {integrity: sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==} + "@webassemblyjs/helper-api-error@1.13.2": + resolution: + { integrity: sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ== } - '@webassemblyjs/helper-buffer@1.12.1': - resolution: {integrity: sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==} + "@webassemblyjs/helper-buffer@1.14.1": + resolution: + { integrity: sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA== } - '@webassemblyjs/helper-numbers@1.11.6': - resolution: {integrity: sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==} + "@webassemblyjs/helper-numbers@1.13.2": + resolution: + { integrity: sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA== } - '@webassemblyjs/helper-wasm-bytecode@1.11.6': - resolution: {integrity: sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==} + "@webassemblyjs/helper-wasm-bytecode@1.13.2": + resolution: + { integrity: sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA== } - '@webassemblyjs/helper-wasm-section@1.12.1': - resolution: {integrity: sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==} + "@webassemblyjs/helper-wasm-section@1.14.1": + resolution: + { integrity: sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw== } - '@webassemblyjs/ieee754@1.11.6': - resolution: {integrity: sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==} + "@webassemblyjs/ieee754@1.13.2": + resolution: + { integrity: sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw== } - '@webassemblyjs/leb128@1.11.6': - resolution: {integrity: sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==} + "@webassemblyjs/leb128@1.13.2": + resolution: + { integrity: sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw== } - '@webassemblyjs/utf8@1.11.6': - resolution: {integrity: sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==} + "@webassemblyjs/utf8@1.13.2": + resolution: + { integrity: sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ== } - '@webassemblyjs/wasm-edit@1.12.1': - resolution: {integrity: sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==} + "@webassemblyjs/wasm-edit@1.14.1": + resolution: + { integrity: sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ== } - '@webassemblyjs/wasm-gen@1.12.1': - resolution: {integrity: sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==} + "@webassemblyjs/wasm-gen@1.14.1": + resolution: + { integrity: sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg== } - '@webassemblyjs/wasm-opt@1.12.1': - resolution: {integrity: sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==} + "@webassemblyjs/wasm-opt@1.14.1": + resolution: + { integrity: sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw== } - '@webassemblyjs/wasm-parser@1.12.1': - resolution: {integrity: sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==} + "@webassemblyjs/wasm-parser@1.14.1": + resolution: + { integrity: sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ== } - '@webassemblyjs/wast-printer@1.12.1': - resolution: {integrity: sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==} + "@webassemblyjs/wast-printer@1.14.1": + resolution: + { integrity: sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw== } - '@webpack-cli/configtest@2.1.1': - resolution: {integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw==} - engines: {node: '>=14.15.0'} + "@webpack-cli/configtest@2.1.1": + resolution: + { integrity: sha512-wy0mglZpDSiSS0XHrVR+BAdId2+yxPSoJW8fsna3ZpYSlufjvxnP4YbKTCBZnNIcGN4r6ZPXV55X4mYExOfLmw== } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - '@webpack-cli/configtest@3.0.0': - resolution: {integrity: sha512-3byRXqOvwm/zGM0OhSbq15aJeX5ZUSe0RS7gfzH9wtX9UX6foShghZKxNOq+oJ59s5dsZrvBk4WHLfSnaBJJWw==} - engines: {node: '>=18.12.0'} + "@webpack-cli/configtest@3.0.1": + resolution: + { integrity: sha512-u8d0pJ5YFgneF/GuvEiDA61Tf1VDomHHYMjv/wc9XzYj7nopltpG96nXN5dJRstxZhcNpV1g+nT6CydO7pHbjA== } + engines: { node: ">=18.12.0" } peerDependencies: - webpack: 5.x.x - webpack-cli: 5.x.x + webpack: ^5.82.0 + webpack-cli: 6.x.x - '@webpack-cli/info@2.0.2': - resolution: {integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A==} - engines: {node: '>=14.15.0'} + "@webpack-cli/info@2.0.2": + resolution: + { integrity: sha512-zLHQdI/Qs1UyT5UBdWNqsARasIA+AaF8t+4u2aS2nEpBQh2mWIVb8qAklq0eUENnC5mOItrIB4LiS9xMtph18A== } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - '@webpack-cli/info@3.0.0': - resolution: {integrity: sha512-HIuVImc5NGeL3NKz5i0GkqfSJ1XsNH4YlpTb1O+TXYUdzTL6ZAZFL9zoVKXxcmSW+HBKkmkUsLWwlyLcFTrArw==} - engines: {node: '>=18.12.0'} + "@webpack-cli/info@3.0.1": + resolution: + { integrity: sha512-coEmDzc2u/ffMvuW9aCjoRzNSPDl/XLuhPdlFRpT9tZHmJ/039az33CE7uH+8s0uL1j5ZNtfdv0HkfaKRBGJsQ== } + engines: { node: ">=18.12.0" } peerDependencies: - webpack: 5.x.x - webpack-cli: 5.x.x + webpack: ^5.82.0 + webpack-cli: 6.x.x - '@webpack-cli/serve@2.0.5': - resolution: {integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ==} - engines: {node: '>=14.15.0'} + "@webpack-cli/serve@2.0.5": + resolution: + { integrity: sha512-lqaoKnRYBdo1UgDX8uF24AfGMifWK19TxPmM5FHc2vAGxrJ/qtyUyFBWoY1tISZdelsQ5fBcOusifo5o5wSJxQ== } + engines: { node: ">=14.15.0" } peerDependencies: webpack: 5.x.x webpack-cli: 5.x.x - webpack-dev-server: '*' + webpack-dev-server: "*" peerDependenciesMeta: webpack-dev-server: optional: true - '@webpack-cli/serve@3.0.0': - resolution: {integrity: sha512-oX0XqXHb0IgD2jfzxM5sOGuwFTrLpOpfyPT0t4QIXHS69eRRliyuKzbavXgDnOENIs9BxbNnAaDFhTpAEPEChQ==} - engines: {node: '>=18.12.0'} + "@webpack-cli/serve@3.0.1": + resolution: + { integrity: sha512-sbgw03xQaCLiT6gcY/6u3qBDn01CWw/nbaXl3gTdTFuJJ75Gffv3E3DBpgvY2fkkrdS1fpjaXNOmJlnbtKauKg== } + engines: { node: ">=18.12.0" } peerDependencies: - webpack: 5.x.x - webpack-cli: 5.x.x - webpack-dev-server: '*' + webpack: ^5.82.0 + webpack-cli: 6.x.x + webpack-dev-server: "*" peerDependenciesMeta: webpack-dev-server: optional: true - '@xtuc/ieee754@1.2.0': - resolution: {integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==} + "@xtuc/ieee754@1.2.0": + resolution: + { integrity: sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== } - '@xtuc/long@4.2.2': - resolution: {integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==} + "@xtuc/long@4.2.2": + resolution: + { integrity: sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== } - '@yarnpkg/lockfile@1.1.0': - resolution: {integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==} + "@yarnpkg/lockfile@1.1.0": + resolution: + { integrity: sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ== } - '@yarnpkg/parsers@3.0.0-rc.46': - resolution: {integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==} - engines: {node: '>=14.15.0'} + "@yarnpkg/parsers@3.0.0-rc.46": + resolution: + { integrity: sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q== } + engines: { node: ">=14.15.0" } - '@zkochan/js-yaml@0.0.7': - resolution: {integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ==} + "@zkochan/js-yaml@0.0.7": + resolution: + { integrity: sha512-nrUSn7hzt7J6JWgWGz78ZYI8wj+gdIJdk0Ynjpp8l+trkn58Uqsf6RYrYkEK+3X18EX+TNdtJI0WxAtc+L84SQ== } hasBin: true JSONStream@1.3.5: - resolution: {integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==} + resolution: + { integrity: sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ== } hasBin: true abbrev@1.1.1: - resolution: {integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==} + resolution: + { integrity: sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== } abbrev@2.0.0: - resolution: {integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } abort-controller@3.0.0: - resolution: {integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==} - engines: {node: '>=6.5'} + resolution: + { integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== } + engines: { node: ">=6.5" } accepts@1.3.8: - resolution: {integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw== } + engines: { node: ">= 0.6" } ace-builds@1.31.1: - resolution: {integrity: sha512-3DnE5bZF6Ji+l4F5acoLk+rV7mxrUt1C4r61Xy9owp5rVM4lj5NL8GJfoX6Jnnbhx6kKV7Vdpb+Tco+0ORTvhg==} + resolution: + { integrity: sha512-3DnE5bZF6Ji+l4F5acoLk+rV7mxrUt1C4r61Xy9owp5rVM4lj5NL8GJfoX6Jnnbhx6kKV7Vdpb+Tco+0ORTvhg== } ace-builds@1.32.2: - resolution: {integrity: sha512-mnJAc803p+7eeDt07r6XI7ufV7VdkpPq4gJZT8Jb3QsowkaBTVy4tdBgPrVT0WbXLm0toyEQXURKSVNj/7dfJQ==} + resolution: + { integrity: sha512-mnJAc803p+7eeDt07r6XI7ufV7VdkpPq4gJZT8Jb3QsowkaBTVy4tdBgPrVT0WbXLm0toyEQXURKSVNj/7dfJQ== } - acorn-import-attributes@1.9.5: - resolution: {integrity: sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==} + acorn-import-phases@1.0.4: + resolution: + { integrity: sha512-wKmbr/DDiIXzEOiWrTTUcDm24kQ2vGfZQvM2fwg2vXqR5uW6aapr7ObPtj1th32b9u90/Pf4AItvdTh42fBmVQ== } + engines: { node: ">=10.13.0" } peerDependencies: - acorn: ^8 + acorn: ^8.14.0 acorn-jsx@5.3.2: - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + resolution: + { integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ== } peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 acorn-walk@8.2.0: - resolution: {integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA== } + engines: { node: ">=0.4.0" } acorn@7.4.1: - resolution: {integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== } + engines: { node: ">=0.4.0" } hasBin: true acorn@8.10.0: - resolution: {integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw== } + engines: { node: ">=0.4.0" } hasBin: true acorn@8.11.3: - resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg== } + engines: { node: ">=0.4.0" } hasBin: true acorn@8.12.1: - resolution: {integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg== } + engines: { node: ">=0.4.0" } hasBin: true - add-stream@1.0.0: - resolution: {integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ==} + acorn@8.15.0: + resolution: + { integrity: sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg== } + engines: { node: ">=0.4.0" } + hasBin: true - agent-base@7.1.0: - resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} - engines: {node: '>= 14'} + add-stream@1.0.0: + resolution: + { integrity: sha512-qQLMr+8o0WC4FZGQTcJiKBVC59JylcPSrTtk6usvmIDFUOCKegapy1VHQwRbFMOFyb/inzUVqHs+eMYKDM1YeQ== } agent-base@7.1.3: - resolution: {integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==} - engines: {node: '>= 14'} + resolution: + { integrity: sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw== } + engines: { node: ">= 14" } aggregate-error@3.1.0: - resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== } + engines: { node: ">=8" } ajv-formats@2.1.1: - resolution: {integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==} + resolution: + { integrity: sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA== } peerDependencies: ajv: ^8.0.0 peerDependenciesMeta: ajv: optional: true - ajv-keywords@3.5.2: - resolution: {integrity: sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==} - peerDependencies: - ajv: ^6.9.1 - ajv-keywords@5.1.0: - resolution: {integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==} + resolution: + { integrity: sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw== } peerDependencies: ajv: ^8.8.2 ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + resolution: + { integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g== } ajv@8.12.0: - resolution: {integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==} + resolution: + { integrity: sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA== } ansi-colors@4.1.3: - resolution: {integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw== } + engines: { node: ">=6" } ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ== } + engines: { node: ">=8" } ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== } + engines: { node: ">=8" } ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} - - ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== } + engines: { node: ">=12" } ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== } + engines: { node: ">=8" } ansi-styles@5.2.0: - resolution: {integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== } + engines: { node: ">=10" } ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== } + engines: { node: ">=12" } any-promise@1.3.0: - resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} + resolution: + { integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A== } anymatch@3.1.3: - resolution: {integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== } + engines: { node: ">= 8" } app-module-path@2.2.0: - resolution: {integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ==} + resolution: + { integrity: sha512-gkco+qxENJV+8vFcDiiFhuoSvRXb2a/QPqpSoWhVz829VNJfOTnELbBmPmNKFxf3xdNnw4DWCkzkDaavcX/1YQ== } aproba@2.0.0: - resolution: {integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==} + resolution: + { integrity: sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== } are-docs-informative@0.0.2: - resolution: {integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig== } + engines: { node: ">=14" } arg@4.1.3: - resolution: {integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==} + resolution: + { integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== } argparse@1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} + resolution: + { integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== } argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + resolution: + { integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== } array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + resolution: + { integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A== } array-differ@3.0.0: - resolution: {integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-THtfYS6KtME/yIAhKjZ2ul7XI96lQGHRputJQHO80LAWQnuGP4iCIN8vdMRboGbIEYBwU33q8Tch1os2+X0kMg== } + engines: { node: ">=8" } array-flatten@1.1.1: - resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} + resolution: + { integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg== } array-ify@1.0.0: - resolution: {integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==} + resolution: + { integrity: sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng== } array-includes@3.1.7: - resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ== } + engines: { node: ">= 0.4" } array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== } + engines: { node: ">=8" } array.prototype.findlastindex@1.2.3: - resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA== } + engines: { node: ">= 0.4" } array.prototype.flat@1.3.2: - resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA== } + engines: { node: ">= 0.4" } array.prototype.flatmap@1.3.2: - resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ== } + engines: { node: ">= 0.4" } arraybuffer.prototype.slice@1.0.2: - resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw== } + engines: { node: ">= 0.4" } arrify@1.0.1: - resolution: {integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== } + engines: { node: ">=0.10.0" } arrify@2.0.1: - resolution: {integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug== } + engines: { node: ">=8" } asap@2.0.6: - resolution: {integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==} + resolution: + { integrity: sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA== } assert-never@1.3.0: - resolution: {integrity: sha512-9Z3vxQ+berkL/JJo0dK+EY3Lp0s3NtSnP3VCLsh5HDcZPrh0M+KQRK5sWhUeyPPH+/RCxZqOxLMR+YC6vlviEQ==} + resolution: + { integrity: sha512-9Z3vxQ+berkL/JJo0dK+EY3Lp0s3NtSnP3VCLsh5HDcZPrh0M+KQRK5sWhUeyPPH+/RCxZqOxLMR+YC6vlviEQ== } assertion-error@2.0.1: - resolution: {integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA== } + engines: { node: ">=12" } ast-module-types@2.7.1: - resolution: {integrity: sha512-Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw==} + resolution: + { integrity: sha512-Rnnx/4Dus6fn7fTqdeLEAn5vUll5w7/vts0RN608yFa6si/rDOUonlIIiwugHBFWjylHjxm9owoSZn71KwG4gw== } ast-module-types@3.0.0: - resolution: {integrity: sha512-CMxMCOCS+4D+DkOQfuZf+vLrSEmY/7xtORwdxs4wtcC1wVgvk2MqFFTwQCFhvWsI4KPU9lcWXPI8DgRiz+xetQ==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-CMxMCOCS+4D+DkOQfuZf+vLrSEmY/7xtORwdxs4wtcC1wVgvk2MqFFTwQCFhvWsI4KPU9lcWXPI8DgRiz+xetQ== } + engines: { node: ">=6.0" } ast-module-types@4.0.0: - resolution: {integrity: sha512-Kd0o8r6CDazJGCRzs8Ivpn0xj19oNKrULhoJFzhGjRsLpekF2zyZs9Ukz+JvZhWD6smszfepakTFhAaYpsI12g==} - engines: {node: '>=12.0'} + resolution: + { integrity: sha512-Kd0o8r6CDazJGCRzs8Ivpn0xj19oNKrULhoJFzhGjRsLpekF2zyZs9Ukz+JvZhWD6smszfepakTFhAaYpsI12g== } + engines: { node: ">=12.0" } ast-module-types@6.0.0: - resolution: {integrity: sha512-LFRg7178Fw5R4FAEwZxVqiRI8IxSM+Ay2UBrHoCerXNme+kMMMfz7T3xDGV/c2fer87hcrtgJGsnSOfUrPK6ng==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-LFRg7178Fw5R4FAEwZxVqiRI8IxSM+Ay2UBrHoCerXNme+kMMMfz7T3xDGV/c2fer87hcrtgJGsnSOfUrPK6ng== } + engines: { node: ">=18" } + + ast-v8-to-istanbul@0.3.3: + resolution: + { integrity: sha512-MuXMrSLVVoA6sYN/6Hke18vMzrT4TZNbZIj/hvh0fnYFpO+/kFXcLIaiPwXXWaQUPg4yJD8fj+lfJ7/1EBconw== } async@3.2.4: - resolution: {integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==} + resolution: + { integrity: sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ== } asynckit@0.4.0: - resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} + resolution: + { integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== } available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw== } + engines: { node: ">= 0.4" } axios@1.7.4: - resolution: {integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==} + resolution: + { integrity: sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw== } babel-loader@10.0.0: - resolution: {integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==} - engines: {node: ^18.20.0 || ^20.10.0 || >=22.0.0} + resolution: + { integrity: sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA== } + engines: { node: ^18.20.0 || ^20.10.0 || >=22.0.0 } peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5.61.0' + "@babel/core": ^7.12.0 + webpack: ">=5.61.0" babel-loader@9.2.1: - resolution: {integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==} - engines: {node: '>= 14.15.0'} + resolution: + { integrity: sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA== } + engines: { node: ">= 14.15.0" } peerDependencies: - '@babel/core': ^7.12.0 - webpack: '>=5' + "@babel/core": ^7.12.0 + webpack: ">=5" babel-plugin-polyfill-corejs2@0.4.10: - resolution: {integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==} + resolution: + { integrity: sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ== } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 babel-plugin-polyfill-corejs3@0.10.4: - resolution: {integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==} + resolution: + { integrity: sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg== } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 babel-plugin-polyfill-regenerator@0.6.1: - resolution: {integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==} + resolution: + { integrity: sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g== } peerDependencies: - '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + "@babel/core": ^7.4.0 || ^8.0.0-0 <8.0.0 babel-walk@3.0.0-canary-5: - resolution: {integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw==} - engines: {node: '>= 10.0.0'} + resolution: + { integrity: sha512-GAwkz0AihzY5bkwIY5QDR+LvsRQgB/B+1foMPvi0FZPMl5fjD7ICiznUiBdLYMH1QYe6vqu4gWYytZOccLouFw== } + engines: { node: ">= 10.0.0" } balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + resolution: + { integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== } base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + resolution: + { integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA== } before-after-hook@2.2.3: - resolution: {integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==} + resolution: + { integrity: sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ== } bin-links@4.0.4: - resolution: {integrity: sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-cMtq4W5ZsEwcutJrVId+a/tjt8GSbS+h0oNkdl6+6rBuEv8Ot33Bevj5KPm40t309zuhVic8NjpuL42QCiJWWA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } binary-extensions@2.2.0: - resolution: {integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== } + engines: { node: ">=8" } bl@4.1.0: - resolution: {integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==} + resolution: + { integrity: sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w== } body-parser@1.20.3: - resolution: {integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + resolution: + { integrity: sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g== } + engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } boolean@3.2.0: - resolution: {integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw==} + resolution: + { integrity: sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw== } deprecated: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info. bootstrap@5.3.2: - resolution: {integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==} + resolution: + { integrity: sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g== } peerDependencies: - '@popperjs/core': ^2.11.8 + "@popperjs/core": ^2.11.8 brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + resolution: + { integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== } brace-expansion@2.0.1: - resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + resolution: + { integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== } braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== } + engines: { node: ">=8" } browser-or-node@2.1.1: - resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} + resolution: + { integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg== } browser-or-node@3.0.0: - resolution: {integrity: sha512-iczIdVJzGEYhP5DqQxYM9Hh7Ztpqqi+CXZpSmX8ALFs9ecXkQIeqRyM6TfxEfMVpwhl3dSuDvxdzzo9sUOIVBQ==} + resolution: + { integrity: sha512-iczIdVJzGEYhP5DqQxYM9Hh7Ztpqqi+CXZpSmX8ALFs9ecXkQIeqRyM6TfxEfMVpwhl3dSuDvxdzzo9sUOIVBQ== } - browserslist@4.24.0: - resolution: {integrity: sha512-Rmb62sR1Zpjql25eSanFGEhAxcFwfA1K0GuQcLoaJBAcENegrQut3hYdhXFF1obQfiDyqIW/cLM5HSJ/9k884A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + browserslist@4.25.1: + resolution: + { integrity: sha512-KGj0KoOMXLpSNkkEI6Z6mShmQy0bc1I+T7K9N81k4WWMrfz+6fQ6es80B/YLAeRoKvjYE1YSHHOW1qe9xIVzHw== } + engines: { node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 } hasBin: true buffer-crc32@0.2.13: - resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} + resolution: + { integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ== } buffer-from@1.1.2: - resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + resolution: + { integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== } buffer@5.7.1: - resolution: {integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==} + resolution: + { integrity: sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== } byte-size@8.1.1: - resolution: {integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg==} - engines: {node: '>=12.17'} + resolution: + { integrity: sha512-tUkzZWK0M/qdoLEqikxBWe4kumyuwjl3HO6zHTr4yEI23EojPtLYXdG1+AQY7MN0cGyNDvEaJ8wiYQm6P2bPxg== } + engines: { node: ">=12.17" } bytes@3.1.2: - resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg== } + engines: { node: ">= 0.8" } cac@6.7.14: - resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ== } + engines: { node: ">=8" } cacache@18.0.3: - resolution: {integrity: sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-qXCd4rh6I07cnDqh8V48/94Tc/WSfj+o3Gn6NZ0aZovS255bUx8O13uKxRFd2eWG0xgsco7+YItQNPaa5E85hg== } + engines: { node: ^16.14.0 || >=18.0.0 } cacheable-lookup@5.0.4: - resolution: {integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==} - engines: {node: '>=10.6.0'} + resolution: + { integrity: sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA== } + engines: { node: ">=10.6.0" } cacheable-request@7.0.2: - resolution: {integrity: sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-pouW8/FmiPQbuGpkXQ9BAPv/Mo5xDGANgSNXzTzJ8DrKGuXOssM4wIQRjfanNRh3Yu5cfYPvcorqbhg2KIJtew== } + engines: { node: ">=8" } call-bind@1.0.7: - resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w== } + engines: { node: ">= 0.4" } callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ== } + engines: { node: ">=6" } camel-case@4.1.2: - resolution: {integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==} + resolution: + { integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw== } camelcase-keys@6.2.2: - resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== } + engines: { node: ">=8" } camelcase@5.3.1: - resolution: {integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== } + engines: { node: ">=6" } - caniuse-lite@1.0.30001667: - resolution: {integrity: sha512-7LTwJjcRkzKFmtqGsibMeuXmvFDfZq/nzIjnmgCGzKKRVzjD72selLDK1oPF/Oxzmt4fNcPvTDvGqSDG4tCALw==} + caniuse-lite@1.0.30001731: + resolution: + { integrity: sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg== } - canvas@3.1.0: - resolution: {integrity: sha512-tTj3CqqukVJ9NgSahykNwtGda7V33VLObwrHfzT0vqJXu7J4d4C/7kQQW3fOEGDfZZoILPut5H00gOjyttPGyg==} - engines: {node: ^18.12.0 || >= 20.9.0} - - ccount@2.0.1: - resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} + canvas@3.1.2: + resolution: + { integrity: sha512-Z/tzFAcBzoCvJlOSlCnoekh1Gu8YMn0J51+UAuXJAbW1Z6I9l2mZgdD7738MepoeeIcUdDtbMnOg6cC7GJxy/g== } + engines: { node: ^18.12.0 || >= 20.9.0 } chai@5.2.0: - resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} - engines: {node: '>=12'} - - chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw== } + engines: { node: ">=12" } chalk@4.1.0: - resolution: {integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== } + engines: { node: ">=10" } chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== } + engines: { node: ">=10" } chalk@5.3.0: - resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - - character-entities-html4@2.1.0: - resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} - - character-entities-legacy@3.0.0: - resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} + resolution: + { integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w== } + engines: { node: ^12.17.0 || ^14.13 || >=16.0.0 } character-parser@2.2.0: - resolution: {integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw==} + resolution: + { integrity: sha512-+UqJQjFEFaTAs3bNsF2j2kEN1baG/zghZbdqoYEDxGZtJo9LBzl1A+m0D4n3qKx8N2FNv8/Xp6yV9mQmBuptaw== } chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + resolution: + { integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== } check-error@2.1.1: - resolution: {integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==} - engines: {node: '>= 16'} + resolution: + { integrity: sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw== } + engines: { node: ">= 16" } chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} - engines: {node: '>= 8.10.0'} + resolution: + { integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== } + engines: { node: ">= 8.10.0" } chownr@1.1.4: - resolution: {integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==} + resolution: + { integrity: sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg== } chownr@2.0.0: - resolution: {integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== } + engines: { node: ">=10" } chrome-trace-event@1.0.3: - resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg== } + engines: { node: ">=6.0" } ci-info@3.8.0: - resolution: {integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw== } + engines: { node: ">=8" } ci-info@4.0.0: - resolution: {integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg== } + engines: { node: ">=8" } clean-css@5.3.2: - resolution: {integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==} - engines: {node: '>= 10.0'} + resolution: + { integrity: sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww== } + engines: { node: ">= 10.0" } clean-stack@2.2.0: - resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== } + engines: { node: ">=6" } cli-cursor@3.1.0: - resolution: {integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw== } + engines: { node: ">=8" } cli-spinners@2.6.1: - resolution: {integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g== } + engines: { node: ">=6" } cli-spinners@2.9.0: - resolution: {integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g== } + engines: { node: ">=6" } cli-width@3.0.0: - resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} - engines: {node: '>= 10'} + resolution: + { integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw== } + engines: { node: ">= 10" } cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} + resolution: + { integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ== } cliui@8.0.1: - resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== } + engines: { node: ">=12" } + + cliui@9.0.1: + resolution: + { integrity: sha512-k7ndgKhwoQveBL+/1tqGJYNz097I7WOvwbmmU2AR5+magtbjPWQTS1C5vzGkBC8Ym8UWRzfKUzUUqFLypY4Q+w== } + engines: { node: ">=20" } clone-deep@4.0.1: - resolution: {integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ== } + engines: { node: ">=6" } clone-response@1.0.3: - resolution: {integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA==} + resolution: + { integrity: sha512-ROoL94jJH2dUVML2Y/5PEDNaSHgeOdSDicUyS7izcF63G6sTc/FTjLub4b8Il9S8S0beOfYt0TaA5qvFK+w0wA== } clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} + resolution: + { integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg== } + engines: { node: ">=0.8" } cmd-shim@6.0.3: - resolution: {integrity: sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-FMabTRlc5t5zjdenF6mS0MBeFZm0XqHqeOkcskKFb/LYCcRQ5fVgLOHVc4Lq9CqABd9zhjwPjMBCJvMCziSVtA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + resolution: + { integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== } color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + resolution: + { integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== } + engines: { node: ">=7.0.0" } color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + resolution: + { integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== } color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + resolution: + { integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== } color-string@1.9.1: - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + resolution: + { integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg== } color-support@1.1.3: - resolution: {integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==} + resolution: + { integrity: sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== } hasBin: true color@3.2.1: - resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==} + resolution: + { integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA== } colorette@2.0.20: - resolution: {integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==} + resolution: + { integrity: sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w== } colorspace@1.1.4: - resolution: {integrity: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==} + resolution: + { integrity: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w== } columnify@1.6.0: - resolution: {integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==} - engines: {node: '>=8.0.0'} + resolution: + { integrity: sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q== } + engines: { node: ">=8.0.0" } combined-stream@1.0.8: - resolution: {integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==} - engines: {node: '>= 0.8'} - - comma-separated-tokens@2.0.3: - resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} + resolution: + { integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== } + engines: { node: ">= 0.8" } commander@10.0.1: - resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} - engines: {node: '>=14'} - - commander@11.1.0: - resolution: {integrity: sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== } + engines: { node: ">=14" } commander@12.0.0: - resolution: {integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA== } + engines: { node: ">=18" } commander@12.1.0: - resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA== } + engines: { node: ">=18" } + + commander@13.1.0: + resolution: + { integrity: sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw== } + engines: { node: ">=18" } commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + resolution: + { integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== } commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} + resolution: + { integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== } + engines: { node: ">= 10" } commander@9.5.0: - resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} - engines: {node: ^12.20.0 || >=14} + resolution: + { integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ== } + engines: { node: ^12.20.0 || >=14 } comment-parser@1.4.1: - resolution: {integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg== } + engines: { node: ">= 12.0.0" } common-ancestor-path@1.0.1: - resolution: {integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w==} + resolution: + { integrity: sha512-L3sHRo1pXXEqX8VU28kfgUY+YGsk09hPqZiZmLacNib6XNTCM8ubYeT7ryXQw8asB1sKgcU5lkB7ONug08aB8w== } common-path-prefix@3.0.0: - resolution: {integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==} + resolution: + { integrity: sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w== } commondir@1.0.1: - resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} + resolution: + { integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg== } compare-func@2.0.0: - resolution: {integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==} + resolution: + { integrity: sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA== } concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: + { integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== } concat-stream@2.0.0: - resolution: {integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==} - engines: {'0': node >= 6.0} + resolution: + { integrity: sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A== } + engines: { "0": node >= 6.0 } concurrently@9.0.0: - resolution: {integrity: sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-iAxbsDeUkn8E/4+QalT7T3WvlyTfmsoez+19lbbcsxZdOEMfBukd8LA30KYez2UR5xkKFzbcqXIZy5RisCbaxw== } + engines: { node: ">=18" } hasBin: true connect-livereload@0.6.1: - resolution: {integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g==} + resolution: + { integrity: sha512-3R0kMOdL7CjJpU66fzAkCe6HNtd3AavCS4m+uW4KtJjrdGPT0SQEZieAYd+cm+lJoBznNQ4lqipYWkhBMgk00g== } console-control-strings@1.1.0: - resolution: {integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==} + resolution: + { integrity: sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== } constantinople@4.0.1: - resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} + resolution: + { integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw== } content-disposition@0.5.4: - resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ== } + engines: { node: ">= 0.6" } content-type@1.0.5: - resolution: {integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA== } + engines: { node: ">= 0.6" } conventional-changelog-angular@7.0.0: - resolution: {integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-ROjNchA9LgfNMTTFSIWPzebCwOGFdgkEq45EnvvrmSLvCtAw0HSmrCs7/ty+wAeYUZyNay0YMUNYFTRL72PkBQ== } + engines: { node: ">=16" } conventional-changelog-conventionalcommits@7.0.2: - resolution: {integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w== } + engines: { node: ">=16" } conventional-changelog-core@5.0.1: - resolution: {integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-Rvi5pH+LvgsqGwZPZ3Cq/tz4ty7mjijhr3qR4m9IBXNbxGGYgTVVO+duXzz9aArmHxFtwZ+LRkrNIMDQzgoY4A== } + engines: { node: ">=14" } conventional-changelog-preset-loader@3.0.0: - resolution: {integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-qy9XbdSLmVnwnvzEisjxdDiLA4OmV3o8db+Zdg4WiFw14fP3B6XNz98X0swPPpkTd/pc1K7+adKgEDM1JCUMiA== } + engines: { node: ">=14" } conventional-changelog-writer@6.0.0: - resolution: {integrity: sha512-8PyWTnn7zBIt9l4hj4UusFs1TyG+9Ulu1zlOAc72L7Sdv9Hsc8E86ot7htY3HXCVhXHB/NO0pVGvZpwsyJvFfw==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-8PyWTnn7zBIt9l4hj4UusFs1TyG+9Ulu1zlOAc72L7Sdv9Hsc8E86ot7htY3HXCVhXHB/NO0pVGvZpwsyJvFfw== } + engines: { node: ">=14" } hasBin: true conventional-commits-filter@3.0.0: - resolution: {integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-1ymej8b5LouPx9Ox0Dw/qAO2dVdfpRFq28e5Y0jJEU8ZrLdy0vOSkkIInwmxErFGhg6SALro60ZrwYFVTUDo4Q== } + engines: { node: ">=14" } conventional-commits-parser@4.0.0: - resolution: {integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-WRv5j1FsVM5FISJkoYMR6tPk07fkKT0UodruX4je86V4owk451yjXAKzKAPOs9l7y59E2viHUS9eQ+dfUA9NSg== } + engines: { node: ">=14" } hasBin: true conventional-commits-parser@5.0.0: - resolution: {integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-ZPMl0ZJbw74iS9LuX9YIAiW8pfM5p3yh2o/NbXHbkFuZzY5jvdi5jFycEOkmBW5H5I7nA+D6f3UcsCLP2vvSEA== } + engines: { node: ">=16" } hasBin: true conventional-recommended-bump@7.0.1: - resolution: {integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-Ft79FF4SlOFvX4PkwFDRnaNiIVX7YbmqGU0RwccUaiGvgp3S0a8ipR2/Qxk31vclDNM+GSdJOVs2KrsUCjblVA== } + engines: { node: ">=14" } hasBin: true convert-source-map@2.0.0: - resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + resolution: + { integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg== } cookie-signature@1.0.6: - resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} + resolution: + { integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ== } cookie@0.6.0: - resolution: {integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw== } + engines: { node: ">= 0.6" } copyfiles@2.4.1: - resolution: {integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==} + resolution: + { integrity: sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg== } hasBin: true core-js-compat@3.35.1: - resolution: {integrity: sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==} + resolution: + { integrity: sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw== } core-js-compat@3.36.1: - resolution: {integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==} + resolution: + { integrity: sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA== } core-util-is@1.0.3: - resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} - - cosmiconfig-typescript-loader@5.0.0: - resolution: {integrity: sha512-+8cK7jRAReYkMwMiG+bxhcNKiHJDM6bR9FD/nGBXOWdMLuYawjF5cGrtLilJ+LGd3ZjCXnJjR5DkfWPoIVlqJA==} - engines: {node: '>=v16'} - peerDependencies: - '@types/node': '*' - cosmiconfig: '>=8.2' - typescript: '>=4' + resolution: + { integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== } - cosmiconfig@8.3.6: - resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} - engines: {node: '>=14'} + cosmiconfig-typescript-loader@6.1.0: + resolution: + { integrity: sha512-tJ1w35ZRUiM5FeTzT7DtYWAFFv37ZLqSRkGi2oeCK1gPhvaWjkAtfXvLmvE1pRfxxp9aQo6ba/Pvg1dKj05D4g== } + engines: { node: ">=v18" } peerDependencies: - typescript: '>=4.9.5' - peerDependenciesMeta: - typescript: - optional: true + "@types/node": "*" + cosmiconfig: ">=9" + typescript: ">=5" cosmiconfig@9.0.0: - resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== } + engines: { node: ">=14" } peerDependencies: - typescript: '>=4.9.5' + typescript: ">=4.9.5" peerDependenciesMeta: typescript: optional: true create-require@1.1.1: - resolution: {integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==} + resolution: + { integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== } - cross-env@7.0.3: - resolution: {integrity: sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==} - engines: {node: '>=10.14', npm: '>=6', yarn: '>=1'} + cross-env@10.0.0: + resolution: + { integrity: sha512-aU8qlEK/nHYtVuN4p7UQgAwVljzMg8hB4YK5ThRqD2l/ziSnryncPNn7bMLt5cFYsKVKBh8HqLqyCoTupEUu7Q== } + engines: { node: ">=20" } hasBin: true cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== } + engines: { node: ">= 8" } + + cross-spawn@7.0.6: + resolution: + { integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA== } + engines: { node: ">= 8" } css-b64-images@0.2.5: - resolution: {integrity: sha512-TgQBEdP07adhrDfXvI5o6bHGukKBNMzp2Ngckc/6d09zpjD2gc1Hl3Ca1CKgb8FXjHi88+Phv2Uegs2kTL4zjg==} + resolution: + { integrity: sha512-TgQBEdP07adhrDfXvI5o6bHGukKBNMzp2Ngckc/6d09zpjD2gc1Hl3Ca1CKgb8FXjHi88+Phv2Uegs2kTL4zjg== } hasBin: true cssesc@3.0.0: - resolution: {integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== } + engines: { node: ">=4" } hasBin: true cssstyle@4.2.1: - resolution: {integrity: sha512-9+vem03dMXG7gDmZ62uqmRiMRNtinIZ9ZyuF6BdxzfOD+FdN5hretzynkn0ReS2DO2GSw76RWHs0UmJPI2zUjw==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-9+vem03dMXG7gDmZ62uqmRiMRNtinIZ9ZyuF6BdxzfOD+FdN5hretzynkn0ReS2DO2GSw76RWHs0UmJPI2zUjw== } + engines: { node: ">=18" } dargs@7.0.0: - resolution: {integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-2iy1EkLdlBzQGvbweYRFxmFath8+K7+AKB0TlhHWkNuH+TmovaMH/Wp7V7R4u7f4SnX3OgLsU9t1NI9ioDnUpg== } + engines: { node: ">=8" } dargs@8.1.0: - resolution: {integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-wAV9QHOsNbwnWdNW2FYvE1P56wtgSbM+3SZcdGiWQILwVjACCXDCI3Ai8QlCjMDB8YK5zySiXZYBiwGmNY3lnw== } + engines: { node: ">=12" } data-urls@5.0.0: - resolution: {integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg== } + engines: { node: ">=18" } dateformat@3.0.3: - resolution: {integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==} + resolution: + { integrity: sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q== } debounce@1.2.1: - resolution: {integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==} + resolution: + { integrity: sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug== } debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} + resolution: + { integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true debug@3.2.7: - resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} + resolution: + { integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ== } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true debug@4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== } + engines: { node: ">=6.0" } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true debug@4.3.6: - resolution: {integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg== } + engines: { node: ">=6.0" } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true debug@4.3.7: - resolution: {integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ== } + engines: { node: ">=6.0" } peerDependencies: - supports-color: '*' + supports-color: "*" peerDependenciesMeta: supports-color: optional: true debug@4.4.0: - resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA== } + engines: { node: ">=6.0" } peerDependencies: - supports-color: '*' + supports-color: "*" + peerDependenciesMeta: + supports-color: + optional: true + + debug@4.4.1: + resolution: + { integrity: sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ== } + engines: { node: ">=6.0" } + peerDependencies: + supports-color: "*" peerDependenciesMeta: supports-color: optional: true decamelize-keys@1.1.1: - resolution: {integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg== } + engines: { node: ">=0.10.0" } decamelize@1.2.0: - resolution: {integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== } + engines: { node: ">=0.10.0" } - decimal.js@10.4.3: - resolution: {integrity: sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==} + decimal.js@10.5.0: + resolution: + { integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw== } decompress-response@6.0.0: - resolution: {integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ== } + engines: { node: ">=10" } dedent@1.5.3: - resolution: {integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==} + resolution: + { integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ== } peerDependencies: babel-plugin-macros: ^3.1.0 peerDependenciesMeta: @@ -4711,421 +5358,515 @@ packages: optional: true deep-eql@5.0.2: - resolution: {integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q== } + engines: { node: ">=6" } deep-extend@0.6.0: - resolution: {integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==} - engines: {node: '>=4.0.0'} + resolution: + { integrity: sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA== } + engines: { node: ">=4.0.0" } deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + resolution: + { integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ== } defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + resolution: + { integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A== } defer-to-connect@2.0.1: - resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg== } + engines: { node: ">=10" } define-data-property@1.1.4: - resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A== } + engines: { node: ">= 0.4" } define-lazy-prop@2.0.0: - resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og== } + engines: { node: ">=8" } define-properties@1.2.0: - resolution: {integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA== } + engines: { node: ">= 0.4" } delayed-stream@1.0.0: - resolution: {integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ== } + engines: { node: ">=0.4.0" } depd@2.0.0: - resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== } + engines: { node: ">= 0.8" } dependency-tree@11.0.1: - resolution: {integrity: sha512-eCt7HSKIC9NxgIykG2DRq3Aewn9UhVS14MB3rEn6l/AsEI1FBg6ZGSlCU0SZ6Tjm2kkhj6/8c2pViinuyKELhg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-eCt7HSKIC9NxgIykG2DRq3Aewn9UhVS14MB3rEn6l/AsEI1FBg6ZGSlCU0SZ6Tjm2kkhj6/8c2pViinuyKELhg== } + engines: { node: ">=18" } hasBin: true dependency-tree@9.0.0: - resolution: {integrity: sha512-osYHZJ1fBSon3lNLw70amAXsQ+RGzXsPvk9HbBgTLbp/bQBmpH5mOmsUvqXU+YEWVU0ZLewsmzOET/8jWswjDQ==} - engines: {node: ^10.13 || ^12 || >=14} + resolution: + { integrity: sha512-osYHZJ1fBSon3lNLw70amAXsQ+RGzXsPvk9HbBgTLbp/bQBmpH5mOmsUvqXU+YEWVU0ZLewsmzOET/8jWswjDQ== } + engines: { node: ^10.13 || ^12 || >=14 } hasBin: true deprecation@2.3.1: - resolution: {integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==} - - dequal@2.0.3: - resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ== } destroy@1.2.0: - resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} - engines: {node: '>= 0.8', npm: 1.2.8000 || >= 1.4.16} + resolution: + { integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg== } + engines: { node: ">= 0.8", npm: 1.2.8000 || >= 1.4.16 } detect-indent@5.0.0: - resolution: {integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-rlpvsxUtM0PQvy9iZe640/IWwWYyBsTApREbA1pHOpmOUIl9MkP/U4z7vTtg4Oaojvqhxt7sdufnT0EzGaR31g== } + engines: { node: ">=4" } detect-libc@1.0.3: - resolution: {integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==} - engines: {node: '>=0.10'} + resolution: + { integrity: sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg== } + engines: { node: ">=0.10" } hasBin: true detect-libc@2.0.1: - resolution: {integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w== } + engines: { node: ">=8" } detect-node@2.1.0: - resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} + resolution: + { integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g== } detective-amd@3.1.2: - resolution: {integrity: sha512-jffU26dyqJ37JHR/o44La6CxtrDf3Rt9tvd2IbImJYxWKTMdBjctp37qoZ6ZcY80RHg+kzWz4bXn39e4P7cctQ==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-jffU26dyqJ37JHR/o44La6CxtrDf3Rt9tvd2IbImJYxWKTMdBjctp37qoZ6ZcY80RHg+kzWz4bXn39e4P7cctQ== } + engines: { node: ">=6.0" } hasBin: true detective-amd@4.2.0: - resolution: {integrity: sha512-RbuEJHz78A8nW7CklkqTzd8lDCN42En53dgEIsya0DilpkwslamSZDasLg8dJyxbw46OxhSQeY+C2btdSkCvQQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-RbuEJHz78A8nW7CklkqTzd8lDCN42En53dgEIsya0DilpkwslamSZDasLg8dJyxbw46OxhSQeY+C2btdSkCvQQ== } + engines: { node: ">=12" } hasBin: true detective-amd@6.0.0: - resolution: {integrity: sha512-NTqfYfwNsW7AQltKSEaWR66hGkTeD52Kz3eRQ+nfkA9ZFZt3iifRCWh+yZ/m6t3H42JFwVFTrml/D64R2PAIOA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-NTqfYfwNsW7AQltKSEaWR66hGkTeD52Kz3eRQ+nfkA9ZFZt3iifRCWh+yZ/m6t3H42JFwVFTrml/D64R2PAIOA== } + engines: { node: ">=18" } hasBin: true detective-cjs@3.1.3: - resolution: {integrity: sha512-ljs7P0Yj9MK64B7G0eNl0ThWSYjhAaSYy+fQcpzaKalYl/UoQBOzOeLCSFEY1qEBhziZ3w7l46KG/nH+s+L7BQ==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-ljs7P0Yj9MK64B7G0eNl0ThWSYjhAaSYy+fQcpzaKalYl/UoQBOzOeLCSFEY1qEBhziZ3w7l46KG/nH+s+L7BQ== } + engines: { node: ">=6.0" } detective-cjs@4.1.0: - resolution: {integrity: sha512-QxzMwt5MfPLwS7mG30zvnmOvHLx5vyVvjsAV6gQOyuMoBR5G1DhS1eJZ4P10AlH+HSnk93mTcrg3l39+24XCtg==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-QxzMwt5MfPLwS7mG30zvnmOvHLx5vyVvjsAV6gQOyuMoBR5G1DhS1eJZ4P10AlH+HSnk93mTcrg3l39+24XCtg== } + engines: { node: ">=12" } detective-cjs@6.0.0: - resolution: {integrity: sha512-R55jTS6Kkmy6ukdrbzY4x+I7KkXiuDPpFzUViFV/tm2PBGtTCjkh9ZmTuJc1SaziMHJOe636dtiZLEuzBL9drg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-R55jTS6Kkmy6ukdrbzY4x+I7KkXiuDPpFzUViFV/tm2PBGtTCjkh9ZmTuJc1SaziMHJOe636dtiZLEuzBL9drg== } + engines: { node: ">=18" } detective-es6@2.2.2: - resolution: {integrity: sha512-eZUKCUsbHm8xoeoCM0z6JFwvDfJ5Ww5HANo+jPR7AzkFpW9Mun3t/TqIF2jjeWa2TFbAiGaWESykf2OQp3oeMw==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-eZUKCUsbHm8xoeoCM0z6JFwvDfJ5Ww5HANo+jPR7AzkFpW9Mun3t/TqIF2jjeWa2TFbAiGaWESykf2OQp3oeMw== } + engines: { node: ">=6.0" } detective-es6@3.0.1: - resolution: {integrity: sha512-evPeYIEdK1jK3Oji5p0hX4sPV/1vK+o4ihcWZkMQE6voypSW/cIBiynOLxQk5KOOQbdP8oOAsYqouMTYO5l1sw==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-evPeYIEdK1jK3Oji5p0hX4sPV/1vK+o4ihcWZkMQE6voypSW/cIBiynOLxQk5KOOQbdP8oOAsYqouMTYO5l1sw== } + engines: { node: ">=12" } detective-es6@5.0.0: - resolution: {integrity: sha512-NGTnzjvgeMW1khUSEXCzPDoraLenWbUjCFjwxReH+Ir+P6LGjYtaBbAvITWn2H0VSC+eM7/9LFOTAkrta6hNYg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-NGTnzjvgeMW1khUSEXCzPDoraLenWbUjCFjwxReH+Ir+P6LGjYtaBbAvITWn2H0VSC+eM7/9LFOTAkrta6hNYg== } + engines: { node: ">=18" } detective-less@1.0.2: - resolution: {integrity: sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA==} - engines: {node: '>= 6.0'} + resolution: + { integrity: sha512-Rps1xDkEEBSq3kLdsdnHZL1x2S4NGDcbrjmd4q+PykK5aJwDdP5MBgrJw1Xo+kyUHuv3JEzPqxr+Dj9ryeDRTA== } + engines: { node: ">= 6.0" } detective-postcss@4.0.0: - resolution: {integrity: sha512-Fwc/g9VcrowODIAeKRWZfVA/EufxYL7XfuqJQFroBKGikKX83d2G7NFw6kDlSYGG3LNQIyVa+eWv1mqre+v4+A==} - engines: {node: ^10 || ^12 || >=14} + resolution: + { integrity: sha512-Fwc/g9VcrowODIAeKRWZfVA/EufxYL7XfuqJQFroBKGikKX83d2G7NFw6kDlSYGG3LNQIyVa+eWv1mqre+v4+A== } + engines: { node: ^10 || ^12 || >=14 } detective-postcss@6.1.3: - resolution: {integrity: sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + resolution: + { integrity: sha512-7BRVvE5pPEvk2ukUWNQ+H2XOq43xENWbH0LcdCE14mwgTBEAMoAx+Fc1rdp76SmyZ4Sp48HlV7VedUnP6GA1Tw== } + engines: { node: ^12.0.0 || ^14.0.0 || >=16.0.0 } detective-postcss@7.0.0: - resolution: {integrity: sha512-pSXA6dyqmBPBuERpoOKKTUUjQCZwZPLRbd1VdsTbt6W+m/+6ROl4BbE87yQBUtLoK7yX8pvXHdKyM/xNIW9F7A==} - engines: {node: ^14.0.0 || >=16.0.0} + resolution: + { integrity: sha512-pSXA6dyqmBPBuERpoOKKTUUjQCZwZPLRbd1VdsTbt6W+m/+6ROl4BbE87yQBUtLoK7yX8pvXHdKyM/xNIW9F7A== } + engines: { node: ^14.0.0 || >=16.0.0 } peerDependencies: postcss: ^8.4.38 detective-sass@3.0.2: - resolution: {integrity: sha512-DNVYbaSlmti/eztFGSfBw4nZvwsTaVXEQ4NsT/uFckxhJrNRFUh24d76KzoCC3aarvpZP9m8sC2L1XbLej4F7g==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-DNVYbaSlmti/eztFGSfBw4nZvwsTaVXEQ4NsT/uFckxhJrNRFUh24d76KzoCC3aarvpZP9m8sC2L1XbLej4F7g== } + engines: { node: ">=6.0" } detective-sass@4.1.3: - resolution: {integrity: sha512-xGRbwGaGte57gvEqM8B9GDiURY3El/H49vA6g9wFkxq9zalmTlTAuqWu+BsH0iwonGPruLt55tZZDEZqPc6lag==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-xGRbwGaGte57gvEqM8B9GDiURY3El/H49vA6g9wFkxq9zalmTlTAuqWu+BsH0iwonGPruLt55tZZDEZqPc6lag== } + engines: { node: ">=12" } detective-sass@6.0.0: - resolution: {integrity: sha512-h5GCfFMkPm4ZUUfGHVPKNHKT8jV7cSmgK+s4dgQH4/dIUNh9/huR1fjEQrblOQNDalSU7k7g+tiW9LJ+nVEUhg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-h5GCfFMkPm4ZUUfGHVPKNHKT8jV7cSmgK+s4dgQH4/dIUNh9/huR1fjEQrblOQNDalSU7k7g+tiW9LJ+nVEUhg== } + engines: { node: ">=18" } detective-scss@2.0.2: - resolution: {integrity: sha512-hDWnWh/l0tht/7JQltumpVea/inmkBaanJUcXRB9kEEXVwVUMuZd6z7eusQ6GcBFrfifu3pX/XPyD7StjbAiBg==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-hDWnWh/l0tht/7JQltumpVea/inmkBaanJUcXRB9kEEXVwVUMuZd6z7eusQ6GcBFrfifu3pX/XPyD7StjbAiBg== } + engines: { node: ">=6.0" } detective-scss@3.1.1: - resolution: {integrity: sha512-FWkfru1jZBhUeuBsOeGKXKAVDrzYFSQFK2o2tuG/nCCFQ0U/EcXC157MNAcR5mmj+mCeneZzlkBOFJTesDjrww==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-FWkfru1jZBhUeuBsOeGKXKAVDrzYFSQFK2o2tuG/nCCFQ0U/EcXC157MNAcR5mmj+mCeneZzlkBOFJTesDjrww== } + engines: { node: ">=12" } detective-scss@5.0.0: - resolution: {integrity: sha512-Y64HyMqntdsCh1qAH7ci95dk0nnpA29g319w/5d/oYcHolcGUVJbIhOirOFjfN1KnMAXAFm5FIkZ4l2EKFGgxg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-Y64HyMqntdsCh1qAH7ci95dk0nnpA29g319w/5d/oYcHolcGUVJbIhOirOFjfN1KnMAXAFm5FIkZ4l2EKFGgxg== } + engines: { node: ">=18" } detective-stylus@1.0.3: - resolution: {integrity: sha512-4/bfIU5kqjwugymoxLXXLltzQNeQfxGoLm2eIaqtnkWxqbhap9puDVpJPVDx96hnptdERzS5Cy6p9N8/08A69Q==} + resolution: + { integrity: sha512-4/bfIU5kqjwugymoxLXXLltzQNeQfxGoLm2eIaqtnkWxqbhap9puDVpJPVDx96hnptdERzS5Cy6p9N8/08A69Q== } detective-stylus@2.0.1: - resolution: {integrity: sha512-/Tvs1pWLg8eYwwV6kZQY5IslGaYqc/GACxjcaGudiNtN5nKCH6o2WnJK3j0gA3huCnoQcbv8X7oz/c1lnvE3zQ==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-/Tvs1pWLg8eYwwV6kZQY5IslGaYqc/GACxjcaGudiNtN5nKCH6o2WnJK3j0gA3huCnoQcbv8X7oz/c1lnvE3zQ== } + engines: { node: ">=6.0" } detective-stylus@3.0.0: - resolution: {integrity: sha512-1xYTzbrduExqMYmte7Qk99IRA3Aa6oV7PYzd+3yDcQXkmENvyGF/arripri6lxRDdNYEb4fZFuHtNRAXbz3iAA==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-1xYTzbrduExqMYmte7Qk99IRA3Aa6oV7PYzd+3yDcQXkmENvyGF/arripri6lxRDdNYEb4fZFuHtNRAXbz3iAA== } + engines: { node: ">=12" } detective-stylus@5.0.0: - resolution: {integrity: sha512-KMHOsPY6aq3196WteVhkY5FF+6Nnc/r7q741E+Gq+Ax9mhE2iwj8Hlw8pl+749hPDRDBHZ2WlgOjP+twIG61vQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-KMHOsPY6aq3196WteVhkY5FF+6Nnc/r7q741E+Gq+Ax9mhE2iwj8Hlw8pl+749hPDRDBHZ2WlgOjP+twIG61vQ== } + engines: { node: ">=18" } detective-typescript@13.0.0: - resolution: {integrity: sha512-tcMYfiFWoUejSbvSblw90NDt76/4mNftYCX0SMnVRYzSXv8Fvo06hi4JOPdNvVNxRtCAKg3MJ3cBJh+ygEMH+A==} - engines: {node: ^14.14.0 || >=16.0.0} + resolution: + { integrity: sha512-tcMYfiFWoUejSbvSblw90NDt76/4mNftYCX0SMnVRYzSXv8Fvo06hi4JOPdNvVNxRtCAKg3MJ3cBJh+ygEMH+A== } + engines: { node: ^14.14.0 || >=16.0.0 } peerDependencies: typescript: ^5.4.4 detective-typescript@7.0.2: - resolution: {integrity: sha512-unqovnhxzvkCz3m1/W4QW4qGsvXCU06aU2BAm8tkza+xLnp9SOFnob2QsTxUv5PdnQKfDvWcv9YeOeFckWejwA==} - engines: {node: ^10.13 || >=12.0.0} + resolution: + { integrity: sha512-unqovnhxzvkCz3m1/W4QW4qGsvXCU06aU2BAm8tkza+xLnp9SOFnob2QsTxUv5PdnQKfDvWcv9YeOeFckWejwA== } + engines: { node: ^10.13 || >=12.0.0 } detective-typescript@9.1.1: - resolution: {integrity: sha512-Uc1yVutTF0RRm1YJ3g//i1Cn2vx1kwHj15cnzQP6ff5koNzQ0idc1zAC73ryaWEulA0ElRXFTq6wOqe8vUQ3MA==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + resolution: + { integrity: sha512-Uc1yVutTF0RRm1YJ3g//i1Cn2vx1kwHj15cnzQP6ff5koNzQ0idc1zAC73ryaWEulA0ElRXFTq6wOqe8vUQ3MA== } + engines: { node: ^12.20.0 || ^14.14.0 || >=16.0.0 } detective-vue2@2.0.3: - resolution: {integrity: sha512-AgWdSfVnft8uPGnUkdvE1EDadEENDCzoSRMt2xZfpxsjqVO617zGWXbB8TGIxHaqHz/nHa6lOSgAB8/dt0yEug==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-AgWdSfVnft8uPGnUkdvE1EDadEENDCzoSRMt2xZfpxsjqVO617zGWXbB8TGIxHaqHz/nHa6lOSgAB8/dt0yEug== } + engines: { node: ">=18" } peerDependencies: typescript: ^5.4.4 - devlop@1.1.0: - resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} - diff-sequences@29.6.3: - resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q== } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } diff@4.0.2: - resolution: {integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==} - engines: {node: '>=0.3.1'} + resolution: + { integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== } + engines: { node: ">=0.3.1" } dir-glob@3.0.1: - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== } + engines: { node: ">=8" } doctrine@2.1.0: - resolution: {integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw== } + engines: { node: ">=0.10.0" } doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + resolution: + { integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w== } + engines: { node: ">=6.0.0" } doctypes@1.1.0: - resolution: {integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ==} + resolution: + { integrity: sha512-LLBi6pEqS6Do3EKQ3J0NqHWV5hhb78Pi8vvESYwyOy2c31ZEZVdtitdzsQsKb7878PEERhzUk0ftqGhG6Mz+pQ== } dot-case@3.0.4: - resolution: {integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==} + resolution: + { integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w== } dot-prop@5.3.0: - resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q== } + engines: { node: ">=8" } dotenv-expand@11.0.6: - resolution: {integrity: sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-8NHi73otpWsZGBSZwwknTXS5pqMOrk9+Ssrna8xCaxkzEpU9OTf9R5ArQGVw03//Zmk9MOwLPng9WwndvpAJ5g== } + engines: { node: ">=12" } dotenv@10.0.0: - resolution: {integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q== } + engines: { node: ">=10" } dotenv@16.3.1: - resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ== } + engines: { node: ">=12" } dotenv@16.4.5: - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg== } + engines: { node: ">=12" } duplexer@0.1.2: - resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==} + resolution: + { integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg== } eastasianwidth@0.2.0: - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + resolution: + { integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== } ee-first@1.1.1: - resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} + resolution: + { integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== } ejs@3.1.9: - resolution: {integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ== } + engines: { node: ">=0.10.0" } hasBin: true - electron-to-chromium@1.5.32: - resolution: {integrity: sha512-M+7ph0VGBQqqpTT2YrabjNKSQ2fEl9PVx6AK3N558gDH9NO8O6XN9SXXFWRo9u9PbEg/bWq+tjXQr+eXmxubCw==} + electron-to-chromium@1.5.193: + resolution: + { integrity: sha512-eePuBZXM9OVCwfYUhd2OzESeNGnWmLyeu0XAEjf7xjijNjHFdeJSzuRUGN4ueT2tEYo5YqjHramKEFxz67p3XA== } electron@35.0.0: - resolution: {integrity: sha512-mwNQNktYLPnUWZVR8iNkfWCBjmM5e2/CmB1rhACwE9ASDbVU7CYPgp/jLUB3bj/LyQsfSuubD82OUite6SN8Uw==} - engines: {node: '>= 12.20.55'} + resolution: + { integrity: sha512-mwNQNktYLPnUWZVR8iNkfWCBjmM5e2/CmB1rhACwE9ASDbVU7CYPgp/jLUB3bj/LyQsfSuubD82OUite6SN8Uw== } + engines: { node: ">= 12.20.55" } hasBin: true email-addresses@5.0.0: - resolution: {integrity: sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw==} + resolution: + { integrity: sha512-4OIPYlA6JXqtVn8zpHpGiI7vE6EQOAg16aGnDMIAlZVinnoZ8208tW1hAbjWydgN/4PLTT9q+O1K6AH/vALJGw== } + + emoji-regex@10.4.0: + resolution: + { integrity: sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw== } emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + resolution: + { integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== } emoji-regex@9.2.2: - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + resolution: + { integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== } enabled@2.0.0: - resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} + resolution: + { integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ== } encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w== } + engines: { node: ">= 0.8" } encodeurl@2.0.0: - resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg== } + engines: { node: ">= 0.8" } encoding@0.1.13: - resolution: {integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==} + resolution: + { integrity: sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== } end-of-stream@1.4.4: - resolution: {integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==} - - enhanced-resolve@5.17.0: - resolution: {integrity: sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q== } enhanced-resolve@5.17.1: - resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg== } + engines: { node: ">=10.13.0" } + + enhanced-resolve@5.18.2: + resolution: + { integrity: sha512-6Jw4sE1maoRJo3q8MsSIn2onJFbLTOjY9hlx4DZXmOKvLRd1Ok2kXmAGXaafL2+ijsJZ1ClYbl/pmqr9+k4iUQ== } + engines: { node: ">=10.13.0" } enquirer@2.3.6: - resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} - engines: {node: '>=8.6'} + resolution: + { integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg== } + engines: { node: ">=8.6" } entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} + resolution: + { integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw== } + engines: { node: ">=0.12" } env-paths@2.2.1: - resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== } + engines: { node: ">=6" } envinfo@7.10.0: - resolution: {integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw== } + engines: { node: ">=4" } hasBin: true envinfo@7.13.0: - resolution: {integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q== } + engines: { node: ">=4" } hasBin: true envinfo@7.14.0: - resolution: {integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-CO40UI41xDQzhLB1hWyqUKgFhs250pNcGbyGKe1l/e4FSaI/+YE4IMG76GDt0In67WLPACIITC+sOi08x4wIvg== } + engines: { node: ">=4" } hasBin: true err-code@2.0.3: - resolution: {integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==} + resolution: + { integrity: sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== } error-ex@1.3.2: - resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} + resolution: + { integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== } es-abstract@1.22.3: - resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA== } + engines: { node: ">= 0.4" } es-define-property@1.0.0: - resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ== } + engines: { node: ">= 0.4" } es-errors@1.3.0: - resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw== } + engines: { node: ">= 0.4" } - es-module-lexer@1.5.4: - resolution: {integrity: sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==} - - es-module-lexer@1.6.0: - resolution: {integrity: sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==} + es-module-lexer@1.7.0: + resolution: + { integrity: sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA== } es-set-tostringtag@2.0.1: - resolution: {integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg== } + engines: { node: ">= 0.4" } es-shim-unscopables@1.0.0: - resolution: {integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==} + resolution: + { integrity: sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w== } es-to-primitive@1.2.1: - resolution: {integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== } + engines: { node: ">= 0.4" } es6-error@4.1.1: - resolution: {integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==} + resolution: + { integrity: sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg== } esbuild@0.24.2: - resolution: {integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA== } + engines: { node: ">=18" } hasBin: true escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== } + engines: { node: ">=6" } escalade@3.2.0: - resolution: {integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA== } + engines: { node: ">=6" } escape-html@1.0.3: - resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} + resolution: + { integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow== } escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} + resolution: + { integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== } + engines: { node: ">=0.8.0" } escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== } + engines: { node: ">=10" } escodegen@2.1.0: - resolution: {integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w== } + engines: { node: ">=6.0" } hasBin: true - eslint-config-prettier@10.0.1: - resolution: {integrity: sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==} + eslint-config-prettier@10.1.2: + resolution: + { integrity: sha512-Epgp/EofAUeEpIdZkW60MHKvPyru1ruQJxPL+WIycnaPApuseK0Zpkrh/FwL9oIpQvIhJwV7ptOy0DWUjTlCiA== } hasBin: true peerDependencies: - eslint: '>=7.0.0' + eslint: ">=7.0.0" eslint-config-prettier@9.1.0: - resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} + resolution: + { integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw== } hasBin: true peerDependencies: - eslint: '>=7.0.0' + eslint: ">=7.0.0" eslint-import-resolver-node@0.3.9: - resolution: {integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==} + resolution: + { integrity: sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g== } eslint-module-utils@2.8.0: - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw== } + engines: { node: ">=4" } peerDependencies: - '@typescript-eslint/parser': '*' - eslint: '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' + "@typescript-eslint/parser": "*" + eslint: "*" + eslint-import-resolver-node: "*" + eslint-import-resolver-typescript: "*" + eslint-import-resolver-webpack: "*" peerDependenciesMeta: - '@typescript-eslint/parser': + "@typescript-eslint/parser": optional: true eslint: optional: true @@ -5137,196 +5878,246 @@ packages: optional: true eslint-plugin-import@2.29.1: - resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw== } + engines: { node: ">=4" } peerDependencies: - '@typescript-eslint/parser': '*' + "@typescript-eslint/parser": "*" eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 peerDependenciesMeta: - '@typescript-eslint/parser': + "@typescript-eslint/parser": optional: true eslint-plugin-jsdoc@48.5.0: - resolution: {integrity: sha512-ukXPNpGby3KjCveCizIS8t1EbuJEHYEu/tBg8GCbn/YbHcXwphyvYCdvRZ/oMRfTscGSSzfsWoZ+ZkAP0/6YMQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-ukXPNpGby3KjCveCizIS8t1EbuJEHYEu/tBg8GCbn/YbHcXwphyvYCdvRZ/oMRfTscGSSzfsWoZ+ZkAP0/6YMQ== } + engines: { node: ">=18" } peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-jsdoc@50.3.1: - resolution: {integrity: sha512-SY9oUuTMr6aWoJggUS40LtMjsRzJPB5ZT7F432xZIHK3EfHF+8i48GbUBpwanrtlL9l1gILNTHK9o8gEhYLcKA==} - engines: {node: '>=18'} + eslint-plugin-jsdoc@50.6.11: + resolution: + { integrity: sha512-k4+MnBCGR8cuIB5MZ++FGd4gbXxjob2rX1Nq0q3nWFF4xSGZENTgTLZSjb+u9B8SAnP6lpGV2FJrBjllV3pVSg== } + engines: { node: ">=18" } peerDependencies: eslint: ^7.0.0 || ^8.0.0 || ^9.0.0 - eslint-plugin-prettier@5.2.1: - resolution: {integrity: sha512-gH3iR3g4JfF+yYPaJYkN7jEl9QbweL/YfkoRlNnuIEHEz1vHVlCmWOS+eGGiRuzHQXdJFCOTxRgvju9b8VUmrw==} - engines: {node: ^14.18.0 || >=16.0.0} + eslint-plugin-prettier@5.4.0: + resolution: + { integrity: sha512-BvQOvUhkVQM1i63iMETK9Hjud9QhqBnbtT1Zc642p9ynzBuCe5pybkOnvqZIBypXmMlsGcnU4HZ8sCTPfpAexA== } + engines: { node: ^14.18.0 || >=16.0.0 } peerDependencies: - '@types/eslint': '>=8.0.0' - eslint: '>=8.0.0' - eslint-config-prettier: '*' - prettier: '>=3.0.0' + "@types/eslint": ">=8.0.0" + eslint: ">=8.0.0" + eslint-config-prettier: ">= 7.0.0 <10.0.0 || >=10.1.0" + prettier: ">=3.0.0" peerDependenciesMeta: - '@types/eslint': + "@types/eslint": optional: true eslint-config-prettier: optional: true eslint-plugin-tsdoc@0.2.17: - resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + resolution: + { integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA== } eslint-plugin-tsdoc@0.4.0: - resolution: {integrity: sha512-MT/8b4aKLdDClnS8mP3R/JNjg29i0Oyqd/0ym6NnQf+gfKbJJ4ZcSh2Bs1H0YiUMTBwww5JwXGTWot/RwyJ7aQ==} + resolution: + { integrity: sha512-MT/8b4aKLdDClnS8mP3R/JNjg29i0Oyqd/0ym6NnQf+gfKbJJ4ZcSh2Bs1H0YiUMTBwww5JwXGTWot/RwyJ7aQ== } eslint-scope@5.1.1: - resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} - engines: {node: '>=8.0.0'} + resolution: + { integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== } + engines: { node: ">=8.0.0" } eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } eslint-visitor-keys@2.1.0: - resolution: {integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw== } + engines: { node: ">=10" } eslint-visitor-keys@3.4.3: - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } eslint-visitor-keys@4.0.0: - resolution: {integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + resolution: + { integrity: sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw== } + engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } eslint@8.57.1: - resolution: {integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { integrity: sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } deprecated: This version is no longer supported. Please see https://eslint.org/version-support for other options. hasBin: true espree@10.1.0: - resolution: {integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==} - engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} + resolution: + { integrity: sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA== } + engines: { node: ^18.18.0 || ^20.9.0 || >=21.1.0 } espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + resolution: + { integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ== } + engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== } + engines: { node: ">=4" } hasBin: true esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} - engines: {node: '>=0.10'} + resolution: + { integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg== } + engines: { node: ">=0.10" } esquery@1.6.0: - resolution: {integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==} - engines: {node: '>=0.10'} + resolution: + { integrity: sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg== } + engines: { node: ">=0.10" } esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + resolution: + { integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== } + engines: { node: ">=4.0" } estraverse@4.3.0: - resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} - engines: {node: '>=4.0'} + resolution: + { integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== } + engines: { node: ">=4.0" } estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} + resolution: + { integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA== } + engines: { node: ">=4.0" } estree-walker@2.0.2: - resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==} + resolution: + { integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== } estree-walker@3.0.3: - resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + resolution: + { integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g== } esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== } + engines: { node: ">=0.10.0" } etag@1.8.1: - resolution: {integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg== } + engines: { node: ">= 0.6" } event-target-shim@5.0.1: - resolution: {integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== } + engines: { node: ">=6" } eventemitter3@4.0.7: - resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} + resolution: + { integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== } events@3.3.0: - resolution: {integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==} - engines: {node: '>=0.8.x'} + resolution: + { integrity: sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q== } + engines: { node: ">=0.8.x" } execa@5.0.0: - resolution: {integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-ov6w/2LCiuyO4RLYGdpFGjkcs0wMTgGE8PrkTHikeUy5iJekXyPIKUjifk5CsE0pt7sMCrMZ3YNqoCj6idQOnQ== } + engines: { node: ">=10" } expand-template@2.0.3: - resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg== } + engines: { node: ">=6" } expect-type@0.15.0: - resolution: {integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA==} + resolution: + { integrity: sha512-yWnriYB4e8G54M5/fAFj7rCIBiKs1HAACaY13kCz6Ku0dezjS9aMcfcdVK2X8Tv2tEV1BPz/wKfQ7WA4S/d8aA== } expect-type@1.1.0: - resolution: {integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA==} - engines: {node: '>=12.0.0'} + resolution: + { integrity: sha512-bFi65yM+xZgk+u/KRIpekdSYkTB5W1pEf0Lt8Q8Msh7b+eQ7LXVtIB1Bkm4fvclDEL1b2CZkMhv2mOeF8tMdkA== } + engines: { node: ">=12.0.0" } + + expect-type@1.2.1: + resolution: + { integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw== } + engines: { node: ">=12.0.0" } exponential-backoff@3.1.1: - resolution: {integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==} + resolution: + { integrity: sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw== } express-rate-limit@7.1.4: - resolution: {integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw==} - engines: {node: '>= 16'} + resolution: + { integrity: sha512-mv/6z+EwnWpr+MjGVavMGvM4Tl8S/tHmpl9ZsDfrQeHpYy4Hfr0UYdKEf9OOTe280oIr70yPxLRmQ6MfINfJDw== } + engines: { node: ">= 16" } peerDependencies: express: 4 || 5 || ^5.0.0-beta.1 express@4.20.0: - resolution: {integrity: sha512-pLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+IAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw==} - engines: {node: '>= 0.10.0'} + resolution: + { integrity: sha512-pLdae7I6QqShF5PnNTCVn4hI91Dx0Grkn2+IAsMTgMIKuQVte2dN9PeGSSAME2FR8anOhVA62QDIUaWVfEXVLw== } + engines: { node: ">= 0.10.0" } external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew== } + engines: { node: ">=4" } extract-zip@2.0.1: - resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==} - engines: {node: '>= 10.17.0'} + resolution: + { integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg== } + engines: { node: ">= 10.17.0" } hasBin: true fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + resolution: + { integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== } fast-diff@1.3.0: - resolution: {integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==} + resolution: + { integrity: sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw== } fast-glob@3.3.2: - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} - engines: {node: '>=8.6.0'} + resolution: + { integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== } + engines: { node: ">=8.6.0" } fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + resolution: + { integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw== } fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + resolution: + { integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw== } fastest-levenshtein@1.0.16: - resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} - engines: {node: '>= 4.9.1'} + resolution: + { integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== } + engines: { node: ">= 4.9.1" } fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + resolution: + { integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== } fd-slicer@1.1.0: - resolution: {integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==} + resolution: + { integrity: sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g== } - fdir@6.4.3: - resolution: {integrity: sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==} + fdir@6.4.4: + resolution: + { integrity: sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg== } peerDependencies: picomatch: ^3 || ^4 peerDependenciesMeta: @@ -5334,833 +6125,1027 @@ packages: optional: true fecha@4.2.3: - resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} + resolution: + { integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw== } fflate@0.8.2: - resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} + resolution: + { integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A== } figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg== } + engines: { node: ">=8" } file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + resolution: + { integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg== } + engines: { node: ^10.12.0 || >=12.0.0 } filelist@1.0.4: - resolution: {integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==} + resolution: + { integrity: sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q== } filename-reserved-regex@2.0.0: - resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ== } + engines: { node: ">=4" } filenamify@4.3.0: - resolution: {integrity: sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg== } + engines: { node: ">=8" } filing-cabinet@3.3.1: - resolution: {integrity: sha512-renEK4Hh6DUl9Vl22Y3cxBq1yh8oNvbAdXnhih0wVpmea+uyKjC9K4QeRjUaybIiIewdzfum+Fg15ZqJ/GyCaA==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-renEK4Hh6DUl9Vl22Y3cxBq1yh8oNvbAdXnhih0wVpmea+uyKjC9K4QeRjUaybIiIewdzfum+Fg15ZqJ/GyCaA== } + engines: { node: ">=10.13.0" } hasBin: true filing-cabinet@5.0.2: - resolution: {integrity: sha512-RZlFj8lzyu6jqtFBeXNqUjjNG6xm+gwXue3T70pRxw1W40kJwlgq0PSWAmh0nAnn5DHuBIecLXk9+1VKS9ICXA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-RZlFj8lzyu6jqtFBeXNqUjjNG6xm+gwXue3T70pRxw1W40kJwlgq0PSWAmh0nAnn5DHuBIecLXk9+1VKS9ICXA== } + engines: { node: ">=18" } hasBin: true fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== } + engines: { node: ">=8" } finalhandler@1.2.0: - resolution: {integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg== } + engines: { node: ">= 0.8" } find-cache-dir@3.3.2: - resolution: {integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig== } + engines: { node: ">=8" } find-cache-dir@4.0.0: - resolution: {integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==} - engines: {node: '>=14.16'} + resolution: + { integrity: sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg== } + engines: { node: ">=14.16" } find-up@2.1.0: - resolution: {integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ== } + engines: { node: ">=4" } find-up@4.1.0: - resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== } + engines: { node: ">=8" } find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== } + engines: { node: ">=10" } find-up@6.3.0: - resolution: {integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw== } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } find-up@7.0.0: - resolution: {integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-YyZM99iHrqLKjmt4LJDj58KI+fYyufRLBSYcqycxf//KpBk9FoewoGX0450m9nB44qrZnovzC2oeP5hUibxc/g== } + engines: { node: ">=18" } flat-cache@3.0.4: - resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} - engines: {node: ^10.12.0 || >=12.0.0} + resolution: + { integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg== } + engines: { node: ^10.12.0 || >=12.0.0 } flat@5.0.2: - resolution: {integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==} + resolution: + { integrity: sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== } hasBin: true flatted@3.3.1: - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + resolution: + { integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== } flatted@3.3.3: - resolution: {integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==} + resolution: + { integrity: sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg== } flatten@1.0.3: - resolution: {integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==} + resolution: + { integrity: sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg== } deprecated: flatten is deprecated in favor of utility frameworks such as lodash. fn.name@1.1.0: - resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} + resolution: + { integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw== } follow-redirects@1.15.6: - resolution: {integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==} - engines: {node: '>=4.0'} + resolution: + { integrity: sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== } + engines: { node: ">=4.0" } peerDependencies: - debug: '*' + debug: "*" peerDependenciesMeta: debug: optional: true for-each@0.3.3: - resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} + resolution: + { integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw== } foreground-child@3.1.1: - resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== } + engines: { node: ">=14" } form-data@4.0.0: - resolution: {integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==} - engines: {node: '>= 6'} - - form-data@4.0.1: - resolution: {integrity: sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==} - engines: {node: '>= 6'} + resolution: + { integrity: sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww== } + engines: { node: ">= 6" } forwarded@0.2.0: - resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== } + engines: { node: ">= 0.6" } fresh@0.5.2: - resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q== } + engines: { node: ">= 0.6" } front-matter@4.0.2: - resolution: {integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg==} + resolution: + { integrity: sha512-I8ZuJ/qG92NWX8i5x1Y8qyj3vizhXS31OxjKDu3LKP+7/qBgfIKValiZIEwoVoJKUHlhWtYrktkxV1XsX+pPlg== } fs-constants@1.0.0: - resolution: {integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==} + resolution: + { integrity: sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow== } fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} - engines: {node: '>=14.14'} + resolution: + { integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== } + engines: { node: ">=14.14" } fs-extra@11.2.0: - resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} - engines: {node: '>=14.14'} + resolution: + { integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw== } + engines: { node: ">=14.14" } fs-extra@8.1.0: - resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} - engines: {node: '>=6 <7 || >=8'} + resolution: + { integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g== } + engines: { node: ">=6 <7 || >=8" } fs-minipass@2.1.0: - resolution: {integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== } + engines: { node: ">= 8" } fs-minipass@3.0.2: - resolution: {integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-2GAfyfoaCDRrM6jaOS3UsBts8yJ55VioXdWcOL7dK9zdAuKT71+WBA4ifnNYqVjYv+4SsPxjK0JT4yIIn4cA/g== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + resolution: + { integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== } fsevents@2.3.3: - resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} - engines: {node: ^8.16.0 || ^10.6.0 || >=11.0.0} + resolution: + { integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw== } + engines: { node: ^8.16.0 || ^10.6.0 || >=11.0.0 } os: [darwin] function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + resolution: + { integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA== } function.prototype.name@1.1.6: - resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg== } + engines: { node: ">= 0.4" } functions-have-names@1.2.3: - resolution: {integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==} + resolution: + { integrity: sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ== } gensync@1.0.0-beta.2: - resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} - engines: {node: '>=6.9.0'} + resolution: + { integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== } + engines: { node: ">=6.9.0" } get-amd-module-type@3.0.2: - resolution: {integrity: sha512-PcuKwB8ouJnKuAPn6Hk3UtdfKoUV3zXRqVEvj8XGIXqjWfgd1j7QGdXy5Z9OdQfzVt1Sk29HVe/P+X74ccOuqw==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-PcuKwB8ouJnKuAPn6Hk3UtdfKoUV3zXRqVEvj8XGIXqjWfgd1j7QGdXy5Z9OdQfzVt1Sk29HVe/P+X74ccOuqw== } + engines: { node: ">=6.0" } get-amd-module-type@4.1.0: - resolution: {integrity: sha512-0e/eK6vTGCnSfQ6eYs3wtH05KotJYIP7ZIZEueP/KlA+0dIAEs8bYFvOd/U56w1vfjhJqBagUxVMyy9Tr/cViQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-0e/eK6vTGCnSfQ6eYs3wtH05KotJYIP7ZIZEueP/KlA+0dIAEs8bYFvOd/U56w1vfjhJqBagUxVMyy9Tr/cViQ== } + engines: { node: ">=12" } get-amd-module-type@6.0.0: - resolution: {integrity: sha512-hFM7oivtlgJ3d6XWD6G47l8Wyh/C6vFw5G24Kk1Tbq85yh5gcM8Fne5/lFhiuxB+RT6+SI7I1ThB9lG4FBh3jw==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-hFM7oivtlgJ3d6XWD6G47l8Wyh/C6vFw5G24Kk1Tbq85yh5gcM8Fne5/lFhiuxB+RT6+SI7I1ThB9lG4FBh3jw== } + engines: { node: ">=18" } get-caller-file@2.0.5: - resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} - engines: {node: 6.* || 8.* || >= 10.*} + resolution: + { integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== } + engines: { node: 6.* || 8.* || >= 10.* } + + get-east-asian-width@1.3.0: + resolution: + { integrity: sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ== } + engines: { node: ">=18" } get-intrinsic@1.2.4: - resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ== } + engines: { node: ">= 0.4" } get-own-enumerable-property-symbols@3.0.2: - resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==} + resolution: + { integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g== } get-pkg-repo@4.2.1: - resolution: {integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA==} - engines: {node: '>=6.9.0'} + resolution: + { integrity: sha512-2+QbHjFRfGB74v/pYWjd5OhU3TDIC2Gv/YKUTk/tCvAz0pkn/Mz6P3uByuBimLOcPvN2jYdScl3xGFSrx0jEcA== } + engines: { node: ">=6.9.0" } hasBin: true get-port@5.1.1: - resolution: {integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-g/Q1aTSDOxFpchXC4i8ZWvxA1lnPqx/JHqcpIw0/LX9T8x/GBbi6YnlN5nhaKIFkT8oFsscUKgDJYxfwfS6QsQ== } + engines: { node: ">=8" } get-stream@5.2.0: - resolution: {integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA== } + engines: { node: ">=8" } get-stream@6.0.0: - resolution: {integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-A1B3Bh1UmL0bidM/YX2NsCOTnGJePL9rO/M+Mw3m9f2gUpfokS0hi5Eah0WSUEWZdZhIZtMjkIYS7mDfOqNHbg== } + engines: { node: ">=10" } get-stream@6.0.1: - resolution: {integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== } + engines: { node: ">=10" } get-symbol-description@1.0.0: - resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} - engines: {node: '>= 0.4'} - - gh-pages@6.2.0: - resolution: {integrity: sha512-HMXJ8th9u5wRXaZCnLcs/d3oVvCHiZkaP5KQExQljYGwJjQbSPyTdHe/Gc1IvYUR/rWiZLxNobIqfoMHKTKjHQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw== } + engines: { node: ">= 0.4" } + + gh-pages@6.3.0: + resolution: + { integrity: sha512-Ot5lU6jK0Eb+sszG8pciXdjMXdBJ5wODvgjR+imihTqsUWF2K6dJ9HST55lgqcs8wWcw6o6wAsUzfcYRhJPXbA== } + engines: { node: ">=10" } hasBin: true git-raw-commits@3.0.0: - resolution: {integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-b5OHmZ3vAgGrDn/X0kS+9qCfNKWe4K/jFnhwzVWWg0/k5eLa3060tZShrRg8Dja5kPc+YjS0Gc6y7cRr44Lpjw== } + engines: { node: ">=14" } hasBin: true git-raw-commits@4.0.0: - resolution: {integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-ICsMM1Wk8xSGMowkOmPrzo2Fgmfo4bMHLNX6ytHjajRJUqvHOw/TFapQ+QG75c3X/tTDDhOSRPGC52dDbNM8FQ== } + engines: { node: ">=16" } hasBin: true git-remote-origin-url@2.0.0: - resolution: {integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-eU+GGrZgccNJcsDH5LkXR3PB9M958hxc7sbA8DFJjrv9j4L2P/eZfKhM+QD6wyzpiv+b1BpK0XrYCxkovtjSLw== } + engines: { node: ">=4" } git-semver-tags@5.0.0: - resolution: {integrity: sha512-fZ+tmZ1O5aXW/T5nLzZLbxWAHdQTLLXalOECMNAmhoEQSfqZjtaeMjpsXH4C5qVhrICTkVQeQFujB1lKzIHljA==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-fZ+tmZ1O5aXW/T5nLzZLbxWAHdQTLLXalOECMNAmhoEQSfqZjtaeMjpsXH4C5qVhrICTkVQeQFujB1lKzIHljA== } + engines: { node: ">=14" } hasBin: true git-up@7.0.0: - resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} + resolution: + { integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ== } git-url-parse@14.0.0: - resolution: {integrity: sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ==} + resolution: + { integrity: sha512-NnLweV+2A4nCvn4U/m2AoYu0pPKlsmhK9cknG7IMwsjFY1S2jxM+mAhsDxyxfCIGfGaD+dozsyX4b6vkYc83yQ== } gitconfiglocal@1.0.0: - resolution: {integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ==} + resolution: + { integrity: sha512-spLUXeTAVHxDtKsJc8FkFVgFtMdEN9qPGpL23VfSHx4fP4+Ds097IXLvymbnDH8FnmxX5Nr9bPw3A+AQ6mWEaQ== } github-from-package@0.0.0: - resolution: {integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==} + resolution: + { integrity: sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw== } glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + resolution: + { integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== } + engines: { node: ">= 6" } glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A== } + engines: { node: ">=10.13.0" } glob-to-regexp@0.4.1: - resolution: {integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==} - - glob@10.3.12: - resolution: {integrity: sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==} - engines: {node: '>=16 || 14 >=14.17'} - hasBin: true + resolution: + { integrity: sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw== } glob@10.4.5: - resolution: {integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==} + resolution: + { integrity: sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== } hasBin: true glob@11.0.0: - resolution: {integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==} - engines: {node: 20 || >=22} + resolution: + { integrity: sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g== } + engines: { node: 20 || >=22 } + hasBin: true + + glob@11.0.2: + resolution: + { integrity: sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ== } + engines: { node: 20 || >=22 } hasBin: true glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + resolution: + { integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== } deprecated: Glob versions prior to v9 are no longer supported glob@9.3.5: - resolution: {integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q== } + engines: { node: ">=16 || 14 >=14.17" } global-agent@3.0.0: - resolution: {integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q==} - engines: {node: '>=10.0'} + resolution: + { integrity: sha512-PT6XReJ+D07JvGoxQMkT6qji/jVNfX/h364XHZOWeRzy64sSFr+xJ5OX7LI3b4MPQzdL4H8Y8M0xzPpsVMwA8Q== } + engines: { node: ">=10.0" } global-directory@4.0.1: - resolution: {integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-wHTUcDUoZ1H5/0iVqEudYW4/kAlN5cZ3j/bXn0Dpbizl9iaUVeWSHqiOjsgk6OW2bkLclbBjzewBz6weQ1zA2Q== } + engines: { node: ">=18" } globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== } + engines: { node: ">=4" } globals@13.20.0: - resolution: {integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ== } + engines: { node: ">=8" } globalthis@1.0.3: - resolution: {integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA== } + engines: { node: ">= 0.4" } globby@11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g== } + engines: { node: ">=10" } gonzales-pe@4.3.0: - resolution: {integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==} - engines: {node: '>=0.6.0'} + resolution: + { integrity: sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ== } + engines: { node: ">=0.6.0" } hasBin: true gopd@1.0.1: - resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} + resolution: + { integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA== } got@11.8.6: - resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} - engines: {node: '>=10.19.0'} + resolution: + { integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g== } + engines: { node: ">=10.19.0" } graceful-fs@4.2.11: - resolution: {integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==} + resolution: + { integrity: sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== } graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + resolution: + { integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag== } gzip-size@6.0.0: - resolution: {integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q== } + engines: { node: ">=10" } handlebars@4.7.7: - resolution: {integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA==} - engines: {node: '>=0.4.7'} + resolution: + { integrity: sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== } + engines: { node: ">=0.4.7" } hasBin: true hard-rejection@2.1.0: - resolution: {integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== } + engines: { node: ">=6" } has-bigints@1.0.2: - resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} + resolution: + { integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== } has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== } + engines: { node: ">=4" } has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== } + engines: { node: ">=8" } has-property-descriptors@1.0.2: - resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} + resolution: + { integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg== } has-proto@1.0.3: - resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q== } + engines: { node: ">= 0.4" } has-symbols@1.0.3: - resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A== } + engines: { node: ">= 0.4" } has-tostringtag@1.0.0: - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ== } + engines: { node: ">= 0.4" } has-tostringtag@1.0.2: - resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw== } + engines: { node: ">= 0.4" } has-unicode@2.0.1: - resolution: {integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==} + resolution: + { integrity: sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== } has@1.0.3: - resolution: {integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==} - engines: {node: '>= 0.4.0'} + resolution: + { integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== } + engines: { node: ">= 0.4.0" } hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA== } + engines: { node: ">= 0.4" } hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} - engines: {node: '>= 0.4'} - - hast-util-to-html@9.0.3: - resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} - - hast-util-whitespace@3.0.0: - resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} + resolution: + { integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ== } + engines: { node: ">= 0.4" } helmet@8.0.0: - resolution: {integrity: sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw==} - engines: {node: '>=18.0.0'} + resolution: + { integrity: sha512-VyusHLEIIO5mjQPUI1wpOAEu+wl6Q0998jzTxqUYGE45xCIcAxy3MsbEK/yyJUJ3ADeMoB6MornPH6GMWAf+Pw== } + engines: { node: ">=18.0.0" } hosted-git-info@2.8.9: - resolution: {integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==} + resolution: + { integrity: sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== } hosted-git-info@4.1.0: - resolution: {integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== } + engines: { node: ">=10" } hosted-git-info@7.0.2: - resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w== } + engines: { node: ^16.14.0 || >=18.0.0 } html-encoding-sniffer@4.0.0: - resolution: {integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ== } + engines: { node: ">=18" } html-escaper@2.0.2: - resolution: {integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==} + resolution: + { integrity: sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg== } html-minifier-terser@7.2.0: - resolution: {integrity: sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA==} - engines: {node: ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-tXgn3QfqPIpGl9o+K5tpcj3/MN4SfLtsx2GWwBC3SSd0tXQGyF3gsSqad8loJgKZGM3ZxbYDd5yhiBIdWpmvLA== } + engines: { node: ^14.13.1 || >=16.0.0 } hasBin: true - html-void-elements@3.0.0: - resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} - http-cache-semantics@4.1.1: - resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} + resolution: + { integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== } http-errors@2.0.0: - resolution: {integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ== } + engines: { node: ">= 0.8" } http-proxy-agent@7.0.2: - resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} - engines: {node: '>= 14'} + resolution: + { integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig== } + engines: { node: ">= 14" } http2-wrapper@1.0.3: - resolution: {integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==} - engines: {node: '>=10.19.0'} - - https-proxy-agent@7.0.5: - resolution: {integrity: sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==} - engines: {node: '>= 14'} + resolution: + { integrity: sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg== } + engines: { node: ">=10.19.0" } https-proxy-agent@7.0.6: - resolution: {integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==} - engines: {node: '>= 14'} + resolution: + { integrity: sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw== } + engines: { node: ">= 14" } human-signals@2.1.0: - resolution: {integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==} - engines: {node: '>=10.17.0'} - - husky@9.1.6: - resolution: {integrity: sha512-sqbjZKK7kf44hfdE94EoX8MZNk0n7HeW37O4YrVGCF4wzgQjp+akPAkfUK5LZ6KuR/6sqeAVuXHji+RzQgOn5A==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw== } + engines: { node: ">=10.17.0" } + + husky@9.1.7: + resolution: + { integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA== } + engines: { node: ">=18" } hasBin: true iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== } + engines: { node: ">=0.10.0" } iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== } + engines: { node: ">=0.10.0" } ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + resolution: + { integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA== } ignore-by-default@1.0.1: - resolution: {integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==} + resolution: + { integrity: sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA== } ignore-walk@6.0.4: - resolution: {integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } ignore@5.3.1: - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} - engines: {node: '>= 4'} + resolution: + { integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== } + engines: { node: ">= 4" } immutable@4.3.0: - resolution: {integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg==} + resolution: + { integrity: sha512-0AOCmOip+xgJwEVTQj1EfiDDOkPmuyllDuTuEX+DDXUgapLAsBIfkg3sxCYyCEA8mQqZrrxPUGjcOQ2JS3WLkg== } import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== } + engines: { node: ">=6" } import-local@3.1.0: - resolution: {integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg== } + engines: { node: ">=8" } hasBin: true import-meta-resolve@4.0.0: - resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} + resolution: + { integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA== } imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} + resolution: + { integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== } + engines: { node: ">=0.8.19" } indent-string@4.0.0: - resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== } + engines: { node: ">=8" } indexes-of@1.0.1: - resolution: {integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==} + resolution: + { integrity: sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA== } inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + resolution: + { integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== } deprecated: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + resolution: + { integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== } ini@1.3.8: - resolution: {integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==} + resolution: + { integrity: sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew== } ini@4.1.1: - resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } ini@4.1.3: - resolution: {integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-X7rqawQBvfdjS10YU1y1YVreA3SsLrW9dX2CewP2EbBJM4ypVNLDkO5y04gejPwKIY9lR+7r9gn3rFPt/kmWFg== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } init-package-json@6.0.3: - resolution: {integrity: sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-Zfeb5ol+H+eqJWHTaGca9BovufyGeIfr4zaaBorPmJBMrJ+KBnN+kQx2ZtXdsotUTgldHmHQV44xvUWOUA7E2w== } + engines: { node: ^16.14.0 || >=18.0.0 } inquirer@8.2.5: - resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==} - engines: {node: '>=12.0.0'} + resolution: + { integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ== } + engines: { node: ">=12.0.0" } internal-slot@1.0.5: - resolution: {integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ== } + engines: { node: ">= 0.4" } interpret@3.1.1: - resolution: {integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ== } + engines: { node: ">=10.13.0" } ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + resolution: + { integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== } ipaddr.js@1.9.1: - resolution: {integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==} - engines: {node: '>= 0.10'} + resolution: + { integrity: sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g== } + engines: { node: ">= 0.10" } is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + resolution: + { integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w== } is-arrayish@0.2.1: - resolution: {integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==} + resolution: + { integrity: sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== } is-arrayish@0.3.2: - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + resolution: + { integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== } is-bigint@1.0.4: - resolution: {integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==} + resolution: + { integrity: sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg== } is-binary-path@2.1.0: - resolution: {integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== } + engines: { node: ">=8" } is-boolean-object@1.1.2: - resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA== } + engines: { node: ">= 0.4" } is-callable@1.2.7: - resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA== } + engines: { node: ">= 0.4" } is-ci@3.0.1: - resolution: {integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ==} + resolution: + { integrity: sha512-ZYvCgrefwqoQ6yTyYUbQu64HsITZ3NfKX1lzaEYdkTDcfKzzCI/wthRRYKkdjHKFVgNiXKAKm65Zo1pk2as/QQ== } hasBin: true is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + resolution: + { integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw== } is-core-module@2.15.1: - resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ== } + engines: { node: ">= 0.4" } is-date-object@1.0.5: - resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ== } + engines: { node: ">= 0.4" } is-docker@2.2.1: - resolution: {integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== } + engines: { node: ">=8" } hasBin: true is-expression@4.0.0: - resolution: {integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A==} + resolution: + { integrity: sha512-zMIXX63sxzG3XrkHkrAPvm/OVZVSCPNkwMHU8oTX7/U3AL78I0QXCEICXUM13BIa8TYGZ68PiTKfQz3yaTNr4A== } is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== } + engines: { node: ">=0.10.0" } is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== } + engines: { node: ">=8" } is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== } + engines: { node: ">=0.10.0" } is-interactive@1.0.0: - resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w== } + engines: { node: ">=8" } is-lambda@1.0.1: - resolution: {integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==} + resolution: + { integrity: sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== } is-negative-zero@2.0.2: - resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA== } + engines: { node: ">= 0.4" } is-number-object@1.0.7: - resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ== } + engines: { node: ">= 0.4" } is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} + resolution: + { integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== } + engines: { node: ">=0.12.0" } is-obj@1.0.1: - resolution: {integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg== } + engines: { node: ">=0.10.0" } is-obj@2.0.0: - resolution: {integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w== } + engines: { node: ">=8" } is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ== } + engines: { node: ">=8" } is-plain-obj@1.1.0: - resolution: {integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== } + engines: { node: ">=0.10.0" } is-plain-object@2.0.4: - resolution: {integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==} - engines: {node: '>=0.10.0'} - - is-plain-object@5.0.0: - resolution: {integrity: sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== } + engines: { node: ">=0.10.0" } is-potential-custom-element-name@1.0.1: - resolution: {integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==} + resolution: + { integrity: sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ== } is-promise@2.2.2: - resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} + resolution: + { integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ== } is-regex@1.1.4: - resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg== } + engines: { node: ">= 0.4" } is-regexp@1.0.0: - resolution: {integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA== } + engines: { node: ">=0.10.0" } is-relative-path@1.0.2: - resolution: {integrity: sha512-i1h+y50g+0hRbBD+dbnInl3JlJ702aar58snAeX+MxBAPvzXGej7sYoPMhlnykabt0ZzCJNBEyzMlekuQZN7fA==} + resolution: + { integrity: sha512-i1h+y50g+0hRbBD+dbnInl3JlJ702aar58snAeX+MxBAPvzXGej7sYoPMhlnykabt0ZzCJNBEyzMlekuQZN7fA== } is-shared-array-buffer@1.0.2: - resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + resolution: + { integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA== } is-ssh@1.4.0: - resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} + resolution: + { integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ== } is-stream@2.0.0: - resolution: {integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw== } + engines: { node: ">=8" } is-stream@2.0.1: - resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg== } + engines: { node: ">=8" } is-string@1.0.7: - resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg== } + engines: { node: ">= 0.4" } is-symbol@1.0.4: - resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg== } + engines: { node: ">= 0.4" } is-text-path@1.0.1: - resolution: {integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w== } + engines: { node: ">=0.10.0" } is-text-path@2.0.0: - resolution: {integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-+oDTluR6WEjdXEJMnC2z6A4FRwFoYuvShVVEGsS7ewc0UTi2QtAKMDJuL4BDEVt+5T7MjFo12RP8ghOM75oKJw== } + engines: { node: ">=8" } is-typed-array@1.1.12: - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg== } + engines: { node: ">= 0.4" } is-unicode-supported@0.1.0: - resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw== } + engines: { node: ">=10" } is-url-superb@4.0.0: - resolution: {integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-GI+WjezhPPcbM+tqE9LnmsY5qqjwHzTvjJ36wxYX5ujNXefSUJ/T17r5bqDV8yLhcgB59KTPNOc9O9cmHTPWsA== } + engines: { node: ">=10" } is-url@1.2.4: - resolution: {integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww==} + resolution: + { integrity: sha512-ITvGim8FhRiYe4IQ5uHSkj7pVaPDrCTkNd3yq3cV7iZAcJdHTUMPMEHcqSOy9xZ9qFenQCvi+2wjH9a1nXqHww== } is-weakref@1.0.2: - resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} + resolution: + { integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ== } is-wsl@2.2.0: - resolution: {integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== } + engines: { node: ">=8" } isarray@0.0.1: - resolution: {integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==} + resolution: + { integrity: sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ== } isarray@1.0.0: - resolution: {integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==} + resolution: + { integrity: sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== } isarray@2.0.5: - resolution: {integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==} + resolution: + { integrity: sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw== } isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + resolution: + { integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== } isexe@3.1.1: - resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ== } + engines: { node: ">=16" } isobject@3.0.1: - resolution: {integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg== } + engines: { node: ">=0.10.0" } istanbul-lib-coverage@3.2.2: - resolution: {integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg== } + engines: { node: ">=8" } istanbul-lib-report@3.0.1: - resolution: {integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw== } + engines: { node: ">=10" } istanbul-lib-source-maps@5.0.6: - resolution: {integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A== } + engines: { node: ">=10" } istanbul-reports@3.1.7: - resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} - engines: {node: '>=8'} - - jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g== } + engines: { node: ">=8" } jackspeak@3.4.3: - resolution: {integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==} + resolution: + { integrity: sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw== } jackspeak@4.0.1: - resolution: {integrity: sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==} - engines: {node: 20 || >=22} + resolution: + { integrity: sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog== } + engines: { node: 20 || >=22 } jake@10.8.7: - resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w== } + engines: { node: ">=10" } hasBin: true javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} + resolution: + { integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw== } jest-diff@29.6.0: - resolution: {integrity: sha512-ZRm7cd2m9YyZ0N3iMyuo1iUiprxQ/MFpYWXzEEj7hjzL3WnDffKW8192XBDcrAI8j7hnrM1wed3bL/oEnYF/8w==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { integrity: sha512-ZRm7cd2m9YyZ0N3iMyuo1iUiprxQ/MFpYWXzEEj7hjzL3WnDffKW8192XBDcrAI8j7hnrM1wed3bL/oEnYF/8w== } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } jest-get-type@29.4.3: - resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg== } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } jest-worker@27.5.1: - resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} - engines: {node: '>= 10.13.0'} + resolution: + { integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg== } + engines: { node: ">= 10.13.0" } - jiti@1.21.0: - resolution: {integrity: sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==} + jiti@2.4.2: + resolution: + { integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A== } hasBin: true jju@1.4.0: - resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + resolution: + { integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA== } jmespath@0.16.0: - resolution: {integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==} - engines: {node: '>= 0.6.0'} + resolution: + { integrity: sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw== } + engines: { node: ">= 0.6.0" } jquery@3.7.1: - resolution: {integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==} + resolution: + { integrity: sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg== } js-stringify@1.0.2: - resolution: {integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g==} + resolution: + { integrity: sha512-rtS5ATOo2Q5k1G+DADISilDA6lv79zIiwFd6CcjuIxGKLFm5C+RLImRscVap9k55i+MOZwgliw+NejvkLuGD5g== } js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + resolution: + { integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== } + + js-tokens@9.0.1: + resolution: + { integrity: sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ== } js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} + resolution: + { integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g== } hasBin: true js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + resolution: + { integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA== } hasBin: true jsdoc-type-pratt-parser@4.0.0: - resolution: {integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==} - engines: {node: '>=12.0.0'} + resolution: + { integrity: sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ== } + engines: { node: ">=12.0.0" } jsdoc-type-pratt-parser@4.1.0: - resolution: {integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg==} - engines: {node: '>=12.0.0'} + resolution: + { integrity: sha512-Hicd6JK5Njt2QB6XYFS7ok9e37O8AYk3jTcppG4YVQnYjOemymvTcmc7OWsmq/Qqj5TdRFO5/x/tIPmBeRtGHg== } + engines: { node: ">=12.0.0" } jsdom-global@3.0.2: - resolution: {integrity: sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg==} + resolution: + { integrity: sha512-t1KMcBkz/pT5JrvcJbpUR2u/w1kO9jXctaaGJ0vZDzwFnIvGWw9IDSRciT83kIs8Bnw4qpOl8bQK08V01YgMPg== } peerDependencies: - jsdom: '>=10.0.0' + jsdom: ">=10.0.0" - jsdom@26.0.0: - resolution: {integrity: sha512-BZYDGVAIriBWTpIxYzrXjv3E/4u8+/pSG5bQdIYCbNCGOvsPkDQfTVLAIXAf9ETdCpduCVTkDe2NNZ8NIwUVzw==} - engines: {node: '>=18'} + jsdom@26.1.0: + resolution: + { integrity: sha512-Cvc9WUhxSMEo4McES3P7oK3QaXldCfNWp7pl2NNeiIFlCoLr3kfq9kb1fxftiwk1FLV7CvpvDfonxtzUDeSOPg== } + engines: { node: ">=18" } peerDependencies: canvas: ^3.0.0 peerDependenciesMeta: @@ -6168,314 +7153,399 @@ packages: optional: true jsesc@0.5.0: - resolution: {integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==} + resolution: + { integrity: sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA== } hasBin: true jsesc@3.0.2: - resolution: {integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g== } + engines: { node: ">=6" } hasBin: true json-buffer@3.0.1: - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + resolution: + { integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== } json-parse-better-errors@1.0.2: - resolution: {integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==} + resolution: + { integrity: sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw== } json-parse-even-better-errors@2.3.1: - resolution: {integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==} + resolution: + { integrity: sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== } json-parse-even-better-errors@3.0.2: - resolution: {integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + resolution: + { integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg== } json-schema-traverse@1.0.0: - resolution: {integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==} + resolution: + { integrity: sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug== } json-source-map@0.6.1: - resolution: {integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg==} + resolution: + { integrity: sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg== } json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + resolution: + { integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw== } json-stringify-nice@1.1.4: - resolution: {integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw==} + resolution: + { integrity: sha512-5Z5RFW63yxReJ7vANgW6eZFGWaQvnPE3WNmZoOJrSkGju2etKA2L5rrOa1sm877TVTFt57A80BH1bArcmlLfPw== } json-stringify-safe@5.0.1: - resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==} + resolution: + { integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA== } json5@1.0.2: - resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} + resolution: + { integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA== } hasBin: true json5@2.2.3: - resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== } + engines: { node: ">=6" } hasBin: true jsonc-parser@3.2.0: - resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} + resolution: + { integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w== } jsoneditor@10.0.0: - resolution: {integrity: sha512-yh/kj/Ecxacj7ZG2ynmJvHcESgdHiAe1N7iKUVIYFpeP4/rwp87yua2y0BDayyY6uJz01KgRvdl4W1Wt94EkOQ==} + resolution: + { integrity: sha512-yh/kj/Ecxacj7ZG2ynmJvHcESgdHiAe1N7iKUVIYFpeP4/rwp87yua2y0BDayyY6uJz01KgRvdl4W1Wt94EkOQ== } jsonfile@4.0.0: - resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} + resolution: + { integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg== } jsonfile@6.1.0: - resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} + resolution: + { integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== } jsonparse@1.3.1: - resolution: {integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==} - engines: {'0': node >= 0.2.0} + resolution: + { integrity: sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg== } + engines: { "0": node >= 0.2.0 } jsonrepair@3.5.0: - resolution: {integrity: sha512-SavvDsUP9Xnqo2MoC6Wl6zNyX3f+I5199hRbXBtAITyP2NTPyAgyx5xM0bgcIljRjzsIvOBANbgfWe8XXlyeLA==} + resolution: + { integrity: sha512-SavvDsUP9Xnqo2MoC6Wl6zNyX3f+I5199hRbXBtAITyP2NTPyAgyx5xM0bgcIljRjzsIvOBANbgfWe8XXlyeLA== } hasBin: true jstransformer@1.0.0: - resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==} + resolution: + { integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A== } just-diff-apply@5.5.0: - resolution: {integrity: sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw==} + resolution: + { integrity: sha512-OYTthRfSh55WOItVqwpefPtNt2VdKsq5AnAK6apdtR6yCH8pr0CmSr710J0Mf+WdQy7K/OzMy7K2MgAfdQURDw== } just-diff@6.0.2: - resolution: {integrity: sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA==} + resolution: + { integrity: sha512-S59eriX5u3/QhMNq3v/gm8Kd0w8OS6Tz2FS1NG4blv+z0MuQcBRJyFWjdovM0Rad4/P4aUPFtnkNjMjyMlMSYA== } keyv@4.5.2: - resolution: {integrity: sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==} + resolution: + { integrity: sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g== } kind-of@6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== } + engines: { node: ">=0.10.0" } klaw@4.1.0: - resolution: {integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw==} - engines: {node: '>=14.14.0'} + resolution: + { integrity: sha512-1zGZ9MF9H22UnkpVeuaGKOjfA2t6WrfdrJmGjy16ykcjnKQDmHVX+KI477rpbGevz/5FD4MC3xf1oxylBgcaQw== } + engines: { node: ">=14.14.0" } kleur@3.0.3: - resolution: {integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== } + engines: { node: ">=6" } kuler@2.0.0: - resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} + resolution: + { integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A== } - lerna@8.1.8: - resolution: {integrity: sha512-Rmo5ShMx73xM2CUcRixjmpZIXB7ZFlWEul1YvJyx/rH4onAwDHtUGD7Rx4NZYL8QSRiQHroglM2Oyq+WqA4BYg==} - engines: {node: '>=18.0.0'} + lerna@8.2.3: + resolution: + { integrity: sha512-rmuDU+92eWUnnyaPg3Ise339pTxF+r2hu8ky/soCfbGpUoW4kCwsDza3P/LtQJWrKwZWHcosEitfYvxGUWZ16A== } + engines: { node: ">=18.0.0" } hasBin: true levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ== } + engines: { node: ">= 0.8.0" } libnpmaccess@8.0.6: - resolution: {integrity: sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-uM8DHDEfYG6G5gVivVl+yQd4pH3uRclHC59lzIbSvy7b5FEwR+mU49Zq1jEyRtRFv7+M99mUW9S0wL/4laT4lw== } + engines: { node: ^16.14.0 || >=18.0.0 } libnpmpublish@9.0.9: - resolution: {integrity: sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-26zzwoBNAvX9AWOPiqqF6FG4HrSCPsHFkQm7nT+xU1ggAujL/eae81RnCv4CJ2In9q9fh10B88sYSzKCUh/Ghg== } + engines: { node: ^16.14.0 || >=18.0.0 } lightningcss-darwin-arm64@1.28.1: - resolution: {integrity: sha512-VG3vvzM0m/rguCdm76DdobNeNJnHK+jWcdkNLFWHLh9YCotRvbRIt45JxwcHlIF8TDqWStVLTdghq5NaigVCBQ==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-VG3vvzM0m/rguCdm76DdobNeNJnHK+jWcdkNLFWHLh9YCotRvbRIt45JxwcHlIF8TDqWStVLTdghq5NaigVCBQ== } + engines: { node: ">= 12.0.0" } cpu: [arm64] os: [darwin] lightningcss-darwin-x64@1.28.1: - resolution: {integrity: sha512-O7ORdislvKfMohFl4Iq7fxKqdJOuuxArcglVI3amuFO5DJ0wfV3Gxgi1JRo49slfr7OVzJQEHLG4muTWYM5cTQ==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-O7ORdislvKfMohFl4Iq7fxKqdJOuuxArcglVI3amuFO5DJ0wfV3Gxgi1JRo49slfr7OVzJQEHLG4muTWYM5cTQ== } + engines: { node: ">= 12.0.0" } cpu: [x64] os: [darwin] lightningcss-freebsd-x64@1.28.1: - resolution: {integrity: sha512-b7sF89B31kYYijxVcFO7l5u6UNA862YstNu+3YbLl/IQKzveL4a5cwR5cdpG+OOhErg/c2u9WCmzZoX2I5GBvw==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-b7sF89B31kYYijxVcFO7l5u6UNA862YstNu+3YbLl/IQKzveL4a5cwR5cdpG+OOhErg/c2u9WCmzZoX2I5GBvw== } + engines: { node: ">= 12.0.0" } cpu: [x64] os: [freebsd] lightningcss-linux-arm-gnueabihf@1.28.1: - resolution: {integrity: sha512-p61kXwvhUDLLzkWHjzSFfUBW/F0iy3jr3CWi3k8SKULtJEsJXTI9DqRm9EixxMSe2AMBQBt4auTYiQL4B1N51A==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-p61kXwvhUDLLzkWHjzSFfUBW/F0iy3jr3CWi3k8SKULtJEsJXTI9DqRm9EixxMSe2AMBQBt4auTYiQL4B1N51A== } + engines: { node: ">= 12.0.0" } cpu: [arm] os: [linux] lightningcss-linux-arm64-gnu@1.28.1: - resolution: {integrity: sha512-iO+fN9hOMmzfwqcG2/BgUtMKD48H2JO/SXU44fyIwpY2veb65QF5xiRrQ9l1FwIxbGK3231KBYCtAqv+xf+NsQ==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-iO+fN9hOMmzfwqcG2/BgUtMKD48H2JO/SXU44fyIwpY2veb65QF5xiRrQ9l1FwIxbGK3231KBYCtAqv+xf+NsQ== } + engines: { node: ">= 12.0.0" } cpu: [arm64] os: [linux] lightningcss-linux-arm64-musl@1.28.1: - resolution: {integrity: sha512-dnMHeXEmCUzHHZjaDpQBYuBKcN9nPC3nPFKl70bcj5Bkn5EmkcgEqm5p035LKOgvAwk1XwLpQCML6pXmCwz0NQ==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-dnMHeXEmCUzHHZjaDpQBYuBKcN9nPC3nPFKl70bcj5Bkn5EmkcgEqm5p035LKOgvAwk1XwLpQCML6pXmCwz0NQ== } + engines: { node: ">= 12.0.0" } cpu: [arm64] os: [linux] lightningcss-linux-x64-gnu@1.28.1: - resolution: {integrity: sha512-7vWDISaMUn+oo2TwRdf2hl/BLdPxvywv9JKEqNZB/0K7bXwV4XE9wN/C2sAp1gGuh6QBA8lpjF4JIPt3HNlCHA==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-7vWDISaMUn+oo2TwRdf2hl/BLdPxvywv9JKEqNZB/0K7bXwV4XE9wN/C2sAp1gGuh6QBA8lpjF4JIPt3HNlCHA== } + engines: { node: ">= 12.0.0" } cpu: [x64] os: [linux] lightningcss-linux-x64-musl@1.28.1: - resolution: {integrity: sha512-IHCu9tVGP+x5BCpA2rF3D04DBokcBza/a8AuHQU+1AiMKubuMegPwcL7RatBgK4ztFHeYnnD5NdhwhRfYMAtNA==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-IHCu9tVGP+x5BCpA2rF3D04DBokcBza/a8AuHQU+1AiMKubuMegPwcL7RatBgK4ztFHeYnnD5NdhwhRfYMAtNA== } + engines: { node: ">= 12.0.0" } cpu: [x64] os: [linux] lightningcss-win32-arm64-msvc@1.28.1: - resolution: {integrity: sha512-Erm72kHmMg/3h350PTseskz+eEGBM17Fuu79WW2Qqt0BfWSF1jHHc12lkJCWMYl5jcBHPs5yZdgNHtJ7IJS3Uw==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-Erm72kHmMg/3h350PTseskz+eEGBM17Fuu79WW2Qqt0BfWSF1jHHc12lkJCWMYl5jcBHPs5yZdgNHtJ7IJS3Uw== } + engines: { node: ">= 12.0.0" } cpu: [arm64] os: [win32] lightningcss-win32-x64-msvc@1.28.1: - resolution: {integrity: sha512-ZPQtvx+uQBzrSdHH8p4H3M9Alue+x369TPZAA3b4K3d92FPhpZCuBG04+HQzspam9sVeID9mI6f3VRAs2ezaEA==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-ZPQtvx+uQBzrSdHH8p4H3M9Alue+x369TPZAA3b4K3d92FPhpZCuBG04+HQzspam9sVeID9mI6f3VRAs2ezaEA== } + engines: { node: ">= 12.0.0" } cpu: [x64] os: [win32] lightningcss@1.28.1: - resolution: {integrity: sha512-KRDkHlLlNj3DWh79CDt93fPlRJh2W1AuHV0ZSZAMMuN7lqlsZTV5842idfS1urWG8q9tc17velp1gCXhY7sLnQ==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-KRDkHlLlNj3DWh79CDt93fPlRJh2W1AuHV0ZSZAMMuN7lqlsZTV5842idfS1urWG8q9tc17velp1gCXhY7sLnQ== } + engines: { node: ">= 12.0.0" } lines-and-columns@1.2.4: - resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} + resolution: + { integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== } lines-and-columns@2.0.3: - resolution: {integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w== } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } linkify-it@5.0.0: - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} + resolution: + { integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ== } livereload-js@3.4.1: - resolution: {integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g==} + resolution: + { integrity: sha512-5MP0uUeVCec89ZbNOT/i97Mc+q3SxXmiUGhRFOTmhrGPn//uWVQdCvcLJDy64MSBR5MidFdOR7B9viumoavy6g== } livereload@0.9.3: - resolution: {integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw==} - engines: {node: '>=8.0.0'} + resolution: + { integrity: sha512-q7Z71n3i4X0R9xthAryBdNGVGAO2R5X+/xXpmKeuPMrteg+W2U8VusTKV3YiJbXZwKsOlFlHe+go6uSNjfxrZw== } + engines: { node: ">=8.0.0" } hasBin: true load-json-file@4.0.0: - resolution: {integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-Kx8hMakjX03tiGTLAIdJ+lL0htKnXjEZN6hk/tozf/WOuYGdZBJrZ+rCJRbVCugsjB3jMLn9746NsQIf5VjBMw== } + engines: { node: ">=4" } load-json-file@6.2.0: - resolution: {integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-gUD/epcRms75Cw8RT1pUdHugZYM5ce64ucs2GEISABwkRsOQr0q2wm/MV2TKThycIe5e0ytRweW2RZxclogCdQ== } + engines: { node: ">=8" } loader-runner@4.3.0: - resolution: {integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==} - engines: {node: '>=6.11.5'} + resolution: + { integrity: sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg== } + engines: { node: ">=6.11.5" } locate-path@2.0.0: - resolution: {integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA== } + engines: { node: ">=4" } locate-path@5.0.0: - resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== } + engines: { node: ">=8" } locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== } + engines: { node: ">=10" } locate-path@7.2.0: - resolution: {integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA== } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } lodash.camelcase@4.3.0: - resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} + resolution: + { integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA== } lodash.debounce@4.0.8: - resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + resolution: + { integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow== } lodash.ismatch@4.4.0: - resolution: {integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==} + resolution: + { integrity: sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g== } lodash.isplainobject@4.0.6: - resolution: {integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==} + resolution: + { integrity: sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA== } lodash.kebabcase@4.1.1: - resolution: {integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g==} + resolution: + { integrity: sha512-N8XRTIMMqqDgSy4VLKPnJ/+hpGZN+PHQiJnSenYqPaVV/NCqEogTnAdZLQiGKhxX+JCs8waWq2t1XHWKOmlY8g== } lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + resolution: + { integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== } lodash.mergewith@4.6.2: - resolution: {integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ==} + resolution: + { integrity: sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== } lodash.snakecase@4.1.1: - resolution: {integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw==} + resolution: + { integrity: sha512-QZ1d4xoBHYUeuouhEq3lk3Uq7ldgyFXGBhg04+oRLnIz8o9T65Eh+8YdroUwn846zchkA9yDsDl5CVVaV2nqYw== } lodash.startcase@4.4.0: - resolution: {integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg==} + resolution: + { integrity: sha512-+WKqsK294HMSc2jEbNgpHpd0JfIBhp7rEV4aqXWqFr6AlXov+SlcgB1Fv01y2kGe3Gc8nMW7VA0SrGuSkRfIEg== } lodash.uniq@4.5.0: - resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} + resolution: + { integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ== } lodash.upperfirst@4.3.1: - resolution: {integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==} + resolution: + { integrity: sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg== } lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + resolution: + { integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== } log-symbols@4.1.0: - resolution: {integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg== } + engines: { node: ">=10" } logform@2.5.1: - resolution: {integrity: sha512-9FyqAm9o9NKKfiAKfZoYo9bGXXuwMkxQiQttkT4YjjVtQVIQtK6LmVtlxmCaFswo6N4AfEkHqZTV0taDtPotNg==} + resolution: + { integrity: sha512-9FyqAm9o9NKKfiAKfZoYo9bGXXuwMkxQiQttkT4YjjVtQVIQtK6LmVtlxmCaFswo6N4AfEkHqZTV0taDtPotNg== } lookpath@1.2.2: - resolution: {integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q==} - engines: {npm: '>=6.13.4'} + resolution: + { integrity: sha512-k2Gmn8iV6qdME3ztZC2spubmQISimFOPLuQKiPaLcVdRz0IpdxrNClVepMlyTJlhodm/zG/VfbkWERm3kUIh+Q== } + engines: { npm: ">=6.13.4" } hasBin: true loupe@3.1.3: - resolution: {integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==} + resolution: + { integrity: sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug== } + + loupe@3.2.0: + resolution: + { integrity: sha512-2NCfZcT5VGVNX9mSZIxLRkEAegDGBpuQZBy13desuHeVORmBDyAET4TkJr4SjqQy3A8JDofMN6LpkK8Xcm/dlw== } lower-case@2.0.2: - resolution: {integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==} + resolution: + { integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg== } lowercase-keys@2.0.0: - resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA== } + engines: { node: ">=8" } lru-cache@10.2.2: - resolution: {integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==} - engines: {node: 14 || >=16.14} + resolution: + { integrity: sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ== } + engines: { node: 14 || >=16.14 } lru-cache@10.4.3: - resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + resolution: + { integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== } lru-cache@11.0.0: - resolution: {integrity: sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==} - engines: {node: 20 || >=22} + resolution: + { integrity: sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA== } + engines: { node: 20 || >=22 } lru-cache@5.1.1: - resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} + resolution: + { integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w== } lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== } + engines: { node: ">=10" } lunr@2.3.9: - resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} + resolution: + { integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== } luxon@3.5.0: - resolution: {integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ== } + engines: { node: ">=12" } madge@6.1.0: - resolution: {integrity: sha512-irWhT5RpFOc6lkzGHKLihonCVgM0YtfNUh4IrFeW3EqHpnt/JHUG3z26j8PeJEktCGB4tmGOOOJi1Rl/ACWucQ==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-irWhT5RpFOc6lkzGHKLihonCVgM0YtfNUh4IrFeW3EqHpnt/JHUG3z26j8PeJEktCGB4tmGOOOJi1Rl/ACWucQ== } + engines: { node: ">=14" } hasBin: true peerDependencies: typescript: ^3.9.5 || ^4.9.5 || ^5 @@ -6484,8 +7554,9 @@ packages: optional: true madge@8.0.0: - resolution: {integrity: sha512-9sSsi3TBPhmkTCIpVQF0SPiChj1L7Rq9kU2KDG1o6v2XH9cCw086MopjVCD+vuoL5v8S77DTbVopTO8OUiQpIw==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-9sSsi3TBPhmkTCIpVQF0SPiChj1L7Rq9kU2KDG1o6v2XH9cCw086MopjVCD+vuoL5v8S77DTbVopTO8OUiQpIw== } + engines: { node: ">=18" } hasBin: true peerDependencies: typescript: ^5.4.4 @@ -6494,318 +7565,372 @@ packages: optional: true magic-string@0.30.17: - resolution: {integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==} + resolution: + { integrity: sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA== } magicast@0.3.5: - resolution: {integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==} + resolution: + { integrity: sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ== } make-dir@2.1.0: - resolution: {integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== } + engines: { node: ">=6" } make-dir@3.1.0: - resolution: {integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw== } + engines: { node: ">=8" } make-dir@4.0.0: - resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw== } + engines: { node: ">=10" } make-error@1.3.6: - resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + resolution: + { integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== } make-fetch-happen@13.0.1: - resolution: {integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA== } + engines: { node: ^16.14.0 || >=18.0.0 } map-obj@1.0.1: - resolution: {integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== } + engines: { node: ">=0.10.0" } map-obj@4.3.0: - resolution: {integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== } + engines: { node: ">=8" } markdown-it@14.1.0: - resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} + resolution: + { integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg== } hasBin: true matcher@3.0.0: - resolution: {integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==} - engines: {node: '>=10'} - - mdast-util-to-hast@13.2.0: - resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} + resolution: + { integrity: sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng== } + engines: { node: ">=10" } mdurl@2.0.0: - resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} + resolution: + { integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== } media-typer@0.3.0: - resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ== } + engines: { node: ">= 0.6" } meow@12.1.1: - resolution: {integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==} - engines: {node: '>=16.10'} + resolution: + { integrity: sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw== } + engines: { node: ">=16.10" } meow@8.1.2: - resolution: {integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-r85E3NdZ+mpYk1C6RjPFEMSE+s1iZMuHtsHAqY0DT3jZczl0diWUZ8g6oU7h0M9cD2EL+PzaYghhCLzR0ZNn5Q== } + engines: { node: ">=10" } merge-descriptors@1.0.3: - resolution: {integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==} + resolution: + { integrity: sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ== } merge-stream@2.0.0: - resolution: {integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==} + resolution: + { integrity: sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w== } merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== } + engines: { node: ">= 8" } methods@1.1.2: - resolution: {integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==} - engines: {node: '>= 0.6'} - - micromark-util-character@2.1.0: - resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} - - micromark-util-encode@2.0.0: - resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} - - micromark-util-sanitize-uri@2.0.0: - resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} - - micromark-util-symbol@2.0.0: - resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} - - micromark-util-types@2.0.0: - resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} + resolution: + { integrity: sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w== } + engines: { node: ">= 0.6" } micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} + resolution: + { integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== } + engines: { node: ">=8.6" } mime-db@1.52.0: - resolution: {integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg== } + engines: { node: ">= 0.6" } mime-types@2.1.35: - resolution: {integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw== } + engines: { node: ">= 0.6" } mime@1.6.0: - resolution: {integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== } + engines: { node: ">=4" } hasBin: true mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg== } + engines: { node: ">=6" } mimic-response@1.0.1: - resolution: {integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ== } + engines: { node: ">=4" } mimic-response@3.1.0: - resolution: {integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ== } + engines: { node: ">=10" } min-indent@1.0.1: - resolution: {integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== } + engines: { node: ">=4" } minify@13.0.0: - resolution: {integrity: sha512-a8l1p6RWDDHjH9kAaSAapu2m20ozhJ+sfkY9GljvDVXDRSDQME+5zZPbooOC8e17ej95y5k8q47NfN/ceCkLqg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-a8l1p6RWDDHjH9kAaSAapu2m20ozhJ+sfkY9GljvDVXDRSDQME+5zZPbooOC8e17ej95y5k8q47NfN/ceCkLqg== } + engines: { node: ">=18" } hasBin: true minimatch@10.0.1: - resolution: {integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==} - engines: {node: 20 || >=22} + resolution: + { integrity: sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ== } + engines: { node: 20 || >=22 } minimatch@3.0.5: - resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} + resolution: + { integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== } minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + resolution: + { integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== } minimatch@5.1.6: - resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== } + engines: { node: ">=10" } minimatch@8.0.4: - resolution: {integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA== } + engines: { node: ">=16 || 14 >=14.17" } minimatch@9.0.3: - resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} - engines: {node: '>=16 || 14 >=14.17'} - - minimatch@9.0.4: - resolution: {integrity: sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== } + engines: { node: ">=16 || 14 >=14.17" } minimatch@9.0.5: - resolution: {integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== } + engines: { node: ">=16 || 14 >=14.17" } minimist-options@4.1.0: - resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} - engines: {node: '>= 6'} + resolution: + { integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== } + engines: { node: ">= 6" } minimist@1.2.8: - resolution: {integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==} + resolution: + { integrity: sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== } minipass-collect@2.0.1: - resolution: {integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw== } + engines: { node: ">=16 || 14 >=14.17" } minipass-fetch@3.0.3: - resolution: {integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-n5ITsTkDqYkYJZjcRWzZt9qnZKCT7nKCosJhHoj7S7zD+BP4jVbWs+odsniw5TA3E0sLomhTKOKjF86wf11PuQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } minipass-flush@1.0.5: - resolution: {integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== } + engines: { node: ">= 8" } minipass-pipeline@1.2.4: - resolution: {integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== } + engines: { node: ">=8" } minipass-sized@1.0.3: - resolution: {integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== } + engines: { node: ">=8" } minipass@3.3.6: - resolution: {integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== } + engines: { node: ">=8" } minipass@4.2.8: - resolution: {integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ== } + engines: { node: ">=8" } minipass@5.0.0: - resolution: {integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ== } + engines: { node: ">=8" } minipass@7.0.4: - resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== } + engines: { node: ">=16 || 14 >=14.17" } minipass@7.1.2: - resolution: {integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== } + engines: { node: ">=16 || 14 >=14.17" } minizlib@2.1.2: - resolution: {integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== } + engines: { node: ">= 8" } mkdirp-classic@0.5.3: - resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} + resolution: + { integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A== } mkdirp@1.0.4: - resolution: {integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== } + engines: { node: ">=10" } hasBin: true mobius1-selectr@2.4.13: - resolution: {integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw==} + resolution: + { integrity: sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw== } modify-values@1.0.1: - resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw== } + engines: { node: ">=0.10.0" } module-definition@3.4.0: - resolution: {integrity: sha512-XxJ88R1v458pifaSkPNLUTdSPNVGMP2SXVncVmApGO+gAfrLANiYe6JofymCzVceGOMwQE2xogxBSc8uB7XegA==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-XxJ88R1v458pifaSkPNLUTdSPNVGMP2SXVncVmApGO+gAfrLANiYe6JofymCzVceGOMwQE2xogxBSc8uB7XegA== } + engines: { node: ">=6.0" } hasBin: true module-definition@4.1.0: - resolution: {integrity: sha512-rHXi/DpMcD2qcKbPCTklDbX9lBKJrUSl971TW5l6nMpqKCIlzJqmQ8cfEF5M923h2OOLHPDVlh5pJxNyV+AJlw==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-rHXi/DpMcD2qcKbPCTklDbX9lBKJrUSl971TW5l6nMpqKCIlzJqmQ8cfEF5M923h2OOLHPDVlh5pJxNyV+AJlw== } + engines: { node: ">=12" } hasBin: true module-definition@6.0.0: - resolution: {integrity: sha512-sEGP5nKEXU7fGSZUML/coJbrO+yQtxcppDAYWRE9ovWsTbFoUHB2qDUx564WUzDaBHXsD46JBbIK5WVTwCyu3w==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-sEGP5nKEXU7fGSZUML/coJbrO+yQtxcppDAYWRE9ovWsTbFoUHB2qDUx564WUzDaBHXsD46JBbIK5WVTwCyu3w== } + engines: { node: ">=18" } hasBin: true module-lookup-amd@7.0.1: - resolution: {integrity: sha512-w9mCNlj0S8qviuHzpakaLVc+/7q50jl9a/kmJ/n8bmXQZgDPkQHnPBb8MUOYh3WpAYkXuNc2c+khsozhIp/amQ==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-w9mCNlj0S8qviuHzpakaLVc+/7q50jl9a/kmJ/n8bmXQZgDPkQHnPBb8MUOYh3WpAYkXuNc2c+khsozhIp/amQ== } + engines: { node: ">=10.13.0" } hasBin: true module-lookup-amd@9.0.2: - resolution: {integrity: sha512-p7PzSVEWiW9fHRX9oM+V4aV5B2nCVddVNv4DZ/JB6t9GsXY4E+ZVhPpnwUX7bbJyGeeVZqhS8q/JZ/H77IqPFA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-p7PzSVEWiW9fHRX9oM+V4aV5B2nCVddVNv4DZ/JB6t9GsXY4E+ZVhPpnwUX7bbJyGeeVZqhS8q/JZ/H77IqPFA== } + engines: { node: ">=18" } hasBin: true montag@1.2.1: - resolution: {integrity: sha512-YFuR6t5KhDlmAnUmVSxGzNcpWqSDqxbd95tvnEnn7X9yFv7g3kDFoRjwyGayVdF/NNoWk7YW7IxUjilnGnoC5Q==} + resolution: + { integrity: sha512-YFuR6t5KhDlmAnUmVSxGzNcpWqSDqxbd95tvnEnn7X9yFv7g3kDFoRjwyGayVdF/NNoWk7YW7IxUjilnGnoC5Q== } mrmime@1.0.1: - resolution: {integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw== } + engines: { node: ">=10" } mrmime@2.0.0: - resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw== } + engines: { node: ">=10" } ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} + resolution: + { integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A== } ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + resolution: + { integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== } ms@2.1.3: - resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} + resolution: + { integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== } multimatch@5.0.0: - resolution: {integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA== } + engines: { node: ">=10" } mute-stream@0.0.8: - resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + resolution: + { integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA== } mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } nanoid@3.3.8: - resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==} - engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} + resolution: + { integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w== } + engines: { node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 } hasBin: true napi-build-utils@2.0.0: - resolution: {integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==} + resolution: + { integrity: sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA== } natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + resolution: + { integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw== } negotiator@0.6.3: - resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== } + engines: { node: ">= 0.6" } negotiator@0.6.4: - resolution: {integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w== } + engines: { node: ">= 0.6" } neo-async@2.6.2: - resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} + resolution: + { integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw== } no-case@3.0.4: - resolution: {integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==} + resolution: + { integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg== } node-abi@3.74.0: - resolution: {integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w== } + engines: { node: ">=10" } node-addon-api@7.1.1: - resolution: {integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==} + resolution: + { integrity: sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ== } node-fetch@2.6.12: - resolution: {integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==} - engines: {node: 4.x || >=6.0.0} + resolution: + { integrity: sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g== } + engines: { node: 4.x || >=6.0.0 } peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -6813,8 +7938,9 @@ packages: optional: true node-fetch@2.6.7: - resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} - engines: {node: 4.x || >=6.0.0} + resolution: + { integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ== } + engines: { node: 4.x || >=6.0.0 } peerDependencies: encoding: ^0.1.0 peerDependenciesMeta: @@ -6822,1803 +7948,2217 @@ packages: optional: true node-gyp@10.0.1: - resolution: {integrity: sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg== } + engines: { node: ^16.14.0 || >=18.0.0 } hasBin: true node-machine-id@1.1.12: - resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} + resolution: + { integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ== } - node-releases@2.0.18: - resolution: {integrity: sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==} + node-releases@2.0.19: + resolution: + { integrity: sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw== } node-source-walk@4.3.0: - resolution: {integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA==} - engines: {node: '>=6.0'} + resolution: + { integrity: sha512-8Q1hXew6ETzqKRAs3jjLioSxNfT1cx74ooiF8RlAONwVMcfq+UdzLC2eB5qcPldUxaE5w3ytLkrmV1TGddhZTA== } + engines: { node: ">=6.0" } node-source-walk@5.0.2: - resolution: {integrity: sha512-Y4jr/8SRS5hzEdZ7SGuvZGwfORvNsSsNRwDXx5WisiqzsVfeftDvRgfeqWNgZvWSJbgubTRVRYBzK6UO+ErqjA==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-Y4jr/8SRS5hzEdZ7SGuvZGwfORvNsSsNRwDXx5WisiqzsVfeftDvRgfeqWNgZvWSJbgubTRVRYBzK6UO+ErqjA== } + engines: { node: ">=12" } node-source-walk@7.0.0: - resolution: {integrity: sha512-1uiY543L+N7Og4yswvlm5NCKgPKDEXd9AUR9Jh3gen6oOeBsesr6LqhXom1er3eRzSUcVRWXzhv8tSNrIfGHKw==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-1uiY543L+N7Og4yswvlm5NCKgPKDEXd9AUR9Jh3gen6oOeBsesr6LqhXom1er3eRzSUcVRWXzhv8tSNrIfGHKw== } + engines: { node: ">=18" } nodemon@3.0.1: - resolution: {integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-g9AZ7HmkhQkqXkRc20w+ZfQ73cHLbE8hnPbtaFbFtCumZsjyMhKk9LajQ07U5Ux28lvFjZ5X7HvWR1xzU8jHVw== } + engines: { node: ">=10" } hasBin: true noms@0.0.0: - resolution: {integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==} + resolution: + { integrity: sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow== } nopt@1.0.10: - resolution: {integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==} + resolution: + { integrity: sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg== } hasBin: true nopt@7.2.1: - resolution: {integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } hasBin: true normalize-package-data@2.5.0: - resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} + resolution: + { integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== } normalize-package-data@3.0.3: - resolution: {integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== } + engines: { node: ">=10" } normalize-package-data@6.0.2: - resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g== } + engines: { node: ^16.14.0 || >=18.0.0 } normalize-path@3.0.0: - resolution: {integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== } + engines: { node: ">=0.10.0" } normalize-url@6.1.0: - resolution: {integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A== } + engines: { node: ">=10" } npm-bundled@3.0.0: - resolution: {integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } npm-install-checks@6.3.0: - resolution: {integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } npm-normalize-package-bin@3.0.1: - resolution: {integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } npm-package-arg@11.0.2: - resolution: {integrity: sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-IGN0IAwmhDJwy13Wc8k+4PEbTPhpJnMtfR53ZbOyjkvmEcLS4nCwp6mvMWjS5sUjeiW3mpx6cHmuhKEu9XmcQw== } + engines: { node: ^16.14.0 || >=18.0.0 } npm-packlist@8.0.2: - resolution: {integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } npm-pick-manifest@9.0.1: - resolution: {integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-Udm1f0l2nXb3wxDpKjfohwgdFUSV50UVwzEIpDXVsbDMXVIEF81a/i0UhuQbhrPMMmdiq3+YMFLFIRVLs3hxQw== } + engines: { node: ^16.14.0 || >=18.0.0 } npm-registry-fetch@17.1.0: - resolution: {integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-5+bKQRH0J1xG1uZ1zMNvxW0VEyoNWgJpY9UDuluPFLKDfJ9u2JmmjmTJV1srBGQOROfdBMiVvnH2Zvpbm+xkVA== } + engines: { node: ^16.14.0 || >=18.0.0 } npm-run-path@4.0.1: - resolution: {integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw== } + engines: { node: ">=8" } nwsapi@2.2.16: - resolution: {integrity: sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ==} + resolution: + { integrity: sha512-F1I/bimDpj3ncaNDhfyMWuFqmQDBwDB0Fogc2qpL3BWvkQteFD/8BzWuIRl83rq0DXfm8SGt/HFhLXZyljTXcQ== } nx-cloud@19.1.0: - resolution: {integrity: sha512-f24vd5/57/MFSXNMfkerdDiK0EvScGOKO71iOWgJNgI1xVweDRmOA/EfjnPMRd5m+pnoPs/4A7DzuwSW0jZVyw==} + resolution: + { integrity: sha512-f24vd5/57/MFSXNMfkerdDiK0EvScGOKO71iOWgJNgI1xVweDRmOA/EfjnPMRd5m+pnoPs/4A7DzuwSW0jZVyw== } hasBin: true nx@19.8.14: - resolution: {integrity: sha512-yprBOWV16eQntz5h5SShYHMVeN50fUb6yHfzsqNiFneCJeyVjyJ585m+2TuVbE11vT1amU0xCjHcSGfJBBnm8g==} + resolution: + { integrity: sha512-yprBOWV16eQntz5h5SShYHMVeN50fUb6yHfzsqNiFneCJeyVjyJ585m+2TuVbE11vT1amU0xCjHcSGfJBBnm8g== } hasBin: true peerDependencies: - '@swc-node/register': ^1.8.0 - '@swc/core': ^1.3.85 + "@swc-node/register": ^1.8.0 + "@swc/core": ^1.3.85 peerDependenciesMeta: - '@swc-node/register': + "@swc-node/register": optional: true - '@swc/core': + "@swc/core": optional: true nx@19.8.4: - resolution: {integrity: sha512-fc833c3UKo6kuoG4z0kSKet17yWym3VzcQ+yPWYspxxxd8GFVVk42+9wieyVQDi9YqtKZQ6PdQfSEPm59/M7SA==} + resolution: + { integrity: sha512-fc833c3UKo6kuoG4z0kSKet17yWym3VzcQ+yPWYspxxxd8GFVVk42+9wieyVQDi9YqtKZQ6PdQfSEPm59/M7SA== } hasBin: true peerDependencies: - '@swc-node/register': ^1.8.0 - '@swc/core': ^1.3.85 + "@swc-node/register": ^1.8.0 + "@swc/core": ^1.3.85 peerDependenciesMeta: - '@swc-node/register': + "@swc-node/register": optional: true - '@swc/core': + "@swc/core": optional: true object-assign@4.1.1: - resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg== } + engines: { node: ">=0.10.0" } object-inspect@1.13.3: - resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA== } + engines: { node: ">= 0.4" } object-keys@1.1.1: - resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== } + engines: { node: ">= 0.4" } object.assign@4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ== } + engines: { node: ">= 0.4" } object.fromentries@2.0.7: - resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA== } + engines: { node: ">= 0.4" } object.groupby@1.0.1: - resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} + resolution: + { integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ== } object.values@1.1.7: - resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng== } + engines: { node: ">= 0.4" } on-finished@2.4.1: - resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg== } + engines: { node: ">= 0.8" } once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + resolution: + { integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== } one-time@1.0.0: - resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==} + resolution: + { integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g== } onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} - - oniguruma-to-js@0.4.3: - resolution: {integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==} + resolution: + { integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg== } + engines: { node: ">=6" } open@8.4.2: - resolution: {integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ== } + engines: { node: ">=12" } opener@1.5.2: - resolution: {integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==} + resolution: + { integrity: sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== } hasBin: true optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg== } + engines: { node: ">= 0.8.0" } opts@2.0.2: - resolution: {integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg==} + resolution: + { integrity: sha512-k41FwbcLnlgnFh69f4qdUfvDQ+5vaSDnVPFI/y5XuhKRq97EnVVneO9F1ESVCdiVu4fCS2L8usX3mU331hB7pg== } ora@5.3.0: - resolution: {integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g== } + engines: { node: ">=10" } ora@5.4.1: - resolution: {integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ== } + engines: { node: ">=10" } os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g== } + engines: { node: ">=0.10.0" } p-cancelable@2.1.1: - resolution: {integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg== } + engines: { node: ">=8" } p-finally@1.0.0: - resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow== } + engines: { node: ">=4" } p-limit@1.3.0: - resolution: {integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== } + engines: { node: ">=4" } p-limit@2.3.0: - resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== } + engines: { node: ">=6" } p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== } + engines: { node: ">=10" } p-limit@4.0.0: - resolution: {integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ== } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } p-locate@2.0.0: - resolution: {integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg== } + engines: { node: ">=4" } p-locate@4.1.0: - resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== } + engines: { node: ">=8" } p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== } + engines: { node: ">=10" } p-locate@6.0.0: - resolution: {integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw== } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } p-map-series@2.1.0: - resolution: {integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-RpYIIK1zXSNEOdwxcfe7FdvGcs7+y5n8rifMhMNWvaxRNMPINJHF5GDeuVxWqnfrcHPSCnp7Oo5yNXHId9Av2Q== } + engines: { node: ">=8" } p-map@4.0.0: - resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== } + engines: { node: ">=10" } p-pipe@3.1.0: - resolution: {integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw== } + engines: { node: ">=8" } p-queue@6.6.2: - resolution: {integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-RwFpb72c/BhQLEXIZ5K2e+AhgNVmIejGlTgiB9MzZ0e93GRvqZ7uSi0dvRF7/XIXDeNkra2fNHBxTyPDGySpjQ== } + engines: { node: ">=8" } p-reduce@2.1.0: - resolution: {integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw== } + engines: { node: ">=8" } p-timeout@3.2.0: - resolution: {integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg== } + engines: { node: ">=8" } p-try@1.0.0: - resolution: {integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww== } + engines: { node: ">=4" } p-try@2.2.0: - resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== } + engines: { node: ">=6" } p-waterfall@2.1.1: - resolution: {integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-RRTnDb2TBG/epPRI2yYXsimO0v3BXC8Yd3ogr1545IaqKK17VGhbWVeGGN+XfCm/08OK8635nH31c8bATkHuSw== } + engines: { node: ">=8" } package-json-from-dist@1.0.0: - resolution: {integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==} + resolution: + { integrity: sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw== } pacote@18.0.6: - resolution: {integrity: sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-+eK3G27SMwsB8kLIuj4h1FUhHtwiEUo21Tw8wNjmvdlpOEr613edv+8FUsTj/4F/VN5ywGE19X18N7CC2EJk6A== } + engines: { node: ^16.14.0 || >=18.0.0 } hasBin: true param-case@3.0.4: - resolution: {integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==} + resolution: + { integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A== } parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g== } + engines: { node: ">=6" } parse-conflict-json@3.0.1: - resolution: {integrity: sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-01TvEktc68vwbJOtWZluyWeVGWjP+bZwXtPDMQVbBKzbJ/vZBif0L69KH1+cHv1SZ6e0FKLvjyHe8mqsIqYOmw== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } - parse-imports@2.1.0: - resolution: {integrity: sha512-JQWgmK2o4w8leUkZeZPatWdAny6vXGU/3siIUvMF6J2rDCud9aTt8h/px9oZJ6U3EcfhngBJ635uPFI0q0VAeA==} - engines: {node: '>= 18'} + parse-imports-exports@0.2.4: + resolution: + { integrity: sha512-4s6vd6dx1AotCx/RCI2m7t7GCh5bDRUtGNvRfHSP2wbBQdMi67pPe7mtzmgwcaQ8VKK/6IB7Glfyu3qdZJPybQ== } - parse-imports@2.1.1: - resolution: {integrity: sha512-TDT4HqzUiTMO1wJRwg/t/hYk8Wdp3iF/ToMIlAoVQfL1Xs/sTxq1dKWSMjMbQmIarfWKymOyly40+zmPHXMqCA==} - engines: {node: '>= 18'} + parse-imports@2.1.0: + resolution: + { integrity: sha512-JQWgmK2o4w8leUkZeZPatWdAny6vXGU/3siIUvMF6J2rDCud9aTt8h/px9oZJ6U3EcfhngBJ635uPFI0q0VAeA== } + engines: { node: ">= 18" } parse-json@4.0.0: - resolution: {integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-aOIos8bujGN93/8Ox/jPLh7RwVnPEysynVFE+fQZyg6jKELEHwzgKdLRFHUgXJL6kylijVSBC4BvN9OmsB48Rw== } + engines: { node: ">=4" } parse-json@5.2.0: - resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== } + engines: { node: ">=8" } parse-ms@2.1.0: - resolution: {integrity: sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-kHt7kzLoS9VBZfUsiKjv43mr91ea+U05EyKkEtqp7vNbHxmaVuEqN7XxeEVnGrMtYOAxGrDElSi96K7EgO1zCA== } + engines: { node: ">=6" } parse-path@7.0.0: - resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} + resolution: + { integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog== } + + parse-statements@1.0.11: + resolution: + { integrity: sha512-HlsyYdMBnbPQ9Jr/VgJ1YF4scnldvJpJxCVx6KgqPL4dxppsWrJHCIIxQXMJrqGnsRkNPATbeMJ8Yxu7JMsYcA== } parse-url@8.1.0: - resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} + resolution: + { integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w== } parse5@7.1.2: - resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} + resolution: + { integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw== } parse5@7.2.1: - resolution: {integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==} + resolution: + { integrity: sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ== } parseurl@1.3.3: - resolution: {integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== } + engines: { node: ">= 0.8" } pascal-case@3.1.2: - resolution: {integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==} + resolution: + { integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g== } path-equal@1.2.5: - resolution: {integrity: sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g==} + resolution: + { integrity: sha512-i73IctDr3F2W+bsOWDyyVm/lqsXO47aY9nsFZUjTT/aljSbkxHxxCoyZ9UUrM8jK0JVod+An+rl48RCsvWM+9g== } path-exists@3.0.0: - resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ== } + engines: { node: ">=4" } path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== } + engines: { node: ">=8" } path-exists@5.0.0: - resolution: {integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + resolution: + { integrity: sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ== } + engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== } + engines: { node: ">=0.10.0" } path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== } + engines: { node: ">=8" } path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + resolution: + { integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== } path-scurry@1.10.1: - resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} - engines: {node: '>=16 || 14 >=14.17'} - - path-scurry@1.10.2: - resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==} - engines: {node: '>=16 || 14 >=14.17'} + resolution: + { integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== } + engines: { node: ">=16 || 14 >=14.17" } path-scurry@1.11.1: - resolution: {integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==} - engines: {node: '>=16 || 14 >=14.18'} + resolution: + { integrity: sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== } + engines: { node: ">=16 || 14 >=14.18" } path-scurry@2.0.0: - resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} - engines: {node: 20 || >=22} + resolution: + { integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg== } + engines: { node: 20 || >=22 } path-to-regexp@0.1.10: - resolution: {integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==} + resolution: + { integrity: sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w== } path-type@3.0.0: - resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg== } + engines: { node: ">=4" } path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== } + engines: { node: ">=8" } pathe@2.0.3: - resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} + resolution: + { integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w== } pathval@2.0.0: - resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} - engines: {node: '>= 14.16'} + resolution: + { integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA== } + engines: { node: ">= 14.16" } pend@1.2.0: - resolution: {integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==} + resolution: + { integrity: sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg== } picocolors@1.0.0: - resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} - - picocolors@1.1.0: - resolution: {integrity: sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==} + resolution: + { integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== } picocolors@1.1.1: - resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==} + resolution: + { integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA== } picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} + resolution: + { integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== } + engines: { node: ">=8.6" } picomatch@4.0.2: - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg== } + engines: { node: ">=12" } picomodal@3.0.0: - resolution: {integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw==} + resolution: + { integrity: sha512-FoR3TDfuLlqUvcEeK5ifpKSVVns6B4BQvc8SDF6THVMuadya6LLtji0QgUDSStw0ZR2J7I6UGi5V2V23rnPWTw== } pify@2.3.0: - resolution: {integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== } + engines: { node: ">=0.10.0" } pify@3.0.0: - resolution: {integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg== } + engines: { node: ">=4" } pify@4.0.1: - resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== } + engines: { node: ">=6" } pify@5.0.0: - resolution: {integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-eW/gHNMlxdSP6dmG6uJip6FXN0EQBwm2clYYd8Wul42Cwu/DK8HEftzsapcNdYe2MfLiIwZqsDk2RDEsTE79hA== } + engines: { node: ">=10" } pkg-dir@4.2.0: - resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ== } + engines: { node: ">=8" } pkg-dir@7.0.0: - resolution: {integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==} - engines: {node: '>=14.16'} + resolution: + { integrity: sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA== } + engines: { node: ">=14.16" } pluralize@8.0.0: - resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA== } + engines: { node: ">=4" } postcss-selector-parser@6.1.0: - resolution: {integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ== } + engines: { node: ">=4" } postcss-values-parser@2.0.1: - resolution: {integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==} - engines: {node: '>=6.14.4'} + resolution: + { integrity: sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg== } + engines: { node: ">=6.14.4" } postcss-values-parser@6.0.2: - resolution: {integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw== } + engines: { node: ">=10" } peerDependencies: postcss: ^8.2.9 postcss@8.5.1: - resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==} - engines: {node: ^10 || ^12 || >=14} + resolution: + { integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ== } + engines: { node: ^10 || ^12 || >=14 } prebuild-install@7.1.3: - resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug== } + engines: { node: ">=10" } hasBin: true precinct@12.1.2: - resolution: {integrity: sha512-x2qVN3oSOp3D05ihCd8XdkIPuEQsyte7PSxzLqiRgktu79S5Dr1I75/S+zAup8/0cwjoiJTQztE9h0/sWp9bJQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-x2qVN3oSOp3D05ihCd8XdkIPuEQsyte7PSxzLqiRgktu79S5Dr1I75/S+zAup8/0cwjoiJTQztE9h0/sWp9bJQ== } + engines: { node: ">=18" } hasBin: true precinct@8.3.1: - resolution: {integrity: sha512-pVppfMWLp2wF68rwHqBIpPBYY8Kd12lDhk8LVQzOwqllifVR15qNFyod43YLyFpurKRZQKnE7E4pofAagDOm2Q==} - engines: {node: ^10.13 || ^12 || >=14} + resolution: + { integrity: sha512-pVppfMWLp2wF68rwHqBIpPBYY8Kd12lDhk8LVQzOwqllifVR15qNFyod43YLyFpurKRZQKnE7E4pofAagDOm2Q== } + engines: { node: ^10.13 || ^12 || >=14 } hasBin: true precinct@9.2.1: - resolution: {integrity: sha512-uzKHaTyiVejWW7VJtHInb9KBUq9yl9ojxXGujhjhDmPon2wgZPBKQIKR+6csGqSlUeGXAA4MEFnU6DesxZib+A==} - engines: {node: ^12.20.0 || ^14.14.0 || >=16.0.0} + resolution: + { integrity: sha512-uzKHaTyiVejWW7VJtHInb9KBUq9yl9ojxXGujhjhDmPon2wgZPBKQIKR+6csGqSlUeGXAA4MEFnU6DesxZib+A== } + engines: { node: ^12.20.0 || ^14.14.0 || >=16.0.0 } hasBin: true prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== } + engines: { node: ">= 0.8.0" } prettier-linter-helpers@1.0.0: - resolution: {integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==} - engines: {node: '>=6.0.0'} + resolution: + { integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== } + engines: { node: ">=6.0.0" } prettier-plugin-multiline-arrays@3.0.6: - resolution: {integrity: sha512-FrWVa7MoDQo9b5XoLPrqIDClb0k+O8wOIsIr1DutRXhcerLY8PfIe/yYeTVD/vpRISkSXCBEYmj5Voe0wb5dEQ==} + resolution: + { integrity: sha512-FrWVa7MoDQo9b5XoLPrqIDClb0k+O8wOIsIr1DutRXhcerLY8PfIe/yYeTVD/vpRISkSXCBEYmj5Voe0wb5dEQ== } peerDependencies: - prettier: '>=3.0.0' + prettier: ">=3.0.0" - prettier-plugin-multiline-arrays@4.0.1: - resolution: {integrity: sha512-NB51ZXCiuh6ojwwI8aJfePVv8gfqDI2Vz//bjTCPfFp+yumm8sxX5tlnGTHGe6DnWr2zKu3vcp5I6dcfjKYuaw==} - engines: {node: '>=22'} + prettier-plugin-multiline-arrays@4.0.3: + resolution: + { integrity: sha512-H1f/0zbvlO/FR0Fmyl31sSBodsIZkuQF0Omi9BrptLU31rZ+Almt9BbrE8IS3BFT/DGKePKb55XqN660LTnmsQ== } + engines: { node: ">=20" } peerDependencies: - prettier: '>=3.0.0' + prettier: ">=3.0.0" - prettier@3.3.3: - resolution: {integrity: sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==} - engines: {node: '>=14'} + prettier@3.6.2: + resolution: + { integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ== } + engines: { node: ">=14" } hasBin: true pretty-format@29.7.0: - resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + resolution: + { integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ== } + engines: { node: ^14.15.0 || ^16.10.0 || >=18.0.0 } pretty-ms@7.0.1: - resolution: {integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-973driJZvxiGOQ5ONsFhOF/DtzPMOMtgC11kCpUrPGMTgqp2q/1gwzCquocrN33is0VZ5GFHXZYMM9l6h67v2Q== } + engines: { node: ">=10" } proc-log@3.0.0: - resolution: {integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } proc-log@4.2.0: - resolution: {integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } process-nextick-args@2.0.1: - resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + resolution: + { integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== } proggy@2.0.0: - resolution: {integrity: sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-69agxLtnI8xBs9gUGqEnK26UfiexpHy+KUpBQWabiytQjnn5wFY8rklAi7GRfABIuPNnQ/ik48+LGLkYYJcy4A== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } progress@2.0.3: - resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA== } + engines: { node: ">=0.4.0" } promise-all-reject-late@1.0.1: - resolution: {integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==} + resolution: + { integrity: sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw== } promise-call-limit@3.0.1: - resolution: {integrity: sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==} + resolution: + { integrity: sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg== } promise-inflight@1.0.1: - resolution: {integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==} + resolution: + { integrity: sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== } peerDependencies: - bluebird: '*' + bluebird: "*" peerDependenciesMeta: bluebird: optional: true promise-retry@2.0.1: - resolution: {integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== } + engines: { node: ">=10" } promise@7.3.1: - resolution: {integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==} + resolution: + { integrity: sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== } prompts@2.4.2: - resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==} - engines: {node: '>= 6'} + resolution: + { integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q== } + engines: { node: ">= 6" } promzard@1.0.0: - resolution: {integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - property-information@6.5.0: - resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} + resolution: + { integrity: sha512-KQVDEubSUHGSt5xLakaToDFrSoZhStB8dXLzk2xvwR67gJktrHFvpR63oZgHyK19WKbHFLXJqCPXdVR3aBP8Ig== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } protocols@2.0.1: - resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} + resolution: + { integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q== } proxy-addr@2.0.7: - resolution: {integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==} - engines: {node: '>= 0.10'} + resolution: + { integrity: sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg== } + engines: { node: ">= 0.10" } proxy-from-env@1.1.0: - resolution: {integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==} + resolution: + { integrity: sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== } proxy-vir@1.0.0: - resolution: {integrity: sha512-WV1gkBxUOwLSz0Bn09tisIqLK7leAqtFm/474t3L0hQKJw7/gdrkGcWw0/OT1PhSy+TDS6swfq7Niuoq3XJhkQ==} + resolution: + { integrity: sha512-WV1gkBxUOwLSz0Bn09tisIqLK7leAqtFm/474t3L0hQKJw7/gdrkGcWw0/OT1PhSy+TDS6swfq7Niuoq3XJhkQ== } proxy-vir@2.0.1: - resolution: {integrity: sha512-hjy5mWzHZhgRGh0f90f0Bz3VrGUe0T+AlhwnETakzRdvaN9RtPYLQG1+ZuEzSDK95FAhPYd26nEi1xVrXqvBwg==} - engines: {node: '>=22'} + resolution: + { integrity: sha512-hjy5mWzHZhgRGh0f90f0Bz3VrGUe0T+AlhwnETakzRdvaN9RtPYLQG1+ZuEzSDK95FAhPYd26nEi1xVrXqvBwg== } + engines: { node: ">=22" } pstree.remy@1.1.8: - resolution: {integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==} + resolution: + { integrity: sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w== } pug-attrs@3.0.0: - resolution: {integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA==} + resolution: + { integrity: sha512-azINV9dUtzPMFQktvTXciNAfAuVh/L/JCl0vtPCwvOA21uZrC08K/UnmrL+SXGEVc1FwzjW62+xw5S/uaLj6cA== } pug-code-gen@3.0.3: - resolution: {integrity: sha512-cYQg0JW0w32Ux+XTeZnBEeuWrAY7/HNE6TWnhiHGnnRYlCgyAUPoyh9KzCMa9WhcJlJ1AtQqpEYHc+vbCzA+Aw==} + resolution: + { integrity: sha512-cYQg0JW0w32Ux+XTeZnBEeuWrAY7/HNE6TWnhiHGnnRYlCgyAUPoyh9KzCMa9WhcJlJ1AtQqpEYHc+vbCzA+Aw== } pug-error@2.1.0: - resolution: {integrity: sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg==} + resolution: + { integrity: sha512-lv7sU9e5Jk8IeUheHata6/UThZ7RK2jnaaNztxfPYUY+VxZyk/ePVaNZ/vwmH8WqGvDz3LrNYt/+gA55NDg6Pg== } pug-filters@4.0.0: - resolution: {integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A==} + resolution: + { integrity: sha512-yeNFtq5Yxmfz0f9z2rMXGw/8/4i1cCFecw/Q7+D0V2DdtII5UvqE12VaZ2AY7ri6o5RNXiweGH79OCq+2RQU4A== } pug-lexer@5.0.1: - resolution: {integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w==} + resolution: + { integrity: sha512-0I6C62+keXlZPZkOJeVam9aBLVP2EnbeDw3An+k0/QlqdwH6rv8284nko14Na7c0TtqtogfWXcRoFE4O4Ff20w== } pug-linker@4.0.0: - resolution: {integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw==} + resolution: + { integrity: sha512-gjD1yzp0yxbQqnzBAdlhbgoJL5qIFJw78juN1NpTLt/mfPJ5VgC4BvkoD3G23qKzJtIIXBbcCt6FioLSFLOHdw== } pug-load@3.0.0: - resolution: {integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ==} + resolution: + { integrity: sha512-OCjTEnhLWZBvS4zni/WUMjH2YSUosnsmjGBB1An7CsKQarYSWQ0GCVyd4eQPMFJqZ8w9xgs01QdiZXKVjk92EQ== } pug-parser@6.0.0: - resolution: {integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw==} + resolution: + { integrity: sha512-ukiYM/9cH6Cml+AOl5kETtM9NR3WulyVP2y4HOU45DyMim1IeP/OOiyEWRr6qk5I5klpsBnbuHpwKmTx6WURnw== } pug-runtime@3.0.1: - resolution: {integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg==} + resolution: + { integrity: sha512-L50zbvrQ35TkpHwv0G6aLSuueDRwc/97XdY8kL3tOT0FmhgG7UypU3VztfV/LATAvmUfYi4wNxSajhSAeNN+Kg== } pug-strip-comments@2.0.0: - resolution: {integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ==} + resolution: + { integrity: sha512-zo8DsDpH7eTkPHCXFeAk1xZXJbyoTfdPlNR0bK7rpOMuhBYb0f5qUVCO1xlsitYd3w5FQTK7zpNVKb3rZoUrrQ== } pug-walk@2.0.0: - resolution: {integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ==} + resolution: + { integrity: sha512-yYELe9Q5q9IQhuvqsZNwA5hfPkMJ8u92bQLIMcsMxf/VADjNtEYptU+inlufAFYcWdHlwNfZOEnOOQrZrcyJCQ== } pug@3.0.3: - resolution: {integrity: sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g==} + resolution: + { integrity: sha512-uBi6kmc9f3SZ3PXxqcHiUZLmIXgfgWooKWXcwSGwQd2Zi5Rb0bT14+8CJjJgI8AB+nndLaNgHGrcc6bPIB665g== } pump@3.0.0: - resolution: {integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==} + resolution: + { integrity: sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww== } punycode.js@2.3.1: - resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA== } + engines: { node: ">=6" } punycode@2.3.1: - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg== } + engines: { node: ">=6" } qs@6.11.0: - resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} - engines: {node: '>=0.6'} + resolution: + { integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q== } + engines: { node: ">=0.6" } qs@6.13.0: - resolution: {integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==} - engines: {node: '>=0.6'} + resolution: + { integrity: sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== } + engines: { node: ">=0.6" } queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + resolution: + { integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== } quick-lru@4.0.1: - resolution: {integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== } + engines: { node: ">=8" } quick-lru@5.1.1: - resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== } + engines: { node: ">=10" } quote-unquote@1.0.0: - resolution: {integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg==} + resolution: + { integrity: sha512-twwRO/ilhlG/FIgYeKGFqyHhoEhqgnKVkcmqMKi2r524gz3ZbDTcyFt38E9xjJI2vT+KbRNHVbnJ/e0I25Azwg== } randombytes@2.1.0: - resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} + resolution: + { integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== } range-parser@1.2.1: - resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg== } + engines: { node: ">= 0.6" } raw-body@2.5.2: - resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA== } + engines: { node: ">= 0.8" } rc@1.2.8: - resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} + resolution: + { integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw== } hasBin: true react-is@18.2.0: - resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} + resolution: + { integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w== } read-cmd-shim@4.0.0: - resolution: {integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-yILWifhaSEEytfXI76kB9xEEiG1AiozaCJZ83A87ytjRiN+jVibXjedjCRNjoZviinhG+4UkalO3mWTd8u5O0Q== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } read-package-json-fast@3.0.2: - resolution: {integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } read-pkg-up@3.0.0: - resolution: {integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-YFzFrVvpC6frF1sz8psoHDBGF7fLPc+llq/8NB43oagqWkx8ar5zYtsTORtOjw9W2RHLpWP+zTWwBvf1bCmcSw== } + engines: { node: ">=4" } read-pkg-up@7.0.1: - resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== } + engines: { node: ">=8" } read-pkg@3.0.0: - resolution: {integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-BLq/cCO9two+lBgiTYNqD6GdtK8s4NpaWrl6/rCO9w0TUS8oJl7cmToOZfRYllKTISY6nt1U7jQ53brmKqY6BA== } + engines: { node: ">=4" } read-pkg@5.2.0: - resolution: {integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== } + engines: { node: ">=8" } read@2.1.0: - resolution: {integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-bvxi1QLJHcaywCAEsAk4DG3nVoqiY2Csps3qzWalhj5hFqRn1d/OixkFXtLO1PrgHUcAP0FNaSY/5GYNfENFFQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } read@3.0.1: - resolution: {integrity: sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-SLBrDU/Srs/9EoWhU5GdbAoxG1GzpQHo/6qiGItaoLJ1thmYpcNIM1qISEUvyHBzfGlWIyd6p2DNi1oV1VmAuw== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } readable-stream@1.0.34: - resolution: {integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==} + resolution: + { integrity: sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg== } readable-stream@2.3.8: - resolution: {integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==} + resolution: + { integrity: sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== } readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + resolution: + { integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== } + engines: { node: ">= 6" } readdirp@3.6.0: - resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} - engines: {node: '>=8.10.0'} + resolution: + { integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== } + engines: { node: ">=8.10.0" } readjson@2.2.2: - resolution: {integrity: sha512-PdeC9tsmLWBiL8vMhJvocq+OezQ3HhsH2HrN7YkhfYcTjQSa/iraB15A7Qvt7Xpr0Yd2rDNt6GbFwVQDg3HcAw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-PdeC9tsmLWBiL8vMhJvocq+OezQ3HhsH2HrN7YkhfYcTjQSa/iraB15A7Qvt7Xpr0Yd2rDNt6GbFwVQDg3HcAw== } + engines: { node: ">=10" } rechoir@0.8.0: - resolution: {integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==} - engines: {node: '>= 10.13.0'} + resolution: + { integrity: sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ== } + engines: { node: ">= 10.13.0" } redent@3.0.0: - resolution: {integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== } + engines: { node: ">=8" } regenerate-unicode-properties@10.1.0: - resolution: {integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ== } + engines: { node: ">=4" } regenerate@1.4.2: - resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} + resolution: + { integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A== } regenerator-runtime@0.13.11: - resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==} + resolution: + { integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg== } regenerator-transform@0.15.2: - resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} - - regex@4.3.3: - resolution: {integrity: sha512-r/AadFO7owAq1QJVeZ/nq9jNS1vyZt+6t1p/E59B56Rn2GCya+gr1KSyOzNL/er+r+B7phv5jG2xU2Nz1YkmJg==} + resolution: + { integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg== } regexp.prototype.flags@1.5.1: - resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg== } + engines: { node: ">= 0.4" } regexpu-core@5.3.2: - resolution: {integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ== } + engines: { node: ">=4" } regjsparser@0.9.1: - resolution: {integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==} + resolution: + { integrity: sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ== } hasBin: true relateurl@0.2.7: - resolution: {integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==} - engines: {node: '>= 0.10'} + resolution: + { integrity: sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog== } + engines: { node: ">= 0.10" } require-directory@2.1.1: - resolution: {integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== } + engines: { node: ">=0.10.0" } require-from-string@2.0.2: - resolution: {integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw== } + engines: { node: ">=0.10.0" } requirejs-config-file@4.0.0: - resolution: {integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-jnIre8cbWOyvr8a5F2KuqBnY+SDA4NXr/hzEZJG79Mxm2WiFQz2dzhC8ibtPJS7zkmBEl1mxSwp5HhC1W4qpxw== } + engines: { node: ">=10.13.0" } requirejs@2.3.6: - resolution: {integrity: sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-ipEzlWQe6RK3jkzikgCupiTbTvm4S0/CAU5GlgptkN5SO6F3u0UD0K18wy6ErDqiCyP4J4YYe1HuAShvsxePLg== } + engines: { node: ">=0.4.0" } hasBin: true requirejs@2.3.7: - resolution: {integrity: sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw==} - engines: {node: '>=0.4.0'} + resolution: + { integrity: sha512-DouTG8T1WanGok6Qjg2SXuCMzszOo0eHeH9hDZ5Y4x8Je+9JB38HdTLT4/VA8OaUhBa0JPVHJ0pyBkM1z+pDsw== } + engines: { node: ">=0.4.0" } hasBin: true resolve-alpn@1.2.1: - resolution: {integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g==} + resolution: + { integrity: sha512-0a1F4l73/ZFZOakJnQ3FvkJ2+gSTQWz/r2KE5OdDY0TxPm5h4GkqkWWfM47T7HsbnOtcJVEF4epCVy6u7Q3K+g== } resolve-cwd@3.0.0: - resolution: {integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg== } + engines: { node: ">=8" } resolve-dependency-path@2.0.0: - resolution: {integrity: sha512-DIgu+0Dv+6v2XwRaNWnumKu7GPufBBOr5I1gRPJHkvghrfCGOooJODFvgFimX/KRxk9j0whD2MnKHzM1jYvk9w==} - engines: {node: '>=6.0.0'} + resolution: + { integrity: sha512-DIgu+0Dv+6v2XwRaNWnumKu7GPufBBOr5I1gRPJHkvghrfCGOooJODFvgFimX/KRxk9j0whD2MnKHzM1jYvk9w== } + engines: { node: ">=6.0.0" } resolve-dependency-path@4.0.0: - resolution: {integrity: sha512-hlY1SybBGm5aYN3PC4rp15MzsJLM1w+MEA/4KU3UBPfz4S0lL3FL6mgv7JgaA8a+ZTeEQAiF1a1BuN2nkqiIlg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-hlY1SybBGm5aYN3PC4rp15MzsJLM1w+MEA/4KU3UBPfz4S0lL3FL6mgv7JgaA8a+ZTeEQAiF1a1BuN2nkqiIlg== } + engines: { node: ">=18" } resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g== } + engines: { node: ">=4" } resolve-from@5.0.0: - resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw== } + engines: { node: ">=8" } resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + resolution: + { integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== } resolve@1.22.8: - resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + resolution: + { integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw== } hasBin: true responselike@2.0.1: - resolution: {integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw==} + resolution: + { integrity: sha512-4gl03wn3hj1HP3yzgdI7d3lCkF95F21Pz4BPGvKHinyQzALR5CapwC8yIi0Rh58DEMQ/SguC03wFj2k0M/mHhw== } restore-cursor@3.1.0: - resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA== } + engines: { node: ">=8" } retry@0.12.0: - resolution: {integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==} - engines: {node: '>= 4'} + resolution: + { integrity: sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== } + engines: { node: ">= 4" } reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + resolution: + { integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== } + engines: { iojs: ">=1.0.0", node: ">=0.10.0" } rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + resolution: + { integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== } deprecated: Rimraf versions prior to v4 are no longer supported hasBin: true rimraf@4.4.1: - resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og== } + engines: { node: ">=14" } hasBin: true rimraf@5.0.7: - resolution: {integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg==} - engines: {node: '>=14.18'} + resolution: + { integrity: sha512-nV6YcJo5wbLW77m+8KjH8aB/7/rxQy9SZ0HY5shnwULfS+9nmTtVXAJET5NdZmCzA4fPI/Hm1wo/Po/4mopOdg== } + engines: { node: ">=14.18" } hasBin: true rimraf@6.0.1: - resolution: {integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==} - engines: {node: 20 || >=22} + resolution: + { integrity: sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A== } + engines: { node: 20 || >=22 } hasBin: true roarr@2.15.4: - resolution: {integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A==} - engines: {node: '>=8.0'} + resolution: + { integrity: sha512-CHhPh+UNHD2GTXNYhPWLnU8ONHdI+5DI+4EYIAOaiD63rHeYlZvyh8P+in5999TTSFgUYuKUAjzRI4mdh/p+2A== } + engines: { node: ">=8.0" } rollup@4.32.0: - resolution: {integrity: sha512-JmrhfQR31Q4AuNBjjAX4s+a/Pu/Q8Q9iwjWBsjRH1q52SPFE2NqRMK6fUZKKnvKO6id+h7JIRf0oYsph53eATg==} - engines: {node: '>=18.0.0', npm: '>=8.0.0'} + resolution: + { integrity: sha512-JmrhfQR31Q4AuNBjjAX4s+a/Pu/Q8Q9iwjWBsjRH1q52SPFE2NqRMK6fUZKKnvKO6id+h7JIRf0oYsph53eATg== } + engines: { node: ">=18.0.0", npm: ">=8.0.0" } hasBin: true rrweb-cssom@0.8.0: - resolution: {integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==} + resolution: + { integrity: sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw== } run-async@2.4.1: - resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} - engines: {node: '>=0.12.0'} + resolution: + { integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ== } + engines: { node: ">=0.12.0" } run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + resolution: + { integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== } run-time-assertions@1.0.0: - resolution: {integrity: sha512-2MgjLxjJbgrXIAEROObGvz9me4A5Mj0vYIGrJ/9NERO6MrtY3OqJZz2iqfezTcXOWT/zJfdAasVmSLpnwHJIZw==} + resolution: + { integrity: sha512-2MgjLxjJbgrXIAEROObGvz9me4A5Mj0vYIGrJ/9NERO6MrtY3OqJZz2iqfezTcXOWT/zJfdAasVmSLpnwHJIZw== } deprecated: Use @augment-vir/assert instead. run-time-assertions@1.5.1: - resolution: {integrity: sha512-yyAFU3+ZGw+zjMu0s7uOSGqKIRDLaCnl80VIKdtwuu4ejxcWHCRj2mxL6elVNtI7fytHwk4e40e3IrdNkXihlw==} + resolution: + { integrity: sha512-yyAFU3+ZGw+zjMu0s7uOSGqKIRDLaCnl80VIKdtwuu4ejxcWHCRj2mxL6elVNtI7fytHwk4e40e3IrdNkXihlw== } deprecated: Use @augment-vir/assert instead. rxjs@7.8.1: - resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} + resolution: + { integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg== } safe-array-concat@1.0.1: - resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} - engines: {node: '>=0.4'} + resolution: + { integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q== } + engines: { node: ">=0.4" } safe-buffer@5.1.2: - resolution: {integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==} + resolution: + { integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== } safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + resolution: + { integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== } safe-regex-test@1.0.0: - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + resolution: + { integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA== } safe-stable-stringify@2.4.3: - resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g== } + engines: { node: ">=10" } + + safe-stable-stringify@2.5.0: + resolution: + { integrity: sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA== } + engines: { node: ">=10" } safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + resolution: + { integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== } sass-lookup@3.0.0: - resolution: {integrity: sha512-TTsus8CfFRn1N44bvdEai1no6PqdmDiQUiqW5DlpmtT+tYnIt1tXtDIph5KA1efC+LmioJXSnCtUVpcK9gaKIg==} - engines: {node: '>=6.0.0'} + resolution: + { integrity: sha512-TTsus8CfFRn1N44bvdEai1no6PqdmDiQUiqW5DlpmtT+tYnIt1tXtDIph5KA1efC+LmioJXSnCtUVpcK9gaKIg== } + engines: { node: ">=6.0.0" } hasBin: true sass-lookup@6.0.1: - resolution: {integrity: sha512-nl9Wxbj9RjEJA5SSV0hSDoU2zYGtE+ANaDS4OFUR7nYrquvBFvPKZZtQHe3lvnxCcylEDV00KUijjdMTUElcVQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-nl9Wxbj9RjEJA5SSV0hSDoU2zYGtE+ANaDS4OFUR7nYrquvBFvPKZZtQHe3lvnxCcylEDV00KUijjdMTUElcVQ== } + engines: { node: ">=18" } hasBin: true sass@1.69.5: - resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==} - engines: {node: '>=14.0.0'} + resolution: + { integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ== } + engines: { node: ">=14.0.0" } hasBin: true sax@1.4.1: - resolution: {integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==} + resolution: + { integrity: sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg== } saxes@6.0.0: - resolution: {integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==} - engines: {node: '>=v12.22.7'} - - schema-utils@3.3.0: - resolution: {integrity: sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==} - engines: {node: '>= 10.13.0'} + resolution: + { integrity: sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA== } + engines: { node: ">=v12.22.7" } schema-utils@4.2.0: - resolution: {integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==} - engines: {node: '>= 12.13.0'} + resolution: + { integrity: sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw== } + engines: { node: ">= 12.13.0" } + + schema-utils@4.3.2: + resolution: + { integrity: sha512-Gn/JaSk/Mt9gYubxTtSn/QCV4em9mpAPiR1rqy/Ocu19u/G9J5WWdNoUT4SiV6mFC3y6cxyFcFwdzPM3FgxGAQ== } + engines: { node: ">= 10.13.0" } semver-compare@1.0.0: - resolution: {integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow==} + resolution: + { integrity: sha512-YM3/ITh2MJ5MtzaM429anh+x2jiLVjqILF4m4oyQB18W7Ggea7BfqdH/wGMK7dDiMghv/6WG7znWMwUDzJiXow== } semver@5.7.2: - resolution: {integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==} + resolution: + { integrity: sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g== } hasBin: true semver@6.3.1: - resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} + resolution: + { integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA== } hasBin: true semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} - engines: {node: '>=10'} - hasBin: true - - semver@7.6.2: - resolution: {integrity: sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA== } + engines: { node: ">=10" } hasBin: true semver@7.6.3: - resolution: {integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A== } + engines: { node: ">=10" } hasBin: true send@0.18.0: - resolution: {integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg== } + engines: { node: ">= 0.8.0" } send@0.19.0: - resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw== } + engines: { node: ">= 0.8.0" } seq-logging@2.1.1: - resolution: {integrity: sha512-aaJjxNiOK6ByZIv/vYLxaQE/SoqKYkoNF1DE5DD5fiv2qpq5l8QQrxTAkkDZFxK3DkSbmxNdhrGq/MN40LYYAA==} - engines: {node: '>=14.18'} + resolution: + { integrity: sha512-aaJjxNiOK6ByZIv/vYLxaQE/SoqKYkoNF1DE5DD5fiv2qpq5l8QQrxTAkkDZFxK3DkSbmxNdhrGq/MN40LYYAA== } + engines: { node: ">=14.18" } serialize-error@7.0.1: - resolution: {integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-8I8TjW5KMOKsZQTvoxjuSIa7foAwPWGOts+6o7sgjz41/qMD9VQHEDxi6PBvK2l0MXUmqZyNpUK+T2tQaaElvw== } + engines: { node: ">=10" } - serialize-javascript@6.0.1: - resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + serialize-javascript@6.0.2: + resolution: + { integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g== } serve-static@1.16.0: - resolution: {integrity: sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-pDLK8zwl2eKaYrs8mrPZBJua4hMplRWJ1tIFksVC3FtBEBnl8dxgeHtsaMS8DhS9i4fLObaon6ABoc4/hQGdPA== } + engines: { node: ">= 0.8.0" } set-blocking@2.0.0: - resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} + resolution: + { integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== } set-function-length@1.2.2: - resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg== } + engines: { node: ">= 0.4" } set-function-name@2.0.1: - resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA== } + engines: { node: ">= 0.4" } setprototypeof@1.2.0: - resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} + resolution: + { integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw== } shallow-clone@3.0.1: - resolution: {integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA== } + engines: { node: ">=8" } shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== } + engines: { node: ">=8" } shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== } + engines: { node: ">=8" } shell-quote@1.8.1: - resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - - shiki@1.21.1: - resolution: {integrity: sha512-jSOKRHyQJxGOW3kJflmwzHJbp/kjg6hP8LYuVbCPw5oyX+fSNNoCywvcCD3w9eHbj2rvNljt7YMa5BP5Xi+nHg==} + resolution: + { integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA== } side-channel@1.0.6: - resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA== } + engines: { node: ">= 0.4" } siginfo@2.0.0: - resolution: {integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==} + resolution: + { integrity: sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g== } signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + resolution: + { integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== } signal-exit@4.1.0: - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} - engines: {node: '>=14'} + resolution: + { integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== } + engines: { node: ">=14" } sigstore@2.3.1: - resolution: {integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-8G+/XDU8wNsJOQS5ysDVO0Etg9/2uA5gR9l4ZwijjlwxBcrU6RPfwi2+jJmbP+Ap1Hlp/nVAaEO4Fj22/SL2gQ== } + engines: { node: ^16.14.0 || >=18.0.0 } simple-concat@1.0.1: - resolution: {integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==} + resolution: + { integrity: sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q== } simple-get@4.0.1: - resolution: {integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==} + resolution: + { integrity: sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA== } simple-swizzle@0.2.2: - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + resolution: + { integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg== } simple-update-notifier@2.0.0: - resolution: {integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w== } + engines: { node: ">=10" } simport@1.2.0: - resolution: {integrity: sha512-85Bm7pKsqiiQ8rmYCaPDdlXZjJvuW6/k/FY8MTtLFMgU7f8S00CgTHfRtWB6KwSb6ek4p9YyG2enG1+yJbl+CA==} - engines: {node: '>=12.2'} + resolution: + { integrity: sha512-85Bm7pKsqiiQ8rmYCaPDdlXZjJvuW6/k/FY8MTtLFMgU7f8S00CgTHfRtWB6KwSb6ek4p9YyG2enG1+yJbl+CA== } + engines: { node: ">=12.2" } sirv@2.0.3: - resolution: {integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==} - engines: {node: '>= 10'} + resolution: + { integrity: sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA== } + engines: { node: ">= 10" } sirv@3.0.1: - resolution: {integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-FoqMu0NCGBLCcAkS1qA+XJIQTR6/JHfQXl+uGteNCQ76T91DMUjPa9xfmeqMY3z80nLSg9yQmNjK0Px6RWsH/A== } + engines: { node: ">=18" } sisteransi@1.0.5: - resolution: {integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==} + resolution: + { integrity: sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg== } slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== } + engines: { node: ">=8" } slashes@3.0.12: - resolution: {integrity: sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA==} + resolution: + { integrity: sha512-Q9VME8WyGkc7pJf6QEkj3wE+2CnvZMI+XJhwdTPR8Z/kWQRXi7boAWLDibRPyHRTUTPx5FaU7MsyrjI3yLB4HA== } smart-buffer@4.2.0: - resolution: {integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==} - engines: {node: '>= 6.0.0', npm: '>= 3.0.0'} + resolution: + { integrity: sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== } + engines: { node: ">= 6.0.0", npm: ">= 3.0.0" } socks-proxy-agent@8.0.2: - resolution: {integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g==} - engines: {node: '>= 14'} + resolution: + { integrity: sha512-8zuqoLv1aP/66PHF5TqwJ7Czm3Yv32urJQHrVyhD7mmA6d61Zv8cIXQYPTWwmg6qlupnPvs/QKDmfa4P/qct2g== } + engines: { node: ">= 14" } socks@2.7.1: - resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + resolution: + { integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ== } + engines: { node: ">= 10.13.0", npm: ">= 3.0.0" } sort-keys@2.0.0: - resolution: {integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-/dPCrG1s3ePpWm6yBbxZq5Be1dXGLyLn9Z791chDC3NFrpkVbWGzkBwPN1knaciexFXgRJ7hzdnwZ4stHSDmjg== } + engines: { node: ">=4" } source-map-js@1.0.2: - resolution: {integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== } + engines: { node: ">=0.10.0" } source-map-js@1.2.1: - resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA== } + engines: { node: ">=0.10.0" } source-map-support@0.5.21: - resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==} + resolution: + { integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w== } source-map@0.6.1: - resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== } + engines: { node: ">=0.10.0" } source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - - space-separated-tokens@2.0.2: - resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} + resolution: + { integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== } + engines: { node: ">= 8" } spdx-correct@3.2.0: - resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} + resolution: + { integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== } spdx-exceptions@2.3.0: - resolution: {integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==} + resolution: + { integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== } spdx-expression-parse@3.0.1: - resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} + resolution: + { integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== } spdx-expression-parse@4.0.0: - resolution: {integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==} + resolution: + { integrity: sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ== } spdx-license-ids@3.0.13: - resolution: {integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==} + resolution: + { integrity: sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== } split2@3.2.2: - resolution: {integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==} + resolution: + { integrity: sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg== } split2@4.2.0: - resolution: {integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==} - engines: {node: '>= 10.x'} + resolution: + { integrity: sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg== } + engines: { node: ">= 10.x" } split@1.0.1: - resolution: {integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==} + resolution: + { integrity: sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg== } sprintf-js@1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} + resolution: + { integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g== } sprintf-js@1.1.2: - resolution: {integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==} + resolution: + { integrity: sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug== } ssri@10.0.6: - resolution: {integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } stack-trace@0.0.10: - resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} + resolution: + { integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg== } stackback@0.0.2: - resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} + resolution: + { integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw== } stats.ts@1.1.0: - resolution: {integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ==} + resolution: + { integrity: sha512-mokWb6xGU0elmDlUT6Y5E4zsUs/Enlq5fpyE7pfffpJg9Lg83GlL7B9zHEPA0eDvDC3Ko0ZZ50cjIN8yYJRPoQ== } statuses@2.0.1: - resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ== } + engines: { node: ">= 0.8" } - std-env@3.8.1: - resolution: {integrity: sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==} + std-env@3.9.0: + resolution: + { integrity: sha512-UGvjygr6F6tpH7o2qyqR6QYpwraIjKSdtzyBdyytFOHmPZY917kwdwLG0RbOjWOnKmnm3PeHjaoLLMie7kPLQw== } stream-to-array@2.3.0: - resolution: {integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA==} + resolution: + { integrity: sha512-UsZtOYEn4tWU2RGLOXr/o/xjRBftZRlG3dEWoaHr8j4GuypJ3isitGbVyjQKAuMu+xbiop8q224TjiZWc4XTZA== } string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== } + engines: { node: ">=8" } string-width@5.1.2: - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== } + engines: { node: ">=12" } + + string-width@7.2.0: + resolution: + { integrity: sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ== } + engines: { node: ">=18" } string.prototype.trim@1.2.8: - resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ== } + engines: { node: ">= 0.4" } string.prototype.trimend@1.0.7: - resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} + resolution: + { integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA== } string.prototype.trimstart@1.0.7: - resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} + resolution: + { integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg== } string_decoder@0.10.31: - resolution: {integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==} + resolution: + { integrity: sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ== } string_decoder@1.1.1: - resolution: {integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==} + resolution: + { integrity: sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== } string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} - - stringify-entities@4.0.4: - resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} + resolution: + { integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== } stringify-object@3.3.0: - resolution: {integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw== } + engines: { node: ">=4" } strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== } + engines: { node: ">=8" } strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== } + engines: { node: ">=12" } strip-bom@3.0.0: - resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA== } + engines: { node: ">=4" } strip-bom@4.0.0: - resolution: {integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w== } + engines: { node: ">=8" } strip-final-newline@2.0.0: - resolution: {integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA== } + engines: { node: ">=6" } strip-indent@3.0.0: - resolution: {integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== } + engines: { node: ">=8" } strip-json-comments@2.0.1: - resolution: {integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ== } + engines: { node: ">=0.10.0" } strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== } + engines: { node: ">=8" } + + strip-literal@3.0.0: + resolution: + { integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA== } strip-outer@1.0.1: - resolution: {integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg== } + engines: { node: ">=0.10.0" } strong-log-transformer@2.1.0: - resolution: {integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA== } + engines: { node: ">=4" } hasBin: true stylus-lookup@3.0.2: - resolution: {integrity: sha512-oEQGHSjg/AMaWlKe7gqsnYzan8DLcGIHe0dUaFkucZZ14z4zjENRlQMCHT4FNsiWnJf17YN9OvrCfCoi7VvOyg==} - engines: {node: '>=6.0.0'} + resolution: + { integrity: sha512-oEQGHSjg/AMaWlKe7gqsnYzan8DLcGIHe0dUaFkucZZ14z4zjENRlQMCHT4FNsiWnJf17YN9OvrCfCoi7VvOyg== } + engines: { node: ">=6.0.0" } hasBin: true stylus-lookup@6.0.0: - resolution: {integrity: sha512-RaWKxAvPnIXrdby+UWCr1WRfa+lrPMSJPySte4Q6a+rWyjeJyFOLJxr5GrAVfcMCsfVlCuzTAJ/ysYT8p8do7Q==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-RaWKxAvPnIXrdby+UWCr1WRfa+lrPMSJPySte4Q6a+rWyjeJyFOLJxr5GrAVfcMCsfVlCuzTAJ/ysYT8p8do7Q== } + engines: { node: ">=18" } hasBin: true stylus@0.64.0: - resolution: {integrity: sha512-ZIdT8eUv8tegmqy1tTIdJv9We2DumkNZFdCF5mz/Kpq3OcTaxSuCAYZge6HKK2CmNC02G1eJig2RV7XTw5hQrA==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-ZIdT8eUv8tegmqy1tTIdJv9We2DumkNZFdCF5mz/Kpq3OcTaxSuCAYZge6HKK2CmNC02G1eJig2RV7XTw5hQrA== } + engines: { node: ">=16" } hasBin: true sumchecker@3.0.1: - resolution: {integrity: sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg==} - engines: {node: '>= 8.0'} + resolution: + { integrity: sha512-MvjXzkz/BOfyVDkG0oFOtBxHX2u3gKbMHIF/dXblZsgD3BWOFLmHovIpZY7BykJdAjcqRCBi1WYBNdEC9yI7vg== } + engines: { node: ">= 8.0" } supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== } + engines: { node: ">=4" } supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== } + engines: { node: ">=8" } supports-color@8.1.1: - resolution: {integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q== } + engines: { node: ">=10" } supports-preserve-symlinks-flag@1.0.0: - resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== } + engines: { node: ">= 0.4" } symbol-tree@3.2.4: - resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} + resolution: + { integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw== } - synckit@0.9.0: - resolution: {integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg==} - engines: {node: ^14.18.0 || >=16.0.0} + synckit@0.11.4: + resolution: + { integrity: sha512-Q/XQKRaJiLiFIBNN+mndW7S/RHxvwzuZS6ZwmRzUBqJBv/5QIKCEwkBC8GBf8EQJKYnaFs0wOZbKTXBPj8L9oQ== } + engines: { node: ^14.18.0 || >=16.0.0 } - synckit@0.9.1: - resolution: {integrity: sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==} - engines: {node: ^14.18.0 || >=16.0.0} + synckit@0.9.0: + resolution: + { integrity: sha512-7RnqIMq572L8PeEzKeBINYEJDDxpcH8JEgLwUqBd3TkofhFRbkq4QLR0u+36avGAhCRbk2nnmjcW9SE531hPDg== } + engines: { node: ^14.18.0 || >=16.0.0 } tapable@2.2.1: - resolution: {integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== } + engines: { node: ">=6" } tar-fs@2.1.2: - resolution: {integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==} + resolution: + { integrity: sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA== } tar-stream@2.2.0: - resolution: {integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ== } + engines: { node: ">=6" } tar@6.2.1: - resolution: {integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A== } + engines: { node: ">=10" } temp-dir@1.0.0: - resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} - engines: {node: '>=4'} - - terser-webpack-plugin@5.3.10: - resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==} - engines: {node: '>= 10.13.0'} + resolution: + { integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ== } + engines: { node: ">=4" } + + terser-webpack-plugin@5.3.14: + resolution: + { integrity: sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw== } + engines: { node: ">= 10.13.0" } peerDependencies: - '@swc/core': '*' - esbuild: '*' - uglify-js: '*' + "@swc/core": "*" + esbuild: "*" + uglify-js: "*" webpack: ^5.1.0 peerDependenciesMeta: - '@swc/core': + "@swc/core": optional: true esbuild: optional: true uglify-js: optional: true - terser@5.26.0: - resolution: {integrity: sha512-dytTGoE2oHgbNV9nTzgBEPaqAWvcJNl66VZ0BkJqlvp71IjO8CxdBx/ykCNb47cLnCmCvRZ6ZR0tLkqvZCdVBQ==} - engines: {node: '>=10'} - hasBin: true - terser@5.36.0: - resolution: {integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w== } + engines: { node: ">=10" } hasBin: true test-exclude@7.0.1: - resolution: {integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg== } + engines: { node: ">=18" } text-extensions@1.9.0: - resolution: {integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==} - engines: {node: '>=0.10'} + resolution: + { integrity: sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ== } + engines: { node: ">=0.10" } text-extensions@2.4.0: - resolution: {integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-te/NtwBwfiNRLf9Ijqx3T0nlqZiQ2XrrtBvu+cLL8ZRrGkO0NHTug8MYFKyoSrv/sHTaSKfilUkizV6XhxMJ3g== } + engines: { node: ">=8" } text-hex@1.0.0: - resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} + resolution: + { integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg== } text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + resolution: + { integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== } through2@2.0.5: - resolution: {integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==} + resolution: + { integrity: sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ== } through@2.3.8: - resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} + resolution: + { integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg== } tinybench@2.9.0: - resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} - - tinyexec@0.3.0: - resolution: {integrity: sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==} + resolution: + { integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg== } tinyexec@0.3.2: - resolution: {integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==} + resolution: + { integrity: sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA== } + + tinyexec@1.0.1: + resolution: + { integrity: sha512-5uC6DDlmeqiOwCPmK9jMSdOuZTh8bU39Ys6yidB+UTt5hfZUPGAypSgFRiEp+jbi9qH40BLDvy85jIU88wKSqw== } tinyglobby@0.2.12: - resolution: {integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==} - engines: {node: '>=12.0.0'} + resolution: + { integrity: sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww== } + engines: { node: ">=12.0.0" } - tinypool@1.0.2: - resolution: {integrity: sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==} - engines: {node: ^18.0.0 || >=20.0.0} + tinyglobby@0.2.14: + resolution: + { integrity: sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ== } + engines: { node: ">=12.0.0" } + + tinypool@1.1.1: + resolution: + { integrity: sha512-Zba82s87IFq9A9XmjiX5uZA/ARWDrB03OHlq+Vw1fSdt0I+4/Kutwy8BP4Y/y/aORMo61FQ0vIb5j44vSo5Pkg== } + engines: { node: ^18.0.0 || >=20.0.0 } tinyrainbow@2.0.0: - resolution: {integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw==} - engines: {node: '>=14.0.0'} + resolution: + { integrity: sha512-op4nsTR47R6p0vMUUoYl/a+ljLFVtlfaXkLQmqfLR1qHma1h/ysYk4hEXZ880bf2CYgTskvTa/e196Vd5dDQXw== } + engines: { node: ">=14.0.0" } - tinyspy@3.0.2: - resolution: {integrity: sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==} - engines: {node: '>=14.0.0'} + tinyspy@4.0.3: + resolution: + { integrity: sha512-t2T/WLB2WRgZ9EpE4jgPJ9w+i66UZfDc8wHh0xrwiRNN+UwH98GIJkTeZqX9rg0i0ptwzqW+uYeIF0T4F8LR7A== } + engines: { node: ">=14.0.0" } tldts-core@6.1.50: - resolution: {integrity: sha512-na2EcZqmdA2iV9zHV7OHQDxxdciEpxrjbkp+aHmZgnZKHzoElLajP59np5/4+sare9fQBfixgvXKx8ev1d7ytw==} + resolution: + { integrity: sha512-na2EcZqmdA2iV9zHV7OHQDxxdciEpxrjbkp+aHmZgnZKHzoElLajP59np5/4+sare9fQBfixgvXKx8ev1d7ytw== } tldts@6.1.50: - resolution: {integrity: sha512-q9GOap6q3KCsLMdOjXhWU5jVZ8/1dIib898JBRLsN+tBhENpBDcAVQbE0epADOjw11FhQQy9AcbqKGBQPUfTQA==} + resolution: + { integrity: sha512-q9GOap6q3KCsLMdOjXhWU5jVZ8/1dIib898JBRLsN+tBhENpBDcAVQbE0epADOjw11FhQQy9AcbqKGBQPUfTQA== } hasBin: true tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + resolution: + { integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw== } + engines: { node: ">=0.6.0" } tmp@0.2.1: - resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} - engines: {node: '>=8.17.0'} - - to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ== } + engines: { node: ">=8.17.0" } to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + resolution: + { integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== } + engines: { node: ">=8.0" } toidentifier@1.0.1: - resolution: {integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==} - engines: {node: '>=0.6'} + resolution: + { integrity: sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA== } + engines: { node: ">=0.6" } token-stream@1.0.0: - resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==} + resolution: + { integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg== } totalist@3.0.1: - resolution: {integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ== } + engines: { node: ">=6" } touch@3.1.0: - resolution: {integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA==} + resolution: + { integrity: sha512-WBx8Uy5TLtOSRtIq+M03/sKDrXCLHxwDcquSP2c43Le03/9serjQBIztjRz6FkJez9D/hleyAXTBGLwwZUw9lA== } hasBin: true - tough-cookie@5.0.0: - resolution: {integrity: sha512-FRKsF7cz96xIIeMZ82ehjC3xW2E+O2+v11udrDYewUbszngYhsGa8z6YUMMzO9QJZzzyd0nGGXnML/TReX6W8Q==} - engines: {node: '>=16'} + tough-cookie@5.1.2: + resolution: + { integrity: sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A== } + engines: { node: ">=16" } tr46@0.0.3: - resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} + resolution: + { integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw== } - tr46@5.0.0: - resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} - engines: {node: '>=18'} + tr46@5.1.1: + resolution: + { integrity: sha512-hdF5ZgjTqgAntKkklYw0R03MG2x/bSzTtkxmIRw/sTNV8YXsCJ1tfLAX23lhxhHJlEf3CRCOCGGWw3vI3GaSPw== } + engines: { node: ">=18" } tree-kill@1.2.2: - resolution: {integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==} + resolution: + { integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== } hasBin: true treeverse@3.0.0: - resolution: {integrity: sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - trim-lines@3.0.1: - resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} + resolution: + { integrity: sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } trim-newlines@3.0.1: - resolution: {integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== } + engines: { node: ">=8" } trim-repeated@1.0.0: - resolution: {integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg== } + engines: { node: ">=0.10.0" } triple-beam@1.4.0: - resolution: {integrity: sha512-rD6Q7Grj07i2PW1sQmz4KXviI+9E02EWBnAU9DafQbUueb7Esh786jop+be92KFxvxPGHuC0mR7YVcE6rScMBg==} - engines: {node: '>= 16.0.0'} + resolution: + { integrity: sha512-rD6Q7Grj07i2PW1sQmz4KXviI+9E02EWBnAU9DafQbUueb7Esh786jop+be92KFxvxPGHuC0mR7YVcE6rScMBg== } + engines: { node: ">= 16.0.0" } try-catch@3.0.1: - resolution: {integrity: sha512-91yfXw1rr/P6oLpHSyHDOHm0vloVvUoo9FVdw8YwY05QjJQG9OT0LUxe2VRAzmHG+0CUOmI3nhxDUMLxDN/NEQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-91yfXw1rr/P6oLpHSyHDOHm0vloVvUoo9FVdw8YwY05QjJQG9OT0LUxe2VRAzmHG+0CUOmI3nhxDUMLxDN/NEQ== } + engines: { node: ">=6" } try-to-catch@3.0.1: - resolution: {integrity: sha512-hOY83V84Hx/1sCzDSaJA+Xz2IIQOHRvjxzt+F0OjbQGPZ6yLPLArMA0gw/484MlfUkQbCpKYMLX3VDCAjWKfzQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-hOY83V84Hx/1sCzDSaJA+Xz2IIQOHRvjxzt+F0OjbQGPZ6yLPLArMA0gw/484MlfUkQbCpKYMLX3VDCAjWKfzQ== } + engines: { node: ">=6" } ts-api-utils@1.3.0: - resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ== } + engines: { node: ">=16" } peerDependencies: - typescript: '>=4.2.0' + typescript: ">=4.2.0" ts-graphviz@1.8.1: - resolution: {integrity: sha512-54/fe5iu0Jb6X0pmDmzsA2UHLfyHjUEUwfHtZcEOR0fZ6Myf+dFoO6eNsyL8CBDMJ9u7WWEewduVaiaXlvjSVw==} - engines: {node: '>=14.16'} + resolution: + { integrity: sha512-54/fe5iu0Jb6X0pmDmzsA2UHLfyHjUEUwfHtZcEOR0fZ6Myf+dFoO6eNsyL8CBDMJ9u7WWEewduVaiaXlvjSVw== } + engines: { node: ">=14.16" } ts-graphviz@2.1.2: - resolution: {integrity: sha512-9GnOA3yiFaqZeHBEZXWa6kqc61FVhAhxQU5g3KLyGrhRr7OsDGRzs+1z35ctvD+hTTEhrBza6D41+qz+3qs7Zw==} - engines: {node: '>=18'} - - ts-json-schema-generator@2.3.0: - resolution: {integrity: sha512-t4lBQAwZc0sOJq9LJt3NgbznIcslVnm0JeEMFq8qIRklpMRY8jlYD0YmnRWbqBKANxkby91P1XanSSlSOFpUmg==} - engines: {node: '>=18.0.0'} + resolution: + { integrity: sha512-9GnOA3yiFaqZeHBEZXWa6kqc61FVhAhxQU5g3KLyGrhRr7OsDGRzs+1z35ctvD+hTTEhrBza6D41+qz+3qs7Zw== } + engines: { node: ">=18" } + + ts-json-schema-generator@2.4.0: + resolution: + { integrity: sha512-HbmNsgs58CfdJq0gpteRTxPXG26zumezOs+SB9tgky6MpqiFgQwieCn2MW70+sxpHouZ/w9LW0V6L4ZQO4y1Ug== } + engines: { node: ">=18.0.0" } hasBin: true ts-node@10.9.2: - resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} + resolution: + { integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ== } hasBin: true peerDependencies: - '@swc/core': '>=1.2.50' - '@swc/wasm': '>=1.2.50' - '@types/node': '*' - typescript: '>=2.7' + "@swc/core": ">=1.2.50" + "@swc/wasm": ">=1.2.50" + "@types/node": "*" + typescript: ">=2.7" peerDependenciesMeta: - '@swc/core': + "@swc/core": optional: true - '@swc/wasm': + "@swc/wasm": optional: true tsconfig-paths@3.15.0: - resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} + resolution: + { integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg== } tsconfig-paths@4.2.0: - resolution: {integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg== } + engines: { node: ">=6" } tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + resolution: + { integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== } tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + resolution: + { integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q== } + + tslib@2.8.1: + resolution: + { integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w== } tsutils@3.21.0: - resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} - engines: {node: '>= 6'} + resolution: + { integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA== } + engines: { node: ">= 6" } peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + typescript: ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" tuf-js@2.2.1: - resolution: {integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA==} - engines: {node: ^16.14.0 || >=18.0.0} + resolution: + { integrity: sha512-GwIJau9XaA8nLVbUXsN3IlFi7WmQ48gBUrl3FTkkL/XLu/POhBzfmX9hd33FNMX1qAsfl6ozO1iMmW9NC8YniA== } + engines: { node: ^16.14.0 || >=18.0.0 } tunnel-agent@0.6.0: - resolution: {integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==} + resolution: + { integrity: sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w== } type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} + resolution: + { integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew== } + engines: { node: ">= 0.8.0" } type-fest@0.13.1: - resolution: {integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg== } + engines: { node: ">=10" } type-fest@0.18.1: - resolution: {integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== } + engines: { node: ">=10" } type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== } + engines: { node: ">=10" } type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w== } + engines: { node: ">=10" } type-fest@0.4.1: - resolution: {integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-IwzA/LSfD2vC1/YDYMv/zHP4rDF1usCwllsDpbolT3D4fUepIO7f9K70jjmUewU/LmGUKJcwcVtDCpnKk4BPMw== } + engines: { node: ">=6" } type-fest@0.6.0: - resolution: {integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== } + engines: { node: ">=8" } type-fest@0.8.1: - resolution: {integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== } + engines: { node: ">=8" } type-fest@4.10.3: - resolution: {integrity: sha512-JLXyjizi072smKGGcZiAJDCNweT8J+AuRxmPZ1aG7TERg4ijx9REl8CNhbr36RV4qXqL1gO1FF9HL8OkVmmrsA==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-JLXyjizi072smKGGcZiAJDCNweT8J+AuRxmPZ1aG7TERg4ijx9REl8CNhbr36RV4qXqL1gO1FF9HL8OkVmmrsA== } + engines: { node: ">=16" } type-fest@4.20.1: - resolution: {integrity: sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-R6wDsVsoS9xYOpy8vgeBlqpdOyzJ12HNfQhC/aAKWM3YoCV9TtunJzh/QpkMgeDhkoynDcw5f1y+qF9yc/HHyg== } + engines: { node: ">=16" } type-fest@4.30.2: - resolution: {integrity: sha512-UJShLPYi1aWqCdq9HycOL/gwsuqda1OISdBO3t8RlXQC4QvtuIz4b5FCfe2dQIWEpmlRExKmcTBfP1r9bhY7ig==} - engines: {node: '>=16'} + resolution: + { integrity: sha512-UJShLPYi1aWqCdq9HycOL/gwsuqda1OISdBO3t8RlXQC4QvtuIz4b5FCfe2dQIWEpmlRExKmcTBfP1r9bhY7ig== } + engines: { node: ">=16" } + + type-fest@4.41.0: + resolution: + { integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA== } + engines: { node: ">=16" } type-is@1.6.18: - resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} - engines: {node: '>= 0.6'} + resolution: + { integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g== } + engines: { node: ">= 0.6" } typed-array-buffer@1.0.0: - resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw== } + engines: { node: ">= 0.4" } typed-array-byte-length@1.0.0: - resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA== } + engines: { node: ">= 0.4" } typed-array-byte-offset@1.0.0: - resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg== } + engines: { node: ">= 0.4" } typed-array-length@1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + resolution: + { integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng== } - typed-event-target@4.0.2: - resolution: {integrity: sha512-vIAqC5HN/yuAn4+K4MFB6QBz4pAjp3se55KkRIbxX+EjGRyBJwbVasj2jgzUDhYeda9b0YbDng2N11A/bXvYwA==} - engines: {node: '>=22'} + typed-event-target@4.0.4: + resolution: + { integrity: sha512-S0Ob9gNz/AlsFiE/ltidnnz0yqONOBi7WhRMK4PZNPSnjNy/Y3K5eRy28FhGbO6IuPKWYtTIIt/4oPtfOBOf3A== } + engines: { node: ">=22" } typedarray@0.0.6: - resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} + resolution: + { integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== } typedoc-plugin-carbon-ads@1.6.0: - resolution: {integrity: sha512-PzWe1iqnul+9DOZh3/OCcndjTstoxHET4XIXEMif1l/LbxpHdIBQ+h5HlcS6D2nW8HoiZqxMYjvWIqtaqPmRAQ==} + resolution: + { integrity: sha512-PzWe1iqnul+9DOZh3/OCcndjTstoxHET4XIXEMif1l/LbxpHdIBQ+h5HlcS6D2nW8HoiZqxMYjvWIqtaqPmRAQ== } peerDependencies: typedoc: ^0.25.4 typedoc-plugin-clarity@1.6.0: - resolution: {integrity: sha512-BvJj8ZvgCZzS2sLO7yIkRg9EWLPdll+xLyQekjMAtypHITOXSwCO9E9Ir77R2fctsVC9BVJiToGAYcsMtyuPdw==} + resolution: + { integrity: sha512-BvJj8ZvgCZzS2sLO7yIkRg9EWLPdll+xLyQekjMAtypHITOXSwCO9E9Ir77R2fctsVC9BVJiToGAYcsMtyuPdw== } peerDependencies: typedoc: ^0.25.4 - typedoc-plugin-coverage@3.3.0: - resolution: {integrity: sha512-wpywQ95tqGSD6IbYUPMXSKiwnSWboSKdx2y9X6SJQKzQvBqZoz5iiUyDJFixtW8v7+xmrqXFR/B6Wy37FNhVqA==} - engines: {node: '>= 18'} + typedoc-plugin-coverage@4.0.1: + resolution: + { integrity: sha512-P1QBR5GJSfW3fDrpz4Vkd8z8lzWaBYjaHebRLk0u2Uga0oSFlPaqrCyiHzItBXxZX28aMlNlZwrUnsLgUgqA7g== } + engines: { node: ">= 18" } peerDependencies: - typedoc: 0.25.x || 0.26.x + typedoc: 0.28.x typedoc-plugin-keywords@1.6.0: - resolution: {integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA==} + resolution: + { integrity: sha512-URyCIHw6+Lwil0ywy6lVb2TckfDVGjAWnRnTAiiSZaRaglI6vaaP1EhhwEipOIlHaJSnHZfdwpWe1t4mffTIpA== } peerDependencies: typedoc: ^0.25.4 - typedoc-plugin-mdn-links@5.0.1: - resolution: {integrity: sha512-eofdcc2nZZpipz/ubjG+7UYMi6Xu95svUwnZ+ClJh6NJdrv7kAOerL9N3iDOpo5kwQeK86GqPWwnv6LUGo5Wrw==} + typedoc-plugin-mdn-links@5.0.6: + resolution: + { integrity: sha512-HMT80FBtXmsxM26RXjoEARWf6g5cRJwcWJ6GiaMNxXu9VlZHxoin15MpxSZVlw3BrG0YILeAieRTJbrnrJXyvw== } peerDependencies: typedoc: 0.27.x || 0.28.x - typedoc-plugin-missing-exports@3.0.0: - resolution: {integrity: sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg==} + typedoc-plugin-missing-exports@4.0.0: + resolution: + { integrity: sha512-Z4ei+853xppDEhcqzyeyRs4+R0kUuKQWnMK1EtSTEd5LFkgkdW5Bdn8vfo/rsCGbYVJxOWU99fxgM1mROw5Fug== } peerDependencies: - typedoc: 0.26.x + typedoc: ^0.28.1 - typedoc@0.26.8: - resolution: {integrity: sha512-QBF0BMbnNeUc6U7pRHY7Jb8pjhmiNWZNQT8LU6uk9qP9t3goP9bJptdlNqMC0wBB2w9sQrxjZt835bpRSSq1LA==} - engines: {node: '>= 18'} + typedoc@0.28.8: + resolution: + { integrity: sha512-16GfLopc8icHfdvqZDqdGBoS2AieIRP2rpf9mU+MgN+gGLyEQvAO0QgOa6NJ5QNmQi0LFrDY9in4F2fUNKgJKA== } + engines: { node: ">= 18", pnpm: ">= 10" } hasBin: true peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x + typescript: 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x || 5.7.x || 5.8.x typescript-json-schema@0.65.1: - resolution: {integrity: sha512-tuGH7ff2jPaUYi6as3lHyHcKpSmXIqN7/mu50x3HlYn0EHzLpmt3nplZ7EuhUkO0eqDRc9GqWNkfjgBPIS9kxg==} + resolution: + { integrity: sha512-tuGH7ff2jPaUYi6as3lHyHcKpSmXIqN7/mu50x3HlYn0EHzLpmt3nplZ7EuhUkO0eqDRc9GqWNkfjgBPIS9kxg== } hasBin: true typescript@3.9.10: - resolution: {integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==} - engines: {node: '>=4.2.0'} + resolution: + { integrity: sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== } + engines: { node: ">=4.2.0" } hasBin: true typescript@4.9.5: - resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} - engines: {node: '>=4.2.0'} + resolution: + { integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== } + engines: { node: ">=4.2.0" } hasBin: true typescript@5.3.3: - resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} - engines: {node: '>=14.17'} + resolution: + { integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== } + engines: { node: ">=14.17" } hasBin: true - typescript@5.5.2: - resolution: {integrity: sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew==} - engines: {node: '>=14.17'} + typescript@5.5.4: + resolution: + { integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q== } + engines: { node: ">=14.17" } hasBin: true - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} + typescript@5.8.3: + resolution: + { integrity: sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== } + engines: { node: ">=14.17" } hasBin: true uc.micro@2.1.0: - resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} + resolution: + { integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A== } uglify-js@3.17.4: - resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==} - engines: {node: '>=0.8.0'} + resolution: + { integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g== } + engines: { node: ">=0.8.0" } hasBin: true unbox-primitive@1.0.2: - resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} + resolution: + { integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw== } undefsafe@2.0.5: - resolution: {integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==} + resolution: + { integrity: sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA== } undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + resolution: + { integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA== } undici-types@6.19.8: - resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} + resolution: + { integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw== } undici-types@6.20.0: - resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} + resolution: + { integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg== } + + undici-types@6.21.0: + resolution: + { integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== } + + undici-types@7.8.0: + resolution: + { integrity: sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw== } unicode-canonical-property-names-ecmascript@2.0.0: - resolution: {integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ== } + engines: { node: ">=4" } unicode-match-property-ecmascript@2.0.0: - resolution: {integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q== } + engines: { node: ">=4" } unicode-match-property-value-ecmascript@2.1.0: - resolution: {integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA== } + engines: { node: ">=4" } unicode-property-aliases-ecmascript@2.1.0: - resolution: {integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w== } + engines: { node: ">=4" } unicorn-magic@0.1.0: - resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ== } + engines: { node: ">=18" } uniq@1.0.1: - resolution: {integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA==} + resolution: + { integrity: sha512-Gw+zz50YNKPDKXs+9d+aKAjVwpjNwqzvNpLigIruT4HA9lMZNdMqs9x07kKHB/L9WRzqp4+DlTU5s4wG2esdoA== } unique-filename@3.0.0: - resolution: {integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } unique-slug@4.0.0: - resolution: {integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - - unist-util-is@6.0.0: - resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} - - unist-util-position@5.0.0: - resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} - - unist-util-stringify-position@4.0.0: - resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} - - unist-util-visit-parents@6.0.1: - resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} - - unist-util-visit@5.0.0: - resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} + resolution: + { integrity: sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } universal-user-agent@6.0.0: - resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==} + resolution: + { integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w== } universalify@0.1.2: - resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} - engines: {node: '>= 4.0.0'} + resolution: + { integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg== } + engines: { node: ">= 4.0.0" } universalify@2.0.0: - resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} - engines: {node: '>= 10.0.0'} + resolution: + { integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== } + engines: { node: ">= 10.0.0" } unpipe@1.0.0: - resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} - engines: {node: '>= 0.8'} + resolution: + { integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ== } + engines: { node: ">= 0.8" } untildify@4.0.0: - resolution: {integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw== } + engines: { node: ">=8" } upath@2.0.1: - resolution: {integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w==} - engines: {node: '>=4'} + resolution: + { integrity: sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== } + engines: { node: ">=4" } - update-browserslist-db@1.1.1: - resolution: {integrity: sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==} + update-browserslist-db@1.1.3: + resolution: + { integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw== } hasBin: true peerDependencies: - browserslist: '>= 4.21.0' + browserslist: ">= 4.21.0" uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + resolution: + { integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg== } util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + resolution: + { integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== } utils-merge@1.0.1: - resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} - engines: {node: '>= 0.4.0'} + resolution: + { integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA== } + engines: { node: ">= 0.4.0" } uuid@10.0.0: - resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + resolution: + { integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ== } hasBin: true v8-compile-cache-lib@3.0.1: - resolution: {integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==} + resolution: + { integrity: sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg== } validate-npm-package-license@3.0.4: - resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} + resolution: + { integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== } validate-npm-package-name@5.0.1: - resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } vanilla-picker@2.12.2: - resolution: {integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg==} + resolution: + { integrity: sha512-dk0gNeNL9fQFGd1VEhNDQfFlbCqAiksRh1H2tVPlavkH88n/a/y30rXi9PPKrYPTK5kEfPO4xcldt4ts/1wIAg== } vary@1.1.2: - resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} - engines: {node: '>= 0.8'} - - vfile-message@4.0.2: - resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} - - vfile@6.0.3: - resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - - vite-node@3.0.9: - resolution: {integrity: sha512-w3Gdx7jDcuT9cNn9jExXgOyKmf5UOTb6WMHz8LGAm54eS1Elf5OuBhCxl6zJxGhEeIkgsE1WbHuoL0mj/UXqXg==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + resolution: + { integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg== } + engines: { node: ">= 0.8" } + + vite-node@3.2.4: + resolution: + { integrity: sha512-EbKSKh+bh1E1IFxeO0pg1n4dvoOTt0UDiXMd/qn++r98+jPO1xtJilvXldeuQ8giIB5IkpjCgMleHMNEsGH6pg== } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true vite@6.0.9: - resolution: {integrity: sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + resolution: + { integrity: sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA== } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true peerDependencies: - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - jiti: '>=1.21.0' - less: '*' + "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 + jiti: ">=1.21.0" + less: "*" lightningcss: ^1.21.0 - sass: '*' - sass-embedded: '*' - stylus: '*' - sugarss: '*' + sass: "*" + sass-embedded: "*" + stylus: "*" + sugarss: "*" terser: ^5.16.0 tsx: ^4.8.1 yaml: ^2.4.2 peerDependenciesMeta: - '@types/node': + "@types/node": optional: true jiti: optional: true @@ -8641,28 +10181,29 @@ packages: yaml: optional: true - vitest@3.0.9: - resolution: {integrity: sha512-BbcFDqNyBlfSpATmTtXOAOj71RNKDDvjBM/uPfnxxVGrG+FSH2RQIwgeEngTaTkuU/h0ScFvf+tRcKfYXzBybQ==} - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} + vitest@3.2.4: + resolution: + { integrity: sha512-LUCP5ev3GURDysTWiP47wRRUpLKMOfPh+yKTx3kVIEiu5KOMeqzpnYNsKyOoVrULivR8tLcks4+lga33Whn90A== } + engines: { node: ^18.0.0 || ^20.0.0 || >=22.0.0 } hasBin: true peerDependencies: - '@edge-runtime/vm': '*' - '@types/debug': ^4.1.12 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 - '@vitest/browser': 3.0.9 - '@vitest/ui': 3.0.9 - happy-dom: '*' - jsdom: '*' + "@edge-runtime/vm": "*" + "@types/debug": ^4.1.12 + "@types/node": ^18.0.0 || ^20.0.0 || >=22.0.0 + "@vitest/browser": 3.2.4 + "@vitest/ui": 3.2.4 + happy-dom: "*" + jsdom: "*" peerDependenciesMeta: - '@edge-runtime/vm': + "@edge-runtime/vm": optional: true - '@types/debug': + "@types/debug": optional: true - '@types/node': + "@types/node": optional: true - '@vitest/browser': + "@vitest/browser": optional: true - '@vitest/ui': + "@vitest/ui": optional: true happy-dom: optional: true @@ -8670,64 +10211,75 @@ packages: optional: true void-elements@3.1.0: - resolution: {integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w==} - engines: {node: '>=0.10.0'} + resolution: + { integrity: sha512-Dhxzh5HZuiHQhbvTW9AMetFfBHDMYpo23Uo9btPXgdYP+3T5S+p+jgNy7spra+veYhBP2dCSgxR/i2Y02h5/6w== } + engines: { node: ">=0.10.0" } w3c-xmlserializer@5.0.0: - resolution: {integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA== } + engines: { node: ">=18" } walk-up-path@3.0.1: - resolution: {integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==} + resolution: + { integrity: sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA== } walkdir@0.4.1: - resolution: {integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==} - engines: {node: '>=6.0.0'} + resolution: + { integrity: sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ== } + engines: { node: ">=6.0.0" } watchpack@2.4.1: - resolution: {integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg== } + engines: { node: ">=10.13.0" } wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + resolution: + { integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg== } webidl-conversions@3.0.1: - resolution: {integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==} + resolution: + { integrity: sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ== } webidl-conversions@7.0.0: - resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g== } + engines: { node: ">=12" } webpack-bundle-analyzer@4.10.2: - resolution: {integrity: sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==} - engines: {node: '>= 10.13.0'} + resolution: + { integrity: sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw== } + engines: { node: ">= 10.13.0" } hasBin: true webpack-cli@5.1.4: - resolution: {integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==} - engines: {node: '>=14.15.0'} + resolution: + { integrity: sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg== } + engines: { node: ">=14.15.0" } hasBin: true peerDependencies: - '@webpack-cli/generators': '*' + "@webpack-cli/generators": "*" webpack: 5.x.x - webpack-bundle-analyzer: '*' - webpack-dev-server: '*' + webpack-bundle-analyzer: "*" + webpack-dev-server: "*" peerDependenciesMeta: - '@webpack-cli/generators': + "@webpack-cli/generators": optional: true webpack-bundle-analyzer: optional: true webpack-dev-server: optional: true - webpack-cli@6.0.0: - resolution: {integrity: sha512-4MxiCcVjpl5h88mdrzz+ZQRHiT0JmwImP6Ss3xz0LkPYFR61qxuVx7/IPnwhUyRvXen4v/aLXlJONYmfhgVG7A==} - engines: {node: '>=18.12.0'} + webpack-cli@6.0.1: + resolution: + { integrity: sha512-MfwFQ6SfwinsUVi0rNJm7rHZ31GyTcpVE5pgVA3hwFRb7COD4TzjUUwhGWKfO50+xdc2MQPuEBBJoqIMGt3JDw== } + engines: { node: ">=18.12.0" } hasBin: true peerDependencies: webpack: ^5.82.0 - webpack-bundle-analyzer: '*' - webpack-dev-server: '*' + webpack-bundle-analyzer: "*" + webpack-dev-server: "*" peerDependenciesMeta: webpack-bundle-analyzer: optional: true @@ -8735,114 +10287,146 @@ packages: optional: true webpack-merge@5.9.0: - resolution: {integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==} - engines: {node: '>=10.0.0'} + resolution: + { integrity: sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg== } + engines: { node: ">=10.0.0" } webpack-merge@6.0.1: - resolution: {integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==} - engines: {node: '>=18.0.0'} - - webpack-sources@3.2.3: - resolution: {integrity: sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==} - engines: {node: '>=10.13.0'} - - webpack@5.95.0: - resolution: {integrity: sha512-2t3XstrKULz41MNMBF+cJ97TyHdyQ8HCt//pqErqDvNjU9YQBnZxIHa11VXsi7F3mb5/aO2tuDxdeTPdU7xu9Q==} - engines: {node: '>=10.13.0'} + resolution: + { integrity: sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg== } + engines: { node: ">=18.0.0" } + + webpack-sources@3.3.3: + resolution: + { integrity: sha512-yd1RBzSGanHkitROoPFd6qsrxt+oFhg/129YzheDGqeustzX0vTZJZsSsQjVQC4yzBQ56K55XU8gaNCtIzOnTg== } + engines: { node: ">=10.13.0" } + + webpack@5.101.0: + resolution: + { integrity: sha512-B4t+nJqytPeuZlHuIKTbalhljIFXeNRqrUGAQgTGlfOl2lXXKXw+yZu6bicycP+PUlM44CxBjCFD6aciKFT3LQ== } + engines: { node: ">=10.13.0" } hasBin: true peerDependencies: - webpack-cli: '*' + webpack-cli: "*" peerDependenciesMeta: webpack-cli: optional: true whatwg-encoding@3.1.1: - resolution: {integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ== } + engines: { node: ">=18" } whatwg-mimetype@4.0.0: - resolution: {integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg== } + engines: { node: ">=18" } - whatwg-url@14.1.0: - resolution: {integrity: sha512-jlf/foYIKywAt3x/XWKZ/3rz8OSJPiWktjmk891alJUEjiVxKX9LEO92qH3hv4aJ0mN3MWPvGMCy8jQi95xK4w==} - engines: {node: '>=18'} + whatwg-url@14.2.0: + resolution: + { integrity: sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw== } + engines: { node: ">=18" } whatwg-url@5.0.0: - resolution: {integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==} + resolution: + { integrity: sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw== } which-boxed-primitive@1.0.2: - resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} + resolution: + { integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg== } which-typed-array@1.1.13: - resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} - engines: {node: '>= 0.4'} + resolution: + { integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow== } + engines: { node: ">= 0.4" } which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} + resolution: + { integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== } + engines: { node: ">= 8" } hasBin: true which@4.0.0: - resolution: {integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==} - engines: {node: ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg== } + engines: { node: ^16.13.0 || >=18.0.0 } hasBin: true why-is-node-running@2.3.0: - resolution: {integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w== } + engines: { node: ">=8" } hasBin: true wide-align@1.1.5: - resolution: {integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==} + resolution: + { integrity: sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== } wildcard@2.0.1: - resolution: {integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==} + resolution: + { integrity: sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ== } winston-transport@4.5.0: - resolution: {integrity: sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q==} - engines: {node: '>= 6.4.0'} + resolution: + { integrity: sha512-YpZzcUzBedhlTAfJg6vJDlyEai/IFMIVcaEZZyl3UXIl4gmqRpU7AE89AHLkbzLUsv0NVmw7ts+iztqKxxPW1Q== } + engines: { node: ">= 6.4.0" } winston@3.11.0: - resolution: {integrity: sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g==} - engines: {node: '>= 12.0.0'} + resolution: + { integrity: sha512-L3yR6/MzZAOl0DsysUXHVjOwv8mKZ71TrA/41EIduGpOOV5LQVodqN+QdQ6BS6PJ/RdIshZhq84P/fStEZkk7g== } + engines: { node: ">= 12.0.0" } with@7.0.2: - resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} - engines: {node: '>= 10.0.0'} + resolution: + { integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w== } + engines: { node: ">= 10.0.0" } wordwrap@1.0.0: - resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==} + resolution: + { integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q== } wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== } + engines: { node: ">=10" } wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== } + engines: { node: ">=12" } + + wrap-ansi@9.0.0: + resolution: + { integrity: sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q== } + engines: { node: ">=18" } wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + resolution: + { integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== } write-file-atomic@2.4.3: - resolution: {integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ==} + resolution: + { integrity: sha512-GaETH5wwsX+GcnzhPgKcKjJ6M2Cq3/iZp1WyY/X1CSqrW+jVNM9Y7D8EC2sM4ZG/V8wZlSniJnCKWPmBYAucRQ== } write-file-atomic@5.0.1: - resolution: {integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + resolution: + { integrity: sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw== } + engines: { node: ^14.17.0 || ^16.13.0 || >=18.0.0 } write-json-file@3.2.0: - resolution: {integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-3xZqT7Byc2uORAatYiP3DHUUAVEkNOswEWNs9H5KXiicRTvzYzYqKjYc4G7p+8pltvAw641lVByKVtMpf+4sYQ== } + engines: { node: ">=6" } write-pkg@4.0.0: - resolution: {integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA==} - engines: {node: '>=8'} + resolution: + { integrity: sha512-v2UQ+50TNf2rNHJ8NyWttfm/EJUBWMJcx6ZTYZr6Qp52uuegWw/lBkCtCbnYZEmPRNL61m+u67dAmGxo+HTULA== } + engines: { node: ">=8" } ws@7.5.9: - resolution: {integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==} - engines: {node: '>=8.3.0'} + resolution: + { integrity: sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q== } + engines: { node: ">=8.3.0" } peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 @@ -8853,11 +10437,12 @@ packages: optional: true ws@8.18.0: - resolution: {integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==} - engines: {node: '>=10.0.0'} + resolution: + { integrity: sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw== } + engines: { node: ">=10.0.0" } peerDependencies: bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' + utf-8-validate: ">=5.0.2" peerDependenciesMeta: bufferutil: optional: true @@ -8865,1086 +10450,1055 @@ packages: optional: true xml-name-validator@5.0.0: - resolution: {integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==} - engines: {node: '>=18'} + resolution: + { integrity: sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg== } + engines: { node: ">=18" } xmlchars@2.2.0: - resolution: {integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==} + resolution: + { integrity: sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw== } xtend@4.0.2: - resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} - engines: {node: '>=0.4'} + resolution: + { integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== } + engines: { node: ">=0.4" } y18n@5.0.8: - resolution: {integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== } + engines: { node: ">=10" } yallist@3.1.1: - resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + resolution: + { integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g== } yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + resolution: + { integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== } - yaml@2.5.1: - resolution: {integrity: sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==} - engines: {node: '>= 14'} + yaml@2.8.0: + resolution: + { integrity: sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ== } + engines: { node: ">= 14.6" } hasBin: true yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== } + engines: { node: ">=10" } yargs-parser@21.1.1: - resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== } + engines: { node: ">=12" } + + yargs-parser@22.0.0: + resolution: + { integrity: sha512-rwu/ClNdSMpkSrUb+d6BRsSkLUq1fmfsY6TOpYzTwvwkg1/NRG85KBy3kq++A8LKQwX6lsu+aWad+2khvuXrqw== } + engines: { node: ^20.19.0 || ^22.12.0 || >=23 } yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw== } + engines: { node: ">=10" } yargs@17.7.2: - resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} - engines: {node: '>=12'} + resolution: + { integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w== } + engines: { node: ">=12" } + + yargs@18.0.0: + resolution: + { integrity: sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg== } + engines: { node: ^20.19.0 || ^22.12.0 || >=23 } yauzl@2.10.0: - resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} + resolution: + { integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g== } yn@3.1.1: - resolution: {integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==} - engines: {node: '>=6'} + resolution: + { integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== } + engines: { node: ">=6" } yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} + resolution: + { integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== } + engines: { node: ">=10" } yocto-queue@1.0.0: - resolution: {integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==} - engines: {node: '>=12.20'} - - zwitch@2.0.4: - resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} + resolution: + { integrity: sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g== } + engines: { node: ">=12.20" } snapshots: + "@aashutoshrathi/word-wrap@1.2.6": {} - '@aashutoshrathi/word-wrap@1.2.6': {} + "@adobe/css-tools@4.3.3": {} - '@adobe/css-tools@4.3.3': {} - - '@ampproject/remapping@2.3.0': + "@ampproject/remapping@2.3.0": dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + "@jridgewell/gen-mapping": 0.3.5 + "@jridgewell/trace-mapping": 0.3.25 - '@asamuzakjp/css-color@2.8.3': + "@asamuzakjp/css-color@2.8.3": dependencies: - '@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-color-parser': 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + "@csstools/css-calc": 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + "@csstools/css-color-parser": 3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + "@csstools/css-parser-algorithms": 3.0.4(@csstools/css-tokenizer@3.0.3) + "@csstools/css-tokenizer": 3.0.3 lru-cache: 10.4.3 - '@augment-vir/assert@30.8.4': + "@augment-vir/assert@31.17.1": dependencies: - '@augment-vir/core': 30.8.4 - '@date-vir/duration': 7.1.1 + "@augment-vir/core": 31.17.1 + "@date-vir/duration": 7.3.1 deep-eql: 5.0.2 - expect-type: 1.1.0 - type-fest: 4.30.2 + expect-type: 1.2.1 + type-fest: 4.41.0 - '@augment-vir/assert@31.2.0': + "@augment-vir/assert@31.2.0": dependencies: - '@augment-vir/core': 31.2.0 - '@date-vir/duration': 7.1.1 + "@augment-vir/core": 31.2.0 + "@date-vir/duration": 7.1.1 deep-eql: 5.0.2 expect-type: 1.1.0 type-fest: 4.30.2 - '@augment-vir/common@23.4.0': + "@augment-vir/common@23.4.0": dependencies: browser-or-node: 2.1.1 run-time-assertions: 1.0.0 type-fest: 4.10.3 - '@augment-vir/common@28.2.4': + "@augment-vir/common@28.2.4": dependencies: browser-or-node: 3.0.0 run-time-assertions: 1.5.1 type-fest: 4.20.1 - '@augment-vir/common@30.8.4': - dependencies: - '@augment-vir/assert': 30.8.4 - '@augment-vir/core': 30.8.4 - '@date-vir/duration': 7.1.1 - ansi-styles: 6.2.1 - json5: 2.2.3 - type-fest: 4.30.2 - typed-event-target: 4.0.2 - - '@augment-vir/common@31.2.0': + "@augment-vir/common@31.17.1": dependencies: - '@augment-vir/assert': 31.2.0 - '@augment-vir/core': 31.2.0 - '@date-vir/duration': 7.1.1 + "@augment-vir/assert": 31.17.1 + "@augment-vir/core": 31.17.1 + "@date-vir/duration": 7.3.1 ansi-styles: 6.2.1 json5: 2.2.3 - type-fest: 4.30.2 - typed-event-target: 4.0.2 + type-fest: 4.41.0 + typed-event-target: 4.0.4 - '@augment-vir/core@30.8.4': + "@augment-vir/core@31.17.1": dependencies: - '@date-vir/duration': 7.1.1 + "@date-vir/duration": 7.3.1 browser-or-node: 3.0.0 json5: 2.2.3 - type-fest: 4.30.2 + type-fest: 4.41.0 - '@augment-vir/core@31.2.0': + "@augment-vir/core@31.2.0": dependencies: - '@date-vir/duration': 7.1.1 + "@date-vir/duration": 7.1.1 browser-or-node: 3.0.0 json5: 2.2.3 type-fest: 4.30.2 - '@babel/code-frame@7.25.7': + "@babel/code-frame@7.27.1": dependencies: - '@babel/highlight': 7.25.7 - picocolors: 1.1.0 - - '@babel/compat-data@7.24.1': {} + "@babel/helper-validator-identifier": 7.27.1 + js-tokens: 4.0.0 + picocolors: 1.1.1 - '@babel/compat-data@7.24.7': {} + "@babel/compat-data@7.24.1": {} - '@babel/compat-data@7.25.7': {} + "@babel/compat-data@7.27.2": {} - '@babel/core@7.25.8': + "@babel/core@7.28.0": dependencies: - '@ampproject/remapping': 2.3.0 - '@babel/code-frame': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-module-transforms': 7.25.7(@babel/core@7.25.8) - '@babel/helpers': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/template': 7.25.7 - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + "@ampproject/remapping": 2.3.0 + "@babel/code-frame": 7.27.1 + "@babel/generator": 7.28.0 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-module-transforms": 7.27.3(@babel/core@7.28.0) + "@babel/helpers": 7.28.2 + "@babel/parser": 7.28.0 + "@babel/template": 7.27.2 + "@babel/traverse": 7.28.0 + "@babel/types": 7.28.2 convert-source-map: 2.0.0 - debug: 4.3.6 + debug: 4.4.0 gensync: 1.0.0-beta.2 json5: 2.2.3 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/generator@7.25.7': + "@babel/generator@7.27.1": dependencies: - '@babel/types': 7.25.8 - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + "@babel/parser": 7.27.2 + "@babel/types": 7.27.1 + "@jridgewell/gen-mapping": 0.3.5 + "@jridgewell/trace-mapping": 0.3.25 jsesc: 3.0.2 - '@babel/helper-annotate-as-pure@7.22.5': - dependencies: - '@babel/types': 7.26.0 - - '@babel/helper-builder-binary-assignment-operator-visitor@7.22.15': + "@babel/generator@7.28.0": dependencies: - '@babel/types': 7.26.0 + "@babel/parser": 7.28.0 + "@babel/types": 7.28.2 + "@jridgewell/gen-mapping": 0.3.12 + "@jridgewell/trace-mapping": 0.3.29 + jsesc: 3.0.2 - '@babel/helper-compilation-targets@7.23.6': + "@babel/helper-annotate-as-pure@7.22.5": dependencies: - '@babel/compat-data': 7.24.1 - '@babel/helper-validator-option': 7.23.5 - browserslist: 4.24.0 - lru-cache: 5.1.1 - semver: 6.3.1 + "@babel/types": 7.27.1 - '@babel/helper-compilation-targets@7.24.7': + "@babel/helper-builder-binary-assignment-operator-visitor@7.22.15": dependencies: - '@babel/compat-data': 7.24.7 - '@babel/helper-validator-option': 7.24.7 - browserslist: 4.24.0 - lru-cache: 5.1.1 - semver: 6.3.1 + "@babel/types": 7.27.1 - '@babel/helper-compilation-targets@7.25.7': + "@babel/helper-compilation-targets@7.27.2": dependencies: - '@babel/compat-data': 7.25.7 - '@babel/helper-validator-option': 7.25.7 - browserslist: 4.24.0 + "@babel/compat-data": 7.27.2 + "@babel/helper-validator-option": 7.27.1 + browserslist: 4.25.1 lru-cache: 5.1.1 semver: 6.3.1 - '@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.25.8) - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 + "@babel/helper-create-class-features-plugin@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 + "@babel/helper-replace-supers": 7.24.1(@babel/core@7.28.0) + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/helper-split-export-declaration": 7.22.6 semver: 6.3.1 - '@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.25.8)': + "@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-annotate-as-pure': 7.22.5 + "@babel/core": 7.28.0 + "@babel/helper-annotate-as-pure": 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 - '@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.25.8)': + "@babel/helper-define-polyfill-provider@0.6.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.25.7 - '@babel/helper-plugin-utils': 7.24.0 - debug: 4.3.7 + "@babel/core": 7.28.0 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-plugin-utils": 7.24.0 + debug: 4.4.0 lodash.debounce: 4.0.8 resolve: 1.22.8 transitivePeerDependencies: - supports-color - '@babel/helper-environment-visitor@7.22.20': {} + "@babel/helper-environment-visitor@7.22.20": {} - '@babel/helper-environment-visitor@7.24.7': + "@babel/helper-function-name@7.23.0": dependencies: - '@babel/types': 7.26.0 + "@babel/template": 7.27.2 + "@babel/types": 7.27.1 - '@babel/helper-function-name@7.23.0': - dependencies: - '@babel/template': 7.25.7 - '@babel/types': 7.26.0 + "@babel/helper-globals@7.28.0": {} - '@babel/helper-hoist-variables@7.22.5': + "@babel/helper-hoist-variables@7.22.5": dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.27.1 - '@babel/helper-member-expression-to-functions@7.23.0': + "@babel/helper-member-expression-to-functions@7.23.0": dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.27.1 - '@babel/helper-module-imports@7.24.3': + "@babel/helper-module-imports@7.24.3": dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.27.1 - '@babel/helper-module-imports@7.25.7': + "@babel/helper-module-imports@7.27.1": dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 + "@babel/traverse": 7.28.0 + "@babel/types": 7.28.2 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.24.7(@babel/core@7.25.8)': + "@babel/helper-module-transforms@7.27.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-environment-visitor': 7.24.7 - '@babel/helper-module-imports': 7.25.7 - '@babel/helper-simple-access': 7.25.7 - '@babel/helper-split-export-declaration': 7.24.7 - '@babel/helper-validator-identifier': 7.25.7 + "@babel/core": 7.28.0 + "@babel/helper-module-imports": 7.27.1 + "@babel/helper-validator-identifier": 7.27.1 + "@babel/traverse": 7.27.1 transitivePeerDependencies: - supports-color - '@babel/helper-module-transforms@7.25.7(@babel/core@7.25.8)': + "@babel/helper-module-transforms@7.27.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.25.7 - '@babel/helper-simple-access': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - '@babel/traverse': 7.25.7 + "@babel/core": 7.28.0 + "@babel/helper-module-imports": 7.27.1 + "@babel/helper-validator-identifier": 7.27.1 + "@babel/traverse": 7.28.0 transitivePeerDependencies: - supports-color - '@babel/helper-optimise-call-expression@7.22.5': - dependencies: - '@babel/types': 7.26.0 - - '@babel/helper-plugin-utils@7.24.0': {} - - '@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.25.8)': + "@babel/helper-optimise-call-expression@7.22.5": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-wrap-function': 7.22.20 + "@babel/types": 7.27.1 - '@babel/helper-replace-supers@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-member-expression-to-functions': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 + "@babel/helper-plugin-utils@7.24.0": {} - '@babel/helper-simple-access@7.22.5': + "@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.28.0)": dependencies: - '@babel/types': 7.26.0 + "@babel/core": 7.28.0 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-wrap-function": 7.22.20 - '@babel/helper-simple-access@7.25.7': + "@babel/helper-replace-supers@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/traverse': 7.25.7 - '@babel/types': 7.25.8 - transitivePeerDependencies: - - supports-color + "@babel/core": 7.28.0 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-member-expression-to-functions": 7.23.0 + "@babel/helper-optimise-call-expression": 7.22.5 - '@babel/helper-skip-transparent-expression-wrappers@7.22.5': + "@babel/helper-simple-access@7.22.5": dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.27.1 - '@babel/helper-split-export-declaration@7.22.6': + "@babel/helper-skip-transparent-expression-wrappers@7.22.5": dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.27.1 - '@babel/helper-split-export-declaration@7.24.7': + "@babel/helper-split-export-declaration@7.22.6": dependencies: - '@babel/types': 7.26.0 - - '@babel/helper-string-parser@7.24.7': {} - - '@babel/helper-string-parser@7.25.7': {} - - '@babel/helper-string-parser@7.25.9': {} - - '@babel/helper-validator-identifier@7.22.20': {} - - '@babel/helper-validator-identifier@7.24.7': {} + "@babel/types": 7.27.1 - '@babel/helper-validator-identifier@7.25.7': {} + "@babel/helper-string-parser@7.27.1": {} - '@babel/helper-validator-identifier@7.25.9': {} + "@babel/helper-validator-identifier@7.22.20": {} - '@babel/helper-validator-option@7.23.5': {} + "@babel/helper-validator-identifier@7.27.1": {} - '@babel/helper-validator-option@7.24.7': {} + "@babel/helper-validator-option@7.23.5": {} - '@babel/helper-validator-option@7.25.7': {} + "@babel/helper-validator-option@7.27.1": {} - '@babel/helper-wrap-function@7.22.20': + "@babel/helper-wrap-function@7.22.20": dependencies: - '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.25.7 - '@babel/types': 7.26.0 + "@babel/helper-function-name": 7.23.0 + "@babel/template": 7.27.2 + "@babel/types": 7.27.1 - '@babel/helpers@7.25.7': + "@babel/helpers@7.28.2": dependencies: - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 + "@babel/template": 7.27.2 + "@babel/types": 7.28.2 - '@babel/highlight@7.25.7': + "@babel/parser@7.27.2": dependencies: - '@babel/helper-validator-identifier': 7.25.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.0 - - '@babel/parser@7.25.8': - dependencies: - '@babel/types': 7.25.8 + "@babel/types": 7.27.1 - '@babel/parser@7.26.2': + "@babel/parser@7.28.0": dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.28.2 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-transform-optional-chaining": 7.24.1(@babel/core@7.28.0) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.8)': + "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 + "@babel/core": 7.28.0 - '@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.25.8)': + "@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.25.8)': + "@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.25.8)': + "@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-syntax-import-assertions@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-syntax-import-attributes@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.25.8)': + "@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.25.8)': + "@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.25.8)': + "@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.25.8)': + "@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.25.8)': + "@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.25.8)': + "@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.25.8)': + "@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-arrow-functions@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.25.8)': + "@babel/plugin-transform-async-generator-functions@7.24.3(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.25.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.28.0) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.28.0) - '@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-async-to-generator@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-imports': 7.24.3 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-module-imports": 7.24.3 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-remap-async-to-generator": 7.22.20(@babel/core@7.28.0) - '@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-block-scoped-functions@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-block-scoping@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-block-scoping@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-class-properties@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-create-class-features-plugin": 7.24.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-class-static-block@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-class-static-block@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-create-class-features-plugin": 7.24.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.28.0) - '@babel/plugin-transform-classes@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-classes@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.25.8) - '@babel/helper-split-export-declaration': 7.22.6 + "@babel/core": 7.28.0 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-environment-visitor": 7.22.20 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-replace-supers": 7.24.1(@babel/core@7.28.0) + "@babel/helper-split-export-declaration": 7.22.6 globals: 11.12.0 - '@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-computed-properties@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/template': 7.24.7 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/template": 7.27.2 - '@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-destructuring@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-dotall-regex@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-duplicate-keys@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-dynamic-import@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-exponentiation-operator@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-builder-binary-assignment-operator-visitor": 7.22.15 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-export-namespace-from@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-for-of@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-for-of@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 - '@babel/plugin-transform-function-name@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-function-name@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-function-name": 7.23.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-json-strings@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-literals@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-literals@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-logical-assignment-operators@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.28.0) - '@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-member-expression-literals@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-modules-amd@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-module-transforms": 7.27.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-modules-commonjs@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-simple-access': 7.22.5 + "@babel/core": 7.28.0 + "@babel/helper-module-transforms": 7.27.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-simple-access": 7.22.5 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-modules-systemjs@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-identifier': 7.22.20 + "@babel/core": 7.28.0 + "@babel/helper-hoist-variables": 7.22.5 + "@babel/helper-module-transforms": 7.27.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-validator-identifier": 7.22.20 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-modules-umd@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-module-transforms': 7.24.7(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-module-transforms": 7.27.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 transitivePeerDependencies: - supports-color - '@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.25.8)': + "@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-new-target@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-new-target@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-nullish-coalescing-operator@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-numeric-separator@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.28.0) - '@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-object-rest-spread@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.24.7 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-transform-parameters": 7.24.1(@babel/core@7.28.0) - '@babel/plugin-transform-object-super@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-object-super@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-replace-supers': 7.24.1(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-replace-supers": 7.24.1(@babel/core@7.28.0) - '@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-optional-catch-binding@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-optional-chaining@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.28.0) - '@babel/plugin-transform-parameters@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-parameters@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-private-methods@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-create-class-features-plugin": 7.24.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-private-property-in-object@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.24.1(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-annotate-as-pure": 7.22.5 + "@babel/helper-create-class-features-plugin": 7.24.1(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.28.0) - '@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-property-literals@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 - '@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.25.8)': + "@babel/plugin-transform-regenerator@7.24.1(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 regenerator-transform: 0.15.2 - '@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-spread@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - - '@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.25.8)': - dependencies: - '@babel/core': 7.25.8 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.25.8) - '@babel/helper-plugin-utils': 7.24.0 - - '@babel/preset-env@7.24.3(@babel/core@7.25.8)': - dependencies: - '@babel/compat-data': 7.24.1 - '@babel/core': 7.25.8 - '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/helper-validator-option': 7.23.5 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.25.8) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.25.8) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.25.8) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.25.8) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-import-assertions': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-syntax-import-attributes': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.25.8) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.25.8) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.25.8) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.25.8) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.25.8) - '@babel/plugin-transform-arrow-functions': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-async-generator-functions': 7.24.3(@babel/core@7.25.8) - '@babel/plugin-transform-async-to-generator': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-block-scoped-functions': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-block-scoping': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-class-properties': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-class-static-block': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-classes': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-computed-properties': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-destructuring': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-dotall-regex': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-duplicate-keys': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-dynamic-import': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-exponentiation-operator': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-export-namespace-from': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-for-of': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-function-name': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-json-strings': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-literals': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-logical-assignment-operators': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-member-expression-literals': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-modules-amd': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-modules-commonjs': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-modules-systemjs': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-modules-umd': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.25.8) - '@babel/plugin-transform-new-target': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-nullish-coalescing-operator': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-numeric-separator': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-object-rest-spread': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-object-super': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-optional-catch-binding': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-optional-chaining': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-parameters': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-private-methods': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-private-property-in-object': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-property-literals': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-regenerator': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-reserved-words': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-shorthand-properties': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-spread': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-sticky-regex': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-template-literals': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-typeof-symbol': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-escapes': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-property-regex': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-regex': 7.24.1(@babel/core@7.25.8) - '@babel/plugin-transform-unicode-sets-regex': 7.24.1(@babel/core@7.25.8) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.25.8) - babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.25.8) - babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.25.8) - babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.25.8) + "@babel/plugin-transform-reserved-words@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-shorthand-properties@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-spread@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-skip-transparent-expression-wrappers": 7.22.5 + + "@babel/plugin-transform-sticky-regex@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-template-literals@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-typeof-symbol@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-unicode-escapes@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-unicode-property-regex@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-unicode-regex@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/plugin-transform-unicode-sets-regex@7.24.1(@babel/core@7.28.0)": + dependencies: + "@babel/core": 7.28.0 + "@babel/helper-create-regexp-features-plugin": 7.22.15(@babel/core@7.28.0) + "@babel/helper-plugin-utils": 7.24.0 + + "@babel/preset-env@7.24.3(@babel/core@7.28.0)": + dependencies: + "@babel/compat-data": 7.24.1 + "@babel/core": 7.28.0 + "@babel/helper-compilation-targets": 7.27.2 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/helper-validator-option": 7.23.5 + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-proposal-private-property-in-object": 7.21.0-placeholder-for-preset-env.2(@babel/core@7.28.0) + "@babel/plugin-syntax-async-generators": 7.8.4(@babel/core@7.28.0) + "@babel/plugin-syntax-class-properties": 7.12.13(@babel/core@7.28.0) + "@babel/plugin-syntax-class-static-block": 7.14.5(@babel/core@7.28.0) + "@babel/plugin-syntax-dynamic-import": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-export-namespace-from": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-import-assertions": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-syntax-import-attributes": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-syntax-import-meta": 7.10.4(@babel/core@7.28.0) + "@babel/plugin-syntax-json-strings": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-logical-assignment-operators": 7.10.4(@babel/core@7.28.0) + "@babel/plugin-syntax-nullish-coalescing-operator": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-numeric-separator": 7.10.4(@babel/core@7.28.0) + "@babel/plugin-syntax-object-rest-spread": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-optional-catch-binding": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-optional-chaining": 7.8.3(@babel/core@7.28.0) + "@babel/plugin-syntax-private-property-in-object": 7.14.5(@babel/core@7.28.0) + "@babel/plugin-syntax-top-level-await": 7.14.5(@babel/core@7.28.0) + "@babel/plugin-syntax-unicode-sets-regex": 7.18.6(@babel/core@7.28.0) + "@babel/plugin-transform-arrow-functions": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-async-generator-functions": 7.24.3(@babel/core@7.28.0) + "@babel/plugin-transform-async-to-generator": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-block-scoped-functions": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-block-scoping": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-class-properties": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-class-static-block": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-classes": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-computed-properties": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-destructuring": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-dotall-regex": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-duplicate-keys": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-dynamic-import": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-exponentiation-operator": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-export-namespace-from": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-for-of": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-function-name": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-json-strings": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-literals": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-logical-assignment-operators": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-member-expression-literals": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-modules-amd": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-modules-commonjs": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-modules-systemjs": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-modules-umd": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-named-capturing-groups-regex": 7.22.5(@babel/core@7.28.0) + "@babel/plugin-transform-new-target": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-nullish-coalescing-operator": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-numeric-separator": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-object-rest-spread": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-object-super": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-optional-catch-binding": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-optional-chaining": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-parameters": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-private-methods": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-private-property-in-object": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-property-literals": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-regenerator": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-reserved-words": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-shorthand-properties": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-spread": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-sticky-regex": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-template-literals": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-typeof-symbol": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-unicode-escapes": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-unicode-property-regex": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-unicode-regex": 7.24.1(@babel/core@7.28.0) + "@babel/plugin-transform-unicode-sets-regex": 7.24.1(@babel/core@7.28.0) + "@babel/preset-modules": 0.1.6-no-external-plugins(@babel/core@7.28.0) + babel-plugin-polyfill-corejs2: 0.4.10(@babel/core@7.28.0) + babel-plugin-polyfill-corejs3: 0.10.4(@babel/core@7.28.0) + babel-plugin-polyfill-regenerator: 0.6.1(@babel/core@7.28.0) core-js-compat: 3.35.1 semver: 6.3.1 transitivePeerDependencies: - supports-color - '@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.25.8)': + "@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.28.0)": dependencies: - '@babel/core': 7.25.8 - '@babel/helper-plugin-utils': 7.24.0 - '@babel/types': 7.24.7 + "@babel/core": 7.28.0 + "@babel/helper-plugin-utils": 7.24.0 + "@babel/types": 7.27.1 esutils: 2.0.3 - '@babel/regjsgen@0.8.0': {} + "@babel/regjsgen@0.8.0": {} - '@babel/runtime@7.21.5': + "@babel/runtime@7.21.5": dependencies: regenerator-runtime: 0.13.11 - '@babel/template@7.24.7': - dependencies: - '@babel/code-frame': 7.25.7 - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 - - '@babel/template@7.25.7': + "@babel/template@7.27.2": dependencies: - '@babel/code-frame': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/types': 7.25.8 + "@babel/code-frame": 7.27.1 + "@babel/parser": 7.28.0 + "@babel/types": 7.28.2 - '@babel/traverse@7.25.7': + "@babel/traverse@7.27.1": dependencies: - '@babel/code-frame': 7.25.7 - '@babel/generator': 7.25.7 - '@babel/parser': 7.25.8 - '@babel/template': 7.25.7 - '@babel/types': 7.25.8 - debug: 4.3.6 + "@babel/code-frame": 7.27.1 + "@babel/generator": 7.27.1 + "@babel/parser": 7.27.2 + "@babel/template": 7.27.2 + "@babel/types": 7.27.1 + debug: 4.4.0 globals: 11.12.0 transitivePeerDependencies: - supports-color - '@babel/types@7.24.7': + "@babel/traverse@7.28.0": dependencies: - '@babel/helper-string-parser': 7.24.7 - '@babel/helper-validator-identifier': 7.24.7 - to-fast-properties: 2.0.0 + "@babel/code-frame": 7.27.1 + "@babel/generator": 7.28.0 + "@babel/helper-globals": 7.28.0 + "@babel/parser": 7.28.0 + "@babel/template": 7.27.2 + "@babel/types": 7.28.2 + debug: 4.4.0 + transitivePeerDependencies: + - supports-color - '@babel/types@7.25.8': + "@babel/types@7.27.1": dependencies: - '@babel/helper-string-parser': 7.25.7 - '@babel/helper-validator-identifier': 7.25.7 - to-fast-properties: 2.0.0 + "@babel/helper-string-parser": 7.27.1 + "@babel/helper-validator-identifier": 7.27.1 - '@babel/types@7.26.0': + "@babel/types@7.28.2": dependencies: - '@babel/helper-string-parser': 7.25.9 - '@babel/helper-validator-identifier': 7.25.9 + "@babel/helper-string-parser": 7.27.1 + "@babel/helper-validator-identifier": 7.27.1 - '@bcoe/v8-coverage@1.0.2': {} + "@bcoe/v8-coverage@1.0.2": {} - '@colors/colors@1.5.0': {} + "@colors/colors@1.5.0": {} - '@colors/colors@1.6.0': {} + "@colors/colors@1.6.0": {} - '@commitlint/cli@19.5.0(@types/node@22.7.5)(typescript@5.5.2)': + "@commitlint/cli@19.8.1(@types/node@24.1.0)(typescript@5.8.3)": dependencies: - '@commitlint/format': 19.5.0 - '@commitlint/lint': 19.5.0 - '@commitlint/load': 19.5.0(@types/node@22.7.5)(typescript@5.5.2) - '@commitlint/read': 19.5.0 - '@commitlint/types': 19.5.0 - tinyexec: 0.3.0 + "@commitlint/format": 19.8.1 + "@commitlint/lint": 19.8.1 + "@commitlint/load": 19.8.1(@types/node@24.1.0)(typescript@5.8.3) + "@commitlint/read": 19.8.1 + "@commitlint/types": 19.8.1 + tinyexec: 1.0.1 yargs: 17.7.2 transitivePeerDependencies: - - '@types/node' + - "@types/node" - typescript - '@commitlint/config-conventional@19.5.0': + "@commitlint/config-conventional@19.8.1": dependencies: - '@commitlint/types': 19.5.0 + "@commitlint/types": 19.8.1 conventional-changelog-conventionalcommits: 7.0.2 - '@commitlint/config-validator@19.5.0': + "@commitlint/config-validator@19.8.1": dependencies: - '@commitlint/types': 19.5.0 + "@commitlint/types": 19.8.1 ajv: 8.12.0 - '@commitlint/ensure@19.5.0': + "@commitlint/ensure@19.8.1": dependencies: - '@commitlint/types': 19.5.0 + "@commitlint/types": 19.8.1 lodash.camelcase: 4.3.0 lodash.kebabcase: 4.1.1 lodash.snakecase: 4.1.1 lodash.startcase: 4.4.0 lodash.upperfirst: 4.3.1 - '@commitlint/execute-rule@19.5.0': {} + "@commitlint/execute-rule@19.8.1": {} - '@commitlint/format@19.5.0': + "@commitlint/format@19.8.1": dependencies: - '@commitlint/types': 19.5.0 + "@commitlint/types": 19.8.1 chalk: 5.3.0 - '@commitlint/is-ignored@19.5.0': + "@commitlint/is-ignored@19.8.1": dependencies: - '@commitlint/types': 19.5.0 + "@commitlint/types": 19.8.1 semver: 7.6.3 - '@commitlint/lint@19.5.0': + "@commitlint/lint@19.8.1": dependencies: - '@commitlint/is-ignored': 19.5.0 - '@commitlint/parse': 19.5.0 - '@commitlint/rules': 19.5.0 - '@commitlint/types': 19.5.0 + "@commitlint/is-ignored": 19.8.1 + "@commitlint/parse": 19.8.1 + "@commitlint/rules": 19.8.1 + "@commitlint/types": 19.8.1 - '@commitlint/load@19.5.0(@types/node@22.7.5)(typescript@5.5.2)': + "@commitlint/load@19.8.1(@types/node@24.1.0)(typescript@5.8.3)": dependencies: - '@commitlint/config-validator': 19.5.0 - '@commitlint/execute-rule': 19.5.0 - '@commitlint/resolve-extends': 19.5.0 - '@commitlint/types': 19.5.0 + "@commitlint/config-validator": 19.8.1 + "@commitlint/execute-rule": 19.8.1 + "@commitlint/resolve-extends": 19.8.1 + "@commitlint/types": 19.8.1 chalk: 5.3.0 - cosmiconfig: 9.0.0(typescript@5.5.2) - cosmiconfig-typescript-loader: 5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.5.2))(typescript@5.5.2) + cosmiconfig: 9.0.0(typescript@5.8.3) + cosmiconfig-typescript-loader: 6.1.0(@types/node@24.1.0)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3) lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 lodash.uniq: 4.5.0 transitivePeerDependencies: - - '@types/node' + - "@types/node" - typescript - '@commitlint/message@19.5.0': {} + "@commitlint/message@19.8.1": {} - '@commitlint/parse@19.5.0': + "@commitlint/parse@19.8.1": dependencies: - '@commitlint/types': 19.5.0 + "@commitlint/types": 19.8.1 conventional-changelog-angular: 7.0.0 conventional-commits-parser: 5.0.0 - '@commitlint/read@19.5.0': + "@commitlint/read@19.8.1": dependencies: - '@commitlint/top-level': 19.5.0 - '@commitlint/types': 19.5.0 + "@commitlint/top-level": 19.8.1 + "@commitlint/types": 19.8.1 git-raw-commits: 4.0.0 minimist: 1.2.8 - tinyexec: 0.3.0 + tinyexec: 1.0.1 - '@commitlint/resolve-extends@19.5.0': + "@commitlint/resolve-extends@19.8.1": dependencies: - '@commitlint/config-validator': 19.5.0 - '@commitlint/types': 19.5.0 + "@commitlint/config-validator": 19.8.1 + "@commitlint/types": 19.8.1 global-directory: 4.0.1 import-meta-resolve: 4.0.0 lodash.mergewith: 4.6.2 resolve-from: 5.0.0 - '@commitlint/rules@19.5.0': + "@commitlint/rules@19.8.1": dependencies: - '@commitlint/ensure': 19.5.0 - '@commitlint/message': 19.5.0 - '@commitlint/to-lines': 19.5.0 - '@commitlint/types': 19.5.0 + "@commitlint/ensure": 19.8.1 + "@commitlint/message": 19.8.1 + "@commitlint/to-lines": 19.8.1 + "@commitlint/types": 19.8.1 - '@commitlint/to-lines@19.5.0': {} + "@commitlint/to-lines@19.8.1": {} - '@commitlint/top-level@19.5.0': + "@commitlint/top-level@19.8.1": dependencies: find-up: 7.0.0 - '@commitlint/types@19.5.0': + "@commitlint/types@19.8.1": dependencies: - '@types/conventional-commits-parser': 5.0.0 + "@types/conventional-commits-parser": 5.0.0 chalk: 5.3.0 - '@cspotcode/source-map-support@0.8.1': + "@cspotcode/source-map-support@0.8.1": dependencies: - '@jridgewell/trace-mapping': 0.3.9 + "@jridgewell/trace-mapping": 0.3.9 - '@csstools/color-helpers@5.0.1': {} + "@csstools/color-helpers@5.0.1": {} - '@csstools/css-calc@2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + "@csstools/css-calc@2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)": dependencies: - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + "@csstools/css-parser-algorithms": 3.0.4(@csstools/css-tokenizer@3.0.3) + "@csstools/css-tokenizer": 3.0.3 - '@csstools/css-color-parser@3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)': + "@csstools/css-color-parser@3.0.7(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3)": dependencies: - '@csstools/color-helpers': 5.0.1 - '@csstools/css-calc': 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) - '@csstools/css-parser-algorithms': 3.0.4(@csstools/css-tokenizer@3.0.3) - '@csstools/css-tokenizer': 3.0.3 + "@csstools/color-helpers": 5.0.1 + "@csstools/css-calc": 2.1.1(@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3))(@csstools/css-tokenizer@3.0.3) + "@csstools/css-parser-algorithms": 3.0.4(@csstools/css-tokenizer@3.0.3) + "@csstools/css-tokenizer": 3.0.3 - '@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3)': + "@csstools/css-parser-algorithms@3.0.4(@csstools/css-tokenizer@3.0.3)": dependencies: - '@csstools/css-tokenizer': 3.0.3 + "@csstools/css-tokenizer": 3.0.3 - '@csstools/css-tokenizer@3.0.3': {} + "@csstools/css-tokenizer@3.0.3": {} - '@dabh/diagnostics@2.0.3': + "@dabh/diagnostics@2.0.3": dependencies: colorspace: 1.1.4 enabled: 2.0.0 kuler: 2.0.0 - '@datalust/winston-seq@2.0.0(encoding@0.1.13)(winston@3.11.0)': + "@datalust/winston-seq@2.0.0(encoding@0.1.13)(winston@3.11.0)": dependencies: seq-logging: 2.1.1(encoding@0.1.13) winston: 3.11.0 @@ -9952,27 +11506,33 @@ snapshots: transitivePeerDependencies: - encoding - '@date-vir/duration@7.1.1': + "@date-vir/duration@7.1.1": dependencies: - '@types/luxon': 3.4.2 + "@types/luxon": 3.4.2 luxon: 3.5.0 type-fest: 4.30.2 - '@dependents/detective-less@3.0.2': + "@date-vir/duration@7.3.1": + dependencies: + "@types/luxon": 3.4.2 + luxon: 3.5.0 + type-fest: 4.41.0 + + "@dependents/detective-less@3.0.2": dependencies: gonzales-pe: 4.3.0 node-source-walk: 5.0.2 - '@dependents/detective-less@5.0.0': + "@dependents/detective-less@5.0.0": dependencies: gonzales-pe: 4.3.0 node-source-walk: 7.0.0 - '@discoveryjs/json-ext@0.5.7': {} + "@discoveryjs/json-ext@0.5.7": {} - '@discoveryjs/json-ext@0.6.3': {} + "@discoveryjs/json-ext@0.6.3": {} - '@electron/get@2.0.2': + "@electron/get@2.0.2": dependencies: debug: 4.3.7 env-paths: 2.2.1 @@ -9986,117 +11546,119 @@ snapshots: transitivePeerDependencies: - supports-color - '@emnapi/core@1.2.0': + "@emnapi/core@1.2.0": dependencies: - '@emnapi/wasi-threads': 1.0.1 + "@emnapi/wasi-threads": 1.0.1 tslib: 2.6.2 - '@emnapi/runtime@1.2.0': + "@emnapi/runtime@1.2.0": dependencies: tslib: 2.6.2 - '@emnapi/wasi-threads@1.0.1': + "@emnapi/wasi-threads@1.0.1": dependencies: tslib: 2.6.2 - '@es-joy/jsdoccomment@0.43.1': + "@epic-web/invariant@1.0.0": {} + + "@es-joy/jsdoccomment@0.43.1": dependencies: - '@types/eslint': 8.56.6 - '@types/estree': 1.0.5 - '@typescript-eslint/types': 7.14.1 + "@types/eslint": 8.56.6 + "@types/estree": 1.0.6 + "@typescript-eslint/types": 7.14.1 comment-parser: 1.4.1 esquery: 1.6.0 jsdoc-type-pratt-parser: 4.0.0 - '@es-joy/jsdoccomment@0.48.0': + "@es-joy/jsdoccomment@0.49.0": dependencies: comment-parser: 1.4.1 esquery: 1.6.0 jsdoc-type-pratt-parser: 4.1.0 - '@esbuild/aix-ppc64@0.24.2': + "@esbuild/aix-ppc64@0.24.2": optional: true - '@esbuild/android-arm64@0.24.2': + "@esbuild/android-arm64@0.24.2": optional: true - '@esbuild/android-arm@0.24.2': + "@esbuild/android-arm@0.24.2": optional: true - '@esbuild/android-x64@0.24.2': + "@esbuild/android-x64@0.24.2": optional: true - '@esbuild/darwin-arm64@0.24.2': + "@esbuild/darwin-arm64@0.24.2": optional: true - '@esbuild/darwin-x64@0.24.2': + "@esbuild/darwin-x64@0.24.2": optional: true - '@esbuild/freebsd-arm64@0.24.2': + "@esbuild/freebsd-arm64@0.24.2": optional: true - '@esbuild/freebsd-x64@0.24.2': + "@esbuild/freebsd-x64@0.24.2": optional: true - '@esbuild/linux-arm64@0.24.2': + "@esbuild/linux-arm64@0.24.2": optional: true - '@esbuild/linux-arm@0.24.2': + "@esbuild/linux-arm@0.24.2": optional: true - '@esbuild/linux-ia32@0.24.2': + "@esbuild/linux-ia32@0.24.2": optional: true - '@esbuild/linux-loong64@0.24.2': + "@esbuild/linux-loong64@0.24.2": optional: true - '@esbuild/linux-mips64el@0.24.2': + "@esbuild/linux-mips64el@0.24.2": optional: true - '@esbuild/linux-ppc64@0.24.2': + "@esbuild/linux-ppc64@0.24.2": optional: true - '@esbuild/linux-riscv64@0.24.2': + "@esbuild/linux-riscv64@0.24.2": optional: true - '@esbuild/linux-s390x@0.24.2': + "@esbuild/linux-s390x@0.24.2": optional: true - '@esbuild/linux-x64@0.24.2': + "@esbuild/linux-x64@0.24.2": optional: true - '@esbuild/netbsd-arm64@0.24.2': + "@esbuild/netbsd-arm64@0.24.2": optional: true - '@esbuild/netbsd-x64@0.24.2': + "@esbuild/netbsd-x64@0.24.2": optional: true - '@esbuild/openbsd-arm64@0.24.2': + "@esbuild/openbsd-arm64@0.24.2": optional: true - '@esbuild/openbsd-x64@0.24.2': + "@esbuild/openbsd-x64@0.24.2": optional: true - '@esbuild/sunos-x64@0.24.2': + "@esbuild/sunos-x64@0.24.2": optional: true - '@esbuild/win32-arm64@0.24.2': + "@esbuild/win32-arm64@0.24.2": optional: true - '@esbuild/win32-ia32@0.24.2': + "@esbuild/win32-ia32@0.24.2": optional: true - '@esbuild/win32-x64@0.24.2': + "@esbuild/win32-x64@0.24.2": optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)': + "@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)": dependencies: eslint: 8.57.1 eslint-visitor-keys: 3.4.3 - '@eslint-community/regexpp@4.10.0': {} + "@eslint-community/regexpp@4.10.0": {} - '@eslint/eslintrc@2.1.4': + "@eslint/eslintrc@2.1.4": dependencies: ajv: 6.12.6 debug: 4.3.7 @@ -10110,25 +11672,33 @@ snapshots: transitivePeerDependencies: - supports-color - '@eslint/js@8.57.1': {} + "@eslint/js@8.57.1": {} - '@fortawesome/fontawesome-free@6.4.2': {} + "@fortawesome/fontawesome-free@6.4.2": {} + + "@gerrit0/mini-shiki@3.8.1": + dependencies: + "@shikijs/engine-oniguruma": 3.8.1 + "@shikijs/langs": 3.8.1 + "@shikijs/themes": 3.8.1 + "@shikijs/types": 3.8.1 + "@shikijs/vscode-textmate": 10.0.2 - '@humanwhocodes/config-array@0.13.0': + "@humanwhocodes/config-array@0.13.0": dependencies: - '@humanwhocodes/object-schema': 2.0.3 + "@humanwhocodes/object-schema": 2.0.3 debug: 4.3.7 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - '@humanwhocodes/module-importer@1.0.1': {} + "@humanwhocodes/module-importer@1.0.1": {} - '@humanwhocodes/object-schema@2.0.3': {} + "@humanwhocodes/object-schema@2.0.3": {} - '@hutson/parse-repository-url@3.0.2': {} + "@hutson/parse-repository-url@3.0.2": {} - '@isaacs/cliui@8.0.2': + "@isaacs/cliui@8.0.2": dependencies: string-width: 5.1.2 string-width-cjs: string-width@4.2.3 @@ -10137,56 +11707,61 @@ snapshots: wrap-ansi: 8.1.0 wrap-ansi-cjs: wrap-ansi@7.0.0 - '@isaacs/string-locale-compare@1.1.0': {} + "@isaacs/string-locale-compare@1.1.0": {} - '@istanbuljs/schema@0.1.3': {} + "@istanbuljs/schema@0.1.3": {} - '@jest/schemas@29.6.3': + "@jest/schemas@29.6.3": dependencies: - '@sinclair/typebox': 0.27.8 + "@sinclair/typebox": 0.27.8 - '@jridgewell/gen-mapping@0.3.5': + "@jridgewell/gen-mapping@0.3.12": dependencies: - '@jridgewell/set-array': 1.2.1 - '@jridgewell/sourcemap-codec': 1.5.0 - '@jridgewell/trace-mapping': 0.3.25 + "@jridgewell/sourcemap-codec": 1.5.0 + "@jridgewell/trace-mapping": 0.3.29 - '@jridgewell/resolve-uri@3.1.1': {} + "@jridgewell/gen-mapping@0.3.5": + dependencies: + "@jridgewell/set-array": 1.2.1 + "@jridgewell/sourcemap-codec": 1.5.0 + "@jridgewell/trace-mapping": 0.3.25 + + "@jridgewell/resolve-uri@3.1.1": {} - '@jridgewell/set-array@1.2.1': {} + "@jridgewell/set-array@1.2.1": {} - '@jridgewell/source-map@0.3.5': + "@jridgewell/source-map@0.3.5": dependencies: - '@jridgewell/gen-mapping': 0.3.5 - '@jridgewell/trace-mapping': 0.3.25 + "@jridgewell/gen-mapping": 0.3.5 + "@jridgewell/trace-mapping": 0.3.25 - '@jridgewell/sourcemap-codec@1.4.15': {} + "@jridgewell/sourcemap-codec@1.4.15": {} - '@jridgewell/sourcemap-codec@1.5.0': {} + "@jridgewell/sourcemap-codec@1.5.0": {} - '@jridgewell/trace-mapping@0.3.20': + "@jridgewell/trace-mapping@0.3.25": dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.4.15 - '@jridgewell/trace-mapping@0.3.25': + "@jridgewell/trace-mapping@0.3.29": dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.5.0 - '@jridgewell/trace-mapping@0.3.9': + "@jridgewell/trace-mapping@0.3.9": dependencies: - '@jridgewell/resolve-uri': 3.1.1 - '@jridgewell/sourcemap-codec': 1.4.15 + "@jridgewell/resolve-uri": 3.1.1 + "@jridgewell/sourcemap-codec": 1.4.15 - '@lerna/create@8.1.8(@swc/core@1.9.2)(encoding@0.1.13)(typescript@5.5.4)': + "@lerna/create@8.2.3(@swc/core@1.9.2)(encoding@0.1.13)(typescript@5.8.3)": dependencies: - '@npmcli/arborist': 7.5.4 - '@npmcli/package-json': 5.2.0 - '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.3.2(nx@19.8.14(@swc/core@1.9.2)) - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 19.0.11(encoding@0.1.13) + "@npmcli/arborist": 7.5.4 + "@npmcli/package-json": 5.2.0 + "@npmcli/run-script": 8.1.0 + "@nx/devkit": 19.8.4(nx@19.8.14(@swc/core@1.9.2)) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 20.1.2 aproba: 2.0.0 byte-size: 8.1.1 chalk: 4.1.0 @@ -10197,14 +11772,13 @@ snapshots: console-control-strings: 1.1.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) dedent: 1.5.3 execa: 5.0.0 fs-extra: 11.2.0 get-stream: 6.0.0 git-url-parse: 14.0.0 glob-parent: 6.0.2 - globby: 11.1.0 graceful-fs: 4.2.11 has-unicode: 2.0.1 ini: 1.3.8 @@ -10239,10 +11813,10 @@ snapshots: slash: 3.0.0 ssri: 10.0.6 string-width: 4.2.3 - strip-ansi: 6.0.1 - strong-log-transformer: 2.1.0 tar: 6.2.1 temp-dir: 1.0.0 + through: 2.3.8 + tinyglobby: 0.2.12 upath: 2.0.1 uuid: 10.0.0 validate-npm-package-license: 3.0.4 @@ -10253,8 +11827,8 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - babel-plugin-macros - bluebird - debug @@ -10262,72 +11836,72 @@ snapshots: - supports-color - typescript - '@microsoft/tsdoc-config@0.16.2': + "@microsoft/tsdoc-config@0.16.2": dependencies: - '@microsoft/tsdoc': 0.14.2 + "@microsoft/tsdoc": 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 - '@microsoft/tsdoc-config@0.17.1': + "@microsoft/tsdoc-config@0.17.1": dependencies: - '@microsoft/tsdoc': 0.15.1 + "@microsoft/tsdoc": 0.15.1 ajv: 8.12.0 jju: 1.4.0 resolve: 1.22.8 - '@microsoft/tsdoc@0.14.2': {} + "@microsoft/tsdoc@0.14.2": {} - '@microsoft/tsdoc@0.15.1': {} + "@microsoft/tsdoc@0.15.1": {} - '@napi-rs/wasm-runtime@0.2.4': + "@napi-rs/wasm-runtime@0.2.4": dependencies: - '@emnapi/core': 1.2.0 - '@emnapi/runtime': 1.2.0 - '@tybys/wasm-util': 0.9.0 + "@emnapi/core": 1.2.0 + "@emnapi/runtime": 1.2.0 + "@tybys/wasm-util": 0.9.0 - '@nodelib/fs.scandir@2.1.5': + "@nodelib/fs.scandir@2.1.5": dependencies: - '@nodelib/fs.stat': 2.0.5 + "@nodelib/fs.stat": 2.0.5 run-parallel: 1.2.0 - '@nodelib/fs.stat@2.0.5': {} + "@nodelib/fs.stat@2.0.5": {} - '@nodelib/fs.walk@1.2.8': + "@nodelib/fs.walk@1.2.8": dependencies: - '@nodelib/fs.scandir': 2.1.5 + "@nodelib/fs.scandir": 2.1.5 fastq: 1.15.0 - '@npmcli/agent@2.2.0': + "@npmcli/agent@2.2.0": dependencies: - agent-base: 7.1.0 + agent-base: 7.1.3 http-proxy-agent: 7.0.2 - https-proxy-agent: 7.0.5 - lru-cache: 10.2.2 + https-proxy-agent: 7.0.6 + lru-cache: 10.4.3 socks-proxy-agent: 8.0.2 transitivePeerDependencies: - supports-color - '@npmcli/arborist@7.5.4': - dependencies: - '@isaacs/string-locale-compare': 1.1.0 - '@npmcli/fs': 3.1.1 - '@npmcli/installed-package-contents': 2.1.0 - '@npmcli/map-workspaces': 3.0.6 - '@npmcli/metavuln-calculator': 7.1.1 - '@npmcli/name-from-folder': 2.0.0 - '@npmcli/node-gyp': 3.0.0 - '@npmcli/package-json': 5.2.0 - '@npmcli/query': 3.1.0 - '@npmcli/redact': 2.0.1 - '@npmcli/run-script': 8.1.0 + "@npmcli/arborist@7.5.4": + dependencies: + "@isaacs/string-locale-compare": 1.1.0 + "@npmcli/fs": 3.1.1 + "@npmcli/installed-package-contents": 2.1.0 + "@npmcli/map-workspaces": 3.0.6 + "@npmcli/metavuln-calculator": 7.1.1 + "@npmcli/name-from-folder": 2.0.0 + "@npmcli/node-gyp": 3.0.0 + "@npmcli/package-json": 5.2.0 + "@npmcli/query": 3.1.0 + "@npmcli/redact": 2.0.1 + "@npmcli/run-script": 8.1.0 bin-links: 4.0.4 cacache: 18.0.3 common-ancestor-path: 1.0.1 hosted-git-info: 7.0.2 json-parse-even-better-errors: 3.0.2 json-stringify-nice: 1.1.4 - lru-cache: 10.2.2 + lru-cache: 10.4.3 minimatch: 9.0.5 nopt: 7.2.1 npm-install-checks: 6.3.0 @@ -10349,14 +11923,14 @@ snapshots: - bluebird - supports-color - '@npmcli/fs@3.1.1': + "@npmcli/fs@3.1.1": dependencies: semver: 7.6.3 - '@npmcli/git@5.0.3': + "@npmcli/git@5.0.3": dependencies: - '@npmcli/promise-spawn': 7.0.0 - lru-cache: 10.2.2 + "@npmcli/promise-spawn": 7.0.0 + lru-cache: 10.4.3 npm-pick-manifest: 9.0.1 proc-log: 3.0.0 promise-inflight: 1.0.1 @@ -10366,19 +11940,19 @@ snapshots: transitivePeerDependencies: - bluebird - '@npmcli/installed-package-contents@2.1.0': + "@npmcli/installed-package-contents@2.1.0": dependencies: npm-bundled: 3.0.0 npm-normalize-package-bin: 3.0.1 - '@npmcli/map-workspaces@3.0.6': + "@npmcli/map-workspaces@3.0.6": dependencies: - '@npmcli/name-from-folder': 2.0.0 + "@npmcli/name-from-folder": 2.0.0 glob: 10.4.5 minimatch: 9.0.5 read-package-json-fast: 3.0.2 - '@npmcli/metavuln-calculator@7.1.1': + "@npmcli/metavuln-calculator@7.1.1": dependencies: cacache: 18.0.3 json-parse-even-better-errors: 3.0.2 @@ -10389,13 +11963,13 @@ snapshots: - bluebird - supports-color - '@npmcli/name-from-folder@2.0.0': {} + "@npmcli/name-from-folder@2.0.0": {} - '@npmcli/node-gyp@3.0.0': {} + "@npmcli/node-gyp@3.0.0": {} - '@npmcli/package-json@5.2.0': + "@npmcli/package-json@5.2.0": dependencies: - '@npmcli/git': 5.0.3 + "@npmcli/git": 5.0.3 glob: 10.4.5 hosted-git-info: 7.0.2 json-parse-even-better-errors: 3.0.2 @@ -10405,21 +11979,21 @@ snapshots: transitivePeerDependencies: - bluebird - '@npmcli/promise-spawn@7.0.0': + "@npmcli/promise-spawn@7.0.0": dependencies: which: 4.0.0 - '@npmcli/query@3.1.0': + "@npmcli/query@3.1.0": dependencies: postcss-selector-parser: 6.1.0 - '@npmcli/redact@2.0.1': {} + "@npmcli/redact@2.0.1": {} - '@npmcli/run-script@8.1.0': + "@npmcli/run-script@8.1.0": dependencies: - '@npmcli/node-gyp': 3.0.0 - '@npmcli/package-json': 5.2.0 - '@npmcli/promise-spawn': 7.0.0 + "@npmcli/node-gyp": 3.0.0 + "@npmcli/package-json": 5.2.0 + "@npmcli/promise-spawn": 7.0.0 node-gyp: 10.0.1 proc-log: 4.2.0 which: 4.0.0 @@ -10427,53 +12001,53 @@ snapshots: - bluebird - supports-color - '@nrwl/devkit@19.3.2(nx@19.8.14(@swc/core@1.9.2))': + "@nrwl/devkit@19.8.4(nx@19.8.14(@swc/core@1.9.2))": dependencies: - '@nx/devkit': 19.3.2(nx@19.8.14(@swc/core@1.9.2)) + "@nx/devkit": 19.8.4(nx@19.8.14(@swc/core@1.9.2)) transitivePeerDependencies: - nx - '@nrwl/devkit@19.8.4(nx@19.8.4(@swc/core@1.9.2))': + "@nrwl/devkit@19.8.4(nx@19.8.4(@swc/core@1.9.2))": dependencies: - '@nx/devkit': 19.8.4(nx@19.8.4(@swc/core@1.9.2)) + "@nx/devkit": 19.8.4(nx@19.8.4(@swc/core@1.9.2)) transitivePeerDependencies: - nx - '@nrwl/nx-cloud@19.1.0': + "@nrwl/nx-cloud@19.1.0": dependencies: nx-cloud: 19.1.0 transitivePeerDependencies: - debug - '@nrwl/tao@19.8.14(@swc/core@1.9.2)': + "@nrwl/tao@19.8.14(@swc/core@1.9.2)": dependencies: nx: 19.8.14(@swc/core@1.9.2) tslib: 2.6.2 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - debug - '@nrwl/tao@19.8.4(@swc/core@1.9.2)': + "@nrwl/tao@19.8.4(@swc/core@1.9.2)": dependencies: nx: 19.8.4(@swc/core@1.9.2) tslib: 2.6.2 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - debug - '@nrwl/workspace@19.8.4(@swc/core@1.9.2)': + "@nrwl/workspace@19.8.4(@swc/core@1.9.2)": dependencies: - '@nx/workspace': 19.8.4(@swc/core@1.9.2) + "@nx/workspace": 19.8.4(@swc/core@1.9.2) transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - debug - '@nx/devkit@19.3.2(nx@19.8.14(@swc/core@1.9.2))': + "@nx/devkit@19.8.4(nx@19.8.14(@swc/core@1.9.2))": dependencies: - '@nrwl/devkit': 19.3.2(nx@19.8.14(@swc/core@1.9.2)) + "@nrwl/devkit": 19.8.4(nx@19.8.14(@swc/core@1.9.2)) ejs: 3.1.9 enquirer: 2.3.6 ignore: 5.3.1 @@ -10484,9 +12058,9 @@ snapshots: tslib: 2.6.2 yargs-parser: 21.1.1 - '@nx/devkit@19.8.4(nx@19.8.4(@swc/core@1.9.2))': + "@nx/devkit@19.8.4(nx@19.8.4(@swc/core@1.9.2))": dependencies: - '@nrwl/devkit': 19.8.4(nx@19.8.4(@swc/core@1.9.2)) + "@nrwl/devkit": 19.8.4(nx@19.8.4(@swc/core@1.9.2)) ejs: 3.1.9 enquirer: 2.3.6 ignore: 5.3.1 @@ -10497,454 +12071,431 @@ snapshots: tslib: 2.6.2 yargs-parser: 21.1.1 - '@nx/nx-darwin-arm64@19.8.14': + "@nx/nx-darwin-arm64@19.8.14": optional: true - '@nx/nx-darwin-arm64@19.8.4': + "@nx/nx-darwin-arm64@19.8.4": optional: true - '@nx/nx-darwin-x64@19.8.14': + "@nx/nx-darwin-x64@19.8.14": optional: true - '@nx/nx-darwin-x64@19.8.4': + "@nx/nx-darwin-x64@19.8.4": optional: true - '@nx/nx-freebsd-x64@19.8.14': + "@nx/nx-freebsd-x64@19.8.14": optional: true - '@nx/nx-freebsd-x64@19.8.4': + "@nx/nx-freebsd-x64@19.8.4": optional: true - '@nx/nx-linux-arm-gnueabihf@19.8.14': + "@nx/nx-linux-arm-gnueabihf@19.8.14": optional: true - '@nx/nx-linux-arm-gnueabihf@19.8.4': + "@nx/nx-linux-arm-gnueabihf@19.8.4": optional: true - '@nx/nx-linux-arm64-gnu@19.8.14': + "@nx/nx-linux-arm64-gnu@19.8.14": optional: true - '@nx/nx-linux-arm64-gnu@19.8.4': + "@nx/nx-linux-arm64-gnu@19.8.4": optional: true - '@nx/nx-linux-arm64-musl@19.8.14': + "@nx/nx-linux-arm64-musl@19.8.14": optional: true - '@nx/nx-linux-arm64-musl@19.8.4': + "@nx/nx-linux-arm64-musl@19.8.4": optional: true - '@nx/nx-linux-x64-gnu@19.8.14': + "@nx/nx-linux-x64-gnu@19.8.14": optional: true - '@nx/nx-linux-x64-gnu@19.8.4': + "@nx/nx-linux-x64-gnu@19.8.4": optional: true - '@nx/nx-linux-x64-musl@19.8.14': + "@nx/nx-linux-x64-musl@19.8.14": optional: true - '@nx/nx-linux-x64-musl@19.8.4': + "@nx/nx-linux-x64-musl@19.8.4": optional: true - '@nx/nx-win32-arm64-msvc@19.8.14': + "@nx/nx-win32-arm64-msvc@19.8.14": optional: true - '@nx/nx-win32-arm64-msvc@19.8.4': + "@nx/nx-win32-arm64-msvc@19.8.4": optional: true - '@nx/nx-win32-x64-msvc@19.8.14': + "@nx/nx-win32-x64-msvc@19.8.14": optional: true - '@nx/nx-win32-x64-msvc@19.8.4': + "@nx/nx-win32-x64-msvc@19.8.4": optional: true - '@nx/workspace@19.8.4(@swc/core@1.9.2)': + "@nx/workspace@19.8.4(@swc/core@1.9.2)": dependencies: - '@nrwl/workspace': 19.8.4(@swc/core@1.9.2) - '@nx/devkit': 19.8.4(nx@19.8.4(@swc/core@1.9.2)) + "@nrwl/workspace": 19.8.4(@swc/core@1.9.2) + "@nx/devkit": 19.8.4(nx@19.8.4(@swc/core@1.9.2)) chalk: 4.1.2 enquirer: 2.3.6 nx: 19.8.4(@swc/core@1.9.2) tslib: 2.6.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - debug - '@octokit/auth-token@3.0.4': {} + "@octokit/auth-token@4.0.0": {} - '@octokit/core@4.2.4(encoding@0.1.13)': + "@octokit/core@5.2.1": dependencies: - '@octokit/auth-token': 3.0.4 - '@octokit/graphql': 5.0.6(encoding@0.1.13) - '@octokit/request': 6.2.8(encoding@0.1.13) - '@octokit/request-error': 3.0.3 - '@octokit/types': 9.3.2 + "@octokit/auth-token": 4.0.0 + "@octokit/graphql": 7.1.1 + "@octokit/request": 8.4.1 + "@octokit/request-error": 5.1.1 + "@octokit/types": 13.10.0 before-after-hook: 2.2.3 universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - '@octokit/endpoint@7.0.6': + "@octokit/endpoint@9.0.6": dependencies: - '@octokit/types': 9.3.2 - is-plain-object: 5.0.0 + "@octokit/types": 13.10.0 universal-user-agent: 6.0.0 - '@octokit/graphql@5.0.6(encoding@0.1.13)': + "@octokit/graphql@7.1.1": dependencies: - '@octokit/request': 6.2.8(encoding@0.1.13) - '@octokit/types': 9.3.2 + "@octokit/request": 8.4.1 + "@octokit/types": 13.10.0 universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - '@octokit/openapi-types@18.0.0': {} + "@octokit/openapi-types@24.2.0": {} - '@octokit/plugin-enterprise-rest@6.0.1': {} + "@octokit/plugin-enterprise-rest@6.0.1": {} - '@octokit/plugin-paginate-rest@6.1.2(@octokit/core@4.2.4(encoding@0.1.13))': + "@octokit/plugin-paginate-rest@11.4.4-cjs.2(@octokit/core@5.2.1)": dependencies: - '@octokit/core': 4.2.4(encoding@0.1.13) - '@octokit/tsconfig': 1.0.2 - '@octokit/types': 9.3.2 + "@octokit/core": 5.2.1 + "@octokit/types": 13.10.0 - '@octokit/plugin-request-log@1.0.4(@octokit/core@4.2.4(encoding@0.1.13))': + "@octokit/plugin-request-log@4.0.1(@octokit/core@5.2.1)": dependencies: - '@octokit/core': 4.2.4(encoding@0.1.13) + "@octokit/core": 5.2.1 - '@octokit/plugin-rest-endpoint-methods@7.2.3(@octokit/core@4.2.4(encoding@0.1.13))': + "@octokit/plugin-rest-endpoint-methods@13.3.2-cjs.1(@octokit/core@5.2.1)": dependencies: - '@octokit/core': 4.2.4(encoding@0.1.13) - '@octokit/types': 10.0.0 + "@octokit/core": 5.2.1 + "@octokit/types": 13.10.0 - '@octokit/request-error@3.0.3': + "@octokit/request-error@5.1.1": dependencies: - '@octokit/types': 9.3.2 + "@octokit/types": 13.10.0 deprecation: 2.3.1 once: 1.4.0 - '@octokit/request@6.2.8(encoding@0.1.13)': + "@octokit/request@8.4.1": dependencies: - '@octokit/endpoint': 7.0.6 - '@octokit/request-error': 3.0.3 - '@octokit/types': 9.3.2 - is-plain-object: 5.0.0 - node-fetch: 2.6.12(encoding@0.1.13) + "@octokit/endpoint": 9.0.6 + "@octokit/request-error": 5.1.1 + "@octokit/types": 13.10.0 universal-user-agent: 6.0.0 - transitivePeerDependencies: - - encoding - - '@octokit/rest@19.0.11(encoding@0.1.13)': - dependencies: - '@octokit/core': 4.2.4(encoding@0.1.13) - '@octokit/plugin-paginate-rest': 6.1.2(@octokit/core@4.2.4(encoding@0.1.13)) - '@octokit/plugin-request-log': 1.0.4(@octokit/core@4.2.4(encoding@0.1.13)) - '@octokit/plugin-rest-endpoint-methods': 7.2.3(@octokit/core@4.2.4(encoding@0.1.13)) - transitivePeerDependencies: - - encoding - '@octokit/tsconfig@1.0.2': {} - - '@octokit/types@10.0.0': + "@octokit/rest@20.1.2": dependencies: - '@octokit/openapi-types': 18.0.0 + "@octokit/core": 5.2.1 + "@octokit/plugin-paginate-rest": 11.4.4-cjs.2(@octokit/core@5.2.1) + "@octokit/plugin-request-log": 4.0.1(@octokit/core@5.2.1) + "@octokit/plugin-rest-endpoint-methods": 13.3.2-cjs.1(@octokit/core@5.2.1) - '@octokit/types@9.3.2': + "@octokit/types@13.10.0": dependencies: - '@octokit/openapi-types': 18.0.0 + "@octokit/openapi-types": 24.2.0 - '@pkgjs/parseargs@0.11.0': + "@pkgjs/parseargs@0.11.0": optional: true - '@pkgr/core@0.1.1': {} + "@pkgr/core@0.1.1": {} + + "@pkgr/core@0.2.4": {} - '@polka/url@1.0.0-next.21': {} + "@polka/url@1.0.0-next.21": {} - '@polka/url@1.0.0-next.25': {} + "@polka/url@1.0.0-next.25": {} - '@popperjs/core@2.11.8': {} + "@popperjs/core@2.11.8": {} - '@putout/minify@4.7.2': {} + "@putout/minify@4.7.2": {} - '@rollup/rollup-android-arm-eabi@4.32.0': + "@rollup/rollup-android-arm-eabi@4.32.0": optional: true - '@rollup/rollup-android-arm64@4.32.0': + "@rollup/rollup-android-arm64@4.32.0": optional: true - '@rollup/rollup-darwin-arm64@4.32.0': + "@rollup/rollup-darwin-arm64@4.32.0": optional: true - '@rollup/rollup-darwin-x64@4.32.0': + "@rollup/rollup-darwin-x64@4.32.0": optional: true - '@rollup/rollup-freebsd-arm64@4.32.0': + "@rollup/rollup-freebsd-arm64@4.32.0": optional: true - '@rollup/rollup-freebsd-x64@4.32.0': + "@rollup/rollup-freebsd-x64@4.32.0": optional: true - '@rollup/rollup-linux-arm-gnueabihf@4.32.0': + "@rollup/rollup-linux-arm-gnueabihf@4.32.0": optional: true - '@rollup/rollup-linux-arm-musleabihf@4.32.0': + "@rollup/rollup-linux-arm-musleabihf@4.32.0": optional: true - '@rollup/rollup-linux-arm64-gnu@4.32.0': + "@rollup/rollup-linux-arm64-gnu@4.32.0": optional: true - '@rollup/rollup-linux-arm64-musl@4.32.0': + "@rollup/rollup-linux-arm64-musl@4.32.0": optional: true - '@rollup/rollup-linux-loongarch64-gnu@4.32.0': + "@rollup/rollup-linux-loongarch64-gnu@4.32.0": optional: true - '@rollup/rollup-linux-powerpc64le-gnu@4.32.0': + "@rollup/rollup-linux-powerpc64le-gnu@4.32.0": optional: true - '@rollup/rollup-linux-riscv64-gnu@4.32.0': + "@rollup/rollup-linux-riscv64-gnu@4.32.0": optional: true - '@rollup/rollup-linux-s390x-gnu@4.32.0': + "@rollup/rollup-linux-s390x-gnu@4.32.0": optional: true - '@rollup/rollup-linux-x64-gnu@4.32.0': + "@rollup/rollup-linux-x64-gnu@4.32.0": optional: true - '@rollup/rollup-linux-x64-musl@4.32.0': + "@rollup/rollup-linux-x64-musl@4.32.0": optional: true - '@rollup/rollup-win32-arm64-msvc@4.32.0': + "@rollup/rollup-win32-arm64-msvc@4.32.0": optional: true - '@rollup/rollup-win32-ia32-msvc@4.32.0': + "@rollup/rollup-win32-ia32-msvc@4.32.0": optional: true - '@rollup/rollup-win32-x64-msvc@4.32.0': + "@rollup/rollup-win32-x64-msvc@4.32.0": optional: true - '@shikijs/core@1.21.1': + "@shikijs/engine-oniguruma@3.8.1": dependencies: - '@shikijs/engine-javascript': 1.21.1 - '@shikijs/engine-oniguruma': 1.21.1 - '@shikijs/types': 1.21.1 - '@shikijs/vscode-textmate': 9.3.0 - '@types/hast': 3.0.4 - hast-util-to-html: 9.0.3 + "@shikijs/types": 3.8.1 + "@shikijs/vscode-textmate": 10.0.2 - '@shikijs/engine-javascript@1.21.1': + "@shikijs/langs@3.8.1": dependencies: - '@shikijs/types': 1.21.1 - '@shikijs/vscode-textmate': 9.3.0 - oniguruma-to-js: 0.4.3 + "@shikijs/types": 3.8.1 - '@shikijs/engine-oniguruma@1.21.1': + "@shikijs/themes@3.8.1": dependencies: - '@shikijs/types': 1.21.1 - '@shikijs/vscode-textmate': 9.3.0 + "@shikijs/types": 3.8.1 - '@shikijs/types@1.21.1': + "@shikijs/types@3.8.1": dependencies: - '@shikijs/vscode-textmate': 9.3.0 - '@types/hast': 3.0.4 + "@shikijs/vscode-textmate": 10.0.2 + "@types/hast": 3.0.4 - '@shikijs/vscode-textmate@9.3.0': {} + "@shikijs/vscode-textmate@10.0.2": {} - '@sigstore/bundle@2.3.2': + "@sigstore/bundle@2.3.2": dependencies: - '@sigstore/protobuf-specs': 0.3.2 + "@sigstore/protobuf-specs": 0.3.2 - '@sigstore/core@1.1.0': {} + "@sigstore/core@1.1.0": {} - '@sigstore/protobuf-specs@0.3.2': {} + "@sigstore/protobuf-specs@0.3.2": {} - '@sigstore/sign@2.3.2': + "@sigstore/sign@2.3.2": dependencies: - '@sigstore/bundle': 2.3.2 - '@sigstore/core': 1.1.0 - '@sigstore/protobuf-specs': 0.3.2 + "@sigstore/bundle": 2.3.2 + "@sigstore/core": 1.1.0 + "@sigstore/protobuf-specs": 0.3.2 make-fetch-happen: 13.0.1 proc-log: 4.2.0 promise-retry: 2.0.1 transitivePeerDependencies: - supports-color - '@sigstore/tuf@2.3.4': + "@sigstore/tuf@2.3.4": dependencies: - '@sigstore/protobuf-specs': 0.3.2 + "@sigstore/protobuf-specs": 0.3.2 tuf-js: 2.2.1 transitivePeerDependencies: - supports-color - '@sigstore/verify@1.2.1': + "@sigstore/verify@1.2.1": dependencies: - '@sigstore/bundle': 2.3.2 - '@sigstore/core': 1.1.0 - '@sigstore/protobuf-specs': 0.3.2 + "@sigstore/bundle": 2.3.2 + "@sigstore/core": 1.1.0 + "@sigstore/protobuf-specs": 0.3.2 - '@sinclair/typebox@0.27.8': {} + "@sinclair/typebox@0.27.8": {} - '@sindresorhus/is@4.6.0': {} + "@sindresorhus/is@4.6.0": {} - '@sphinxxxx/color-conversion@2.2.2': {} + "@sphinxxxx/color-conversion@2.2.2": {} - '@stylistic/eslint-plugin-js@1.7.0(eslint@8.57.1)': + "@stylistic/eslint-plugin-js@1.7.0(eslint@8.57.1)": dependencies: - '@types/eslint': 8.56.6 + "@types/eslint": 8.56.6 acorn: 8.11.3 escape-string-regexp: 4.0.0 eslint: 8.57.1 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - '@stylistic/eslint-plugin-jsx@1.7.0(eslint@8.57.1)': + "@stylistic/eslint-plugin-jsx@1.7.0(eslint@8.57.1)": dependencies: - '@stylistic/eslint-plugin-js': 1.7.0(eslint@8.57.1) - '@types/eslint': 8.56.6 + "@stylistic/eslint-plugin-js": 1.7.0(eslint@8.57.1) + "@types/eslint": 8.56.6 eslint: 8.57.1 estraverse: 5.3.0 picomatch: 4.0.2 - '@stylistic/eslint-plugin-plus@1.7.0(eslint@8.57.1)(typescript@5.5.2)': + "@stylistic/eslint-plugin-plus@1.7.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@types/eslint': 8.56.6 - '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.5.2) + "@types/eslint": 8.56.6 + "@typescript-eslint/utils": 6.21.0(eslint@8.57.1)(typescript@5.8.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin-ts@1.7.0(eslint@8.57.1)(typescript@5.5.2)': + "@stylistic/eslint-plugin-ts@1.7.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@stylistic/eslint-plugin-js': 1.7.0(eslint@8.57.1) - '@types/eslint': 8.56.6 - '@typescript-eslint/utils': 6.21.0(eslint@8.57.1)(typescript@5.5.2) + "@stylistic/eslint-plugin-js": 1.7.0(eslint@8.57.1) + "@types/eslint": 8.56.6 + "@typescript-eslint/utils": 6.21.0(eslint@8.57.1)(typescript@5.8.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@stylistic/eslint-plugin@1.7.0(eslint@8.57.1)(typescript@5.5.2)': + "@stylistic/eslint-plugin@1.7.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@stylistic/eslint-plugin-js': 1.7.0(eslint@8.57.1) - '@stylistic/eslint-plugin-jsx': 1.7.0(eslint@8.57.1) - '@stylistic/eslint-plugin-plus': 1.7.0(eslint@8.57.1)(typescript@5.5.2) - '@stylistic/eslint-plugin-ts': 1.7.0(eslint@8.57.1)(typescript@5.5.2) - '@types/eslint': 8.56.6 + "@stylistic/eslint-plugin-js": 1.7.0(eslint@8.57.1) + "@stylistic/eslint-plugin-jsx": 1.7.0(eslint@8.57.1) + "@stylistic/eslint-plugin-plus": 1.7.0(eslint@8.57.1)(typescript@5.8.3) + "@stylistic/eslint-plugin-ts": 1.7.0(eslint@8.57.1)(typescript@5.8.3) + "@types/eslint": 8.56.6 eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@swc/core-darwin-arm64@1.9.2': + "@swc/core-darwin-arm64@1.9.2": optional: true - '@swc/core-darwin-x64@1.9.2': + "@swc/core-darwin-x64@1.9.2": optional: true - '@swc/core-linux-arm-gnueabihf@1.9.2': + "@swc/core-linux-arm-gnueabihf@1.9.2": optional: true - '@swc/core-linux-arm64-gnu@1.9.2': + "@swc/core-linux-arm64-gnu@1.9.2": optional: true - '@swc/core-linux-arm64-musl@1.9.2': + "@swc/core-linux-arm64-musl@1.9.2": optional: true - '@swc/core-linux-x64-gnu@1.9.2': + "@swc/core-linux-x64-gnu@1.9.2": optional: true - '@swc/core-linux-x64-musl@1.9.2': + "@swc/core-linux-x64-musl@1.9.2": optional: true - '@swc/core-win32-arm64-msvc@1.9.2': + "@swc/core-win32-arm64-msvc@1.9.2": optional: true - '@swc/core-win32-ia32-msvc@1.9.2': + "@swc/core-win32-ia32-msvc@1.9.2": optional: true - '@swc/core-win32-x64-msvc@1.9.2': + "@swc/core-win32-x64-msvc@1.9.2": optional: true - '@swc/core@1.9.2': + "@swc/core@1.9.2": dependencies: - '@swc/counter': 0.1.3 - '@swc/types': 0.1.15 + "@swc/counter": 0.1.3 + "@swc/types": 0.1.15 optionalDependencies: - '@swc/core-darwin-arm64': 1.9.2 - '@swc/core-darwin-x64': 1.9.2 - '@swc/core-linux-arm-gnueabihf': 1.9.2 - '@swc/core-linux-arm64-gnu': 1.9.2 - '@swc/core-linux-arm64-musl': 1.9.2 - '@swc/core-linux-x64-gnu': 1.9.2 - '@swc/core-linux-x64-musl': 1.9.2 - '@swc/core-win32-arm64-msvc': 1.9.2 - '@swc/core-win32-ia32-msvc': 1.9.2 - '@swc/core-win32-x64-msvc': 1.9.2 + "@swc/core-darwin-arm64": 1.9.2 + "@swc/core-darwin-x64": 1.9.2 + "@swc/core-linux-arm-gnueabihf": 1.9.2 + "@swc/core-linux-arm64-gnu": 1.9.2 + "@swc/core-linux-arm64-musl": 1.9.2 + "@swc/core-linux-x64-gnu": 1.9.2 + "@swc/core-linux-x64-musl": 1.9.2 + "@swc/core-win32-arm64-msvc": 1.9.2 + "@swc/core-win32-ia32-msvc": 1.9.2 + "@swc/core-win32-x64-msvc": 1.9.2 - '@swc/counter@0.1.3': {} + "@swc/counter@0.1.3": {} - '@swc/types@0.1.15': + "@swc/types@0.1.15": dependencies: - '@swc/counter': 0.1.3 + "@swc/counter": 0.1.3 - '@szmarczak/http-timer@4.0.6': + "@szmarczak/http-timer@4.0.6": dependencies: defer-to-connect: 2.0.1 - '@ts-graphviz/adapter@2.0.3': + "@ts-graphviz/adapter@2.0.3": dependencies: - '@ts-graphviz/common': 2.1.2 + "@ts-graphviz/common": 2.1.2 - '@ts-graphviz/ast@2.0.3': + "@ts-graphviz/ast@2.0.3": dependencies: - '@ts-graphviz/common': 2.1.2 + "@ts-graphviz/common": 2.1.2 - '@ts-graphviz/common@2.1.2': {} + "@ts-graphviz/common@2.1.2": {} - '@ts-graphviz/core@2.0.3': + "@ts-graphviz/core@2.0.3": dependencies: - '@ts-graphviz/ast': 2.0.3 - '@ts-graphviz/common': 2.1.2 + "@ts-graphviz/ast": 2.0.3 + "@ts-graphviz/common": 2.1.2 - '@tsconfig/node10@1.0.9': {} + "@tsconfig/node10@1.0.9": {} - '@tsconfig/node12@1.0.11': {} + "@tsconfig/node12@1.0.11": {} - '@tsconfig/node14@1.0.3': {} + "@tsconfig/node14@1.0.3": {} - '@tsconfig/node16@1.0.4': {} + "@tsconfig/node16@1.0.4": {} - '@tsparticles/cli@2.3.3(@swc/core@1.9.2)(@types/eslint@8.56.6)(webpack-cli@6.0.0)': + "@tsparticles/cli@2.3.3(@swc/core@1.9.2)(@types/eslint@8.56.6)(webpack-cli@6.0.1)": dependencies: - '@tsparticles/eslint-config': 2.3.0(@types/eslint@8.56.6) - '@tsparticles/prettier-config': 2.1.6 - '@tsparticles/tsconfig': 2.3.0 - '@tsparticles/webpack-plugin': 2.3.0(@swc/core@1.9.2)(@types/eslint@8.56.6) - '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.2) + "@tsparticles/eslint-config": 2.3.0(@types/eslint@8.56.6) + "@tsparticles/prettier-config": 2.1.6 + "@tsparticles/tsconfig": 2.3.0 + "@tsparticles/webpack-plugin": 2.3.0(@swc/core@1.9.2)(@types/eslint@8.56.6) + "@typescript-eslint/eslint-plugin": 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/parser": 7.18.0(eslint@8.57.1)(typescript@5.8.3) commander: 12.0.0 eslint: 8.57.1 eslint-config-prettier: 9.1.0(eslint@8.57.1) eslint-plugin-jsdoc: 48.5.0(eslint@8.57.1) - eslint-plugin-prettier: 5.2.1(@types/eslint@8.56.6)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3) + eslint-plugin-prettier: 5.4.0(@types/eslint@8.56.6)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2) eslint-plugin-tsdoc: 0.2.17 fs-extra: 11.2.0 klaw: 4.1.0 lookpath: 1.2.2 - madge: 6.1.0(typescript@5.5.2) + madge: 6.1.0(typescript@5.8.3) path-scurry: 1.10.1 - prettier: 3.3.3 - prettier-plugin-multiline-arrays: 3.0.6(prettier@3.3.3) + prettier: 3.6.2 + prettier-plugin-multiline-arrays: 3.0.6(prettier@3.6.2) prompts: 2.4.2 rimraf: 5.0.7 - typescript: 5.5.2 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + typescript: 5.8.3 + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) transitivePeerDependencies: - - '@swc/core' - - '@types/eslint' - - '@webpack-cli/generators' + - "@swc/core" + - "@types/eslint" + - "@webpack-cli/generators" - bufferutil - esbuild - eslint-import-resolver-typescript @@ -10955,67 +12506,67 @@ snapshots: - webpack-cli - webpack-dev-server - '@tsparticles/eslint-config@2.3.0(@types/eslint@8.56.6)': + "@tsparticles/eslint-config@2.3.0(@types/eslint@8.56.6)": dependencies: - '@stylistic/eslint-plugin': 1.7.0(eslint@8.57.1)(typescript@5.5.2) - '@tsparticles/prettier-config': 2.1.6 - '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.2) + "@stylistic/eslint-plugin": 1.7.0(eslint@8.57.1)(typescript@5.8.3) + "@tsparticles/prettier-config": 2.1.6 + "@typescript-eslint/eslint-plugin": 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/parser": 7.18.0(eslint@8.57.1)(typescript@5.8.3) eslint: 8.57.1 eslint-config-prettier: 9.1.0(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1) eslint-plugin-jsdoc: 48.5.0(eslint@8.57.1) - eslint-plugin-prettier: 5.2.1(@types/eslint@8.56.6)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3) + eslint-plugin-prettier: 5.4.0(@types/eslint@8.56.6)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2) eslint-plugin-tsdoc: 0.2.17 - prettier: 3.3.3 - typescript: 5.5.2 + prettier: 3.6.2 + typescript: 5.8.3 transitivePeerDependencies: - - '@types/eslint' + - "@types/eslint" - eslint-import-resolver-typescript - eslint-import-resolver-webpack - supports-color - '@tsparticles/prettier-config@2.1.6': + "@tsparticles/prettier-config@2.1.6": dependencies: - prettier: 3.3.3 - prettier-plugin-multiline-arrays: 3.0.6(prettier@3.3.3) + prettier: 3.6.2 + prettier-plugin-multiline-arrays: 3.0.6(prettier@3.6.2) - '@tsparticles/tsconfig@2.3.0': + "@tsparticles/tsconfig@2.3.0": dependencies: - typescript: 5.5.2 + typescript: 5.8.3 - '@tsparticles/webpack-plugin@2.3.0(@swc/core@1.9.2)(@types/eslint@8.56.6)': + "@tsparticles/webpack-plugin@2.3.0(@swc/core@1.9.2)(@types/eslint@8.56.6)": dependencies: - '@babel/core': 7.25.8 - '@babel/preset-env': 7.24.3(@babel/core@7.25.8) - '@stylistic/eslint-plugin': 1.7.0(eslint@8.57.1)(typescript@5.5.2) - '@tsparticles/eslint-config': 2.3.0(@types/eslint@8.56.6) - '@tsparticles/prettier-config': 2.1.6 - '@types/node': 20.14.9 - '@types/webpack-bundle-analyzer': 4.7.0(@swc/core@1.9.2)(webpack-cli@5.1.4) - '@types/webpack-env': 1.18.5 - '@typescript-eslint/eslint-plugin': 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.2) - babel-loader: 9.2.1(@babel/core@7.25.8)(webpack@5.95.0) - browserslist: 4.24.0 + "@babel/core": 7.28.0 + "@babel/preset-env": 7.24.3(@babel/core@7.28.0) + "@stylistic/eslint-plugin": 1.7.0(eslint@8.57.1)(typescript@5.8.3) + "@tsparticles/eslint-config": 2.3.0(@types/eslint@8.56.6) + "@tsparticles/prettier-config": 2.1.6 + "@types/node": 20.14.9 + "@types/webpack-bundle-analyzer": 4.7.0(@swc/core@1.9.2)(webpack-cli@5.1.4) + "@types/webpack-env": 1.18.8 + "@typescript-eslint/eslint-plugin": 7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/parser": 7.18.0(eslint@8.57.1)(typescript@5.8.3) + babel-loader: 9.2.1(@babel/core@7.28.0)(webpack@5.101.0) + browserslist: 4.25.1 copyfiles: 2.4.1 eslint: 8.57.1 eslint-config-prettier: 9.1.0(eslint@8.57.1) - eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1) + eslint-plugin-import: 2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1) eslint-plugin-jsdoc: 48.5.0(eslint@8.57.1) eslint-plugin-tsdoc: 0.2.17 - prettier: 3.3.3 - prettier-plugin-multiline-arrays: 3.0.6(prettier@3.3.3) + prettier: 3.6.2 + prettier-plugin-multiline-arrays: 3.0.6(prettier@3.6.2) rimraf: 5.0.7 - terser-webpack-plugin: 5.3.10(@swc/core@1.9.2)(webpack@5.95.0) - typescript: 5.5.2 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@5.1.4) + terser-webpack-plugin: 5.3.14(@swc/core@1.9.2)(webpack@5.101.0) + typescript: 5.8.3 + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@5.1.4) webpack-bundle-analyzer: 4.10.2 - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) transitivePeerDependencies: - - '@swc/core' - - '@types/eslint' - - '@webpack-cli/generators' + - "@swc/core" + - "@types/eslint" + - "@webpack-cli/generators" - bufferutil - esbuild - eslint-import-resolver-typescript @@ -11025,239 +12576,254 @@ snapshots: - utf-8-validate - webpack-dev-server - '@tufjs/canonical-json@2.0.0': {} + "@tufjs/canonical-json@2.0.0": {} - '@tufjs/models@2.0.1': + "@tufjs/models@2.0.1": dependencies: - '@tufjs/canonical-json': 2.0.0 + "@tufjs/canonical-json": 2.0.0 minimatch: 9.0.5 - '@tybys/wasm-util@0.9.0': + "@tybys/wasm-util@0.9.0": dependencies: tslib: 2.6.2 - '@types/body-parser@1.19.2': + "@types/body-parser@1.19.2": + dependencies: + "@types/connect": 3.4.35 + "@types/node": 22.15.14 + + "@types/cacheable-request@6.0.3": + dependencies: + "@types/http-cache-semantics": 4.0.1 + "@types/keyv": 3.1.4 + "@types/node": 22.15.14 + "@types/responselike": 1.0.0 + + "@types/chai@5.2.2": dependencies: - '@types/connect': 3.4.35 - '@types/node': 22.7.5 + "@types/deep-eql": 4.0.2 - '@types/cacheable-request@6.0.3': + "@types/connect-livereload@0.6.3": dependencies: - '@types/http-cache-semantics': 4.0.1 - '@types/keyv': 3.1.4 - '@types/node': 22.13.9 - '@types/responselike': 1.0.0 + "@types/connect": 3.4.35 - '@types/connect-livereload@0.6.3': + "@types/connect@3.4.35": dependencies: - '@types/connect': 3.4.35 + "@types/node": 22.15.14 - '@types/connect@3.4.35': + "@types/conventional-commits-parser@5.0.0": dependencies: - '@types/node': 22.7.5 + "@types/node": 24.1.0 - '@types/conventional-commits-parser@5.0.0': + "@types/deep-eql@4.0.2": {} + + "@types/eslint-scope@3.7.7": dependencies: - '@types/node': 22.7.5 + "@types/eslint": 8.56.6 + "@types/estree": 1.0.8 - '@types/eslint@8.56.6': + "@types/eslint@8.56.6": dependencies: - '@types/estree': 1.0.6 - '@types/json-schema': 7.0.15 + "@types/estree": 1.0.6 + "@types/json-schema": 7.0.15 - '@types/estree@1.0.5': {} + "@types/estree@1.0.6": {} - '@types/estree@1.0.6': {} + "@types/estree@1.0.8": {} - '@types/express-serve-static-core@5.0.0': + "@types/express-serve-static-core@5.0.0": dependencies: - '@types/node': 22.7.5 - '@types/qs': 6.9.7 - '@types/range-parser': 1.2.4 - '@types/send': 0.17.1 + "@types/node": 22.15.14 + "@types/qs": 6.9.7 + "@types/range-parser": 1.2.4 + "@types/send": 0.17.1 - '@types/express@5.0.0': + "@types/express@5.0.0": dependencies: - '@types/body-parser': 1.19.2 - '@types/express-serve-static-core': 5.0.0 - '@types/qs': 6.9.7 - '@types/serve-static': 1.15.1 + "@types/body-parser": 1.19.2 + "@types/express-serve-static-core": 5.0.0 + "@types/qs": 6.9.7 + "@types/serve-static": 1.15.1 - '@types/hast@3.0.4': + "@types/hast@3.0.4": dependencies: - '@types/unist': 3.0.3 + "@types/unist": 3.0.3 - '@types/http-cache-semantics@4.0.1': {} + "@types/http-cache-semantics@4.0.1": {} - '@types/jsdom@21.1.7': + "@types/jsdom@21.1.7": dependencies: - '@types/node': 22.7.5 - '@types/tough-cookie': 4.0.2 + "@types/node": 24.1.0 + "@types/tough-cookie": 4.0.2 parse5: 7.1.2 - '@types/json-schema@7.0.15': {} + "@types/json-schema@7.0.15": {} - '@types/json5@0.0.29': {} + "@types/json5@0.0.29": {} - '@types/keyv@3.1.4': + "@types/keyv@3.1.4": dependencies: - '@types/node': 22.13.9 + "@types/node": 22.15.14 - '@types/livereload@0.9.5': + "@types/livereload@0.9.5": dependencies: - '@types/ws': 8.5.4 - - '@types/luxon@3.4.2': {} + "@types/ws": 8.5.4 - '@types/mdast@4.0.4': - dependencies: - '@types/unist': 3.0.3 + "@types/luxon@3.4.2": {} - '@types/mime@1.3.2': {} + "@types/mime@1.3.2": {} - '@types/mime@3.0.1': {} + "@types/mime@3.0.1": {} - '@types/minimatch@3.0.5': {} + "@types/minimatch@3.0.5": {} - '@types/minimist@1.2.2': {} + "@types/minimist@1.2.2": {} - '@types/node@18.19.45': + "@types/node@18.19.45": dependencies: undici-types: 5.26.5 - '@types/node@20.14.9': + "@types/node@20.14.9": dependencies: undici-types: 5.26.5 - '@types/node@22.13.9': + "@types/node@22.13.9": dependencies: undici-types: 6.20.0 - '@types/node@22.7.5': + "@types/node@22.15.14": + dependencies: + undici-types: 6.21.0 + + "@types/node@22.7.5": dependencies: undici-types: 6.19.8 - '@types/normalize-package-data@2.4.1': {} + "@types/node@24.1.0": + dependencies: + undici-types: 7.8.0 + + "@types/normalize-package-data@2.4.1": {} - '@types/qs@6.9.7': {} + "@types/qs@6.9.7": {} - '@types/range-parser@1.2.4': {} + "@types/range-parser@1.2.4": {} - '@types/responselike@1.0.0': + "@types/responselike@1.0.0": dependencies: - '@types/node': 22.13.9 + "@types/node": 22.15.14 - '@types/semver@7.5.8': {} + "@types/semver@7.5.8": {} - '@types/send@0.17.1': + "@types/send@0.17.1": dependencies: - '@types/mime': 1.3.2 - '@types/node': 22.7.5 + "@types/mime": 1.3.2 + "@types/node": 22.15.14 - '@types/serve-static@1.15.1': + "@types/serve-static@1.15.1": dependencies: - '@types/mime': 3.0.1 - '@types/node': 22.7.5 + "@types/mime": 3.0.1 + "@types/node": 22.15.14 - '@types/stylus@0.48.41': + "@types/stylus@0.48.41": dependencies: - '@types/node': 22.7.5 + "@types/node": 22.7.5 - '@types/tough-cookie@4.0.2': {} + "@types/tough-cookie@4.0.2": {} - '@types/triple-beam@1.3.2': {} + "@types/triple-beam@1.3.2": {} - '@types/unist@3.0.3': {} + "@types/unist@3.0.3": {} - '@types/webpack-bundle-analyzer@4.7.0(@swc/core@1.9.2)(webpack-cli@5.1.4)': + "@types/webpack-bundle-analyzer@4.7.0(@swc/core@1.9.2)(webpack-cli@5.1.4)": dependencies: - '@types/node': 22.7.5 + "@types/node": 24.1.0 tapable: 2.2.1 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@5.1.4) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@5.1.4) transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js - webpack-cli - '@types/webpack-env@1.18.5': {} + "@types/webpack-env@1.18.8": {} - '@types/ws@8.5.4': + "@types/ws@8.5.4": dependencies: - '@types/node': 22.7.5 + "@types/node": 22.15.14 - '@types/yauzl@2.10.3': + "@types/yauzl@2.10.3": dependencies: - '@types/node': 22.13.9 + "@types/node": 22.15.14 optional: true - '@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1)(typescript@5.5.2)': + "@typescript-eslint/eslint-plugin@7.18.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/scope-manager': 7.18.0 - '@typescript-eslint/type-utils': 7.18.0(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.5.2) - '@typescript-eslint/visitor-keys': 7.18.0 + "@eslint-community/regexpp": 4.10.0 + "@typescript-eslint/parser": 7.18.0(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/scope-manager": 7.18.0 + "@typescript-eslint/type-utils": 7.18.0(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/utils": 7.18.0(eslint@8.57.1)(typescript@5.8.3) + "@typescript-eslint/visitor-keys": 7.18.0 eslint: 8.57.1 graphemer: 1.4.0 ignore: 5.3.1 natural-compare: 1.4.0 - ts-api-utils: 1.3.0(typescript@5.5.2) + ts-api-utils: 1.3.0(typescript@5.8.3) optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2)': + "@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@typescript-eslint/scope-manager': 7.18.0 - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.2) - '@typescript-eslint/visitor-keys': 7.18.0 + "@typescript-eslint/scope-manager": 7.18.0 + "@typescript-eslint/types": 7.18.0 + "@typescript-eslint/typescript-estree": 7.18.0(typescript@5.8.3) + "@typescript-eslint/visitor-keys": 7.18.0 debug: 4.3.6 eslint: 8.57.1 optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/scope-manager@6.21.0': + "@typescript-eslint/scope-manager@6.21.0": dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 + "@typescript-eslint/types": 6.21.0 + "@typescript-eslint/visitor-keys": 6.21.0 - '@typescript-eslint/scope-manager@7.18.0': + "@typescript-eslint/scope-manager@7.18.0": dependencies: - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/visitor-keys': 7.18.0 + "@typescript-eslint/types": 7.18.0 + "@typescript-eslint/visitor-keys": 7.18.0 - '@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.5.2)': + "@typescript-eslint/type-utils@7.18.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.2) - '@typescript-eslint/utils': 7.18.0(eslint@8.57.1)(typescript@5.5.2) + "@typescript-eslint/typescript-estree": 7.18.0(typescript@5.8.3) + "@typescript-eslint/utils": 7.18.0(eslint@8.57.1)(typescript@5.8.3) debug: 4.3.7 eslint: 8.57.1 - ts-api-utils: 1.3.0(typescript@5.5.2) + ts-api-utils: 1.3.0(typescript@5.8.3) optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/types@4.33.0': {} + "@typescript-eslint/types@4.33.0": {} - '@typescript-eslint/types@5.62.0': {} + "@typescript-eslint/types@5.62.0": {} - '@typescript-eslint/types@6.21.0': {} + "@typescript-eslint/types@6.21.0": {} - '@typescript-eslint/types@7.14.1': {} + "@typescript-eslint/types@7.14.1": {} - '@typescript-eslint/types@7.18.0': {} + "@typescript-eslint/types@7.18.0": {} - '@typescript-eslint/typescript-estree@4.33.0(typescript@3.9.10)': + "@typescript-eslint/typescript-estree@4.33.0(typescript@3.9.10)": dependencies: - '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/visitor-keys': 4.33.0 + "@typescript-eslint/types": 4.33.0 + "@typescript-eslint/visitor-keys": 4.33.0 debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 @@ -11268,11 +12834,11 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5)': + "@typescript-eslint/typescript-estree@5.62.0(typescript@4.9.5)": dependencies: - '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/visitor-keys': 5.62.0 - debug: 4.3.7 + "@typescript-eslint/types": 5.62.0 + "@typescript-eslint/visitor-keys": 5.62.0 + debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.3 @@ -11282,322 +12848,325 @@ snapshots: transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@6.21.0(typescript@5.5.2)': + "@typescript-eslint/typescript-estree@6.21.0(typescript@5.8.3)": dependencies: - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/visitor-keys': 6.21.0 + "@typescript-eslint/types": 6.21.0 + "@typescript-eslint/visitor-keys": 6.21.0 debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.5.2) + ts-api-utils: 1.3.0(typescript@5.8.3) optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.14.1(typescript@5.5.4)': + "@typescript-eslint/typescript-estree@7.14.1(typescript@5.8.3)": dependencies: - '@typescript-eslint/types': 7.14.1 - '@typescript-eslint/visitor-keys': 7.14.1 + "@typescript-eslint/types": 7.14.1 + "@typescript-eslint/visitor-keys": 7.14.1 debug: 4.4.0 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.5.4) + ts-api-utils: 1.3.0(typescript@5.8.3) optionalDependencies: - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/typescript-estree@7.18.0(typescript@5.5.2)': + "@typescript-eslint/typescript-estree@7.18.0(typescript@5.8.3)": dependencies: - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/visitor-keys': 7.18.0 + "@typescript-eslint/types": 7.18.0 + "@typescript-eslint/visitor-keys": 7.18.0 debug: 4.3.7 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.5 semver: 7.6.3 - ts-api-utils: 1.3.0(typescript@5.5.2) + ts-api-utils: 1.3.0(typescript@5.8.3) optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - '@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.5.2)': + "@typescript-eslint/utils@6.21.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@types/json-schema': 7.0.15 - '@types/semver': 7.5.8 - '@typescript-eslint/scope-manager': 6.21.0 - '@typescript-eslint/types': 6.21.0 - '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.5.2) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.57.1) + "@types/json-schema": 7.0.15 + "@types/semver": 7.5.8 + "@typescript-eslint/scope-manager": 6.21.0 + "@typescript-eslint/types": 6.21.0 + "@typescript-eslint/typescript-estree": 6.21.0(typescript@5.8.3) eslint: 8.57.1 semver: 7.6.3 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.5.2)': + "@typescript-eslint/utils@7.18.0(eslint@8.57.1)(typescript@5.8.3)": dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@typescript-eslint/scope-manager': 7.18.0 - '@typescript-eslint/types': 7.18.0 - '@typescript-eslint/typescript-estree': 7.18.0(typescript@5.5.2) + "@eslint-community/eslint-utils": 4.4.0(eslint@8.57.1) + "@typescript-eslint/scope-manager": 7.18.0 + "@typescript-eslint/types": 7.18.0 + "@typescript-eslint/typescript-estree": 7.18.0(typescript@5.8.3) eslint: 8.57.1 transitivePeerDependencies: - supports-color - typescript - '@typescript-eslint/visitor-keys@4.33.0': + "@typescript-eslint/visitor-keys@4.33.0": dependencies: - '@typescript-eslint/types': 4.33.0 + "@typescript-eslint/types": 4.33.0 eslint-visitor-keys: 2.1.0 - '@typescript-eslint/visitor-keys@5.62.0': + "@typescript-eslint/visitor-keys@5.62.0": dependencies: - '@typescript-eslint/types': 5.62.0 + "@typescript-eslint/types": 5.62.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@6.21.0': + "@typescript-eslint/visitor-keys@6.21.0": dependencies: - '@typescript-eslint/types': 6.21.0 + "@typescript-eslint/types": 6.21.0 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.14.1': + "@typescript-eslint/visitor-keys@7.14.1": dependencies: - '@typescript-eslint/types': 7.14.1 + "@typescript-eslint/types": 7.14.1 eslint-visitor-keys: 3.4.3 - '@typescript-eslint/visitor-keys@7.18.0': + "@typescript-eslint/visitor-keys@7.18.0": dependencies: - '@typescript-eslint/types': 7.18.0 + "@typescript-eslint/types": 7.18.0 eslint-visitor-keys: 3.4.3 - '@ungap/structured-clone@1.2.0': {} + "@ungap/structured-clone@1.2.0": {} - '@vitest/coverage-v8@3.0.9(vitest@3.0.9)': + "@vitest/coverage-v8@3.2.4(vitest@3.2.4)": dependencies: - '@ampproject/remapping': 2.3.0 - '@bcoe/v8-coverage': 1.0.2 - debug: 4.4.0 + "@ampproject/remapping": 2.3.0 + "@bcoe/v8-coverage": 1.0.2 + ast-v8-to-istanbul: 0.3.3 + debug: 4.4.1 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 5.0.6 istanbul-reports: 3.1.7 magic-string: 0.30.17 magicast: 0.3.5 - std-env: 3.8.1 + std-env: 3.9.0 test-exclude: 7.0.1 tinyrainbow: 2.0.0 - vitest: 3.0.9(@types/node@22.7.5)(@vitest/ui@3.0.9)(jiti@1.21.0)(jsdom@26.0.0(canvas@3.1.0))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + vitest: 3.2.4(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) transitivePeerDependencies: - supports-color - '@vitest/expect@3.0.9': + "@vitest/expect@3.2.4": dependencies: - '@vitest/spy': 3.0.9 - '@vitest/utils': 3.0.9 + "@types/chai": 5.2.2 + "@vitest/spy": 3.2.4 + "@vitest/utils": 3.2.4 chai: 5.2.0 tinyrainbow: 2.0.0 - '@vitest/mocker@3.0.9(vite@6.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1))': + "@vitest/mocker@3.2.4(vite@6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0))": dependencies: - '@vitest/spy': 3.0.9 + "@vitest/spy": 3.2.4 estree-walker: 3.0.3 magic-string: 0.30.17 optionalDependencies: - vite: 6.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + vite: 6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) - '@vitest/pretty-format@3.0.9': + "@vitest/pretty-format@3.2.4": dependencies: tinyrainbow: 2.0.0 - '@vitest/runner@3.0.9': + "@vitest/runner@3.2.4": dependencies: - '@vitest/utils': 3.0.9 + "@vitest/utils": 3.2.4 pathe: 2.0.3 + strip-literal: 3.0.0 - '@vitest/snapshot@3.0.9': + "@vitest/snapshot@3.2.4": dependencies: - '@vitest/pretty-format': 3.0.9 + "@vitest/pretty-format": 3.2.4 magic-string: 0.30.17 pathe: 2.0.3 - '@vitest/spy@3.0.9': + "@vitest/spy@3.2.4": dependencies: - tinyspy: 3.0.2 + tinyspy: 4.0.3 - '@vitest/ui@3.0.9(vitest@3.0.9)': + "@vitest/ui@3.2.4(vitest@3.2.4)": dependencies: - '@vitest/utils': 3.0.9 + "@vitest/utils": 3.2.4 fflate: 0.8.2 flatted: 3.3.3 pathe: 2.0.3 sirv: 3.0.1 - tinyglobby: 0.2.12 + tinyglobby: 0.2.14 tinyrainbow: 2.0.0 - vitest: 3.0.9(@types/node@22.7.5)(@vitest/ui@3.0.9)(jiti@1.21.0)(jsdom@26.0.0(canvas@3.1.0))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + vitest: 3.2.4(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) - '@vitest/utils@3.0.9': + "@vitest/utils@3.2.4": dependencies: - '@vitest/pretty-format': 3.0.9 - loupe: 3.1.3 + "@vitest/pretty-format": 3.2.4 + loupe: 3.2.0 tinyrainbow: 2.0.0 - '@vue/compiler-core@3.4.35': + "@vue/compiler-core@3.4.35": dependencies: - '@babel/parser': 7.26.2 - '@vue/shared': 3.4.35 + "@babel/parser": 7.27.2 + "@vue/shared": 3.4.35 entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.4.35': + "@vue/compiler-dom@3.4.35": dependencies: - '@vue/compiler-core': 3.4.35 - '@vue/shared': 3.4.35 + "@vue/compiler-core": 3.4.35 + "@vue/shared": 3.4.35 - '@vue/compiler-sfc@3.4.35': + "@vue/compiler-sfc@3.4.35": dependencies: - '@babel/parser': 7.26.2 - '@vue/compiler-core': 3.4.35 - '@vue/compiler-dom': 3.4.35 - '@vue/compiler-ssr': 3.4.35 - '@vue/shared': 3.4.35 + "@babel/parser": 7.27.2 + "@vue/compiler-core": 3.4.35 + "@vue/compiler-dom": 3.4.35 + "@vue/compiler-ssr": 3.4.35 + "@vue/shared": 3.4.35 estree-walker: 2.0.2 magic-string: 0.30.17 postcss: 8.5.1 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.4.35': + "@vue/compiler-ssr@3.4.35": dependencies: - '@vue/compiler-dom': 3.4.35 - '@vue/shared': 3.4.35 + "@vue/compiler-dom": 3.4.35 + "@vue/shared": 3.4.35 - '@vue/shared@3.4.35': {} + "@vue/shared@3.4.35": {} - '@webassemblyjs/ast@1.12.1': + "@webassemblyjs/ast@1.14.1": dependencies: - '@webassemblyjs/helper-numbers': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 + "@webassemblyjs/helper-numbers": 1.13.2 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 - '@webassemblyjs/floating-point-hex-parser@1.11.6': {} + "@webassemblyjs/floating-point-hex-parser@1.13.2": {} - '@webassemblyjs/helper-api-error@1.11.6': {} + "@webassemblyjs/helper-api-error@1.13.2": {} - '@webassemblyjs/helper-buffer@1.12.1': {} + "@webassemblyjs/helper-buffer@1.14.1": {} - '@webassemblyjs/helper-numbers@1.11.6': + "@webassemblyjs/helper-numbers@1.13.2": dependencies: - '@webassemblyjs/floating-point-hex-parser': 1.11.6 - '@webassemblyjs/helper-api-error': 1.11.6 - '@xtuc/long': 4.2.2 + "@webassemblyjs/floating-point-hex-parser": 1.13.2 + "@webassemblyjs/helper-api-error": 1.13.2 + "@xtuc/long": 4.2.2 - '@webassemblyjs/helper-wasm-bytecode@1.11.6': {} + "@webassemblyjs/helper-wasm-bytecode@1.13.2": {} - '@webassemblyjs/helper-wasm-section@1.12.1': + "@webassemblyjs/helper-wasm-section@1.14.1": dependencies: - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/helper-buffer': 1.12.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/wasm-gen': 1.12.1 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-buffer": 1.14.1 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/wasm-gen": 1.14.1 - '@webassemblyjs/ieee754@1.11.6': + "@webassemblyjs/ieee754@1.13.2": dependencies: - '@xtuc/ieee754': 1.2.0 + "@xtuc/ieee754": 1.2.0 - '@webassemblyjs/leb128@1.11.6': + "@webassemblyjs/leb128@1.13.2": dependencies: - '@xtuc/long': 4.2.2 + "@xtuc/long": 4.2.2 - '@webassemblyjs/utf8@1.11.6': {} + "@webassemblyjs/utf8@1.13.2": {} - '@webassemblyjs/wasm-edit@1.12.1': + "@webassemblyjs/wasm-edit@1.14.1": dependencies: - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/helper-buffer': 1.12.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/helper-wasm-section': 1.12.1 - '@webassemblyjs/wasm-gen': 1.12.1 - '@webassemblyjs/wasm-opt': 1.12.1 - '@webassemblyjs/wasm-parser': 1.12.1 - '@webassemblyjs/wast-printer': 1.12.1 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-buffer": 1.14.1 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/helper-wasm-section": 1.14.1 + "@webassemblyjs/wasm-gen": 1.14.1 + "@webassemblyjs/wasm-opt": 1.14.1 + "@webassemblyjs/wasm-parser": 1.14.1 + "@webassemblyjs/wast-printer": 1.14.1 - '@webassemblyjs/wasm-gen@1.12.1': + "@webassemblyjs/wasm-gen@1.14.1": dependencies: - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/ieee754': 1.11.6 - '@webassemblyjs/leb128': 1.11.6 - '@webassemblyjs/utf8': 1.11.6 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/ieee754": 1.13.2 + "@webassemblyjs/leb128": 1.13.2 + "@webassemblyjs/utf8": 1.13.2 - '@webassemblyjs/wasm-opt@1.12.1': + "@webassemblyjs/wasm-opt@1.14.1": dependencies: - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/helper-buffer': 1.12.1 - '@webassemblyjs/wasm-gen': 1.12.1 - '@webassemblyjs/wasm-parser': 1.12.1 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-buffer": 1.14.1 + "@webassemblyjs/wasm-gen": 1.14.1 + "@webassemblyjs/wasm-parser": 1.14.1 - '@webassemblyjs/wasm-parser@1.12.1': + "@webassemblyjs/wasm-parser@1.14.1": dependencies: - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/helper-api-error': 1.11.6 - '@webassemblyjs/helper-wasm-bytecode': 1.11.6 - '@webassemblyjs/ieee754': 1.11.6 - '@webassemblyjs/leb128': 1.11.6 - '@webassemblyjs/utf8': 1.11.6 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/helper-api-error": 1.13.2 + "@webassemblyjs/helper-wasm-bytecode": 1.13.2 + "@webassemblyjs/ieee754": 1.13.2 + "@webassemblyjs/leb128": 1.13.2 + "@webassemblyjs/utf8": 1.13.2 - '@webassemblyjs/wast-printer@1.12.1': + "@webassemblyjs/wast-printer@1.14.1": dependencies: - '@webassemblyjs/ast': 1.12.1 - '@xtuc/long': 4.2.2 + "@webassemblyjs/ast": 1.14.1 + "@xtuc/long": 4.2.2 - '@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.95.0)': + "@webpack-cli/configtest@2.1.1(webpack-cli@5.1.4)(webpack@5.101.0)": dependencies: - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) - '@webpack-cli/configtest@3.0.0(webpack-cli@6.0.0)(webpack@5.95.0)': + "@webpack-cli/configtest@3.0.1(webpack-cli@6.0.1)(webpack@5.101.0)": dependencies: - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) - webpack-cli: 6.0.0(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) - '@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.95.0)': + "@webpack-cli/info@2.0.2(webpack-cli@5.1.4)(webpack@5.101.0)": dependencies: - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) - '@webpack-cli/info@3.0.0(webpack-cli@6.0.0)(webpack@5.95.0)': + "@webpack-cli/info@3.0.1(webpack-cli@6.0.1)(webpack@5.101.0)": dependencies: - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) - webpack-cli: 6.0.0(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) - '@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.95.0)': + "@webpack-cli/serve@2.0.5(webpack-cli@5.1.4)(webpack@5.101.0)": dependencies: - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) - '@webpack-cli/serve@3.0.0(webpack-cli@6.0.0)(webpack@5.95.0)': + "@webpack-cli/serve@3.0.1(webpack-cli@6.0.1)(webpack@5.101.0)": dependencies: - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) - webpack-cli: 6.0.0(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) + webpack-cli: 6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) - '@xtuc/ieee754@1.2.0': {} + "@xtuc/ieee754@1.2.0": {} - '@xtuc/long@4.2.2': {} + "@xtuc/long@4.2.2": {} - '@yarnpkg/lockfile@1.1.0': {} + "@yarnpkg/lockfile@1.1.0": {} - '@yarnpkg/parsers@3.0.0-rc.46': + "@yarnpkg/parsers@3.0.0-rc.46": dependencies: js-yaml: 3.14.1 tslib: 2.6.2 - '@zkochan/js-yaml@0.0.7': + "@zkochan/js-yaml@0.0.7": dependencies: argparse: 2.0.1 @@ -11623,9 +13192,9 @@ snapshots: ace-builds@1.32.2: {} - acorn-import-attributes@1.9.5(acorn@8.12.1): + acorn-import-phases@1.0.4(acorn@8.15.0): dependencies: - acorn: 8.12.1 + acorn: 8.15.0 acorn-jsx@5.3.2(acorn@8.12.1): dependencies: @@ -11641,13 +13210,9 @@ snapshots: acorn@8.12.1: {} - add-stream@1.0.0: {} + acorn@8.15.0: {} - agent-base@7.1.0: - dependencies: - debug: 4.3.7 - transitivePeerDependencies: - - supports-color + add-stream@1.0.0: {} agent-base@7.1.3: {} @@ -11660,10 +13225,6 @@ snapshots: optionalDependencies: ajv: 8.12.0 - ajv-keywords@3.5.2(ajv@6.12.6): - dependencies: - ajv: 6.12.6 - ajv-keywords@5.1.0(ajv@8.12.0): dependencies: ajv: 8.12.0 @@ -11693,10 +13254,6 @@ snapshots: ansi-regex@6.0.1: {} - ansi-styles@3.2.1: - dependencies: - color-convert: 1.9.3 - ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 @@ -11797,6 +13354,12 @@ snapshots: ast-module-types@6.0.0: {} + ast-v8-to-istanbul@0.3.3: + dependencies: + "@jridgewell/trace-mapping": 0.3.25 + estree-walker: 3.0.3 + js-tokens: 9.0.1 + async@3.2.4: {} asynckit@0.4.0: {} @@ -11811,46 +13374,46 @@ snapshots: transitivePeerDependencies: - debug - babel-loader@10.0.0(@babel/core@7.25.8)(webpack@5.95.0): + babel-loader@10.0.0(@babel/core@7.28.0)(webpack@5.101.0): dependencies: - '@babel/core': 7.25.8 + "@babel/core": 7.28.0 find-up: 5.0.0 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) - babel-loader@9.2.1(@babel/core@7.25.8)(webpack@5.95.0): + babel-loader@9.2.1(@babel/core@7.28.0)(webpack@5.101.0): dependencies: - '@babel/core': 7.25.8 + "@babel/core": 7.28.0 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) - babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.25.8): + babel-plugin-polyfill-corejs2@0.4.10(@babel/core@7.28.0): dependencies: - '@babel/compat-data': 7.24.1 - '@babel/core': 7.25.8 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.25.8) + "@babel/compat-data": 7.24.1 + "@babel/core": 7.28.0 + "@babel/helper-define-polyfill-provider": 0.6.1(@babel/core@7.28.0) semver: 6.3.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.25.8): + babel-plugin-polyfill-corejs3@0.10.4(@babel/core@7.28.0): dependencies: - '@babel/core': 7.25.8 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-define-polyfill-provider": 0.6.1(@babel/core@7.28.0) core-js-compat: 3.36.1 transitivePeerDependencies: - supports-color - babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.25.8): + babel-plugin-polyfill-regenerator@0.6.1(@babel/core@7.28.0): dependencies: - '@babel/core': 7.25.8 - '@babel/helper-define-polyfill-provider': 0.6.1(@babel/core@7.25.8) + "@babel/core": 7.28.0 + "@babel/helper-define-polyfill-provider": 0.6.1(@babel/core@7.28.0) transitivePeerDependencies: - supports-color babel-walk@3.0.0-canary-5: dependencies: - '@babel/types': 7.26.0 + "@babel/types": 7.27.1 balanced-match@1.0.2: {} @@ -11895,7 +13458,7 @@ snapshots: bootstrap@5.3.2(@popperjs/core@2.11.8): dependencies: - '@popperjs/core': 2.11.8 + "@popperjs/core": 2.11.8 brace-expansion@1.1.11: dependencies: @@ -11914,12 +13477,12 @@ snapshots: browser-or-node@3.0.0: {} - browserslist@4.24.0: + browserslist@4.25.1: dependencies: - caniuse-lite: 1.0.30001667 - electron-to-chromium: 1.5.32 - node-releases: 2.0.18 - update-browserslist-db: 1.1.1(browserslist@4.24.0) + caniuse-lite: 1.0.30001731 + electron-to-chromium: 1.5.193 + node-releases: 2.0.19 + update-browserslist-db: 1.1.3(browserslist@4.25.1) buffer-crc32@0.2.13: {} @@ -11938,10 +13501,10 @@ snapshots: cacache@18.0.3: dependencies: - '@npmcli/fs': 3.1.1 + "@npmcli/fs": 3.1.1 fs-minipass: 3.0.2 glob: 10.4.5 - lru-cache: 10.2.2 + lru-cache: 10.4.3 minipass: 7.1.2 minipass-collect: 2.0.1 minipass-flush: 1.0.5 @@ -11986,15 +13549,13 @@ snapshots: camelcase@5.3.1: {} - caniuse-lite@1.0.30001667: {} + caniuse-lite@1.0.30001731: {} - canvas@3.1.0: + canvas@3.1.2: dependencies: node-addon-api: 7.1.1 prebuild-install: 7.1.3 - ccount@2.0.1: {} - chai@5.2.0: dependencies: assertion-error: 2.0.1 @@ -12003,12 +13564,6 @@ snapshots: loupe: 3.1.3 pathval: 2.0.0 - chalk@2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - chalk@4.1.0: dependencies: ansi-styles: 4.3.0 @@ -12021,10 +13576,6 @@ snapshots: chalk@5.3.0: {} - character-entities-html4@2.1.0: {} - - character-entities-legacy@3.0.0: {} - character-parser@2.2.0: dependencies: is-regex: 1.1.4 @@ -12083,6 +13634,12 @@ snapshots: strip-ansi: 6.0.1 wrap-ansi: 7.0.0 + cliui@9.0.1: + dependencies: + string-width: 7.2.0 + strip-ansi: 7.1.0 + wrap-ansi: 9.0.0 + clone-deep@4.0.1: dependencies: is-plain-object: 2.0.4 @@ -12137,16 +13694,14 @@ snapshots: dependencies: delayed-stream: 1.0.0 - comma-separated-tokens@2.0.3: {} - commander@10.0.1: {} - commander@11.1.0: {} - commander@12.0.0: {} commander@12.1.0: {} + commander@13.1.0: {} + commander@2.20.3: {} commander@7.2.0: {} @@ -12191,8 +13746,8 @@ snapshots: constantinople@4.0.1: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + "@babel/parser": 7.27.2 + "@babel/types": 7.27.1 content-disposition@0.5.4: dependencies: @@ -12281,44 +13836,36 @@ snapshots: core-js-compat@3.35.1: dependencies: - browserslist: 4.24.0 + browserslist: 4.25.1 core-js-compat@3.36.1: dependencies: - browserslist: 4.24.0 + browserslist: 4.25.1 core-util-is@1.0.3: {} - cosmiconfig-typescript-loader@5.0.0(@types/node@22.7.5)(cosmiconfig@9.0.0(typescript@5.5.2))(typescript@5.5.2): + cosmiconfig-typescript-loader@6.1.0(@types/node@24.1.0)(cosmiconfig@9.0.0(typescript@5.8.3))(typescript@5.8.3): dependencies: - '@types/node': 22.7.5 - cosmiconfig: 9.0.0(typescript@5.5.2) - jiti: 1.21.0 - typescript: 5.5.2 - - cosmiconfig@8.3.6(typescript@5.5.4): - dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 - optionalDependencies: - typescript: 5.5.4 + "@types/node": 24.1.0 + cosmiconfig: 9.0.0(typescript@5.8.3) + jiti: 2.4.2 + typescript: 5.8.3 - cosmiconfig@9.0.0(typescript@5.5.2): + cosmiconfig@9.0.0(typescript@5.8.3): dependencies: env-paths: 2.2.1 import-fresh: 3.3.0 js-yaml: 4.1.0 parse-json: 5.2.0 optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 create-require@1.1.1: {} - cross-env@7.0.3: + cross-env@10.0.0: dependencies: - cross-spawn: 7.0.3 + "@epic-web/invariant": 1.0.0 + cross-spawn: 7.0.6 cross-spawn@7.0.3: dependencies: @@ -12326,13 +13873,19 @@ snapshots: shebang-command: 2.0.0 which: 2.0.2 + cross-spawn@7.0.6: + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + css-b64-images@0.2.5: {} cssesc@3.0.0: {} cssstyle@4.2.1: dependencies: - '@asamuzakjp/css-color': 2.8.3 + "@asamuzakjp/css-color": 2.8.3 rrweb-cssom: 0.8.0 dargs@7.0.0: {} @@ -12342,7 +13895,7 @@ snapshots: data-urls@5.0.0: dependencies: whatwg-mimetype: 4.0.0 - whatwg-url: 14.1.0 + whatwg-url: 14.2.0 dateformat@3.0.3: {} @@ -12374,6 +13927,10 @@ snapshots: dependencies: ms: 2.1.3 + debug@4.4.1: + dependencies: + ms: 2.1.3 + decamelize-keys@1.1.1: dependencies: decamelize: 1.2.0 @@ -12381,7 +13938,7 @@ snapshots: decamelize@1.2.0: {} - decimal.js@10.4.3: {} + decimal.js@10.5.0: {} decompress-response@6.0.0: dependencies: @@ -12423,14 +13980,14 @@ snapshots: commander: 12.0.0 filing-cabinet: 5.0.2 precinct: 12.1.2 - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color dependency-tree@9.0.0: dependencies: commander: 2.20.3 - debug: 4.3.7 + debug: 4.4.0 filing-cabinet: 3.3.1 precinct: 9.2.1 typescript: 4.9.5 @@ -12439,8 +13996,6 @@ snapshots: deprecation@2.3.1: {} - dequal@2.0.3: {} - destroy@1.2.0: {} detect-indent@5.0.0: {} @@ -12502,7 +14057,7 @@ snapshots: detective-less@1.0.2: dependencies: - debug: 4.3.7 + debug: 4.4.0 gonzales-pe: 4.3.0 node-source-walk: 4.3.0 transitivePeerDependencies: @@ -12510,7 +14065,7 @@ snapshots: detective-postcss@4.0.0: dependencies: - debug: 4.3.7 + debug: 4.4.0 is-url: 1.2.4 postcss: 8.5.1 postcss-values-parser: 2.0.1 @@ -12567,18 +14122,18 @@ snapshots: detective-stylus@5.0.0: {} - detective-typescript@13.0.0(typescript@5.5.4): + detective-typescript@13.0.0(typescript@5.8.3): dependencies: - '@typescript-eslint/typescript-estree': 7.14.1(typescript@5.5.4) + "@typescript-eslint/typescript-estree": 7.14.1(typescript@5.8.3) ast-module-types: 6.0.0 node-source-walk: 7.0.0 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color detective-typescript@7.0.2: dependencies: - '@typescript-eslint/typescript-estree': 4.33.0(typescript@3.9.10) + "@typescript-eslint/typescript-estree": 4.33.0(typescript@3.9.10) ast-module-types: 2.7.1 node-source-walk: 4.3.0 typescript: 3.9.10 @@ -12587,29 +14142,25 @@ snapshots: detective-typescript@9.1.1: dependencies: - '@typescript-eslint/typescript-estree': 5.62.0(typescript@4.9.5) + "@typescript-eslint/typescript-estree": 5.62.0(typescript@4.9.5) ast-module-types: 4.0.0 node-source-walk: 5.0.2 typescript: 4.9.5 transitivePeerDependencies: - supports-color - detective-vue2@2.0.3(typescript@5.5.4): + detective-vue2@2.0.3(typescript@5.8.3): dependencies: - '@vue/compiler-sfc': 3.4.35 + "@vue/compiler-sfc": 3.4.35 detective-es6: 5.0.0 detective-sass: 6.0.0 detective-scss: 5.0.0 detective-stylus: 5.0.0 - detective-typescript: 13.0.0(typescript@5.5.4) - typescript: 5.5.4 + detective-typescript: 13.0.0(typescript@5.8.3) + typescript: 5.8.3 transitivePeerDependencies: - supports-color - devlop@1.1.0: - dependencies: - dequal: 2.0.3 - diff-sequences@29.6.3: {} diff@4.0.2: {} @@ -12657,18 +14208,20 @@ snapshots: dependencies: jake: 10.8.7 - electron-to-chromium@1.5.32: {} + electron-to-chromium@1.5.193: {} electron@35.0.0: dependencies: - '@electron/get': 2.0.2 - '@types/node': 22.13.9 + "@electron/get": 2.0.2 + "@types/node": 22.13.9 extract-zip: 2.0.1 transitivePeerDependencies: - supports-color email-addresses@5.0.0: {} + emoji-regex@10.4.0: {} + emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -12688,12 +14241,12 @@ snapshots: dependencies: once: 1.4.0 - enhanced-resolve@5.17.0: + enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 - enhanced-resolve@5.17.1: + enhanced-resolve@5.18.2: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 @@ -12766,9 +14319,7 @@ snapshots: es-errors@1.3.0: {} - es-module-lexer@1.5.4: {} - - es-module-lexer@1.6.0: {} + es-module-lexer@1.7.0: {} es-set-tostringtag@2.0.1: dependencies: @@ -12791,31 +14342,31 @@ snapshots: esbuild@0.24.2: optionalDependencies: - '@esbuild/aix-ppc64': 0.24.2 - '@esbuild/android-arm': 0.24.2 - '@esbuild/android-arm64': 0.24.2 - '@esbuild/android-x64': 0.24.2 - '@esbuild/darwin-arm64': 0.24.2 - '@esbuild/darwin-x64': 0.24.2 - '@esbuild/freebsd-arm64': 0.24.2 - '@esbuild/freebsd-x64': 0.24.2 - '@esbuild/linux-arm': 0.24.2 - '@esbuild/linux-arm64': 0.24.2 - '@esbuild/linux-ia32': 0.24.2 - '@esbuild/linux-loong64': 0.24.2 - '@esbuild/linux-mips64el': 0.24.2 - '@esbuild/linux-ppc64': 0.24.2 - '@esbuild/linux-riscv64': 0.24.2 - '@esbuild/linux-s390x': 0.24.2 - '@esbuild/linux-x64': 0.24.2 - '@esbuild/netbsd-arm64': 0.24.2 - '@esbuild/netbsd-x64': 0.24.2 - '@esbuild/openbsd-arm64': 0.24.2 - '@esbuild/openbsd-x64': 0.24.2 - '@esbuild/sunos-x64': 0.24.2 - '@esbuild/win32-arm64': 0.24.2 - '@esbuild/win32-ia32': 0.24.2 - '@esbuild/win32-x64': 0.24.2 + "@esbuild/aix-ppc64": 0.24.2 + "@esbuild/android-arm": 0.24.2 + "@esbuild/android-arm64": 0.24.2 + "@esbuild/android-x64": 0.24.2 + "@esbuild/darwin-arm64": 0.24.2 + "@esbuild/darwin-x64": 0.24.2 + "@esbuild/freebsd-arm64": 0.24.2 + "@esbuild/freebsd-x64": 0.24.2 + "@esbuild/linux-arm": 0.24.2 + "@esbuild/linux-arm64": 0.24.2 + "@esbuild/linux-ia32": 0.24.2 + "@esbuild/linux-loong64": 0.24.2 + "@esbuild/linux-mips64el": 0.24.2 + "@esbuild/linux-ppc64": 0.24.2 + "@esbuild/linux-riscv64": 0.24.2 + "@esbuild/linux-s390x": 0.24.2 + "@esbuild/linux-x64": 0.24.2 + "@esbuild/netbsd-arm64": 0.24.2 + "@esbuild/netbsd-x64": 0.24.2 + "@esbuild/openbsd-arm64": 0.24.2 + "@esbuild/openbsd-x64": 0.24.2 + "@esbuild/sunos-x64": 0.24.2 + "@esbuild/win32-arm64": 0.24.2 + "@esbuild/win32-ia32": 0.24.2 + "@esbuild/win32-x64": 0.24.2 escalade@3.1.1: {} @@ -12835,7 +14386,7 @@ snapshots: optionalDependencies: source-map: 0.6.1 - eslint-config-prettier@10.0.1(eslint@8.57.1): + eslint-config-prettier@10.1.2(eslint@8.57.1): dependencies: eslint: 8.57.1 @@ -12851,17 +14402,17 @@ snapshots: transitivePeerDependencies: - supports-color - eslint-module-utils@2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1): + eslint-module-utils@2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1): dependencies: debug: 3.2.7(supports-color@5.5.0) optionalDependencies: - '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.2) + "@typescript-eslint/parser": 7.18.0(eslint@8.57.1)(typescript@5.8.3) eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color - eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint@8.57.1): + eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint@8.57.1): dependencies: array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 @@ -12871,7 +14422,7 @@ snapshots: doctrine: 2.1.0 eslint: 8.57.1 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.5.2))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@7.18.0(eslint@8.57.1)(typescript@5.8.3))(eslint-import-resolver-node@0.3.9)(eslint@8.57.1) hasown: 2.0.0 is-core-module: 2.13.1 is-glob: 4.0.3 @@ -12882,7 +14433,7 @@ snapshots: semver: 6.3.1 tsconfig-paths: 3.15.0 optionalDependencies: - '@typescript-eslint/parser': 7.18.0(eslint@8.57.1)(typescript@5.5.2) + "@typescript-eslint/parser": 7.18.0(eslint@8.57.1)(typescript@5.8.3) transitivePeerDependencies: - eslint-import-resolver-typescript - eslint-import-resolver-webpack @@ -12890,66 +14441,65 @@ snapshots: eslint-plugin-jsdoc@48.5.0(eslint@8.57.1): dependencies: - '@es-joy/jsdoccomment': 0.43.1 + "@es-joy/jsdoccomment": 0.43.1 are-docs-informative: 0.0.2 comment-parser: 1.4.1 - debug: 4.3.7 + debug: 4.4.0 escape-string-regexp: 4.0.0 eslint: 8.57.1 esquery: 1.5.0 parse-imports: 2.1.0 - semver: 7.6.2 + semver: 7.6.3 spdx-expression-parse: 4.0.0 synckit: 0.9.0 transitivePeerDependencies: - supports-color - eslint-plugin-jsdoc@50.3.1(eslint@8.57.1): + eslint-plugin-jsdoc@50.6.11(eslint@8.57.1): dependencies: - '@es-joy/jsdoccomment': 0.48.0 + "@es-joy/jsdoccomment": 0.49.0 are-docs-informative: 0.0.2 comment-parser: 1.4.1 - debug: 4.3.6 + debug: 4.4.0 escape-string-regexp: 4.0.0 eslint: 8.57.1 espree: 10.1.0 esquery: 1.6.0 - parse-imports: 2.1.1 + parse-imports-exports: 0.2.4 semver: 7.6.3 spdx-expression-parse: 4.0.0 - synckit: 0.9.1 transitivePeerDependencies: - supports-color - eslint-plugin-prettier@5.2.1(@types/eslint@8.56.6)(eslint-config-prettier@10.0.1(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3): + eslint-plugin-prettier@5.4.0(@types/eslint@8.56.6)(eslint-config-prettier@10.1.2(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2): dependencies: eslint: 8.57.1 - prettier: 3.3.3 + prettier: 3.6.2 prettier-linter-helpers: 1.0.0 - synckit: 0.9.1 + synckit: 0.11.4 optionalDependencies: - '@types/eslint': 8.56.6 - eslint-config-prettier: 10.0.1(eslint@8.57.1) + "@types/eslint": 8.56.6 + eslint-config-prettier: 10.1.2(eslint@8.57.1) - eslint-plugin-prettier@5.2.1(@types/eslint@8.56.6)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.3.3): + eslint-plugin-prettier@5.4.0(@types/eslint@8.56.6)(eslint-config-prettier@9.1.0(eslint@8.57.1))(eslint@8.57.1)(prettier@3.6.2): dependencies: eslint: 8.57.1 - prettier: 3.3.3 + prettier: 3.6.2 prettier-linter-helpers: 1.0.0 - synckit: 0.9.1 + synckit: 0.11.4 optionalDependencies: - '@types/eslint': 8.56.6 + "@types/eslint": 8.56.6 eslint-config-prettier: 9.1.0(eslint@8.57.1) eslint-plugin-tsdoc@0.2.17: dependencies: - '@microsoft/tsdoc': 0.14.2 - '@microsoft/tsdoc-config': 0.16.2 + "@microsoft/tsdoc": 0.14.2 + "@microsoft/tsdoc-config": 0.16.2 eslint-plugin-tsdoc@0.4.0: dependencies: - '@microsoft/tsdoc': 0.15.1 - '@microsoft/tsdoc-config': 0.17.1 + "@microsoft/tsdoc": 0.15.1 + "@microsoft/tsdoc-config": 0.17.1 eslint-scope@5.1.1: dependencies: @@ -12969,14 +14519,14 @@ snapshots: eslint@8.57.1: dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.1) - '@eslint-community/regexpp': 4.10.0 - '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.57.1 - '@humanwhocodes/config-array': 0.13.0 - '@humanwhocodes/module-importer': 1.0.1 - '@nodelib/fs.walk': 1.2.8 - '@ungap/structured-clone': 1.2.0 + "@eslint-community/eslint-utils": 4.4.0(eslint@8.57.1) + "@eslint-community/regexpp": 4.10.0 + "@eslint/eslintrc": 2.1.4 + "@eslint/js": 8.57.1 + "@humanwhocodes/config-array": 0.13.0 + "@humanwhocodes/module-importer": 1.0.1 + "@nodelib/fs.walk": 1.2.8 + "@ungap/structured-clone": 1.2.0 ajv: 6.12.6 chalk: 4.1.2 cross-spawn: 7.0.3 @@ -13044,7 +14594,7 @@ snapshots: estree-walker@3.0.3: dependencies: - '@types/estree': 1.0.6 + "@types/estree": 1.0.6 esutils@2.0.3: {} @@ -13074,6 +14624,8 @@ snapshots: expect-type@1.1.0: {} + expect-type@1.2.1: {} + exponential-backoff@3.1.1: {} express-rate-limit@7.1.4(express@4.20.0): @@ -13128,7 +14680,7 @@ snapshots: get-stream: 5.2.0 yauzl: 2.10.0 optionalDependencies: - '@types/yauzl': 2.10.3 + "@types/yauzl": 2.10.3 transitivePeerDependencies: - supports-color @@ -13138,8 +14690,8 @@ snapshots: fast-glob@3.3.2: dependencies: - '@nodelib/fs.stat': 2.0.5 - '@nodelib/fs.walk': 1.2.8 + "@nodelib/fs.stat": 2.0.5 + "@nodelib/fs.walk": 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 @@ -13158,7 +14710,7 @@ snapshots: dependencies: pend: 1.2.0 - fdir@6.4.3(picomatch@4.0.2): + fdir@6.4.4(picomatch@4.0.2): optionalDependencies: picomatch: 4.0.2 @@ -13190,8 +14742,8 @@ snapshots: dependencies: app-module-path: 2.2.0 commander: 2.20.3 - debug: 4.3.7 - enhanced-resolve: 5.17.0 + debug: 4.4.0 + enhanced-resolve: 5.17.1 is-relative-path: 1.0.2 module-definition: 3.4.0 module-lookup-amd: 7.0.1 @@ -13208,7 +14760,7 @@ snapshots: dependencies: app-module-path: 2.2.0 commander: 12.1.0 - enhanced-resolve: 5.17.0 + enhanced-resolve: 5.17.1 module-definition: 6.0.0 module-lookup-amd: 9.0.2 resolve: 1.22.8 @@ -13216,7 +14768,7 @@ snapshots: sass-lookup: 6.0.1 stylus-lookup: 6.0.0 tsconfig-paths: 4.2.0 - typescript: 5.5.4 + typescript: 5.8.3 fill-range@7.0.1: dependencies: @@ -13302,12 +14854,6 @@ snapshots: combined-stream: 1.0.8 mime-types: 2.1.35 - form-data@4.0.1: - dependencies: - asynckit: 0.4.0 - combined-stream: 1.0.8 - mime-types: 2.1.35 - forwarded@0.2.0: {} fresh@0.5.2: {} @@ -13379,6 +14925,8 @@ snapshots: get-caller-file@2.0.5: {} + get-east-asian-width@1.3.0: {} + get-intrinsic@1.2.4: dependencies: es-errors: 1.3.0 @@ -13391,7 +14939,7 @@ snapshots: get-pkg-repo@4.2.1: dependencies: - '@hutson/parse-repository-url': 3.0.2 + "@hutson/parse-repository-url": 3.0.2 hosted-git-info: 4.1.0 through2: 2.0.5 yargs: 16.2.0 @@ -13411,10 +14959,10 @@ snapshots: call-bind: 1.0.7 get-intrinsic: 1.2.4 - gh-pages@6.2.0: + gh-pages@6.3.0: dependencies: async: 3.2.4 - commander: 11.1.0 + commander: 13.1.0 email-addresses: 5.0.0 filenamify: 4.3.0 find-cache-dir: 3.3.2 @@ -13468,14 +15016,6 @@ snapshots: glob-to-regexp@0.4.1: {} - glob@10.3.12: - dependencies: - foreground-child: 3.1.1 - jackspeak: 2.3.6 - minimatch: 9.0.4 - minipass: 7.0.4 - path-scurry: 1.10.2 - glob@10.4.5: dependencies: foreground-child: 3.1.1 @@ -13494,6 +15034,15 @@ snapshots: package-json-from-dist: 1.0.0 path-scurry: 2.0.0 + glob@11.0.2: + dependencies: + foreground-child: 3.1.1 + jackspeak: 4.0.1 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.0 + path-scurry: 2.0.0 + glob@7.2.3: dependencies: fs.realpath: 1.0.0 @@ -13553,10 +15102,10 @@ snapshots: got@11.8.6: dependencies: - '@sindresorhus/is': 4.6.0 - '@szmarczak/http-timer': 4.0.6 - '@types/cacheable-request': 6.0.3 - '@types/responselike': 1.0.0 + "@sindresorhus/is": 4.6.0 + "@szmarczak/http-timer": 4.0.6 + "@types/cacheable-request": 6.0.3 + "@types/responselike": 1.0.0 cacheable-lookup: 5.0.4 cacheable-request: 7.0.2 decompress-response: 6.0.0 @@ -13620,24 +15169,6 @@ snapshots: dependencies: function-bind: 1.1.2 - hast-util-to-html@9.0.3: - dependencies: - '@types/hast': 3.0.4 - '@types/unist': 3.0.3 - ccount: 2.0.1 - comma-separated-tokens: 2.0.3 - hast-util-whitespace: 3.0.0 - html-void-elements: 3.0.0 - mdast-util-to-hast: 13.2.0 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - stringify-entities: 4.0.4 - zwitch: 2.0.4 - - hast-util-whitespace@3.0.0: - dependencies: - '@types/hast': 3.0.4 - helmet@8.0.0: {} hosted-git-info@2.8.9: {} @@ -13648,7 +15179,7 @@ snapshots: hosted-git-info@7.0.2: dependencies: - lru-cache: 10.2.2 + lru-cache: 10.4.3 html-encoding-sniffer@4.0.0: dependencies: @@ -13666,8 +15197,6 @@ snapshots: relateurl: 0.2.7 terser: 5.36.0 - html-void-elements@3.0.0: {} - http-cache-semantics@4.1.1: {} http-errors@2.0.0: @@ -13680,8 +15209,8 @@ snapshots: http-proxy-agent@7.0.2: dependencies: - agent-base: 7.1.0 - debug: 4.3.7 + agent-base: 7.1.3 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -13690,23 +15219,16 @@ snapshots: quick-lru: 5.1.1 resolve-alpn: 1.2.1 - https-proxy-agent@7.0.5: - dependencies: - agent-base: 7.1.0 - debug: 4.4.0 - transitivePeerDependencies: - - supports-color - https-proxy-agent@7.0.6: dependencies: agent-base: 7.1.3 - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color human-signals@2.1.0: {} - husky@9.1.6: {} + husky@9.1.7: {} iconv-lite@0.4.24: dependencies: @@ -13761,7 +15283,7 @@ snapshots: init-package-json@6.0.3: dependencies: - '@npmcli/package-json': 5.2.0 + "@npmcli/package-json": 5.2.0 npm-package-arg: 11.0.2 promzard: 1.0.0 read: 3.0.1 @@ -13881,8 +15403,6 @@ snapshots: dependencies: isobject: 3.0.1 - is-plain-object@5.0.0: {} - is-potential-custom-element-name@1.0.1: {} is-promise@2.2.2: {} @@ -13964,8 +15484,8 @@ snapshots: istanbul-lib-source-maps@5.0.6: dependencies: - '@jridgewell/trace-mapping': 0.3.25 - debug: 4.4.0 + "@jridgewell/trace-mapping": 0.3.25 + debug: 4.4.1 istanbul-lib-coverage: 3.2.2 transitivePeerDependencies: - supports-color @@ -13975,23 +15495,17 @@ snapshots: html-escaper: 2.0.2 istanbul-lib-report: 3.0.1 - jackspeak@2.3.6: - dependencies: - '@isaacs/cliui': 8.0.2 - optionalDependencies: - '@pkgjs/parseargs': 0.11.0 - jackspeak@3.4.3: dependencies: - '@isaacs/cliui': 8.0.2 + "@isaacs/cliui": 8.0.2 optionalDependencies: - '@pkgjs/parseargs': 0.11.0 + "@pkgjs/parseargs": 0.11.0 jackspeak@4.0.1: dependencies: - '@isaacs/cliui': 8.0.2 + "@isaacs/cliui": 8.0.2 optionalDependencies: - '@pkgjs/parseargs': 0.11.0 + "@pkgjs/parseargs": 0.11.0 jake@10.8.7: dependencies: @@ -14013,11 +15527,11 @@ snapshots: jest-worker@27.5.1: dependencies: - '@types/node': 22.7.5 + "@types/node": 24.1.0 merge-stream: 2.0.0 supports-color: 8.1.1 - jiti@1.21.0: {} + jiti@2.4.2: {} jju@1.4.0: {} @@ -14029,6 +15543,8 @@ snapshots: js-tokens@4.0.0: {} + js-tokens@9.0.1: {} + js-yaml@3.14.1: dependencies: argparse: 1.0.10 @@ -14042,16 +15558,15 @@ snapshots: jsdoc-type-pratt-parser@4.1.0: {} - jsdom-global@3.0.2(jsdom@26.0.0(canvas@3.1.0)): + jsdom-global@3.0.2(jsdom@26.1.0(canvas@3.1.2)): dependencies: - jsdom: 26.0.0(canvas@3.1.0) + jsdom: 26.1.0(canvas@3.1.2) - jsdom@26.0.0(canvas@3.1.0): + jsdom@26.1.0(canvas@3.1.2): dependencies: cssstyle: 4.2.1 data-urls: 5.0.0 - decimal.js: 10.4.3 - form-data: 4.0.1 + decimal.js: 10.5.0 html-encoding-sniffer: 4.0.0 http-proxy-agent: 7.0.2 https-proxy-agent: 7.0.6 @@ -14061,16 +15576,16 @@ snapshots: rrweb-cssom: 0.8.0 saxes: 6.0.0 symbol-tree: 3.2.4 - tough-cookie: 5.0.0 + tough-cookie: 5.1.2 w3c-xmlserializer: 5.0.0 webidl-conversions: 7.0.0 whatwg-encoding: 3.1.1 whatwg-mimetype: 4.0.0 - whatwg-url: 14.1.0 + whatwg-url: 14.2.0 ws: 8.18.0 xml-name-validator: 5.0.0 optionalDependencies: - canvas: 3.1.0 + canvas: 3.1.2 transitivePeerDependencies: - bufferutil - supports-color @@ -14155,15 +15670,15 @@ snapshots: kuler@2.0.0: {} - lerna@8.1.8(@swc/core@1.9.2)(encoding@0.1.13): + lerna@8.2.3(@swc/core@1.9.2)(encoding@0.1.13): dependencies: - '@lerna/create': 8.1.8(@swc/core@1.9.2)(encoding@0.1.13)(typescript@5.5.4) - '@npmcli/arborist': 7.5.4 - '@npmcli/package-json': 5.2.0 - '@npmcli/run-script': 8.1.0 - '@nx/devkit': 19.3.2(nx@19.8.14(@swc/core@1.9.2)) - '@octokit/plugin-enterprise-rest': 6.0.1 - '@octokit/rest': 19.0.11(encoding@0.1.13) + "@lerna/create": 8.2.3(@swc/core@1.9.2)(encoding@0.1.13)(typescript@5.8.3) + "@npmcli/arborist": 7.5.4 + "@npmcli/package-json": 5.2.0 + "@npmcli/run-script": 8.1.0 + "@nx/devkit": 19.8.4(nx@19.8.14(@swc/core@1.9.2)) + "@octokit/plugin-enterprise-rest": 6.0.1 + "@octokit/rest": 20.1.2 aproba: 2.0.0 byte-size: 8.1.1 chalk: 4.1.0 @@ -14175,7 +15690,7 @@ snapshots: conventional-changelog-angular: 7.0.0 conventional-changelog-core: 5.0.1 conventional-recommended-bump: 7.0.1 - cosmiconfig: 8.3.6(typescript@5.5.4) + cosmiconfig: 9.0.0(typescript@5.8.3) dedent: 1.5.3 envinfo: 7.13.0 execa: 5.0.0 @@ -14184,7 +15699,6 @@ snapshots: get-stream: 6.0.0 git-url-parse: 14.0.0 glob-parent: 6.0.2 - globby: 11.1.0 graceful-fs: 4.2.11 has-unicode: 2.0.1 import-local: 3.1.0 @@ -14224,11 +15738,11 @@ snapshots: slash: 3.0.0 ssri: 10.0.6 string-width: 4.2.3 - strip-ansi: 6.0.1 - strong-log-transformer: 2.1.0 tar: 6.2.1 temp-dir: 1.0.0 - typescript: 5.5.4 + through: 2.3.8 + tinyglobby: 0.2.12 + typescript: 5.8.3 upath: 2.0.1 uuid: 10.0.0 validate-npm-package-license: 3.0.4 @@ -14239,8 +15753,8 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 transitivePeerDependencies: - - '@swc-node/register' - - '@swc/core' + - "@swc-node/register" + - "@swc/core" - babel-plugin-macros - bluebird - debug @@ -14401,8 +15915,8 @@ snapshots: logform@2.5.1: dependencies: - '@colors/colors': 1.5.0 - '@types/triple-beam': 1.3.2 + "@colors/colors": 1.5.0 + "@types/triple-beam": 1.3.2 fecha: 4.2.3 ms: 2.1.3 safe-stable-stringify: 2.4.3 @@ -14412,6 +15926,8 @@ snapshots: loupe@3.1.3: {} + loupe@3.2.0: {} + lower-case@2.0.2: dependencies: tslib: 2.6.2 @@ -14436,12 +15952,12 @@ snapshots: luxon@3.5.0: {} - madge@6.1.0(typescript@5.5.2): + madge@6.1.0(typescript@5.8.3): dependencies: chalk: 4.1.2 commander: 7.2.0 commondir: 1.0.1 - debug: 4.3.7 + debug: 4.4.0 dependency-tree: 9.0.0 detective-amd: 4.2.0 detective-cjs: 4.1.0 @@ -14461,11 +15977,11 @@ snapshots: ts-graphviz: 1.8.1 walkdir: 0.4.1 optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color - madge@8.0.0(typescript@5.5.2): + madge@8.0.0(typescript@5.8.3): dependencies: chalk: 4.1.2 commander: 7.2.0 @@ -14480,18 +15996,18 @@ snapshots: ts-graphviz: 2.1.2 walkdir: 0.4.1 optionalDependencies: - typescript: 5.5.2 + typescript: 5.8.3 transitivePeerDependencies: - supports-color magic-string@0.30.17: dependencies: - '@jridgewell/sourcemap-codec': 1.5.0 + "@jridgewell/sourcemap-codec": 1.5.0 magicast@0.3.5: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + "@babel/parser": 7.27.2 + "@babel/types": 7.27.1 source-map-js: 1.2.1 make-dir@2.1.0: @@ -14511,7 +16027,7 @@ snapshots: make-fetch-happen@13.0.1: dependencies: - '@npmcli/agent': 2.2.0 + "@npmcli/agent": 2.2.0 cacache: 18.0.3 http-cache-semantics: 4.1.1 is-lambda: 1.0.1 @@ -14544,18 +16060,6 @@ snapshots: escape-string-regexp: 4.0.0 optional: true - mdast-util-to-hast@13.2.0: - dependencies: - '@types/hast': 3.0.4 - '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.2.0 - devlop: 1.1.0 - micromark-util-sanitize-uri: 2.0.0 - trim-lines: 3.0.1 - unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 - vfile: 6.0.3 - mdurl@2.0.0: {} media-typer@0.3.0: {} @@ -14564,7 +16068,7 @@ snapshots: meow@8.1.2: dependencies: - '@types/minimist': 1.2.2 + "@types/minimist": 1.2.2 camelcase-keys: 6.2.2 decamelize-keys: 1.1.1 hard-rejection: 2.1.0 @@ -14584,23 +16088,6 @@ snapshots: methods@1.1.2: {} - micromark-util-character@2.1.0: - dependencies: - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - - micromark-util-encode@2.0.0: {} - - micromark-util-sanitize-uri@2.0.0: - dependencies: - micromark-util-character: 2.1.0 - micromark-util-encode: 2.0.0 - micromark-util-symbol: 2.0.0 - - micromark-util-symbol@2.0.0: {} - - micromark-util-types@2.0.0: {} - micromatch@4.0.5: dependencies: braces: 3.0.2 @@ -14624,8 +16111,8 @@ snapshots: minify@13.0.0: dependencies: - '@putout/minify': 4.7.2 - '@swc/core': 1.9.2 + "@putout/minify": 4.7.2 + "@swc/core": 1.9.2 clean-css: 5.3.2 css-b64-images: 0.2.5 debug: 4.3.7 @@ -14640,7 +16127,7 @@ snapshots: try-catch: 3.0.1 try-to-catch: 3.0.1 transitivePeerDependencies: - - '@swc/helpers' + - "@swc/helpers" - supports-color minimatch@10.0.1: @@ -14667,10 +16154,6 @@ snapshots: dependencies: brace-expansion: 2.0.1 - minimatch@9.0.4: - dependencies: - brace-expansion: 2.0.1 - minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 @@ -14778,7 +16261,7 @@ snapshots: multimatch@5.0.0: dependencies: - '@types/minimatch': 3.0.5 + "@types/minimatch": 3.0.5 array-differ: 3.0.0 array-union: 2.1.0 arrify: 2.0.1 @@ -14840,19 +16323,19 @@ snapshots: node-machine-id@1.1.12: {} - node-releases@2.0.18: {} + node-releases@2.0.19: {} node-source-walk@4.3.0: dependencies: - '@babel/parser': 7.26.2 + "@babel/parser": 7.27.2 node-source-walk@5.0.2: dependencies: - '@babel/parser': 7.26.2 + "@babel/parser": 7.27.2 node-source-walk@7.0.0: dependencies: - '@babel/parser': 7.26.2 + "@babel/parser": 7.27.2 nodemon@3.0.1: dependencies: @@ -14890,7 +16373,7 @@ snapshots: normalize-package-data@3.0.3: dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.13.1 + is-core-module: 2.15.1 semver: 7.6.3 validate-npm-package-license: 3.0.4 @@ -14934,7 +16417,7 @@ snapshots: npm-registry-fetch@17.1.0: dependencies: - '@npmcli/redact': 2.0.1 + "@npmcli/redact": 2.0.1 jsonparse: 1.3.1 make-fetch-happen: 13.0.1 minipass: 7.1.2 @@ -14953,7 +16436,7 @@ snapshots: nx-cloud@19.1.0: dependencies: - '@nrwl/nx-cloud': 19.1.0 + "@nrwl/nx-cloud": 19.1.0 axios: 1.7.4 chalk: 4.1.2 dotenv: 10.0.0 @@ -14968,11 +16451,11 @@ snapshots: nx@19.8.14(@swc/core@1.9.2): dependencies: - '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.8.14(@swc/core@1.9.2) - '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.7 + "@napi-rs/wasm-runtime": 0.2.4 + "@nrwl/tao": 19.8.14(@swc/core@1.9.2) + "@yarnpkg/lockfile": 1.1.0 + "@yarnpkg/parsers": 3.0.0-rc.46 + "@zkochan/js-yaml": 0.0.7 axios: 1.7.4 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -15003,27 +16486,27 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.8.14 - '@nx/nx-darwin-x64': 19.8.14 - '@nx/nx-freebsd-x64': 19.8.14 - '@nx/nx-linux-arm-gnueabihf': 19.8.14 - '@nx/nx-linux-arm64-gnu': 19.8.14 - '@nx/nx-linux-arm64-musl': 19.8.14 - '@nx/nx-linux-x64-gnu': 19.8.14 - '@nx/nx-linux-x64-musl': 19.8.14 - '@nx/nx-win32-arm64-msvc': 19.8.14 - '@nx/nx-win32-x64-msvc': 19.8.14 - '@swc/core': 1.9.2 + "@nx/nx-darwin-arm64": 19.8.14 + "@nx/nx-darwin-x64": 19.8.14 + "@nx/nx-freebsd-x64": 19.8.14 + "@nx/nx-linux-arm-gnueabihf": 19.8.14 + "@nx/nx-linux-arm64-gnu": 19.8.14 + "@nx/nx-linux-arm64-musl": 19.8.14 + "@nx/nx-linux-x64-gnu": 19.8.14 + "@nx/nx-linux-x64-musl": 19.8.14 + "@nx/nx-win32-arm64-msvc": 19.8.14 + "@nx/nx-win32-x64-msvc": 19.8.14 + "@swc/core": 1.9.2 transitivePeerDependencies: - debug nx@19.8.4(@swc/core@1.9.2): dependencies: - '@napi-rs/wasm-runtime': 0.2.4 - '@nrwl/tao': 19.8.4(@swc/core@1.9.2) - '@yarnpkg/lockfile': 1.1.0 - '@yarnpkg/parsers': 3.0.0-rc.46 - '@zkochan/js-yaml': 0.0.7 + "@napi-rs/wasm-runtime": 0.2.4 + "@nrwl/tao": 19.8.4(@swc/core@1.9.2) + "@yarnpkg/lockfile": 1.1.0 + "@yarnpkg/parsers": 3.0.0-rc.46 + "@zkochan/js-yaml": 0.0.7 axios: 1.7.4 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -15054,17 +16537,17 @@ snapshots: yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 19.8.4 - '@nx/nx-darwin-x64': 19.8.4 - '@nx/nx-freebsd-x64': 19.8.4 - '@nx/nx-linux-arm-gnueabihf': 19.8.4 - '@nx/nx-linux-arm64-gnu': 19.8.4 - '@nx/nx-linux-arm64-musl': 19.8.4 - '@nx/nx-linux-x64-gnu': 19.8.4 - '@nx/nx-linux-x64-musl': 19.8.4 - '@nx/nx-win32-arm64-msvc': 19.8.4 - '@nx/nx-win32-x64-msvc': 19.8.4 - '@swc/core': 1.9.2 + "@nx/nx-darwin-arm64": 19.8.4 + "@nx/nx-darwin-x64": 19.8.4 + "@nx/nx-freebsd-x64": 19.8.4 + "@nx/nx-linux-arm-gnueabihf": 19.8.4 + "@nx/nx-linux-arm64-gnu": 19.8.4 + "@nx/nx-linux-arm64-musl": 19.8.4 + "@nx/nx-linux-x64-gnu": 19.8.4 + "@nx/nx-linux-x64-musl": 19.8.4 + "@nx/nx-win32-arm64-msvc": 19.8.4 + "@nx/nx-win32-x64-msvc": 19.8.4 + "@swc/core": 1.9.2 transitivePeerDependencies: - debug @@ -15116,10 +16599,6 @@ snapshots: dependencies: mimic-fn: 2.1.0 - oniguruma-to-js@0.4.3: - dependencies: - regex: 4.3.3 - open@8.4.2: dependencies: define-lazy-prop: 2.0.0 @@ -15130,7 +16609,7 @@ snapshots: optionator@0.9.3: dependencies: - '@aashutoshrathi/word-wrap': 1.2.6 + "@aashutoshrathi/word-wrap": 1.2.6 deep-is: 0.1.4 fast-levenshtein: 2.0.6 levn: 0.4.1 @@ -15231,11 +16710,11 @@ snapshots: pacote@18.0.6: dependencies: - '@npmcli/git': 5.0.3 - '@npmcli/installed-package-contents': 2.1.0 - '@npmcli/package-json': 5.2.0 - '@npmcli/promise-spawn': 7.0.0 - '@npmcli/run-script': 8.1.0 + "@npmcli/git": 5.0.3 + "@npmcli/installed-package-contents": 2.1.0 + "@npmcli/package-json": 5.2.0 + "@npmcli/promise-spawn": 7.0.0 + "@npmcli/run-script": 8.1.0 cacache: 18.0.3 fs-minipass: 3.0.2 minipass: 7.1.2 @@ -15267,14 +16746,13 @@ snapshots: just-diff: 6.0.2 just-diff-apply: 5.5.0 - parse-imports@2.1.0: + parse-imports-exports@0.2.4: dependencies: - es-module-lexer: 1.5.4 - slashes: 3.0.12 + parse-statements: 1.0.11 - parse-imports@2.1.1: + parse-imports@2.1.0: dependencies: - es-module-lexer: 1.5.4 + es-module-lexer: 1.7.0 slashes: 3.0.12 parse-json@4.0.0: @@ -15284,7 +16762,7 @@ snapshots: parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.25.7 + "@babel/code-frame": 7.27.1 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 @@ -15295,6 +16773,8 @@ snapshots: dependencies: protocols: 2.0.1 + parse-statements@1.0.11: {} + parse-url@8.1.0: dependencies: parse-path: 7.0.0 @@ -15333,11 +16813,6 @@ snapshots: lru-cache: 10.2.2 minipass: 7.0.4 - path-scurry@1.10.2: - dependencies: - lru-cache: 10.2.2 - minipass: 7.1.2 - path-scurry@1.11.1: dependencies: lru-cache: 10.2.2 @@ -15364,8 +16839,6 @@ snapshots: picocolors@1.0.0: {} - picocolors@1.1.0: {} - picocolors@1.1.1: {} picomatch@2.3.1: {} @@ -15433,7 +16906,7 @@ snapshots: precinct@12.1.2: dependencies: - '@dependents/detective-less': 5.0.0 + "@dependents/detective-less": 5.0.0 commander: 12.1.0 detective-amd: 6.0.0 detective-cjs: 6.0.0 @@ -15442,19 +16915,19 @@ snapshots: detective-sass: 6.0.0 detective-scss: 5.0.0 detective-stylus: 5.0.0 - detective-typescript: 13.0.0(typescript@5.5.4) - detective-vue2: 2.0.3(typescript@5.5.4) + detective-typescript: 13.0.0(typescript@5.8.3) + detective-vue2: 2.0.3(typescript@5.8.3) module-definition: 6.0.0 node-source-walk: 7.0.0 postcss: 8.5.1 - typescript: 5.5.4 + typescript: 5.8.3 transitivePeerDependencies: - supports-color precinct@8.3.1: dependencies: commander: 2.20.3 - debug: 4.3.7 + debug: 4.4.0 detective-amd: 3.1.2 detective-cjs: 3.1.3 detective-es6: 2.2.2 @@ -15471,7 +16944,7 @@ snapshots: precinct@9.2.1: dependencies: - '@dependents/detective-less': 3.0.2 + "@dependents/detective-less": 3.0.2 commander: 9.5.0 detective-amd: 4.2.0 detective-cjs: 4.1.0 @@ -15492,23 +16965,23 @@ snapshots: dependencies: fast-diff: 1.3.0 - prettier-plugin-multiline-arrays@3.0.6(prettier@3.3.3): + prettier-plugin-multiline-arrays@3.0.6(prettier@3.6.2): dependencies: - '@augment-vir/common': 28.2.4 - prettier: 3.3.3 + "@augment-vir/common": 28.2.4 + prettier: 3.6.2 proxy-vir: 1.0.0 - prettier-plugin-multiline-arrays@4.0.1(prettier@3.3.3): + prettier-plugin-multiline-arrays@4.0.3(prettier@3.6.2): dependencies: - '@augment-vir/common': 31.2.0 - prettier: 3.3.3 + "@augment-vir/common": 31.17.1 + prettier: 3.6.2 proxy-vir: 2.0.1 - prettier@3.3.3: {} + prettier@3.6.2: {} pretty-format@29.7.0: dependencies: - '@jest/schemas': 29.6.3 + "@jest/schemas": 29.6.3 ansi-styles: 5.2.0 react-is: 18.2.0 @@ -15550,8 +17023,6 @@ snapshots: dependencies: read: 2.1.0 - property-information@6.5.0: {} - protocols@2.0.1: {} proxy-addr@2.0.7: @@ -15563,12 +17034,12 @@ snapshots: proxy-vir@1.0.0: dependencies: - '@augment-vir/common': 23.4.0 + "@augment-vir/common": 23.4.0 proxy-vir@2.0.1: dependencies: - '@augment-vir/assert': 31.2.0 - '@augment-vir/common': 31.2.0 + "@augment-vir/assert": 31.2.0 + "@augment-vir/common": 31.17.1 pstree.remy@1.1.8: {} @@ -15712,7 +17183,7 @@ snapshots: read-pkg@5.2.0: dependencies: - '@types/normalize-package-data': 2.4.1 + "@types/normalize-package-data": 2.4.1 normalize-package-data: 2.5.0 parse-json: 5.2.0 type-fest: 0.6.0 @@ -15776,9 +17247,7 @@ snapshots: regenerator-transform@0.15.2: dependencies: - '@babel/runtime': 7.21.5 - - regex@4.3.3: {} + "@babel/runtime": 7.21.5 regexp.prototype.flags@1.5.1: dependencies: @@ -15788,7 +17257,7 @@ snapshots: regexpu-core@5.3.2: dependencies: - '@babel/regjsgen': 0.8.0 + "@babel/regjsgen": 0.8.0 regenerate: 1.4.2 regenerate-unicode-properties: 10.1.0 regjsparser: 0.9.1 @@ -15881,27 +17350,27 @@ snapshots: rollup@4.32.0: dependencies: - '@types/estree': 1.0.6 + "@types/estree": 1.0.6 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.32.0 - '@rollup/rollup-android-arm64': 4.32.0 - '@rollup/rollup-darwin-arm64': 4.32.0 - '@rollup/rollup-darwin-x64': 4.32.0 - '@rollup/rollup-freebsd-arm64': 4.32.0 - '@rollup/rollup-freebsd-x64': 4.32.0 - '@rollup/rollup-linux-arm-gnueabihf': 4.32.0 - '@rollup/rollup-linux-arm-musleabihf': 4.32.0 - '@rollup/rollup-linux-arm64-gnu': 4.32.0 - '@rollup/rollup-linux-arm64-musl': 4.32.0 - '@rollup/rollup-linux-loongarch64-gnu': 4.32.0 - '@rollup/rollup-linux-powerpc64le-gnu': 4.32.0 - '@rollup/rollup-linux-riscv64-gnu': 4.32.0 - '@rollup/rollup-linux-s390x-gnu': 4.32.0 - '@rollup/rollup-linux-x64-gnu': 4.32.0 - '@rollup/rollup-linux-x64-musl': 4.32.0 - '@rollup/rollup-win32-arm64-msvc': 4.32.0 - '@rollup/rollup-win32-ia32-msvc': 4.32.0 - '@rollup/rollup-win32-x64-msvc': 4.32.0 + "@rollup/rollup-android-arm-eabi": 4.32.0 + "@rollup/rollup-android-arm64": 4.32.0 + "@rollup/rollup-darwin-arm64": 4.32.0 + "@rollup/rollup-darwin-x64": 4.32.0 + "@rollup/rollup-freebsd-arm64": 4.32.0 + "@rollup/rollup-freebsd-x64": 4.32.0 + "@rollup/rollup-linux-arm-gnueabihf": 4.32.0 + "@rollup/rollup-linux-arm-musleabihf": 4.32.0 + "@rollup/rollup-linux-arm64-gnu": 4.32.0 + "@rollup/rollup-linux-arm64-musl": 4.32.0 + "@rollup/rollup-linux-loongarch64-gnu": 4.32.0 + "@rollup/rollup-linux-powerpc64le-gnu": 4.32.0 + "@rollup/rollup-linux-riscv64-gnu": 4.32.0 + "@rollup/rollup-linux-s390x-gnu": 4.32.0 + "@rollup/rollup-linux-x64-gnu": 4.32.0 + "@rollup/rollup-linux-x64-musl": 4.32.0 + "@rollup/rollup-win32-arm64-msvc": 4.32.0 + "@rollup/rollup-win32-ia32-msvc": 4.32.0 + "@rollup/rollup-win32-x64-msvc": 4.32.0 fsevents: 2.3.3 rrweb-cssom@0.8.0: {} @@ -15914,13 +17383,13 @@ snapshots: run-time-assertions@1.0.0: dependencies: - '@augment-vir/common': 23.4.0 + "@augment-vir/common": 23.4.0 expect-type: 0.15.0 type-fest: 4.30.2 run-time-assertions@1.5.1: dependencies: - '@augment-vir/common': 28.2.4 + "@augment-vir/common": 28.2.4 expect-type: 0.15.0 type-fest: 4.20.1 @@ -15947,6 +17416,8 @@ snapshots: safe-stable-stringify@2.4.3: {} + safe-stable-stringify@2.5.0: {} + safer-buffer@2.1.2: {} sass-lookup@3.0.0: @@ -15969,15 +17440,16 @@ snapshots: dependencies: xmlchars: 2.2.0 - schema-utils@3.3.0: + schema-utils@4.2.0: dependencies: - '@types/json-schema': 7.0.15 - ajv: 6.12.6 - ajv-keywords: 3.5.2(ajv@6.12.6) + "@types/json-schema": 7.0.15 + ajv: 8.12.0 + ajv-formats: 2.1.1(ajv@8.12.0) + ajv-keywords: 5.1.0(ajv@8.12.0) - schema-utils@4.2.0: + schema-utils@4.3.2: dependencies: - '@types/json-schema': 7.0.15 + "@types/json-schema": 7.0.15 ajv: 8.12.0 ajv-formats: 2.1.1(ajv@8.12.0) ajv-keywords: 5.1.0(ajv@8.12.0) @@ -15993,8 +17465,6 @@ snapshots: dependencies: lru-cache: 6.0.0 - semver@7.6.2: {} - semver@7.6.3: {} send@0.18.0: @@ -16045,7 +17515,7 @@ snapshots: type-fest: 0.13.1 optional: true - serialize-javascript@6.0.1: + serialize-javascript@6.0.2: dependencies: randombytes: 2.1.0 @@ -16089,15 +17559,6 @@ snapshots: shell-quote@1.8.1: {} - shiki@1.21.1: - dependencies: - '@shikijs/core': 1.21.1 - '@shikijs/engine-javascript': 1.21.1 - '@shikijs/engine-oniguruma': 1.21.1 - '@shikijs/types': 1.21.1 - '@shikijs/vscode-textmate': 9.3.0 - '@types/hast': 3.0.4 - side-channel@1.0.6: dependencies: call-bind: 1.0.7 @@ -16113,12 +17574,12 @@ snapshots: sigstore@2.3.1: dependencies: - '@sigstore/bundle': 2.3.2 - '@sigstore/core': 1.1.0 - '@sigstore/protobuf-specs': 0.3.2 - '@sigstore/sign': 2.3.2 - '@sigstore/tuf': 2.3.4 - '@sigstore/verify': 1.2.1 + "@sigstore/bundle": 2.3.2 + "@sigstore/core": 1.1.0 + "@sigstore/protobuf-specs": 0.3.2 + "@sigstore/sign": 2.3.2 + "@sigstore/tuf": 2.3.4 + "@sigstore/verify": 1.2.1 transitivePeerDependencies: - supports-color @@ -16145,13 +17606,13 @@ snapshots: sirv@2.0.3: dependencies: - '@polka/url': 1.0.0-next.21 + "@polka/url": 1.0.0-next.21 mrmime: 1.0.1 totalist: 3.0.1 sirv@3.0.1: dependencies: - '@polka/url': 1.0.0-next.25 + "@polka/url": 1.0.0-next.25 mrmime: 2.0.0 totalist: 3.0.1 @@ -16165,7 +17626,7 @@ snapshots: socks-proxy-agent@8.0.2: dependencies: - agent-base: 7.1.0 + agent-base: 7.1.3 debug: 4.4.0 socks: 2.7.1 transitivePeerDependencies: @@ -16193,8 +17654,6 @@ snapshots: source-map@0.7.4: {} - space-separated-tokens@2.0.2: {} - spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 @@ -16241,7 +17700,7 @@ snapshots: statuses@2.0.1: {} - std-env@3.8.1: {} + std-env@3.9.0: {} stream-to-array@2.3.0: dependencies: @@ -16259,6 +17718,12 @@ snapshots: emoji-regex: 9.2.2 strip-ansi: 7.1.0 + string-width@7.2.0: + dependencies: + emoji-regex: 10.4.0 + get-east-asian-width: 1.3.0 + strip-ansi: 7.1.0 + string.prototype.trim@1.2.8: dependencies: call-bind: 1.0.7 @@ -16287,11 +17752,6 @@ snapshots: dependencies: safe-buffer: 5.2.1 - stringify-entities@4.0.4: - dependencies: - character-entities-html4: 2.1.0 - character-entities-legacy: 3.0.0 - stringify-object@3.3.0: dependencies: get-own-enumerable-property-symbols: 3.0.2 @@ -16320,6 +17780,10 @@ snapshots: strip-json-comments@3.1.1: {} + strip-literal@3.0.0: + dependencies: + js-tokens: 9.0.1 + strip-outer@1.0.1: dependencies: escape-string-regexp: 1.0.5 @@ -16343,7 +17807,7 @@ snapshots: stylus@0.64.0: dependencies: - '@adobe/css-tools': 4.3.3 + "@adobe/css-tools": 4.3.3 debug: 4.3.6 glob: 10.4.5 sax: 1.4.1 @@ -16353,7 +17817,7 @@ snapshots: sumchecker@3.0.1: dependencies: - debug: 4.3.7 + debug: 4.4.0 transitivePeerDependencies: - supports-color @@ -16373,14 +17837,14 @@ snapshots: symbol-tree@3.2.4: {} - synckit@0.9.0: + synckit@0.11.4: dependencies: - '@pkgr/core': 0.1.1 - tslib: 2.6.2 + "@pkgr/core": 0.2.4 + tslib: 2.8.1 - synckit@0.9.1: + synckit@0.9.0: dependencies: - '@pkgr/core': 0.1.1 + "@pkgr/core": 0.1.1 tslib: 2.6.2 tapable@2.2.1: {} @@ -16411,34 +17875,27 @@ snapshots: temp-dir@1.0.0: {} - terser-webpack-plugin@5.3.10(@swc/core@1.9.2)(webpack@5.95.0): + terser-webpack-plugin@5.3.14(@swc/core@1.9.2)(webpack@5.101.0): dependencies: - '@jridgewell/trace-mapping': 0.3.20 + "@jridgewell/trace-mapping": 0.3.25 jest-worker: 27.5.1 - schema-utils: 3.3.0 - serialize-javascript: 6.0.1 - terser: 5.26.0 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + schema-utils: 4.3.2 + serialize-javascript: 6.0.2 + terser: 5.36.0 + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) optionalDependencies: - '@swc/core': 1.9.2 - - terser@5.26.0: - dependencies: - '@jridgewell/source-map': 0.3.5 - acorn: 8.10.0 - commander: 2.20.3 - source-map-support: 0.5.21 + "@swc/core": 1.9.2 terser@5.36.0: dependencies: - '@jridgewell/source-map': 0.3.5 + "@jridgewell/source-map": 0.3.5 acorn: 8.12.1 commander: 2.20.3 source-map-support: 0.5.21 test-exclude@7.0.1: dependencies: - '@istanbuljs/schema': 0.1.3 + "@istanbuljs/schema": 0.1.3 glob: 10.4.5 minimatch: 9.0.5 @@ -16459,20 +17916,25 @@ snapshots: tinybench@2.9.0: {} - tinyexec@0.3.0: {} - tinyexec@0.3.2: {} + tinyexec@1.0.1: {} + tinyglobby@0.2.12: dependencies: - fdir: 6.4.3(picomatch@4.0.2) + fdir: 6.4.4(picomatch@4.0.2) + picomatch: 4.0.2 + + tinyglobby@0.2.14: + dependencies: + fdir: 6.4.4(picomatch@4.0.2) picomatch: 4.0.2 - tinypool@1.0.2: {} + tinypool@1.1.1: {} tinyrainbow@2.0.0: {} - tinyspy@3.0.2: {} + tinyspy@4.0.3: {} tldts-core@6.1.50: {} @@ -16488,8 +17950,6 @@ snapshots: dependencies: rimraf: 3.0.2 - to-fast-properties@2.0.0: {} - to-regex-range@5.0.1: dependencies: is-number: 7.0.0 @@ -16504,13 +17964,13 @@ snapshots: dependencies: nopt: 1.0.10 - tough-cookie@5.0.0: + tough-cookie@5.1.2: dependencies: tldts: 6.1.50 tr46@0.0.3: {} - tr46@5.0.0: + tr46@5.1.1: dependencies: punycode: 2.3.1 @@ -16518,8 +17978,6 @@ snapshots: treeverse@3.0.0: {} - trim-lines@3.0.1: {} - trim-newlines@3.0.1: {} trim-repeated@1.0.0: @@ -16532,42 +17990,38 @@ snapshots: try-to-catch@3.0.1: {} - ts-api-utils@1.3.0(typescript@5.5.2): + ts-api-utils@1.3.0(typescript@5.8.3): dependencies: - typescript: 5.5.2 - - ts-api-utils@1.3.0(typescript@5.5.4): - dependencies: - typescript: 5.5.4 + typescript: 5.8.3 ts-graphviz@1.8.1: {} ts-graphviz@2.1.2: dependencies: - '@ts-graphviz/adapter': 2.0.3 - '@ts-graphviz/ast': 2.0.3 - '@ts-graphviz/common': 2.1.2 - '@ts-graphviz/core': 2.0.3 + "@ts-graphviz/adapter": 2.0.3 + "@ts-graphviz/ast": 2.0.3 + "@ts-graphviz/common": 2.1.2 + "@ts-graphviz/core": 2.0.3 - ts-json-schema-generator@2.3.0: + ts-json-schema-generator@2.4.0: dependencies: - '@types/json-schema': 7.0.15 - commander: 12.0.0 - glob: 10.3.12 + "@types/json-schema": 7.0.15 + commander: 13.1.0 + glob: 11.0.2 json5: 2.2.3 normalize-path: 3.0.0 - safe-stable-stringify: 2.4.3 - tslib: 2.6.2 - typescript: 5.5.2 + safe-stable-stringify: 2.5.0 + tslib: 2.8.1 + typescript: 5.8.3 ts-node@10.9.2(@swc/core@1.9.2)(@types/node@18.19.45)(typescript@5.5.4): dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 18.19.45 + "@cspotcode/source-map-support": 0.8.1 + "@tsconfig/node10": 1.0.9 + "@tsconfig/node12": 1.0.11 + "@tsconfig/node14": 1.0.3 + "@tsconfig/node16": 1.0.4 + "@types/node": 18.19.45 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -16578,31 +18032,31 @@ snapshots: v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.9.2 + "@swc/core": 1.9.2 - ts-node@10.9.2(@swc/core@1.9.2)(@types/node@22.7.5)(typescript@5.5.2): + ts-node@10.9.2(@swc/core@1.9.2)(@types/node@24.1.0)(typescript@5.8.3): dependencies: - '@cspotcode/source-map-support': 0.8.1 - '@tsconfig/node10': 1.0.9 - '@tsconfig/node12': 1.0.11 - '@tsconfig/node14': 1.0.3 - '@tsconfig/node16': 1.0.4 - '@types/node': 22.7.5 + "@cspotcode/source-map-support": 0.8.1 + "@tsconfig/node10": 1.0.9 + "@tsconfig/node12": 1.0.11 + "@tsconfig/node14": 1.0.3 + "@tsconfig/node16": 1.0.4 + "@types/node": 24.1.0 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.5.2 + typescript: 5.8.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 optionalDependencies: - '@swc/core': 1.9.2 + "@swc/core": 1.9.2 tsconfig-paths@3.15.0: dependencies: - '@types/json5': 0.0.29 + "@types/json5": 0.0.29 json5: 1.0.2 minimist: 1.2.8 strip-bom: 3.0.0 @@ -16617,6 +18071,8 @@ snapshots: tslib@2.6.2: {} + tslib@2.8.1: {} + tsutils@3.21.0(typescript@3.9.10): dependencies: tslib: 1.14.1 @@ -16629,7 +18085,7 @@ snapshots: tuf-js@2.2.1: dependencies: - '@tufjs/models': 2.0.1 + "@tufjs/models": 2.0.1 debug: 4.4.0 make-fetch-happen: 13.0.1 transitivePeerDependencies: @@ -16664,6 +18120,8 @@ snapshots: type-fest@4.30.2: {} + type-fest@4.41.0: {} + type-is@1.6.18: dependencies: media-typer: 0.3.0 @@ -16696,54 +18154,54 @@ snapshots: for-each: 0.3.3 is-typed-array: 1.1.12 - typed-event-target@4.0.2: + typed-event-target@4.0.4: dependencies: - '@augment-vir/assert': 30.8.4 - '@augment-vir/common': 30.8.4 - '@augment-vir/core': 30.8.4 + "@augment-vir/assert": 31.17.1 + "@augment-vir/common": 31.17.1 + "@augment-vir/core": 31.17.1 typedarray@0.0.6: {} - typedoc-plugin-carbon-ads@1.6.0(typedoc@0.26.8(typescript@5.5.2)): + typedoc-plugin-carbon-ads@1.6.0(typedoc@0.28.8(typescript@5.8.3)): dependencies: - typedoc: 0.26.8(typescript@5.5.2) - typescript: 5.5.2 + typedoc: 0.28.8(typescript@5.8.3) + typescript: 5.8.3 - typedoc-plugin-clarity@1.6.0(typedoc@0.26.8(typescript@5.5.2)): + typedoc-plugin-clarity@1.6.0(typedoc@0.28.8(typescript@5.8.3)): dependencies: - typedoc: 0.26.8(typescript@5.5.2) - typescript: 5.5.2 + typedoc: 0.28.8(typescript@5.8.3) + typescript: 5.8.3 - typedoc-plugin-coverage@3.3.0(typedoc@0.26.8(typescript@5.5.2)): + typedoc-plugin-coverage@4.0.1(typedoc@0.28.8(typescript@5.8.3)): dependencies: - typedoc: 0.26.8(typescript@5.5.2) + typedoc: 0.28.8(typescript@5.8.3) - typedoc-plugin-keywords@1.6.0(typedoc@0.26.8(typescript@5.5.2)): + typedoc-plugin-keywords@1.6.0(typedoc@0.28.8(typescript@5.8.3)): dependencies: - typedoc: 0.26.8(typescript@5.5.2) - typescript: 5.5.2 + typedoc: 0.28.8(typescript@5.8.3) + typescript: 5.8.3 - typedoc-plugin-mdn-links@5.0.1(typedoc@0.26.8(typescript@5.5.2)): + typedoc-plugin-mdn-links@5.0.6(typedoc@0.28.8(typescript@5.8.3)): dependencies: - typedoc: 0.26.8(typescript@5.5.2) + typedoc: 0.28.8(typescript@5.8.3) - typedoc-plugin-missing-exports@3.0.0(typedoc@0.26.8(typescript@5.5.2)): + typedoc-plugin-missing-exports@4.0.0(typedoc@0.28.8(typescript@5.8.3)): dependencies: - typedoc: 0.26.8(typescript@5.5.2) + typedoc: 0.28.8(typescript@5.8.3) - typedoc@0.26.8(typescript@5.5.2): + typedoc@0.28.8(typescript@5.8.3): dependencies: + "@gerrit0/mini-shiki": 3.8.1 lunr: 2.3.9 markdown-it: 14.1.0 minimatch: 9.0.5 - shiki: 1.21.1 - typescript: 5.5.2 - yaml: 2.5.1 + typescript: 5.8.3 + yaml: 2.8.0 typescript-json-schema@0.65.1(@swc/core@1.9.2): dependencies: - '@types/json-schema': 7.0.15 - '@types/node': 18.19.45 + "@types/json-schema": 7.0.15 + "@types/node": 18.19.45 glob: 7.2.3 path-equal: 1.2.5 safe-stable-stringify: 2.4.3 @@ -16751,8 +18209,8 @@ snapshots: typescript: 5.5.4 yargs: 17.7.2 transitivePeerDependencies: - - '@swc/core' - - '@swc/wasm' + - "@swc/core" + - "@swc/wasm" typescript@3.9.10: {} @@ -16760,10 +18218,10 @@ snapshots: typescript@5.3.3: {} - typescript@5.5.2: {} - typescript@5.5.4: {} + typescript@5.8.3: {} + uc.micro@2.1.0: {} uglify-js@3.17.4: @@ -16784,6 +18242,10 @@ snapshots: undici-types@6.20.0: {} + undici-types@6.21.0: {} + + undici-types@7.8.0: {} + unicode-canonical-property-names-ecmascript@2.0.0: {} unicode-match-property-ecmascript@2.0.0: @@ -16807,29 +18269,6 @@ snapshots: dependencies: imurmurhash: 0.1.4 - unist-util-is@6.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-position@5.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-stringify-position@4.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-visit-parents@6.0.1: - dependencies: - '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - - unist-util-visit@5.0.0: - dependencies: - '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 - universal-user-agent@6.0.0: {} universalify@0.1.2: {} @@ -16842,11 +18281,11 @@ snapshots: upath@2.0.1: {} - update-browserslist-db@1.1.1(browserslist@4.24.0): + update-browserslist-db@1.1.3(browserslist@4.25.1): dependencies: - browserslist: 4.24.0 + browserslist: 4.25.1 escalade: 3.2.0 - picocolors: 1.1.0 + picocolors: 1.1.1 uri-js@4.4.1: dependencies: @@ -16869,29 +18308,19 @@ snapshots: vanilla-picker@2.12.2: dependencies: - '@sphinxxxx/color-conversion': 2.2.2 + "@sphinxxxx/color-conversion": 2.2.2 vary@1.1.2: {} - vfile-message@4.0.2: - dependencies: - '@types/unist': 3.0.3 - unist-util-stringify-position: 4.0.0 - - vfile@6.0.3: - dependencies: - '@types/unist': 3.0.3 - vfile-message: 4.0.2 - - vite-node@3.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1): + vite-node@3.2.4(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0): dependencies: cac: 6.7.14 - debug: 4.4.0 - es-module-lexer: 1.6.0 + debug: 4.4.1 + es-module-lexer: 1.7.0 pathe: 2.0.3 - vite: 6.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + vite: 6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) transitivePeerDependencies: - - '@types/node' + - "@types/node" - jiti - less - lightningcss @@ -16904,62 +18333,50 @@ snapshots: - tsx - yaml - vite@6.0.9(@types/node@22.13.9)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1): + vite@6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0): dependencies: esbuild: 0.24.2 postcss: 8.5.1 rollup: 4.32.0 optionalDependencies: - '@types/node': 22.13.9 + "@types/node": 24.1.0 fsevents: 2.3.3 - jiti: 1.21.0 + jiti: 2.4.2 lightningcss: 1.28.1 sass: 1.69.5 stylus: 0.64.0 terser: 5.36.0 - yaml: 2.5.1 - - vite@6.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1): - dependencies: - esbuild: 0.24.2 - postcss: 8.5.1 - rollup: 4.32.0 - optionalDependencies: - '@types/node': 22.7.5 - fsevents: 2.3.3 - jiti: 1.21.0 - lightningcss: 1.28.1 - sass: 1.69.5 - stylus: 0.64.0 - terser: 5.36.0 - yaml: 2.5.1 - - vitest@3.0.9(@types/node@22.7.5)(@vitest/ui@3.0.9)(jiti@1.21.0)(jsdom@26.0.0(canvas@3.1.0))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1): - dependencies: - '@vitest/expect': 3.0.9 - '@vitest/mocker': 3.0.9(vite@6.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1)) - '@vitest/pretty-format': 3.0.9 - '@vitest/runner': 3.0.9 - '@vitest/snapshot': 3.0.9 - '@vitest/spy': 3.0.9 - '@vitest/utils': 3.0.9 + yaml: 2.8.0 + + vitest@3.2.4(@types/node@24.1.0)(@vitest/ui@3.2.4)(jiti@2.4.2)(jsdom@26.1.0(canvas@3.1.2))(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0): + dependencies: + "@types/chai": 5.2.2 + "@vitest/expect": 3.2.4 + "@vitest/mocker": 3.2.4(vite@6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0)) + "@vitest/pretty-format": 3.2.4 + "@vitest/runner": 3.2.4 + "@vitest/snapshot": 3.2.4 + "@vitest/spy": 3.2.4 + "@vitest/utils": 3.2.4 chai: 5.2.0 - debug: 4.4.0 - expect-type: 1.1.0 + debug: 4.4.1 + expect-type: 1.2.1 magic-string: 0.30.17 pathe: 2.0.3 - std-env: 3.8.1 + picomatch: 4.0.2 + std-env: 3.9.0 tinybench: 2.9.0 tinyexec: 0.3.2 - tinypool: 1.0.2 + tinyglobby: 0.2.14 + tinypool: 1.1.1 tinyrainbow: 2.0.0 - vite: 6.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) - vite-node: 3.0.9(@types/node@22.7.5)(jiti@1.21.0)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.5.1) + vite: 6.0.9(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) + vite-node: 3.2.4(@types/node@24.1.0)(jiti@2.4.2)(lightningcss@1.28.1)(sass@1.69.5)(stylus@0.64.0)(terser@5.36.0)(yaml@2.8.0) why-is-node-running: 2.3.0 optionalDependencies: - '@types/node': 22.7.5 - '@vitest/ui': 3.0.9(vitest@3.0.9) - jsdom: 26.0.0(canvas@3.1.0) + "@types/node": 24.1.0 + "@vitest/ui": 3.2.4(vitest@3.2.4) + jsdom: 26.1.0(canvas@3.1.2) transitivePeerDependencies: - jiti - less @@ -16999,7 +18416,7 @@ snapshots: webpack-bundle-analyzer@4.10.2: dependencies: - '@discoveryjs/json-ext': 0.5.7 + "@discoveryjs/json-ext": 0.5.7 acorn: 8.11.3 acorn-walk: 8.2.0 commander: 7.2.0 @@ -17015,12 +18432,12 @@ snapshots: - bufferutil - utf-8-validate - webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0): + webpack-cli@5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0): dependencies: - '@discoveryjs/json-ext': 0.5.7 - '@webpack-cli/configtest': 2.1.1(webpack-cli@5.1.4)(webpack@5.95.0) - '@webpack-cli/info': 2.0.2(webpack-cli@5.1.4)(webpack@5.95.0) - '@webpack-cli/serve': 2.0.5(webpack-cli@5.1.4)(webpack@5.95.0) + "@discoveryjs/json-ext": 0.5.7 + "@webpack-cli/configtest": 2.1.1(webpack-cli@5.1.4)(webpack@5.101.0) + "@webpack-cli/info": 2.0.2(webpack-cli@5.1.4)(webpack@5.101.0) + "@webpack-cli/serve": 2.0.5(webpack-cli@5.1.4)(webpack@5.101.0) colorette: 2.0.20 commander: 10.0.1 cross-spawn: 7.0.3 @@ -17029,17 +18446,17 @@ snapshots: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) webpack-merge: 5.9.0 optionalDependencies: webpack-bundle-analyzer: 4.10.2 - webpack-cli@6.0.0(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0): + webpack-cli@6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0): dependencies: - '@discoveryjs/json-ext': 0.6.3 - '@webpack-cli/configtest': 3.0.0(webpack-cli@6.0.0)(webpack@5.95.0) - '@webpack-cli/info': 3.0.0(webpack-cli@6.0.0)(webpack@5.95.0) - '@webpack-cli/serve': 3.0.0(webpack-cli@6.0.0)(webpack@5.95.0) + "@discoveryjs/json-ext": 0.6.3 + "@webpack-cli/configtest": 3.0.1(webpack-cli@6.0.1)(webpack@5.101.0) + "@webpack-cli/info": 3.0.1(webpack-cli@6.0.1)(webpack@5.101.0) + "@webpack-cli/serve": 3.0.1(webpack-cli@6.0.1)(webpack@5.101.0) colorette: 2.0.20 commander: 12.1.0 cross-spawn: 7.0.3 @@ -17048,7 +18465,7 @@ snapshots: import-local: 3.1.0 interpret: 3.1.1 rechoir: 0.8.0 - webpack: 5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0) + webpack: 5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1) webpack-merge: 6.0.1 optionalDependencies: webpack-bundle-analyzer: 4.10.2 @@ -17064,20 +18481,22 @@ snapshots: flat: 5.0.2 wildcard: 2.0.1 - webpack-sources@3.2.3: {} + webpack-sources@3.3.3: {} - webpack@5.95.0(@swc/core@1.9.2)(webpack-cli@5.1.4): + webpack@5.101.0(@swc/core@1.9.2)(webpack-cli@5.1.4): dependencies: - '@types/estree': 1.0.5 - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/wasm-edit': 1.12.1 - '@webassemblyjs/wasm-parser': 1.12.1 - acorn: 8.12.1 - acorn-import-attributes: 1.9.5(acorn@8.12.1) - browserslist: 4.24.0 + "@types/eslint-scope": 3.7.7 + "@types/estree": 1.0.8 + "@types/json-schema": 7.0.15 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/wasm-edit": 1.14.1 + "@webassemblyjs/wasm-parser": 1.14.1 + acorn: 8.15.0 + acorn-import-phases: 1.0.4(acorn@8.15.0) + browserslist: 4.25.1 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.17.1 - es-module-lexer: 1.5.4 + enhanced-resolve: 5.18.2 + es-module-lexer: 1.7.0 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -17086,30 +18505,32 @@ snapshots: loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 3.3.0 + schema-utils: 4.3.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.9.2)(webpack@5.95.0) + terser-webpack-plugin: 5.3.14(@swc/core@1.9.2)(webpack@5.101.0) watchpack: 2.4.1 - webpack-sources: 3.2.3 + webpack-sources: 3.3.3 optionalDependencies: - webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack-cli: 5.1.4(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js - webpack@5.95.0(@swc/core@1.9.2)(webpack-cli@6.0.0): - dependencies: - '@types/estree': 1.0.5 - '@webassemblyjs/ast': 1.12.1 - '@webassemblyjs/wasm-edit': 1.12.1 - '@webassemblyjs/wasm-parser': 1.12.1 - acorn: 8.12.1 - acorn-import-attributes: 1.9.5(acorn@8.12.1) - browserslist: 4.24.0 + webpack@5.101.0(@swc/core@1.9.2)(webpack-cli@6.0.1): + dependencies: + "@types/eslint-scope": 3.7.7 + "@types/estree": 1.0.8 + "@types/json-schema": 7.0.15 + "@webassemblyjs/ast": 1.14.1 + "@webassemblyjs/wasm-edit": 1.14.1 + "@webassemblyjs/wasm-parser": 1.14.1 + acorn: 8.15.0 + acorn-import-phases: 1.0.4(acorn@8.15.0) + browserslist: 4.25.1 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.17.1 - es-module-lexer: 1.5.4 + enhanced-resolve: 5.18.2 + es-module-lexer: 1.7.0 eslint-scope: 5.1.1 events: 3.3.0 glob-to-regexp: 0.4.1 @@ -17118,15 +18539,15 @@ snapshots: loader-runner: 4.3.0 mime-types: 2.1.35 neo-async: 2.6.2 - schema-utils: 3.3.0 + schema-utils: 4.3.2 tapable: 2.2.1 - terser-webpack-plugin: 5.3.10(@swc/core@1.9.2)(webpack@5.95.0) + terser-webpack-plugin: 5.3.14(@swc/core@1.9.2)(webpack@5.101.0) watchpack: 2.4.1 - webpack-sources: 3.2.3 + webpack-sources: 3.3.3 optionalDependencies: - webpack-cli: 6.0.0(webpack-bundle-analyzer@4.10.2)(webpack@5.95.0) + webpack-cli: 6.0.1(webpack-bundle-analyzer@4.10.2)(webpack@5.101.0) transitivePeerDependencies: - - '@swc/core' + - "@swc/core" - esbuild - uglify-js @@ -17136,9 +18557,9 @@ snapshots: whatwg-mimetype@4.0.0: {} - whatwg-url@14.1.0: + whatwg-url@14.2.0: dependencies: - tr46: 5.0.0 + tr46: 5.1.1 webidl-conversions: 7.0.0 whatwg-url@5.0.0: @@ -17189,8 +18610,8 @@ snapshots: winston@3.11.0: dependencies: - '@colors/colors': 1.6.0 - '@dabh/diagnostics': 2.0.3 + "@colors/colors": 1.6.0 + "@dabh/diagnostics": 2.0.3 async: 3.2.4 is-stream: 2.0.1 logform: 2.5.1 @@ -17203,8 +18624,8 @@ snapshots: with@7.0.2: dependencies: - '@babel/parser': 7.26.2 - '@babel/types': 7.26.0 + "@babel/parser": 7.27.2 + "@babel/types": 7.27.1 assert-never: 1.3.0 babel-walk: 3.0.0-canary-5 @@ -17222,6 +18643,12 @@ snapshots: string-width: 5.1.2 strip-ansi: 7.1.0 + wrap-ansi@9.0.0: + dependencies: + ansi-styles: 6.2.1 + string-width: 7.2.0 + strip-ansi: 7.1.0 + wrappy@1.0.2: {} write-file-atomic@2.4.3: @@ -17266,12 +18693,14 @@ snapshots: yallist@4.0.0: {} - yaml@2.5.1: {} + yaml@2.8.0: {} yargs-parser@20.2.9: {} yargs-parser@21.1.1: {} + yargs-parser@22.0.0: {} + yargs@16.2.0: dependencies: cliui: 7.0.4 @@ -17292,6 +18721,15 @@ snapshots: y18n: 5.0.8 yargs-parser: 21.1.1 + yargs@18.0.0: + dependencies: + cliui: 9.0.1 + escalade: 3.2.0 + get-caller-file: 2.0.5 + string-width: 7.2.0 + y18n: 5.0.8 + yargs-parser: 22.0.0 + yauzl@2.10.0: dependencies: buffer-crc32: 0.2.13 @@ -17302,5 +18740,3 @@ snapshots: yocto-queue@0.1.0: {} yocto-queue@1.0.0: {} - - zwitch@2.0.4: {} diff --git a/shapes/arrow/CHANGELOG.md b/shapes/arrow/CHANGELOG.md index 7576c5c772f..385a5717b43 100644 --- a/shapes/arrow/CHANGELOG.md +++ b/shapes/arrow/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-arrow + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,4 +161,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) diff --git a/shapes/arrow/package.dist.json b/shapes/arrow/package.dist.json index e975f78a850..decab8f8f7a 100644 --- a/shapes/arrow/package.dist.json +++ b/shapes/arrow/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-arrow", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles arrow shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/arrow/package.json b/shapes/arrow/package.json index 60b2d5affde..b01179bb711 100644 --- a/shapes/arrow/package.json +++ b/shapes/arrow/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-arrow", - "version": "3.8.1", - "description": "tsParticles arrow shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/arrow" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-arrow", + "version": "3.9.0", + "description": "tsParticles arrow shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/arrow" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/cards/CHANGELOG.md b/shapes/cards/CHANGELOG.md index 23c645dc605..4a4f1026f7c 100644 --- a/shapes/cards/CHANGELOG.md +++ b/shapes/cards/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-cards + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,16 +161,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) ### Features -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-cards@2.9.2...tsparticles-shape-cards@2.9.3) (2023-02-12) @@ -184,7 +188,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-cards@2.7.1...tsparticles-shape-cards@2.8.0) (2023-01-18) @@ -198,4 +202,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) diff --git a/shapes/cards/package.dist.json b/shapes/cards/package.dist.json index 4e54f452548..b1575fccc72 100644 --- a/shapes/cards/package.dist.json +++ b/shapes/cards/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-cards", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles cards shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/cards/package.json b/shapes/cards/package.json index fc269632537..e152c8118ca 100644 --- a/shapes/cards/package.json +++ b/shapes/cards/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-cards", - "version": "3.8.1", - "description": "tsParticles cards shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/cards" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-cards", + "version": "3.9.0", + "description": "tsParticles cards shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/cards" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/circle/CHANGELOG.md b/shapes/circle/CHANGELOG.md index f7f936138f5..8a169d798d1 100644 --- a/shapes/circle/CHANGELOG.md +++ b/shapes/circle/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-circle + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,23 +161,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.9.2...tsparticles-shape-circle@2.9.3) (2023-02-12) @@ -191,7 +195,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.7.1...tsparticles-shape-circle@2.8.0) (2023-01-18) @@ -205,7 +209,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.5.3...tsparticles-shape-circle@2.6.0) (2022-12-06) @@ -231,7 +235,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.3.2...tsparticles-shape-circle@2.3.3) (2022-09-30) @@ -261,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.2.0...tsparticles-shape-circle@2.2.1) (2022-08-12) @@ -291,14 +295,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.0.5...tsparticles-shape-circle@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.0.4...tsparticles-shape-circle@2.0.5) (2022-04-14) @@ -308,7 +312,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.0.2...tsparticles-shape-circle@2.0.3) (2022-03-11) @@ -330,7 +334,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-circle@2.0.0-beta.3...tsparticles-shape-circle@2.0.0-beta.4) (2021-12-07) @@ -352,4 +356,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/circle/package.dist.json b/shapes/circle/package.dist.json index a55e3baa79f..b155151ac17 100644 --- a/shapes/circle/package.dist.json +++ b/shapes/circle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-circle", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles circle shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/circle/package.json b/shapes/circle/package.json index 398ad05134c..33353bed6d3 100644 --- a/shapes/circle/package.json +++ b/shapes/circle/package.json @@ -1,74 +1,74 @@ { - "name": "@tsparticles/shape-circle", - "version": "3.8.1", - "description": "tsParticles circle shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/circle" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-circle", + "version": "3.9.0", + "description": "tsParticles circle shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/circle" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/cog/CHANGELOG.md b/shapes/cog/CHANGELOG.md index 631ceb037e0..f4b83031c0f 100644 --- a/shapes/cog/CHANGELOG.md +++ b/shapes/cog/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-cog + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,12 +161,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) diff --git a/shapes/cog/package.dist.json b/shapes/cog/package.dist.json index 9613aac227a..d48d2f3a323 100644 --- a/shapes/cog/package.dist.json +++ b/shapes/cog/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-cog", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles cog shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/cog/package.json b/shapes/cog/package.json index 645731a4d5f..68eae0d679f 100644 --- a/shapes/cog/package.json +++ b/shapes/cog/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-cog", - "version": "3.8.1", - "description": "tsParticles cog shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/cog" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-cog", + "version": "3.9.0", + "description": "tsParticles cog shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/cog" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/emoji/CHANGELOG.md b/shapes/emoji/CHANGELOG.md index 5cc4e4fdd41..c94384cb9f8 100644 --- a/shapes/emoji/CHANGELOG.md +++ b/shapes/emoji/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-emoji + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,21 +43,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -63,19 +67,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -85,22 +89,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Bug Fixes -- fixed memory allocation of emoji shape ([3d84380](https://github.com/tsparticles/tsparticles/commit/3d84380b45cbbc3f01d39deb069d37ce54268c68)) +- fixed memory allocation of emoji shape ([3d84380](https://github.com/tsparticles/tsparticles/commit/3d84380b45cbbc3f01d39deb069d37ce54268c68)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -114,10 +118,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) diff --git a/shapes/emoji/package.dist.json b/shapes/emoji/package.dist.json index 120370a28f3..9936081637a 100644 --- a/shapes/emoji/package.dist.json +++ b/shapes/emoji/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-emoji", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles emoji shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/emoji/package.json b/shapes/emoji/package.json index eb946b13923..84a36e8855c 100644 --- a/shapes/emoji/package.json +++ b/shapes/emoji/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-emoji", - "version": "3.8.1", - "description": "tsParticles emoji shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/emoji" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-emoji", + "version": "3.9.0", + "description": "tsParticles emoji shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/emoji" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/heart/CHANGELOG.md b/shapes/heart/CHANGELOG.md index cd720a8a767..dabe9347e59 100644 --- a/shapes/heart/CHANGELOG.md +++ b/shapes/heart/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-heart + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,36 +161,36 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.9.2...tsparticles-shape-heart@2.9.3) (2023-02-12) @@ -204,7 +208,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.7.1...tsparticles-shape-heart@2.8.0) (2023-01-18) @@ -242,7 +246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.3.2...tsparticles-shape-heart@2.3.3) (2022-09-30) @@ -272,7 +276,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.2.0...tsparticles-shape-heart@2.2.1) (2022-08-12) @@ -302,14 +306,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.0.5...tsparticles-shape-heart@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.0.4...tsparticles-shape-heart@2.0.5) (2022-04-14) @@ -319,14 +323,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.42.1...tsparticles-shape-heart@2.0.3) (2022-03-11) @@ -338,7 +342,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.42.3...tsparticles-shape-heart@1.42.4) (2022-03-20) @@ -352,26 +356,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.41.4...tsparticles-shape-heart@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.42.0...tsparticles-shape-heart@1.42.1) (2022-03-09) @@ -407,13 +411,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.24.2...tsparticles-shape-heart@2.0.0-beta.5) (2022-01-30) @@ -429,13 +433,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.40.0...tsparticles-shape-heart@1.40.1) (2022-02-06) @@ -475,15 +479,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.20.4...tsparticles-shape-heart@2.0.0-beta.2) (2021-10-06) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.22.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.22.4...tsparticles-shape-heart@1.22.5) (2021-11-28) @@ -505,7 +509,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@2.0.0-beta.0...tsparticles-shape-heart@2.0.0-beta.1) (2021-10-06) @@ -525,8 +529,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.20.2...tsparticles-shape-heart@1.20.3) (2021-10-03) @@ -552,18 +556,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.18.2...tsparticles-shape-heart@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-heart@1.18.1...tsparticles-shape-heart@1.18.2) (2021-07-31) diff --git a/shapes/heart/package.dist.json b/shapes/heart/package.dist.json index 6bf4453b610..476aaeef646 100644 --- a/shapes/heart/package.dist.json +++ b/shapes/heart/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-heart", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles heart shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/heart/package.json b/shapes/heart/package.json index 7c17fdc2ff9..e75167165c5 100644 --- a/shapes/heart/package.json +++ b/shapes/heart/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-heart", - "version": "3.8.1", - "description": "tsParticles heart shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/heart" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-heart", + "version": "3.9.0", + "description": "tsParticles heart shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/heart" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/image/CHANGELOG.md b/shapes/image/CHANGELOG.md index 48b39917482..bbc0ad2e1c6 100644 --- a/shapes/image/CHANGELOG.md +++ b/shapes/image/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-image + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,14 +85,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed gif images ([24d92fa](https://github.com/tsparticles/tsparticles/commit/24d92fab5d2e7df3a30bc0f621c046017bdf67a3)) +- fixed gif images ([24d92fa](https://github.com/tsparticles/tsparticles/commit/24d92fab5d2e7df3a30bc0f621c046017bdf67a3)) ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added some dynamic imports, plugins will be loaded only if used ([6dab9e9](https://github.com/tsparticles/tsparticles/commit/6dab9e9b059739144c542cee22849327894c0340)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -98,7 +102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -112,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -122,7 +126,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -136,7 +140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -154,11 +158,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) +- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added setLogger and getLogger functions, this will prevent console.log mistakenly left ([38de76c](https://github.com/tsparticles/tsparticles/commit/38de76ceecc1305f416e23fdc9da223adbb8a6c1)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added video export plugin ([527eb6f](https://github.com/tsparticles/tsparticles/commit/527eb6f3db294f673b635e37a97be160fc420fed)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -168,28 +172,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) -- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) +- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) -- added image preload ([b8072f6](https://github.com/tsparticles/tsparticles/commit/b8072f60863a5138d746621e69f4699c8b3b6366)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- added error prefix to standardize error messages ([f735252](https://github.com/tsparticles/tsparticles/commit/f73525291139f45c1b5abda04b604813f9247d9f)) +- added image preload ([b8072f6](https://github.com/tsparticles/tsparticles/commit/b8072f60863a5138d746621e69f4699c8b3b6366)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.9.2...tsparticles-shape-image@2.9.3) (2023-02-12) @@ -207,7 +211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.7.1...tsparticles-shape-image@2.8.0) (2023-01-18) @@ -245,7 +249,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.3.2...tsparticles-shape-image@2.3.3) (2022-09-30) @@ -275,7 +279,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.2.0...tsparticles-shape-image@2.2.1) (2022-08-12) @@ -285,18 +289,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) +- fixed issue with opacity and svg with color replaced, closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ([9119b61](https://github.com/tsparticles/tsparticles/commit/9119b61cd6f5cc4a7bcc756f08dd700a77713666)) ### Features -- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) -- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) +- reworked image shape, now supports multiple colors in svg replace color, random value too ([3173ebc](https://github.com/tsparticles/tsparticles/commit/3173ebc14716b241fbb84ae9f1a2cd3c5567f846)) +- reworking image shape for supporting multiple colors in svg replace color ([c28bc85](https://github.com/tsparticles/tsparticles/commit/c28bc85fded04a54a3d4cb25dca1701f1f6b1f01)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.1.3...tsparticles-shape-image@2.1.4) (2022-07-28) ### Bug Fixes -- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) +- fixed issue with destroyed containers, fixes [#4385](https://github.com/tsparticles/tsparticles/issues/4385), fixes [#4413](https://github.com/tsparticles/tsparticles/issues/4413), fixes [#4534](https://github.com/tsparticles/tsparticles/issues/4534) ([4d22425](https://github.com/tsparticles/tsparticles/commit/4d22425210f64b937a5d1b7bf825624b3ed5f2b6)), closes [#4532](https://github.com/tsparticles/tsparticles/issues/4532) ## [2.1.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.1.2...tsparticles-shape-image@2.1.3) (2022-07-01) @@ -314,14 +318,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.0.5...tsparticles-shape-image@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.0.4...tsparticles-shape-image@2.0.5) (2022-04-14) @@ -331,7 +335,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.0.2...tsparticles-shape-image@2.0.3) (2022-03-11) @@ -353,7 +357,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-image@2.0.0-beta.3...tsparticles-shape-image@2.0.0-beta.4) (2021-12-07) @@ -375,4 +379,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/image/package.dist.json b/shapes/image/package.dist.json index d710ed3015c..9a0512d40dc 100644 --- a/shapes/image/package.dist.json +++ b/shapes/image/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-image", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles image shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/image/package.json b/shapes/image/package.json index 7b395a47362..834346d9d0d 100644 --- a/shapes/image/package.json +++ b/shapes/image/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-image", - "version": "3.8.1", - "description": "tsParticles image shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/image" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-image", + "version": "3.9.0", + "description": "tsParticles image shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/image" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/infinity/CHANGELOG.md b/shapes/infinity/CHANGELOG.md index 87e84fcdf62..e14073579fd 100644 --- a/shapes/infinity/CHANGELOG.md +++ b/shapes/infinity/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-infinity + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) +- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,4 +161,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added infinity shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added infinity shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) diff --git a/shapes/infinity/package.dist.json b/shapes/infinity/package.dist.json index 2e0de18bc96..cf3c07fac90 100644 --- a/shapes/infinity/package.dist.json +++ b/shapes/infinity/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-infinity", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles infinity shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/infinity/package.json b/shapes/infinity/package.json index 11b4ffc41e9..3b74850655a 100644 --- a/shapes/infinity/package.json +++ b/shapes/infinity/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-infinity", - "version": "3.8.1", - "description": "tsParticles infinity shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/infinity" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-infinity", + "version": "3.9.0", + "description": "tsParticles infinity shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/infinity" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/line/CHANGELOG.md b/shapes/line/CHANGELOG.md index 9990411f204..46e77efac00 100644 --- a/shapes/line/CHANGELOG.md +++ b/shapes/line/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-line + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,12 +150,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with emitters ([39c7d75](https://github.com/tsparticles/tsparticles/commit/39c7d758410b1f13567e4ea97bc334ba864d62c4)) +- fixed issue with emitters ([39c7d75](https://github.com/tsparticles/tsparticles/commit/39c7d758410b1f13567e4ea97bc334ba864d62c4)) ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,23 +165,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.9.2...tsparticles-shape-line@2.9.3) (2023-02-12) @@ -195,7 +199,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.7.1...tsparticles-shape-line@2.8.0) (2023-01-18) @@ -233,7 +237,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.3.2...tsparticles-shape-line@2.3.3) (2022-09-30) @@ -263,7 +267,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.2.0...tsparticles-shape-line@2.2.1) (2022-08-12) @@ -293,14 +297,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.0.5...tsparticles-shape-line@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.0.4...tsparticles-shape-line@2.0.5) (2022-04-14) @@ -310,7 +314,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.0.2...tsparticles-shape-line@2.0.3) (2022-03-11) @@ -332,7 +336,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-line@2.0.0-beta.3...tsparticles-shape-line@2.0.0-beta.4) (2021-12-07) @@ -354,4 +358,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/line/package.dist.json b/shapes/line/package.dist.json index 0c532f20375..e65fa21bc55 100644 --- a/shapes/line/package.dist.json +++ b/shapes/line/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-line", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles line shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/line/package.json b/shapes/line/package.json index 76febec13e5..344c12980d4 100644 --- a/shapes/line/package.json +++ b/shapes/line/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-line", - "version": "3.8.1", - "description": "tsParticles line shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/line" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-line", + "version": "3.9.0", + "description": "tsParticles line shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/line" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + } } diff --git a/shapes/path/CHANGELOG.md b/shapes/path/CHANGELOG.md index 2a5c07571e3..89c3458c87a 100644 --- a/shapes/path/CHANGELOG.md +++ b/shapes/path/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-path + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,9 +81,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -89,7 +93,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -103,7 +107,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -113,7 +117,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -127,7 +131,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -145,8 +149,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -156,15 +160,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-path@2.9.2...tsparticles-shape-path@2.9.3) (2023-02-12) @@ -182,7 +186,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-path@2.7.1...tsparticles-shape-path@2.8.0) (2023-01-18) @@ -196,4 +200,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) diff --git a/shapes/path/package.dist.json b/shapes/path/package.dist.json index b6b306d108c..4970bd5c097 100644 --- a/shapes/path/package.dist.json +++ b/shapes/path/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-path", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles path shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/path/package.json b/shapes/path/package.json index 5ce662814c7..ae36eedde0a 100644 --- a/shapes/path/package.json +++ b/shapes/path/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-path", - "version": "3.8.1", - "description": "tsParticles path shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/path" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-path", + "version": "3.9.0", + "description": "tsParticles path shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/path" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/polygon/CHANGELOG.md b/shapes/polygon/CHANGELOG.md index 243f72150aa..0ab60a7c374 100644 --- a/shapes/polygon/CHANGELOG.md +++ b/shapes/polygon/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-polygon + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,24 +161,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.9.2...tsparticles-shape-polygon@2.9.3) (2023-02-12) @@ -192,7 +196,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.7.1...tsparticles-shape-polygon@2.8.0) (2023-01-18) @@ -206,7 +210,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.5.3...tsparticles-shape-polygon@2.6.0) (2022-12-06) @@ -232,7 +236,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.3.2...tsparticles-shape-polygon@2.3.3) (2022-09-30) @@ -262,7 +266,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.2.0...tsparticles-shape-polygon@2.2.1) (2022-08-12) @@ -292,14 +296,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.0.5...tsparticles-shape-polygon@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.0.4...tsparticles-shape-polygon@2.0.5) (2022-04-14) @@ -309,7 +313,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.0.2...tsparticles-shape-polygon@2.0.3) (2022-03-11) @@ -331,7 +335,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.0.0-beta.3...tsparticles-shape-polygon@2.0.0-beta.4) (2021-12-07) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-polygon@2.0.0-beta.1...tsparticles-shape-polygon@2.0.0-beta.2) (2021-10-06) @@ -355,4 +359,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/polygon/package.dist.json b/shapes/polygon/package.dist.json index bbc184c5341..51afc2c08ff 100644 --- a/shapes/polygon/package.dist.json +++ b/shapes/polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-polygon", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles polygon shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/polygon/package.json b/shapes/polygon/package.json index 41a71d6923f..6d53556b7df 100644 --- a/shapes/polygon/package.json +++ b/shapes/polygon/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-polygon", - "version": "3.8.1", - "description": "tsParticles polygon shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/polygon" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-polygon", + "version": "3.9.0", + "description": "tsParticles polygon shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/polygon" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/rounded-polygon/CHANGELOG.md b/shapes/rounded-polygon/CHANGELOG.md index d86fd6a0930..339a75e4954 100644 --- a/shapes/rounded-polygon/CHANGELOG.md +++ b/shapes/rounded-polygon/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-rounded-polygon + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,5 +150,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) -- created rounded polygon shape ([abee4dc](https://github.com/tsparticles/tsparticles/commit/abee4dc3258e1dcc7ab097a66313e89dde19a0b4)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- created rounded polygon shape ([abee4dc](https://github.com/tsparticles/tsparticles/commit/abee4dc3258e1dcc7ab097a66313e89dde19a0b4)) diff --git a/shapes/rounded-polygon/package.dist.json b/shapes/rounded-polygon/package.dist.json index 6d1f5577dba..892b3fb112a 100644 --- a/shapes/rounded-polygon/package.dist.json +++ b/shapes/rounded-polygon/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-rounded-polygon", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles rounded polygon shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/rounded-polygon/package.json b/shapes/rounded-polygon/package.json index 48cf5e2c62f..7967328c568 100644 --- a/shapes/rounded-polygon/package.json +++ b/shapes/rounded-polygon/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-rounded-polygon", - "version": "3.8.1", - "description": "tsParticles rounded polygon shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/rounded-polygon" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-rounded-polygon", + "version": "3.9.0", + "description": "tsParticles rounded polygon shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/rounded-polygon" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/rounded-rect/CHANGELOG.md b/shapes/rounded-rect/CHANGELOG.md index 10b132d8193..1ed3de01cb1 100644 --- a/shapes/rounded-rect/CHANGELOG.md +++ b/shapes/rounded-rect/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-rounded-rect + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,39 +161,39 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) -- fixed rounded rect shape ([a5b844a](https://github.com/tsparticles/tsparticles/commit/a5b844a6f2f104bf08e1f8ae4946a01e081f4a1e)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- improved shapes with full delta object ([04430ba](https://github.com/tsparticles/tsparticles/commit/04430ba5d553373e544e46237de758b03a36453f)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed other shapes, multiline text had the same text bug ([3b6e7fc](https://github.com/tsparticles/tsparticles/commit/3b6e7fc86d300cf28d4bb0a178427d1b9aff21ac)) +- fixed rounded rect shape ([a5b844a](https://github.com/tsparticles/tsparticles/commit/a5b844a6f2f104bf08e1f8ae4946a01e081f4a1e)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- improved shapes with full delta object ([04430ba](https://github.com/tsparticles/tsparticles/commit/04430ba5d553373e544e46237de758b03a36453f)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) -- added new external shape rounded-rect, closes [#1220](https://github.com/tsparticles/tsparticles/issues/1220) ([a403902](https://github.com/tsparticles/tsparticles/commit/a4039026f0bdd53abc0158502f0b16484192fd63)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) +- added new external shape rounded-rect, closes [#1220](https://github.com/tsparticles/tsparticles/issues/1220) ([a403902](https://github.com/tsparticles/tsparticles/commit/a4039026f0bdd53abc0158502f0b16484192fd63)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.9.2...tsparticles-shape-rounded-rect@2.9.3) (2023-02-12) @@ -207,7 +211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.7.1...tsparticles-shape-rounded-rect@2.8.0) (2023-01-18) @@ -245,7 +249,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.3.2...tsparticles-shape-rounded-rect@2.3.3) (2022-09-30) @@ -275,7 +279,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.2.0...tsparticles-shape-rounded-rect@2.2.1) (2022-08-12) @@ -305,14 +309,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.0.5...tsparticles-shape-rounded-rect@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.0.4...tsparticles-shape-rounded-rect@2.0.5) (2022-04-14) @@ -322,14 +326,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.42.1...tsparticles-shape-rounded-rect@2.0.3) (2022-03-11) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.42.3...tsparticles-shape-rounded-rect@1.42.4) (2022-03-20) @@ -355,26 +359,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.41.4...tsparticles-shape-rounded-rect@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.42.0...tsparticles-shape-rounded-rect@1.42.1) (2022-03-09) @@ -410,13 +414,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.24.2...tsparticles-shape-rounded-rect@2.0.0-beta.5) (2022-01-30) @@ -432,13 +436,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.40.0...tsparticles-shape-rounded-rect@1.40.1) (2022-02-06) @@ -478,15 +482,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.20.4...tsparticles-shape-rounded-rect@2.0.0-beta.2) (2021-10-06) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.22.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.22.4...tsparticles-shape-rounded-rect@1.22.5) (2021-11-28) @@ -508,7 +512,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@2.0.0-beta.0...tsparticles-shape-rounded-rect@2.0.0-beta.1) (2021-10-06) @@ -528,8 +532,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.20.2...tsparticles-shape-rounded-rect@1.20.3) (2021-10-03) @@ -555,18 +559,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.18.2...tsparticles-shape-rounded-rect@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-rounded-rect@1.18.1...tsparticles-shape-rounded-rect@1.18.2) (2021-07-31) diff --git a/shapes/rounded-rect/package.dist.json b/shapes/rounded-rect/package.dist.json index 2d36bc56bab..0259cc3665b 100644 --- a/shapes/rounded-rect/package.dist.json +++ b/shapes/rounded-rect/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-rounded-rect", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles rounded rect shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/rounded-rect/package.json b/shapes/rounded-rect/package.json index c5427c605a6..abde9a00aba 100644 --- a/shapes/rounded-rect/package.json +++ b/shapes/rounded-rect/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-rounded-rect", - "version": "3.8.1", - "description": "tsParticles rounded rect shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/rounded-rect" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-rounded-rect", + "version": "3.9.0", + "description": "tsParticles rounded rect shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/rounded-rect" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/spiral/CHANGELOG.md b/shapes/spiral/CHANGELOG.md index d126803925d..344ceac060f 100644 --- a/shapes/spiral/CHANGELOG.md +++ b/shapes/spiral/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-spiral + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,38 +161,38 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixed spiral shape using pixel ratio ([e651ed0](https://github.com/tsparticles/tsparticles/commit/e651ed0665e87e9702494405a539210d0a92f9f7)) -- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- improved shapes with full delta object ([04430ba](https://github.com/tsparticles/tsparticles/commit/04430ba5d553373e544e46237de758b03a36453f)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed [#1683](https://github.com/tsparticles/tsparticles/issues/1683) ([36d2073](https://github.com/tsparticles/tsparticles/commit/36d2073ea559b60173e6e74fb00aa4e1658ef24d)), closes [#1682](https://github.com/tsparticles/tsparticles/issues/1682) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixed spiral shape using pixel ratio ([e651ed0](https://github.com/tsparticles/tsparticles/commit/e651ed0665e87e9702494405a539210d0a92f9f7)) +- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- improved shapes with full delta object ([04430ba](https://github.com/tsparticles/tsparticles/commit/04430ba5d553373e544e46237de758b03a36453f)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added confetti cannon preset ([625eeff](https://github.com/tsparticles/tsparticles/commit/625eeffa151b7d236f25414e8464628f166d0478)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added sizeOffset option to destroy split section ([a6b9ba0](https://github.com/tsparticles/tsparticles/commit/a6b9ba0e207f7976c7a91fe1e2091e7fd40effb4)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.9.2...tsparticles-shape-spiral@2.9.3) (2023-02-12) @@ -206,7 +210,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.7.1...tsparticles-shape-spiral@2.8.0) (2023-01-18) @@ -244,7 +248,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.3.2...tsparticles-shape-spiral@2.3.3) (2022-09-30) @@ -274,7 +278,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.2.0...tsparticles-shape-spiral@2.2.1) (2022-08-12) @@ -304,14 +308,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.0.5...tsparticles-shape-spiral@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.0.4...tsparticles-shape-spiral@2.0.5) (2022-04-14) @@ -321,14 +325,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.42.1...tsparticles-shape-spiral@2.0.3) (2022-03-11) @@ -340,7 +344,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.42.3...tsparticles-shape-spiral@1.42.4) (2022-03-20) @@ -354,26 +358,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.41.4...tsparticles-shape-spiral@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.42.0...tsparticles-shape-spiral@1.42.1) (2022-03-09) @@ -409,13 +413,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.24.2...tsparticles-shape-spiral@2.0.0-beta.5) (2022-01-30) @@ -431,13 +435,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.40.0...tsparticles-shape-spiral@1.40.1) (2022-02-06) @@ -477,15 +481,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.20.4...tsparticles-shape-spiral@2.0.0-beta.2) (2021-10-06) ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.22.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.22.4...tsparticles-shape-spiral@1.22.5) (2021-11-28) @@ -507,7 +511,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@2.0.0-beta.0...tsparticles-shape-spiral@2.0.0-beta.1) (2021-10-06) @@ -527,8 +531,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.20.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.20.2...tsparticles-shape-spiral@1.20.3) (2021-10-03) @@ -554,18 +558,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.18.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.18.2...tsparticles-shape-spiral@1.18.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.18.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-spiral@1.18.1...tsparticles-shape-spiral@1.18.2) (2021-07-31) diff --git a/shapes/spiral/package.dist.json b/shapes/spiral/package.dist.json index e19492c8b4d..a5445e7de9b 100644 --- a/shapes/spiral/package.dist.json +++ b/shapes/spiral/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-spiral", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles spiral shape", "homepage": "https://particles.js.org", "repository": { @@ -100,7 +100,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/spiral/package.json b/shapes/spiral/package.json index 2a74180a11f..96a0ec754b4 100644 --- a/shapes/spiral/package.json +++ b/shapes/spiral/package.json @@ -1,118 +1,118 @@ { - "name": "@tsparticles/shape-spiral", - "version": "3.8.1", - "description": "tsParticles spiral shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/spiral" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/shape-spiral", + "version": "3.9.0", + "description": "tsParticles spiral shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/spiral" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/square/CHANGELOG.md b/shapes/square/CHANGELOG.md index 3d471b385c1..58f1692694e 100644 --- a/shapes/square/CHANGELOG.md +++ b/shapes/square/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-square + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,22 +161,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.9.2...tsparticles-shape-square@2.9.3) (2023-02-12) @@ -190,7 +194,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.7.1...tsparticles-shape-square@2.8.0) (2023-01-18) @@ -228,7 +232,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.3.2...tsparticles-shape-square@2.3.3) (2022-09-30) @@ -258,7 +262,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.2.0...tsparticles-shape-square@2.2.1) (2022-08-12) @@ -288,14 +292,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.0.5...tsparticles-shape-square@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.0.4...tsparticles-shape-square@2.0.5) (2022-04-14) @@ -305,7 +309,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.0.2...tsparticles-shape-square@2.0.3) (2022-03-11) @@ -327,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-square@2.0.0-beta.3...tsparticles-shape-square@2.0.0-beta.4) (2021-12-07) @@ -349,4 +353,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/square/package.dist.json b/shapes/square/package.dist.json index 2169ce6518c..e10d4fb2a6e 100644 --- a/shapes/square/package.dist.json +++ b/shapes/square/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-square", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles square shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/square/package.json b/shapes/square/package.json index 9b630b44d2b..d85ae0f9ce2 100644 --- a/shapes/square/package.json +++ b/shapes/square/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-square", - "version": "3.8.1", - "description": "tsParticles square shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/square" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-square", + "version": "3.9.0", + "description": "tsParticles square shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/square" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + } } diff --git a/shapes/star/CHANGELOG.md b/shapes/star/CHANGELOG.md index 26ae4a5f9b8..8ae8e9b1fe6 100644 --- a/shapes/star/CHANGELOG.md +++ b/shapes/star/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-star + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,23 +161,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.9.2...tsparticles-shape-star@2.9.3) (2023-02-12) @@ -191,7 +195,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.7.1...tsparticles-shape-star@2.8.0) (2023-01-18) @@ -205,7 +209,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) +- added shape options to circle, added range values to polygon and star shape options ([694e728](https://github.com/tsparticles/tsparticles/commit/694e728118ed42301dff6d310959cfcc1343c1d3)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.5.3...tsparticles-shape-star@2.6.0) (2022-12-06) @@ -231,7 +235,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.3.2...tsparticles-shape-star@2.3.3) (2022-09-30) @@ -261,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.2.0...tsparticles-shape-star@2.2.1) (2022-08-12) @@ -291,14 +295,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.0.5...tsparticles-shape-star@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.0.4...tsparticles-shape-star@2.0.5) (2022-04-14) @@ -308,7 +312,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.0.2...tsparticles-shape-star@2.0.3) (2022-03-11) @@ -330,7 +334,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-star@2.0.0-beta.3...tsparticles-shape-star@2.0.0-beta.4) (2021-12-07) @@ -352,4 +356,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/star/package.dist.json b/shapes/star/package.dist.json index a963793c011..42159f757d2 100644 --- a/shapes/star/package.dist.json +++ b/shapes/star/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-star", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles star shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/star/package.json b/shapes/star/package.json index e3caf427901..0543a9cfed2 100644 --- a/shapes/star/package.json +++ b/shapes/star/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-star", - "version": "3.8.1", - "description": "tsParticles star shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/star" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-star", + "version": "3.9.0", + "description": "tsParticles star shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/star" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/shapes/text/CHANGELOG.md b/shapes/text/CHANGELOG.md index 9a1cafa1c8d..c4e65e69df7 100644 --- a/shapes/text/CHANGELOG.md +++ b/shapes/text/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/shape-text + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) -- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) -- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([f05c2ee](https://github.com/tsparticles/tsparticles/commit/f05c2ee643978b6ed4abe8c4a54d0c3cc29727a8)) +- improving dynamic imports ([f9f450d](https://github.com/tsparticles/tsparticles/commit/f9f450d438d0cc3e5710ec5c1977516fb94c6f21)) +- improving dynamic imports ([c592b29](https://github.com/tsparticles/tsparticles/commit/c592b2995a3cdf6864dcc331402023373c79107d)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,8 +118,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -129,7 +133,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -147,8 +151,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -158,23 +162,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed text drawer particle init ([8092a39](https://github.com/tsparticles/tsparticles/commit/8092a39e9171372aa2f4f56d2285c1b2177225a3)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed text drawer particle init ([8092a39](https://github.com/tsparticles/tsparticles/commit/8092a39e9171372aa2f4f56d2285c1b2177225a3)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.9.2...tsparticles-shape-text@2.9.3) (2023-02-12) @@ -192,7 +196,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.7.1...tsparticles-shape-text@2.8.0) (2023-01-18) @@ -230,7 +234,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.3.2...tsparticles-shape-text@2.3.3) (2022-09-30) @@ -260,7 +264,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.2.0...tsparticles-shape-text@2.2.1) (2022-08-12) @@ -290,14 +294,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.0.5...tsparticles-shape-text@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.0.4...tsparticles-shape-text@2.0.5) (2022-04-14) @@ -307,7 +311,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.0.2...tsparticles-shape-text@2.0.3) (2022-03-11) @@ -329,7 +333,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-shape-text@2.0.0-beta.3...tsparticles-shape-text@2.0.0-beta.4) (2021-12-07) @@ -351,4 +355,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) +- moved all shapes to external packages, breaking ([77e4113](https://github.com/tsparticles/tsparticles/commit/77e411338f65ab076fe85c0f143c13417147d4b5)) diff --git a/shapes/text/package.dist.json b/shapes/text/package.dist.json index 54cbe414389..15681e00e13 100644 --- a/shapes/text/package.dist.json +++ b/shapes/text/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/shape-text", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles text shape", "homepage": "https://particles.js.org", "repository": { @@ -59,7 +59,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/shapes/text/package.json b/shapes/text/package.json index e6b49ec4702..f94ee3afbb3 100644 --- a/shapes/text/package.json +++ b/shapes/text/package.json @@ -1,77 +1,77 @@ { - "name": "@tsparticles/shape-text", - "version": "3.8.1", - "description": "tsParticles text shape", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "shapes/text" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles.js", - "particles-ts", - "particles.ts", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "tsparticles-shape" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/shape-text", + "version": "3.9.0", + "description": "tsParticles text shape", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "shapes/text" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles.js", + "particles-ts", + "particles.ts", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "tsparticles-shape" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/color/CHANGELOG.md b/updaters/color/CHANGELOG.md index 57f1a273e68..87faf2585e6 100644 --- a/updaters/color/CHANGELOG.md +++ b/updaters/color/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,27 +161,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.9.2...tsparticles-updater-color@2.9.3) (2023-02-12) @@ -195,7 +199,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.7.1...tsparticles-updater-color@2.8.0) (2023-01-18) @@ -209,7 +213,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.5.3...tsparticles-updater-color@2.6.0) (2022-12-06) @@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.3.2...tsparticles-updater-color@2.3.3) (2022-09-30) @@ -265,7 +269,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.2.0...tsparticles-updater-color@2.2.1) (2022-08-12) @@ -295,19 +299,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.0.5...tsparticles-updater-color@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.0.4...tsparticles-updater-color@2.0.5) (2022-04-14) @@ -317,7 +321,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.0.2...tsparticles-updater-color@2.0.3) (2022-03-11) @@ -339,7 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@2.0.0-beta.3...tsparticles-updater-color@2.0.0-beta.4) (2021-12-07) @@ -361,7 +365,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-color@1.35.0...tsparticles-updater-color@1.35.1) (2021-09-20) @@ -379,10 +383,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added color angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created color updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added color angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created color updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/color/package.dist.json b/updaters/color/package.dist.json index 5c7aba462af..20f8dacfa8a 100644 --- a/updaters/color/package.dist.json +++ b/updaters/color/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles color updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/color/package.json b/updaters/color/package.json index 2a5f684a04f..5b2fcfcff2c 100644 --- a/updaters/color/package.json +++ b/updaters/color/package.json @@ -1,102 +1,102 @@ { - "name": "@tsparticles/updater-color", - "version": "3.8.1", - "description": "tsParticles particles color updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/color" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - }, - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-color", + "version": "3.9.0", + "description": "tsParticles particles color updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/color" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + } } diff --git a/updaters/destroy/CHANGELOG.md b/updaters/destroy/CHANGELOG.md index 26a0bdaa667..0ecff657e79 100644 --- a/updaters/destroy/CHANGELOG.md +++ b/updaters/destroy/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-destroy + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,17 +165,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-destroy@2.9.2...tsparticles-updater-destroy@2.9.3) (2023-02-12) @@ -189,8 +193,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added color and colorOffset options to split options ([74902b3](https://github.com/tsparticles/tsparticles/commit/74902b33cdd37839b48dbd694c2e070735f9956b)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-destroy@2.7.1...tsparticles-updater-destroy@2.8.0) (2023-01-18) @@ -228,7 +232,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-destroy@2.3.2...tsparticles-updater-destroy@2.3.3) (2022-09-30) @@ -246,4 +250,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) +- created destroy updater, moved all particles destroy (split and similar) code from engine ([f8642fd](https://github.com/tsparticles/tsparticles/commit/f8642fda3f43688ae7a0df55f5b06bb2a45d9e80)) diff --git a/updaters/destroy/package.dist.json b/updaters/destroy/package.dist.json index a264613ebca..5330cbe1b69 100644 --- a/updaters/destroy/package.dist.json +++ b/updaters/destroy/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-destroy", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles destroy updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/destroy/package.json b/updaters/destroy/package.json index 463cc90f8a0..06c1456be1d 100644 --- a/updaters/destroy/package.json +++ b/updaters/destroy/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-destroy", - "version": "3.8.1", - "description": "tsParticles particles destroy updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/destroy" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-destroy", + "version": "3.9.0", + "description": "tsParticles particles destroy updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/destroy" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/gradient/CHANGELOG.md b/updaters/gradient/CHANGELOG.md index 998c03a9c00..729c7c34fad 100644 --- a/updaters/gradient/CHANGELOG.md +++ b/updaters/gradient/CHANGELOG.md @@ -3,39 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-gradient + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -45,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -61,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -83,10 +87,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -96,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -110,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -120,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -134,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,37 +167,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added decay options (not used yet) to animation objects ([141e1b2](https://github.com/tsparticles/tsparticles/commit/141e1b229e60fc8161d4060b8cfec111bfb60e0e)) -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) -- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added decay options (not used yet) to animation objects ([141e1b2](https://github.com/tsparticles/tsparticles/commit/141e1b229e60fc8161d4060b8cfec111bfb60e0e)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) +- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.9.2...tsparticles-updater-gradient@2.9.3) (2023-02-12) @@ -211,7 +215,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.7.1...tsparticles-updater-gradient@2.8.0) (2023-01-18) @@ -249,7 +253,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.3.2...tsparticles-updater-gradient@2.3.3) (2022-09-30) @@ -279,7 +283,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.2.0...tsparticles-updater-gradient@2.2.1) (2022-08-12) @@ -289,11 +293,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) +- moved gradients classes to gradient updater, lighter engine ([e08d09f](https://github.com/tsparticles/tsparticles/commit/e08d09f7243c4fd790b990e1c3f75c832b9e3ef3)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.1.3...tsparticles-updater-gradient@2.1.4) (2022-07-28) @@ -315,19 +319,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.0.5...tsparticles-updater-gradient@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.0.4...tsparticles-updater-gradient@2.0.5) (2022-04-14) @@ -337,13 +341,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.42.1...tsparticles-updater-gradient@2.0.3) (2022-03-11) @@ -355,7 +359,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.42.3...tsparticles-updater-gradient@1.42.4) (2022-03-20) @@ -369,24 +373,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.41.4...tsparticles-updater-gradient@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.42.0...tsparticles-updater-gradient@1.42.1) (2022-03-09) @@ -422,12 +426,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.39.2...tsparticles-updater-gradient@2.0.0-beta.5) (2022-01-30) @@ -443,12 +447,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.40.0...tsparticles-updater-gradient@1.40.1) (2022-02-06) @@ -488,13 +492,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.35.4...tsparticles-updater-gradient@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.37.4...tsparticles-updater-gradient@1.37.5) (2021-11-28) @@ -516,7 +520,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@2.0.0-beta.0...tsparticles-updater-gradient@2.0.0-beta.1) (2021-10-06) @@ -536,7 +540,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-gradient@1.35.2...tsparticles-updater-gradient@1.35.3) (2021-10-03) @@ -562,10 +566,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added gradient angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/gradient/package.dist.json b/updaters/gradient/package.dist.json index 0f931832cfb..47271f94a48 100644 --- a/updaters/gradient/package.dist.json +++ b/updaters/gradient/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-gradient", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles gradient updater", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/gradient/package.json b/updaters/gradient/package.json index ef9756c51df..ade6ef26f25 100644 --- a/updaters/gradient/package.json +++ b/updaters/gradient/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/updater-gradient", - "version": "3.8.1", - "description": "tsParticles particles gradient updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/gradient" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/updater-gradient", + "version": "3.9.0", + "description": "tsParticles particles gradient updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/gradient" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/life/CHANGELOG.md b/updaters/life/CHANGELOG.md index dd303f9fe62..eb262fa5e0b 100644 --- a/updaters/life/CHANGELOG.md +++ b/updaters/life/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-life + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,25 +165,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.9.2...tsparticles-updater-life@2.9.3) (2023-02-12) @@ -197,7 +201,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.7.1...tsparticles-updater-life@2.8.0) (2023-01-18) @@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.3.2...tsparticles-updater-life@2.3.3) (2022-09-30) @@ -265,7 +269,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.2.0...tsparticles-updater-life@2.2.1) (2022-08-12) @@ -275,8 +279,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.1.3...tsparticles-updater-life@2.1.4) (2022-07-28) @@ -298,18 +302,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) +- moved life options to life updater ([ea85856](https://github.com/tsparticles/tsparticles/commit/ea85856de8246e09a01bdcd4d12fb86bc04631ee)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.0.5...tsparticles-updater-life@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.0.4...tsparticles-updater-life@2.0.5) (2022-04-14) @@ -319,7 +323,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.0.2...tsparticles-updater-life@2.0.3) (2022-03-11) @@ -341,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@2.0.0-beta.3...tsparticles-updater-life@2.0.0-beta.4) (2021-12-07) @@ -363,7 +367,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-life@1.35.0...tsparticles-updater-life@1.35.1) (2021-09-20) @@ -381,10 +385,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added life angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created life updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added life angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created life updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/life/package.dist.json b/updaters/life/package.dist.json index 01588501d8f..3e8d03d1765 100644 --- a/updaters/life/package.dist.json +++ b/updaters/life/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-life", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles life updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/life/package.json b/updaters/life/package.json index 17402fdc763..2a84681a0e2 100644 --- a/updaters/life/package.json +++ b/updaters/life/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-life", - "version": "3.8.1", - "description": "tsParticles particles life updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/life" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-life", + "version": "3.9.0", + "description": "tsParticles particles life updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/life" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/opacity/CHANGELOG.md b/updaters/opacity/CHANGELOG.md index 83e0bdcc38f..83ed4d8b6a1 100644 --- a/updaters/opacity/CHANGELOG.md +++ b/updaters/opacity/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-opacity + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,30 +161,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- changed despawn confetti action using opacity animation, was life duration, closes [#4978](https://github.com/tsparticles/tsparticles/issues/4978) ([6032aa9](https://github.com/tsparticles/tsparticles/commit/6032aa95f43d474adf6423e4b7e2c319500cd114)) -- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- changed despawn confetti action using opacity animation, was life duration, closes [#4978](https://github.com/tsparticles/tsparticles/issues/4978) ([6032aa9](https://github.com/tsparticles/tsparticles/commit/6032aa95f43d474adf6423e4b7e2c319500cd114)) +- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.9.2...tsparticles-updater-opacity@2.9.3) (2023-02-12) @@ -198,7 +202,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.7.1...tsparticles-updater-opacity@2.8.0) (2023-01-18) @@ -212,7 +216,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.5.3...tsparticles-updater-opacity@2.6.0) (2022-12-06) @@ -238,8 +242,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.3.2...tsparticles-updater-opacity@2.3.3) (2022-09-30) @@ -269,7 +273,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.2.0...tsparticles-updater-opacity@2.2.1) (2022-08-12) @@ -279,7 +283,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.1.3...tsparticles-updater-opacity@2.1.4) (2022-07-28) @@ -301,18 +305,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.0.5...tsparticles-updater-opacity@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.0.4...tsparticles-updater-opacity@2.0.5) (2022-04-14) @@ -322,7 +326,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.0.2...tsparticles-updater-opacity@2.0.3) (2022-03-11) @@ -344,7 +348,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@2.0.0-beta.3...tsparticles-updater-opacity@2.0.0-beta.4) (2021-12-07) @@ -366,7 +370,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-opacity@1.35.0...tsparticles-updater-opacity@1.35.1) (2021-09-20) @@ -384,10 +388,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added opacity angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created opacity updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added opacity angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created opacity updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/opacity/package.dist.json b/updaters/opacity/package.dist.json index 05d6b702c46..c147c468938 100644 --- a/updaters/opacity/package.dist.json +++ b/updaters/opacity/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-opacity", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles opacity updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/opacity/package.json b/updaters/opacity/package.json index ee0541944cc..bbb4155220d 100644 --- a/updaters/opacity/package.json +++ b/updaters/opacity/package.json @@ -1,102 +1,102 @@ { - "name": "@tsparticles/updater-opacity", - "version": "3.8.1", - "description": "tsParticles particles opacity updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/opacity" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "sideEffects": false, - "prettier": "@tsparticles/prettier-config", - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-opacity", + "version": "3.9.0", + "description": "tsParticles particles opacity updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/opacity" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "sideEffects": false, + "prettier": "@tsparticles/prettier-config", + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/orbit/CHANGELOG.md b/updaters/orbit/CHANGELOG.md index d68e6c81e4c..96d41f3a54d 100644 --- a/updaters/orbit/CHANGELOG.md +++ b/updaters/orbit/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-orbit + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,37 +165,37 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) -- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added orbits as a plugin from v2, closes [#188](https://github.com/tsparticles/tsparticles/issues/188) ([a78aaac](https://github.com/tsparticles/tsparticles/commit/a78aaac436e14a196031c4a0fe3da16a65b91ad1)), closes [#609](https://github.com/tsparticles/tsparticles/issues/609) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.9.2...tsparticles-updater-orbit@2.9.3) (2023-02-12) @@ -209,7 +213,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.7.1...tsparticles-updater-orbit@2.8.0) (2023-01-18) @@ -247,7 +251,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.3.2...tsparticles-updater-orbit@2.3.3) (2022-09-30) @@ -277,7 +281,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.2.0...tsparticles-updater-orbit@2.2.1) (2022-08-12) @@ -287,7 +291,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.1.3...tsparticles-updater-orbit@2.1.4) (2022-07-28) @@ -309,19 +313,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- moved orbit options to orbit updater package ([8542054](https://github.com/tsparticles/tsparticles/commit/8542054c3a71ed17341411efd88353a1dbb94072)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.0.5...tsparticles-updater-orbit@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.0.4...tsparticles-updater-orbit@2.0.5) (2022-04-14) @@ -331,13 +335,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.42.1...tsparticles-updater-orbit@2.0.3) (2022-03-11) @@ -349,7 +353,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) +- updated all plugins to use new build system, improves imports compatibility ([0d75d97](https://github.com/tsparticles/tsparticles/commit/0d75d97c02c8a8f55e1697e4e7f0fdcf4c24ae4a)) ## [1.42.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.42.3...tsparticles-updater-orbit@1.42.4) (2022-03-20) @@ -363,24 +367,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [2.0.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.41.4...tsparticles-updater-orbit@2.0.2) (2022-02-21) ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- fixed flashing issue with background mask, closes [#3514](https://github.com/tsparticles/tsparticles/issues/3514) ([6f74bf1](https://github.com/tsparticles/tsparticles/commit/6f74bf1ab62587c7f2352bfe6f72ea29bb0a31fc)) ## [1.42.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.42.0...tsparticles-updater-orbit@1.42.1) (2022-03-09) @@ -416,12 +420,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- fixed some components init functions, they must be async ([0541dfa](https://github.com/tsparticles/tsparticles/commit/0541dfa82fb04264e2cd01ffd25e458b72847fdb)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.39.2...tsparticles-updater-orbit@2.0.0-beta.5) (2022-01-30) @@ -437,12 +441,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) -- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- removed all browser flags in package.json, a lot of issues with it. closes [#3094](https://github.com/tsparticles/tsparticles/issues/3094) ([1415875](https://github.com/tsparticles/tsparticles/commit/14158755ec80ace4e0c520cef407b2d7f4078568)) ## [1.40.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.40.0...tsparticles-updater-orbit@1.40.1) (2022-02-06) @@ -482,13 +486,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.35.4...tsparticles-updater-orbit@2.0.0-beta.2) (2021-10-06) ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.37.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.37.4...tsparticles-updater-orbit@1.37.5) (2021-11-28) @@ -510,7 +514,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) +- added browserslist to fix some issues with older browsers ([24d8f52](https://github.com/tsparticles/tsparticles/commit/24d8f520ee6934bd967d63612c828705e1dc09e2)) # [2.0.0-beta.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@2.0.0-beta.0...tsparticles-updater-orbit@2.0.0-beta.1) (2021-10-06) @@ -530,7 +534,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) +- splitting engine from slim and full bundles (v2) ([268b78c](https://github.com/tsparticles/tsparticles/commit/268b78c12d6c54069893d27643cfe7a30f3be777)) ## [1.35.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.35.2...tsparticles-updater-orbit@1.35.3) (2021-10-03) @@ -556,19 +560,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) -- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) +- created gradient updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- improved move path generators ([9b67377](https://github.com/tsparticles/tsparticles/commit/9b67377f9208a005b122e312ad4ad3c95a50deb7)) ## [1.33.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.33.2...tsparticles-updater-orbit@1.33.3) (2021-08-10) ### Features -- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) +- added new methods to particle class ([5743453](https://github.com/tsparticles/tsparticles/commit/5743453906001569f262888aa54539ad4e1463ac)) ## [1.33.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.33.1...tsparticles-updater-orbit@1.33.2) (2021-07-31) @@ -578,7 +582,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) +- fixed frozen frames (more than 1 seconds), this will fix the issue with pause on blur ([5a933c1](https://github.com/tsparticles/tsparticles/commit/5a933c130d85593e9d0772bb9eb2b7a61f643712)) # [1.33.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-orbit@1.32.0...tsparticles-updater-orbit@1.33.0) (2021-07-29) diff --git a/updaters/orbit/package.dist.json b/updaters/orbit/package.dist.json index 803fde49507..1866c36ea8b 100644 --- a/updaters/orbit/package.dist.json +++ b/updaters/orbit/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-orbit", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles orbit updater", "homepage": "https://particles.js.org", "repository": { @@ -101,7 +101,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/orbit/package.json b/updaters/orbit/package.json index 605b4b11210..49581c68d24 100644 --- a/updaters/orbit/package.json +++ b/updaters/orbit/package.json @@ -1,119 +1,119 @@ { - "name": "@tsparticles/updater-orbit", - "version": "3.8.1", - "description": "tsParticles particles orbit updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/orbit" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/updater-orbit", + "version": "3.9.0", + "description": "tsParticles particles orbit updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/orbit" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/outModes/CHANGELOG.md b/updaters/outModes/CHANGELOG.md index be8cb04c4f9..f55f72ab5e2 100644 --- a/updaters/outModes/CHANGELOG.md +++ b/updaters/outModes/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-out-modes + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,23 +43,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -65,19 +69,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -87,10 +91,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -100,7 +104,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -124,7 +128,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -138,7 +142,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -148,8 +152,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed out mode bounce ([aafaa08](https://github.com/tsparticles/tsparticles/commit/aafaa083090d7941d159273cce513427572b866a)) -- fixed out modes, bounce was not checking the direction of the update request ([e2b2c94](https://github.com/tsparticles/tsparticles/commit/e2b2c94da9ba4ffd264442ab6bfed4923fac7d25)) +- fixed out mode bounce ([aafaa08](https://github.com/tsparticles/tsparticles/commit/aafaa083090d7941d159273cce513427572b866a)) +- fixed out modes, bounce was not checking the direction of the update request ([e2b2c94](https://github.com/tsparticles/tsparticles/commit/e2b2c94da9ba4ffd264442ab6bfed4923fac7d25)) ## [2.11.1](https://github.com/tsparticles/tsparticles/compare/v2.11.0...v2.11.1) (2023-07-24) @@ -159,8 +163,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -170,26 +174,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed out mode when particles are moved outside the canvas bounds, closes [#4247](https://github.com/tsparticles/tsparticles/issues/4247) ([c54e2c6](https://github.com/tsparticles/tsparticles/commit/c54e2c6da7b79782e231efd7384285fd9771a9eb)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed out mode when particles are moved outside the canvas bounds, closes [#4247](https://github.com/tsparticles/tsparticles/issues/4247) ([c54e2c6](https://github.com/tsparticles/tsparticles/commit/c54e2c6da7b79782e231efd7384285fd9771a9eb)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.9.2...tsparticles-updater-out-modes@2.9.3) (2023-02-12) @@ -207,7 +211,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.7.1...tsparticles-updater-out-modes@2.8.0) (2023-01-18) @@ -245,7 +249,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.3.2...tsparticles-updater-out-modes@2.3.3) (2022-09-30) @@ -275,7 +279,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.2.0...tsparticles-updater-out-modes@2.2.1) (2022-08-12) @@ -285,7 +289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.1.3...tsparticles-updater-out-modes@2.1.4) (2022-07-28) @@ -303,20 +307,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed out mode when particles are moved outside the canvas bounds, closes [#4247](https://github.com/tsparticles/tsparticles/issues/4247) ([c54e2c6](https://github.com/tsparticles/tsparticles/commit/c54e2c6da7b79782e231efd7384285fd9771a9eb)) +- fixed out mode when particles are moved outside the canvas bounds, closes [#4247](https://github.com/tsparticles/tsparticles/issues/4247) ([c54e2c6](https://github.com/tsparticles/tsparticles/commit/c54e2c6da7b79782e231efd7384285fd9771a9eb)) # [2.1.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.0.6...tsparticles-updater-out-modes@2.1.0) (2022-06-18) ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.0.5...tsparticles-updater-out-modes@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.0.4...tsparticles-updater-out-modes@2.0.5) (2022-04-14) @@ -326,7 +330,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.0.2...tsparticles-updater-out-modes@2.0.3) (2022-03-11) @@ -348,7 +352,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.0.0-beta.3...tsparticles-updater-out-modes@2.0.0-beta.4) (2021-12-07) @@ -358,8 +362,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) -- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) +- added new move direction: inside and outside, out modes needs more fixes ([32a70a6](https://github.com/tsparticles/tsparticles/commit/32a70a68a155db1ed796519addd7298e33a39094)) +- added outside and inside movement to out modes ([8d648e2](https://github.com/tsparticles/tsparticles/commit/8d648e2876249d8acd6b5e5a56455200ab03f117)) # [2.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-out-modes@2.0.0-beta.1...tsparticles-updater-out-modes@2.0.0-beta.2) (2021-10-06) @@ -373,7 +377,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-outModes@1.35.0...tsparticles-updater-outModes@1.35.1) (2021-09-20) @@ -391,10 +395,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added outModes angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created outModes updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added outModes angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created outModes updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/outModes/package.dist.json b/updaters/outModes/package.dist.json index 98a9d4f6973..913dd0451eb 100644 --- a/updaters/outModes/package.dist.json +++ b/updaters/outModes/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-out-modes", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles out modes updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/outModes/package.json b/updaters/outModes/package.json index 3445dfc27dc..fcc72ca801e 100644 --- a/updaters/outModes/package.json +++ b/updaters/outModes/package.json @@ -1,102 +1,102 @@ { - "name": "@tsparticles/updater-out-modes", - "version": "3.8.1", - "description": "tsParticles particles out modes updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/outModes" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-out-modes", + "version": "3.9.0", + "description": "tsParticles particles out modes updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/outModes" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/roll/CHANGELOG.md b/updaters/roll/CHANGELOG.md index f1dd08e47f3..5f99edd3dd2 100644 --- a/updaters/roll/CHANGELOG.md +++ b/updaters/roll/CHANGELOG.md @@ -3,39 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-roll + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -45,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -61,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -83,10 +87,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -96,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -110,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -120,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -134,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,28 +167,28 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) -- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) +- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.9.2...tsparticles-updater-roll@2.9.3) (2023-02-12) @@ -202,7 +206,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.7.1...tsparticles-updater-roll@2.8.0) (2023-01-18) @@ -240,7 +244,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.3.2...tsparticles-updater-roll@2.3.3) (2022-09-30) @@ -270,7 +274,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.2.0...tsparticles-updater-roll@2.2.1) (2022-08-12) @@ -280,8 +284,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.1.3...tsparticles-updater-roll@2.1.4) (2022-07-28) @@ -303,20 +307,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) -- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- moved roll options to orbit updater package ([e70e482](https://github.com/tsparticles/tsparticles/commit/e70e482f9d17969885da9c7b0c07edba0fb38447)) +- moved roll options to orbit updater package ([521c784](https://github.com/tsparticles/tsparticles/commit/521c784ff71022af3b02cac181eb6942d36aa592)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.0.5...tsparticles-updater-roll@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.0.4...tsparticles-updater-roll@2.0.5) (2022-04-14) @@ -326,7 +330,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.0.2...tsparticles-updater-roll@2.0.3) (2022-03-11) @@ -348,7 +352,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@2.0.0-beta.3...tsparticles-updater-roll@2.0.0-beta.4) (2021-12-07) @@ -370,7 +374,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-roll@1.35.0...tsparticles-updater-roll@1.35.1) (2021-09-20) @@ -388,10 +392,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added roll angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created roll updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added roll angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created roll updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/roll/package.dist.json b/updaters/roll/package.dist.json index 4ac4a69c39b..1bc9caa28c5 100644 --- a/updaters/roll/package.dist.json +++ b/updaters/roll/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-roll", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles roll updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/roll/package.json b/updaters/roll/package.json index 0520649fd4b..65ccde770bb 100644 --- a/updaters/roll/package.json +++ b/updaters/roll/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-roll", - "version": "3.8.1", - "description": "tsParticles particles roll updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/roll" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-roll", + "version": "3.9.0", + "description": "tsParticles particles roll updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/roll" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/rotate/CHANGELOG.md b/updaters/rotate/CHANGELOG.md index 37337bb2495..beb44e51a78 100644 --- a/updaters/rotate/CHANGELOG.md +++ b/updaters/rotate/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-rotate + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,23 +63,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) +- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -85,10 +89,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -98,7 +102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -112,7 +116,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -122,7 +126,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -136,7 +140,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -154,8 +158,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -165,12 +169,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) ### Features -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.9.2...tsparticles-updater-angle@2.9.3) (2023-02-12) @@ -188,7 +192,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.7.1...tsparticles-updater-angle@2.8.0) (2023-01-18) @@ -226,7 +230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.3.2...tsparticles-updater-angle@2.3.3) (2022-09-30) @@ -256,7 +260,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.2.0...tsparticles-updater-angle@2.2.1) (2022-08-12) @@ -266,7 +270,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.1.3...tsparticles-updater-angle@2.1.4) (2022-07-28) @@ -288,18 +292,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.0.5...tsparticles-updater-angle@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.0.4...tsparticles-updater-angle@2.0.5) (2022-04-14) @@ -309,7 +313,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.0.2...tsparticles-updater-angle@2.0.3) (2022-03-11) @@ -331,7 +335,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@2.0.0-beta.3...tsparticles-updater-angle@2.0.0-beta.4) (2021-12-07) @@ -353,7 +357,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-angle@1.35.0...tsparticles-updater-angle@1.35.1) (2021-09-20) @@ -371,10 +375,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added angle angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created angle updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added angle angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created angle updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/rotate/package.dist.json b/updaters/rotate/package.dist.json index b6efeda01c5..3ebdc3a2f4f 100644 --- a/updaters/rotate/package.dist.json +++ b/updaters/rotate/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-rotate", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles rotate updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/rotate/package.json b/updaters/rotate/package.json index a323668edd0..b0c3d512485 100644 --- a/updaters/rotate/package.json +++ b/updaters/rotate/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-rotate", - "version": "3.8.1", - "description": "tsParticles particles rotate updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/rotate" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-rotate", + "version": "3.9.0", + "description": "tsParticles particles rotate updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/rotate" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/size/CHANGELOG.md b/updaters/size/CHANGELOG.md index a51bf7e88e9..a13bf5f0156 100644 --- a/updaters/size/CHANGELOG.md +++ b/updaters/size/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-size + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,26 +161,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- implemented decay options in opacity and size updaters ([aace4cc](https://github.com/tsparticles/tsparticles/commit/aace4ccfc5c855b94d7a9ec46eafc268321408ad)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.9.2...tsparticles-updater-size@2.9.3) (2023-02-12) @@ -194,7 +198,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.7.1...tsparticles-updater-size@2.8.0) (2023-01-18) @@ -232,8 +236,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added reset method to updaters ([ad7a960](https://github.com/tsparticles/tsparticles/commit/ad7a9601a7088c786ab6b04dd0a0381069ff2dc2)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.3.2...tsparticles-updater-size@2.3.3) (2022-09-30) @@ -263,7 +267,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.2.0...tsparticles-updater-size@2.2.1) (2022-08-12) @@ -293,18 +297,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.0.5...tsparticles-updater-size@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.0.4...tsparticles-updater-size@2.0.5) (2022-04-14) @@ -314,7 +318,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.0.2...tsparticles-updater-size@2.0.3) (2022-03-11) @@ -336,7 +340,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@2.0.0-beta.3...tsparticles-updater-size@2.0.0-beta.4) (2021-12-07) @@ -358,7 +362,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-size@1.35.0...tsparticles-updater-size@1.35.1) (2021-09-20) @@ -376,10 +380,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added size angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created size updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added size angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created size updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/size/package.dist.json b/updaters/size/package.dist.json index 4d04ee13f94..f6253511d51 100644 --- a/updaters/size/package.dist.json +++ b/updaters/size/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-size", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles size updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/size/package.json b/updaters/size/package.json index 8dec19d9767..fc7e0be5c84 100644 --- a/updaters/size/package.json +++ b/updaters/size/package.json @@ -1,102 +1,102 @@ { - "name": "@tsparticles/updater-size", - "version": "3.8.1", - "description": "tsParticles particles size updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/size" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-size", + "version": "3.9.0", + "description": "tsParticles particles size updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/size" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/strokeColor/CHANGELOG.md b/updaters/strokeColor/CHANGELOG.md index c8556a29ec7..583727b54e4 100644 --- a/updaters/strokeColor/CHANGELOG.md +++ b/updaters/strokeColor/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-stroke-color + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,10 +81,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -90,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -104,7 +108,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -114,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -128,7 +132,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -146,8 +150,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -157,27 +161,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added delay to gradient animations ([0bbc1fc](https://github.com/tsparticles/tsparticles/commit/0bbc1fc0f528b6074726aff8833df94f7ecf7d9d)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- implemented delay options in opacity, size and colors updaters ([dfd4e9f](https://github.com/tsparticles/tsparticles/commit/dfd4e9f711a83ff5ef6e1bcf5f6fdf62d61dc157)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.9.2...tsparticles-updater-stroke-color@2.9.3) (2023-02-12) @@ -195,7 +199,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.7.1...tsparticles-updater-stroke-color@2.8.0) (2023-01-18) @@ -209,7 +213,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.5.3...tsparticles-updater-stroke-color@2.6.0) (2022-12-06) @@ -235,7 +239,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.3.2...tsparticles-updater-stroke-color@2.3.3) (2022-09-30) @@ -265,7 +269,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.2.0...tsparticles-updater-stroke-color@2.2.1) (2022-08-12) @@ -295,19 +299,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.0.5...tsparticles-updater-stroke-color@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.0.4...tsparticles-updater-stroke-color@2.0.5) (2022-04-14) @@ -317,7 +321,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.0.2...tsparticles-updater-stroke-color@2.0.3) (2022-03-11) @@ -339,7 +343,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-stroke-color@2.0.0-beta.3...tsparticles-updater-stroke-color@2.0.0-beta.4) (2021-12-07) @@ -361,7 +365,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-strokeColor@1.35.0...tsparticles-updater-strokeColor@1.35.1) (2021-09-20) @@ -379,10 +383,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added strokeColor angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created strokeColor updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added strokeColor angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created strokeColor updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/strokeColor/package.dist.json b/updaters/strokeColor/package.dist.json index 7c11e6d6886..c5e2339a5ec 100644 --- a/updaters/strokeColor/package.dist.json +++ b/updaters/strokeColor/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-stroke-color", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles stroke color updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/strokeColor/package.json b/updaters/strokeColor/package.json index b23d9247f52..e4fae7c1368 100644 --- a/updaters/strokeColor/package.json +++ b/updaters/strokeColor/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-stroke-color", - "version": "3.8.1", - "description": "tsParticles particles stroke color updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/strokeColor" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-stroke-color", + "version": "3.9.0", + "description": "tsParticles particles stroke color updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/strokeColor" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/tilt/CHANGELOG.md b/updaters/tilt/CHANGELOG.md index 264a184013d..e06f40d2b97 100644 --- a/updaters/tilt/CHANGELOG.md +++ b/updaters/tilt/CHANGELOG.md @@ -3,39 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-tilt + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [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)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -45,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -61,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -83,10 +87,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -96,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -110,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -120,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -134,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -152,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -163,26 +167,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.9.2...tsparticles-updater-tilt@2.9.3) (2023-02-12) @@ -200,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.7.1...tsparticles-updater-tilt@2.8.0) (2023-01-18) @@ -238,7 +242,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.3.2...tsparticles-updater-tilt@2.3.3) (2022-09-30) @@ -268,7 +272,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.2.0...tsparticles-updater-tilt@2.2.1) (2022-08-12) @@ -278,8 +282,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.1.3...tsparticles-updater-tilt@2.1.4) (2022-07-28) @@ -301,19 +305,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- moved tilt options to orbit updater package ([735b4b4](https://github.com/tsparticles/tsparticles/commit/735b4b4c9747195296c435fa2e2c9c84423bd658)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.0.5...tsparticles-updater-tilt@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.0.4...tsparticles-updater-tilt@2.0.5) (2022-04-14) @@ -323,7 +327,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.0.2...tsparticles-updater-tilt@2.0.3) (2022-03-11) @@ -345,7 +349,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@2.0.0-beta.3...tsparticles-updater-tilt@2.0.0-beta.4) (2021-12-07) @@ -367,7 +371,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-tilt@1.35.0...tsparticles-updater-tilt@1.35.1) (2021-09-20) @@ -385,10 +389,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added tilt angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created tilt updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added tilt angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created tilt updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/tilt/package.dist.json b/updaters/tilt/package.dist.json index 7aa1db2316b..8cbebaef70a 100644 --- a/updaters/tilt/package.dist.json +++ b/updaters/tilt/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-tilt", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles tilt updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/tilt/package.json b/updaters/tilt/package.json index f406971d17c..82b2f9654f3 100644 --- a/updaters/tilt/package.json +++ b/updaters/tilt/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-tilt", - "version": "3.8.1", - "description": "tsParticles particles tilt updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/tilt" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-tilt", + "version": "3.9.0", + "description": "tsParticles particles tilt updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/tilt" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/twinkle/CHANGELOG.md b/updaters/twinkle/CHANGELOG.md index 95c2b0e8a9e..fe380a0f2f9 100644 --- a/updaters/twinkle/CHANGELOG.md +++ b/updaters/twinkle/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/updater-twinkle + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +21,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +47,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +63,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +85,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +112,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +122,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +136,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +154,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,23 +165,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.9.2...tsparticles-updater-twinkle@2.9.3) (2023-02-12) @@ -195,7 +199,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.7.1...tsparticles-updater-twinkle@2.8.0) (2023-01-18) @@ -233,7 +237,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.3.2...tsparticles-updater-twinkle@2.3.3) (2022-09-30) @@ -263,7 +267,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.2.0...tsparticles-updater-twinkle@2.2.1) (2022-08-12) @@ -273,8 +277,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.1.3...tsparticles-updater-twinkle@2.1.4) (2022-07-28) @@ -296,19 +300,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) -- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) +- added range colors to all color fields ([1b6f32a](https://github.com/tsparticles/tsparticles/commit/1b6f32ad50beb3dc4813187a6e1d03f3013f3ca9)) +- moved twinkle options to twinkle updater package ([d6389d4](https://github.com/tsparticles/tsparticles/commit/d6389d4750bdbd2945a1fe84a781671e618122d2)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.0.5...tsparticles-updater-twinkle@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-twinkle@2.0.4...tsparticles-updater-twinkle@2.0.5) (2022-04-14) diff --git a/updaters/twinkle/package.dist.json b/updaters/twinkle/package.dist.json index 32513c319c2..faaeef4d0d0 100644 --- a/updaters/twinkle/package.dist.json +++ b/updaters/twinkle/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-twinkle", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles twinkle updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/twinkle/package.json b/updaters/twinkle/package.json index 90d17da92a8..413719dee3c 100644 --- a/updaters/twinkle/package.json +++ b/updaters/twinkle/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-twinkle", - "version": "3.8.1", - "description": "tsParticles particles twinkle updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/twinkle" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-twinkle", + "version": "3.9.0", + "description": "tsParticles particles twinkle updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/twinkle" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/wobble/CHANGELOG.md b/updaters/wobble/CHANGELOG.md index 882c05e175e..0569d32f1e8 100644 --- a/updaters/wobble/CHANGELOG.md +++ b/updaters/wobble/CHANGELOG.md @@ -3,11 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed motion plugin, and its implementations in other plugins ([aa6edc9](https://github.com/tsparticles/tsparticles/commit/aa6edc94efee6cf2372f893bb20887c423693c3a)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,23 +23,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -43,13 +49,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -59,19 +65,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -81,10 +87,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) -- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- improving dynamic imports ([0224706](https://github.com/tsparticles/tsparticles/commit/022470681ca6325f3d8085361e1cb47e1d58639c)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -94,7 +100,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -108,7 +114,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -118,7 +124,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -132,7 +138,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -150,8 +156,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added refresh flag for loading plugins, this will prevent multiple refresh of the instance ([9d999d6](https://github.com/tsparticles/tsparticles/commit/9d999d6fa2f0c0a45a551aab45b467a8f3b682c5)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -161,27 +167,27 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.9.2...tsparticles-updater-wobble@2.9.3) (2023-02-12) @@ -199,7 +205,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.7.1...tsparticles-updater-wobble@2.8.0) (2023-01-18) @@ -237,7 +243,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [2.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.3.2...tsparticles-updater-wobble@2.3.3) (2022-09-30) @@ -267,7 +273,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [2.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.2.0...tsparticles-updater-wobble@2.2.1) (2022-08-12) @@ -277,8 +283,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) -- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) +- added new tspRandom function and setRandom for customizing all the random behaviors ([bd83a57](https://github.com/tsparticles/tsparticles/commit/bd83a57b2eb8b455450a5940ba4c4d5ff34834b2)) +- moved more code out from engine to specific plugins ([14d4887](https://github.com/tsparticles/tsparticles/commit/14d488756b759b7650e02886ed862f821a6e8ed1)) ## [2.1.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.1.3...tsparticles-updater-wobble@2.1.4) (2022-07-28) @@ -300,20 +306,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ### Features -- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) -- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) -- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) +- added decay to all animations ([954858e](https://github.com/tsparticles/tsparticles/commit/954858ec9ef85a7d9d676838399777e4a1a8b885)) +- added new speed object for wobble effect ([a450513](https://github.com/tsparticles/tsparticles/commit/a450513b04dedb7f4c18ad98278ef23094f22016)) +- loading updater options in updaters instead of in the engine, started from wobble ([85abd01](https://github.com/tsparticles/tsparticles/commit/85abd01a618efd3afd17f6fd605d46005cd842dd)) ## [2.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.0.5...tsparticles-updater-wobble@2.0.6) (2022-04-16) ### Bug Fixes -- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) +- fixes build scripts, closes [#3909](https://github.com/tsparticles/tsparticles/issues/3909), closes [#3911](https://github.com/tsparticles/tsparticles/issues/3911) ([d2c3fb3](https://github.com/tsparticles/tsparticles/commit/d2c3fb33ff9c9d529f2609f89c63cb6e1e61ecda)) ## [2.0.5](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.0.4...tsparticles-updater-wobble@2.0.5) (2022-04-14) @@ -323,7 +329,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [2.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.0.2...tsparticles-updater-wobble@2.0.3) (2022-03-11) @@ -345,7 +351,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) # [2.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@2.0.0-beta.3...tsparticles-updater-wobble@2.0.0-beta.4) (2021-12-07) @@ -367,7 +373,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) +- moving all updaters to external packages, breaking ([94bdde6](https://github.com/tsparticles/tsparticles/commit/94bdde67d0b546c22b7841ff8e969d15ddef3430)) ## [1.35.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-updater-wobble@1.35.0...tsparticles-updater-wobble@1.35.1) (2021-09-20) @@ -385,10 +391,10 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) -- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) +- **deps:** pin dependencies ([23be870](https://github.com/tsparticles/tsparticles/commit/23be8708d698e1e37a18f2ed292cbccffb0f1e47)) +- **deps:** update all ([d9f0ff2](https://github.com/tsparticles/tsparticles/commit/d9f0ff2f8c4ac269aaad5077492746e3da8fb422)) ### Features -- added wobble angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) -- created wobble updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) +- added wobble angle animated rotation support ([de8f0a4](https://github.com/tsparticles/tsparticles/commit/de8f0a46436601aeb580651b1f87741fd9fc3c79)) +- created wobble updater library, only colors for now ([7d31c62](https://github.com/tsparticles/tsparticles/commit/7d31c62ecb8f023234514b5ef46f0de55f75c283)) diff --git a/updaters/wobble/package.dist.json b/updaters/wobble/package.dist.json index 136bef248e7..08b5afa30f0 100644 --- a/updaters/wobble/package.dist.json +++ b/updaters/wobble/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/updater-wobble", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles particles wobble updater", "homepage": "https://particles.js.org", "repository": { @@ -87,7 +87,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/updaters/wobble/package.json b/updaters/wobble/package.json index 4bcb0c6c7ad..a535aa332b4 100644 --- a/updaters/wobble/package.json +++ b/updaters/wobble/package.json @@ -1,105 +1,105 @@ { - "name": "@tsparticles/updater-wobble", - "version": "3.8.1", - "description": "tsParticles particles wobble updater", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "updaters/wobble" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin", - "@tsparticles/updater" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/updater-wobble", + "version": "3.9.0", + "description": "tsParticles particles wobble updater", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "updaters/wobble" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin", + "@tsparticles/updater" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/updaters/wobble/src/Utils.ts b/updaters/wobble/src/Utils.ts index b17966d204e..85ced34a0c7 100644 --- a/updaters/wobble/src/Utils.ts +++ b/updaters/wobble/src/Utils.ts @@ -13,16 +13,17 @@ const defaultDistance = 0, */ export function updateWobble(particle: WobbleParticle, delta: IDelta): void { const { wobble: wobbleOptions } = particle.options, - { wobble } = particle; + { container, wobble } = particle; if (!wobbleOptions?.enable || !wobble) { return; } - const angleSpeed = wobble.angleSpeed * delta.factor, - moveSpeed = wobble.moveSpeed * delta.factor, + const reduceFactor = container.retina.reduceFactor, + angleSpeed = wobble.angleSpeed * delta.factor * reduceFactor, + moveSpeed = wobble.moveSpeed * delta.factor * reduceFactor, distance = - (moveSpeed * ((particle.retina.wobbleDistance ?? defaultDistance) * delta.factor)) / + (moveSpeed * (particle.retina.wobbleDistance ?? defaultDistance)) / (millisecondsToSeconds / distanceFactor), max = doublePI, { position } = particle; diff --git a/utils/configs/CHANGELOG.md b/utils/configs/CHANGELOG.md index e19eaa0741e..91cccc40f5a 100644 --- a/utils/configs/CHANGELOG.md +++ b/utils/configs/CHANGELOG.md @@ -3,53 +3,59 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Bug Fixes + +- fixed some issues in groups, some things are still not working ([75fb526](https://github.com/tsparticles/tsparticles/commit/75fb526bcf5e264735c73eab618a0a6727b24adc)) + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [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)) +- 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)) ## [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)) +- 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)) +- 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 -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) +- fixed oklch color, added lch color too, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([d604691](https://github.com/tsparticles/tsparticles/commit/d604691d3bb175e8c615fe1523e73487a036d7ae)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -59,23 +65,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) -- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with removing particles when group is active, fixes [#5352](https://github.com/tsparticles/tsparticles/issues/5352) ([af57352](https://github.com/tsparticles/tsparticles/commit/af57352b3c8e5646fa2c8e784b78698c7e2c9186)) ### Features -- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) +- added padding options to emoji shape, fixes [#5402](https://github.com/tsparticles/tsparticles/issues/5402) ([2a2638f](https://github.com/tsparticles/tsparticles/commit/2a2638f575cb142311927997a8ebffb25d3049ea)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -85,24 +91,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) +- improved trail effect and tilt ([2892549](https://github.com/tsparticles/tsparticles/commit/2892549d3f1cde8192e641c9221afc551afd5d06)) ### Features -- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- added infinity shape ([935368b](https://github.com/tsparticles/tsparticles/commit/935368b88ad77495b3b17477ab7093e130623844)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -112,32 +118,32 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) ### Bug Fixes -- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) +- fixed sounds in fireworks bundle ([ed77e79](https://github.com/tsparticles/tsparticles/commit/ed77e79521a73dc30ce5a7517ea8cf54b72f1f78)) ### Features -- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) -- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) -- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) +- added mute/unmute functions to sound plugin for an easier control of the volume ([b2169ef](https://github.com/tsparticles/tsparticles/commit/b2169ef5b24ab38295294ea77dd5e2549f9558df)) +- added new zig-zag path ([48bc5d1](https://github.com/tsparticles/tsparticles/commit/48bc5d16324989faab1830976b968c054c2003eb)) +- added poisson disc plugin for better particles initial positions ([405f1df](https://github.com/tsparticles/tsparticles/commit/405f1dff34c380f576b2676cab8296e25b5d4e1f)) ## [3.0.3](https://github.com/tsparticles/tsparticles/compare/v3.0.2...v3.0.3) (2023-12-26) ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) ### Bug Fixes -- fixed trails config ([a20546e](https://github.com/tsparticles/tsparticles/commit/a20546e6968f2746788422c07a40683850568221)) +- fixed trails config ([a20546e](https://github.com/tsparticles/tsparticles/commit/a20546e6968f2746788422c07a40683850568221)) ## [3.0.1](https://github.com/tsparticles/tsparticles/compare/v3.0.0...v3.0.1) (2023-12-06) @@ -147,31 +153,31 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) +- fixed new trail with rotated or tilted particles ([a43f809](https://github.com/tsparticles/tsparticles/commit/a43f8093204e46b2f22404960459aa0a114708c8)) ### Features -- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89)) -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added clear flag, enabled by default, if disabled, the canvas won't be cleared ([299784c](https://github.com/tsparticles/tsparticles/commit/299784c0fc8b346646e5c6466a101c5b1b3cca89)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) ### Features -- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) +- added new emoji shape, better performance than text shape ([868ee4d](https://github.com/tsparticles/tsparticles/commit/868ee4d8034e3ceb1402a5d67151b1e911e7409f)) # [3.0.0-beta.4](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.3...v3.0.0-beta.4) (2023-11-16) ### Bug Fixes -- fixed emitters canvas shape ([863f8ab](https://github.com/tsparticles/tsparticles/commit/863f8ab91eb8f0423eaa731864fa3862af558e52)) +- fixed emitters canvas shape ([863f8ab](https://github.com/tsparticles/tsparticles/commit/863f8ab91eb8f0423eaa731864fa3862af558e52)) ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) -- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) -- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added flat options to tsparticles-confetti options ([dff6c75](https://github.com/tsparticles/tsparticles/commit/dff6c7590c5a844e34547513637c8ad0f13a3d66)) +- added trail effect plugin ([af69e9f](https://github.com/tsparticles/tsparticles/commit/af69e9f810d7c33f10902c2386fbbc6f3df2331e)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) @@ -185,7 +191,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) +- supporting the npm exports option correctly ([bdfaca8](https://github.com/tsparticles/tsparticles/commit/bdfaca8077b8a3a4b1f482cc2ae5766914dcfaf7)) # [3.0.0-beta.0](https://github.com/tsparticles/tsparticles/compare/v2.12.0...v3.0.0-beta.0) (2023-08-24) @@ -203,8 +209,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) -- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) +- added animated gif support to image drawer ([c65f451](https://github.com/tsparticles/tsparticles/commit/c65f451cc4edf3a5e01e436d9a14922388c01a38)) +- added tree shaking ([86806a6](https://github.com/tsparticles/tsparticles/commit/86806a6054d89b050567599daab20da3b643b788)) ## [2.10.1](https://github.com/tsparticles/tsparticles/compare/v2.10.0...v2.10.1) (2023-06-04) @@ -214,42 +220,42 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) -- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) -- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) -- fixed multiline text shape and relative demo ([18ebe89](https://github.com/tsparticles/tsparticles/commit/18ebe89bfcbd94d3d3865d3bfd08381c4c0c0cf2)) -- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update dependency rimraf to v4.4.1 ([370d1ca](https://github.com/tsparticles/tsparticles/commit/370d1ca4d3bb0ea8bfe5fb3e0f5e1d74f45f4de6)) +- **deps:** update dependency rimraf to v5 ([c29cbc4](https://github.com/tsparticles/tsparticles/commit/c29cbc43ed0d3522b718e7236a48eae9b91cde43)) +- **deps:** update dependency rimraf to v5.0.1 ([6627473](https://github.com/tsparticles/tsparticles/commit/66274734c70b5759c59f7e949c8fcb2c8529bdf2)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed multiline text shape and relative demo ([18ebe89](https://github.com/tsparticles/tsparticles/commit/18ebe89bfcbd94d3d3865d3bfd08381c4c0c0cf2)) +- fixed window resize fired during the initialization ([ffdc255](https://github.com/tsparticles/tsparticles/commit/ffdc255007f47d2161f56f865968b09bc5c5a53b)) ### Features -- added a configs package, this will contains all the presets used in demos ([92fc41b](https://github.com/tsparticles/tsparticles/commit/92fc41b77a35295aee787b72952134d25899f251)) -- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) -- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added image preload ([b8072f6](https://github.com/tsparticles/tsparticles/commit/b8072f60863a5138d746621e69f4699c8b3b6366)) -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) -- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) -- added mode to more coordinates options ([543cfab](https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41)) -- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) -- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) -- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) -- improving the path svg plugin ([94c8e94](https://github.com/tsparticles/tsparticles/commit/94c8e94af897aebc3043c8a98a95e37c09a8c6ba)) -- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) -- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) +- added a configs package, this will contains all the presets used in demos ([92fc41b](https://github.com/tsparticles/tsparticles/commit/92fc41b77a35295aee787b72952134d25899f251)) +- added arrow shape ([09d962b](https://github.com/tsparticles/tsparticles/commit/09d962be91b721d4b93811e75d8b44912b1a6c45)) +- added delta to path generators ([910eda1](https://github.com/tsparticles/tsparticles/commit/910eda1285663a5e340911fcb1adcf6ae768d9c7)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added image preload ([b8072f6](https://github.com/tsparticles/tsparticles/commit/b8072f60863a5138d746621e69f4699c8b3b6366)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) +- added mode to more coordinates options ([543cfab](https://github.com/tsparticles/tsparticles/commit/543cfabb07f2ba56d3a4394ffc74cf0f57489f41)) +- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- added new cog shape ([03a0d86](https://github.com/tsparticles/tsparticles/commit/03a0d86630ecaef396f1dd86904401c9370ceeee)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- adding new path plugin, using svg paths as a source ([72316ec](https://github.com/tsparticles/tsparticles/commit/72316ec38ee3556ad2db0af4e84a14529ddb1b9b)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) +- improving the path svg plugin ([94c8e94](https://github.com/tsparticles/tsparticles/commit/94c8e94af897aebc3043c8a98a95e37c09a8c6ba)) +- improving the path svg plugin ([8a830a2](https://github.com/tsparticles/tsparticles/commit/8a830a2751c67a601efec1c2dddd50059ac1d843)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) ## [2.9.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@2.9.2...tsparticles-demo-configs@2.9.3) (2023-02-12) @@ -259,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) +- added missing shapes to confetti bundle ([b299012](https://github.com/tsparticles/tsparticles/commit/b2990122b280e09dc56418e0f454dd299f3ad0a1)), closes [#4905](https://github.com/tsparticles/tsparticles/issues/4905) ## [2.9.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@2.9.0...tsparticles-demo-configs@2.9.1) (2023-02-11) @@ -269,41 +275,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) +- added version to engine ([9406873](https://github.com/tsparticles/tsparticles/commit/9406873c6551b59e64edbe3a0e4fe59ef2cde4c6)) # [2.8.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@2.7.1...tsparticles-demo-configs@2.8.0) (2023-01-18) ### Features -- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) +- reworked move.trail options, created an object with color and image, closes [#4882](https://github.com/tsparticles/tsparticles/issues/4882) ([b26505b](https://github.com/tsparticles/tsparticles/commit/b26505b1235980120a98c05b1c5151838b562987)) ## [2.7.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@2.7.0...tsparticles-demo-configs@2.7.1) (2022-12-25) ### Features -- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) -- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) +- added loop options to sounds audio values ([3f017b6](https://github.com/tsparticles/tsparticles/commit/3f017b6f93ac8e3a539184ab8d30b4f67db1b1f2)) +- added multiple melodies to melody for creating two handed melodies, für elise demo ([b2ed85f](https://github.com/tsparticles/tsparticles/commit/b2ed85f12961091280b4a98b528dc92f6846070e)) # [2.7.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@2.6.0...tsparticles-demo-configs@2.7.0) (2022-12-23) ### Features -- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) -- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) -- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) -- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) -- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) -- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) +- added filter option to sounds event, it's a function that checks if an event can play a sound ([a0be41b](https://github.com/tsparticles/tsparticles/commit/a0be41b616d42217d8a57798a3ff3d3cafd6b6a0)) +- added new cards shape, containing all 4 suits ([79c625e](https://github.com/tsparticles/tsparticles/commit/79c625ed818d42616bb8fbc0d5c098f5f8cf1a69)) +- added ranged values in stroke width and opacity properties ([5d3806d](https://github.com/tsparticles/tsparticles/commit/5d3806dd5d097f2913b0f7f480eaeaab512d0be1)) +- created path shape ([d46adbf](https://github.com/tsparticles/tsparticles/commit/d46adbfaabad01bd5487bb96a6849bba034f49b6)) +- created sounds plugin, no sounds yet, added only mute/unmute icon ([5a5970d](https://github.com/tsparticles/tsparticles/commit/5a5970d31682c62197608757cfd66b4b9c876e06)) +- improved density values, now is 1:1 with number on 1080 resolution with pixel ratio of 1 ([3ff8fbf](https://github.com/tsparticles/tsparticles/commit/3ff8fbfefb01f1d6fe8be836c3c2909b74630475)) # [2.6.0](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.5.3...tsparticles-demo-configs@2.6.0) (2022-12-06) ### Bug Fixes -- fixed multiline text shape and relative demo ([18ebe89](https://github.com/tsparticles/tsparticles/commit/18ebe89bfcbd94d3d3865d3bfd08381c4c0c0cf2)) +- fixed multiline text shape and relative demo ([18ebe89](https://github.com/tsparticles/tsparticles/commit/18ebe89bfcbd94d3d3865d3bfd08381c4c0c0cf2)) ### Features -- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) +- added localization support to wordpress plugin, fixes [#4807](https://github.com/tsparticles/tsparticles/issues/4807) ([8a93b8a](https://github.com/tsparticles/tsparticles/commit/8a93b8a3d6a1327903c745d7a3b04cb41e5249c8)) ## [1.5.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.5.2...tsparticles-demo-configs@1.5.3) (2022-11-07) @@ -325,7 +331,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) +- removed all canvas context save/restore calls ([208722f](https://github.com/tsparticles/tsparticles/commit/208722f0a521246165b7cdc529dfbfbd7a3cf7eb)) ## [1.3.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.3.2...tsparticles-demo-configs@1.3.3) (2022-09-30) @@ -355,7 +361,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) +- fixed double mouse events on mobile using pointer events, closes [#4622](https://github.com/tsparticles/tsparticles/issues/4622) ([1019fa4](https://github.com/tsparticles/tsparticles/commit/1019fa431f8a43cbd45d6adeb5adf94433e6e04b)) ## [1.2.1](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.2.0...tsparticles-demo-configs@1.2.1) (2022-08-12) @@ -385,8 +391,8 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) -- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) +- **deps:** update dependency gh-pages to v4 ([cf6e957](https://github.com/tsparticles/tsparticles/commit/cf6e9577132afcec26410f7321fcf5ffcfb05930)) +- **deps:** update react monorepo to v18.1.0 ([6b45793](https://github.com/tsparticles/tsparticles/commit/6b457937c41d7681a2135dfcb6ff220e578f22bb)) ## [1.0.6](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.0.5...tsparticles-demo-configs@1.0.6) (2022-04-16) @@ -400,7 +406,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) +- **deps:** update react monorepo to v18 ([3f6aa46](https://github.com/tsparticles/tsparticles/commit/3f6aa46e399d0092ae13ba494db86256c0d05c40)) ## [1.0.3](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.0.2...tsparticles-demo-configs@1.0.3) (2022-03-11) @@ -422,11 +428,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) +- **deps:** update dependency @ionic/angular to v6 ([b20503f](https://github.com/tsparticles/tsparticles/commit/b20503ff2a29f6c8617f42c764c8a868fc334c5f)) ### Features -- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) +- some options refactoring (breaking) ([eff3c17](https://github.com/tsparticles/tsparticles/commit/eff3c17a81344d76b677aa5134aff0705ba57410)) # [1.0.0-beta.2](https://github.com/tsparticles/tsparticles/compare/tsparticles-demo-configs@1.0.0-beta.1...tsparticles-demo-configs@1.0.0-beta.2) (2021-12-07) @@ -436,4 +442,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added a configs package, this will contains all the presets used in demos ([92fc41b](https://github.com/tsparticles/tsparticles/commit/92fc41b77a35295aee787b72952134d25899f251)) +- added a configs package, this will contains all the presets used in demos ([92fc41b](https://github.com/tsparticles/tsparticles/commit/92fc41b77a35295aee787b72952134d25899f251)) diff --git a/utils/configs/package.dist.json b/utils/configs/package.dist.json index 9b33d9477b7..b7fa7d288f4 100644 --- a/utils/configs/package.dist.json +++ b/utils/configs/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/configs", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles demo configurations", "homepage": "https://particles.js.org", "repository": { @@ -99,7 +99,7 @@ "./package.json": "./package.json" }, "dependencies": { - "@tsparticles/engine": "3.8.1" + "@tsparticles/engine": "3.9.0" }, "publishConfig": { "access": "public" diff --git a/utils/configs/package.json b/utils/configs/package.json index 1213d3ddb4a..77e6ed74887 100644 --- a/utils/configs/package.json +++ b/utils/configs/package.json @@ -1,116 +1,116 @@ { - "name": "@tsparticles/configs", - "version": "3.8.1", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "utils/configs" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/configs", + "version": "3.9.0", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "utils/configs" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "dependencies": { - "@tsparticles/engine": "workspace:3.8.1" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "dependencies": { + "@tsparticles/engine": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/utils/configs/src/g/groups.ts b/utils/configs/src/g/groups.ts new file mode 100644 index 00000000000..f98aabffa56 --- /dev/null +++ b/utils/configs/src/g/groups.ts @@ -0,0 +1,69 @@ +import type { ISourceOptions } from "@tsparticles/engine"; + +const options: ISourceOptions = { + key: "groups", + name: "Groups", + particles: { + groups: { + green: { + number: { + value: 10, + }, + color: { + value: "#00ff00", + }, + }, + yellow: { + number: { + value: 10, + }, + color: { + value: "#ffff00", + }, + }, + blue: { + number: { + value: 10, + }, + color: { + value: "#0000ff", + }, + }, + cyan: { + number: { + value: 10, + }, + color: { + value: "#00ffff", + }, + }, + }, + number: { + value: 40, + density: { + enable: true, + }, + }, + color: { + value: "#ffffff", + }, + shape: { + type: "circle", + }, + opacity: { + value: 0.5, + }, + size: { + value: 10, + }, + move: { + enable: true, + speed: 2, + }, + }, + background: { + color: "#000000", + }, +}; + +export default options; diff --git a/utils/configs/src/g/index.ts b/utils/configs/src/g/index.ts index 4b9b6310a6d..bd879d3ff75 100644 --- a/utils/configs/src/g/index.ts +++ b/utils/configs/src/g/index.ts @@ -2,6 +2,7 @@ import gifs from "./gifs.js"; import grabRandomColor from "./grabRandomColor.js"; import gradients from "./gradients.js"; import gravity from "./gravity.js"; +import groups from "./groups"; import growing from "./growing.js"; export default { @@ -9,5 +10,6 @@ export default { grabRandomColor, gradients, gravity, + groups, growing, }; diff --git a/utils/configs/src/n/index.ts b/utils/configs/src/n/index.ts index 2e4f9c2c331..2a84f7c8889 100644 --- a/utils/configs/src/n/index.ts +++ b/utils/configs/src/n/index.ts @@ -2,7 +2,9 @@ import namedColors from "./namedColors.js"; import nasa from "./nasa.js"; import noClear from "./noClear.js"; import noConfig from "./noConfig.js"; -import noisePlanes from "./noisePlanes.js"; +import noisePlanesFractal from "./noisePlanesFractal.js"; +import noisePlanesPerlin from "./noisePlanesPerlin.js"; +import noisePlanesSimplex from "./noisePlanesSimplex.js"; import nyancat from "./nyancat.js"; import nyancat2 from "./nyancat2.js"; @@ -11,7 +13,9 @@ export default { nasa, noClear, noConfig, - noisePlanes, + noisePlanesFractal, + noisePlanesPerlin, + noisePlanesSimplex, nyancat, nyancat2, }; diff --git a/utils/configs/src/n/noisePlanesFractal.ts b/utils/configs/src/n/noisePlanesFractal.ts new file mode 100644 index 00000000000..501b171c539 --- /dev/null +++ b/utils/configs/src/n/noisePlanesFractal.ts @@ -0,0 +1,94 @@ +import type { ISourceOptions } from "@tsparticles/engine"; + +const options: ISourceOptions = { + key: "noisePlanesFractal", + name: "Noise Planes Fractal", + background: { + color: "#000", + }, + interactivity: { + events: { + onClick: { + enable: true, + mode: "push", + }, + }, + modes: { + bubble: { + distance: 400, + duration: 2, + opacity: 0.8, + size: 40, + speed: 3, + }, + grab: { + distance: 400, + links: { + opacity: 1, + }, + }, + push: { + quantity: 4, + }, + remove: { + quantity: 2, + }, + repulse: { + distance: 200, + duration: 0.4, + }, + }, + }, + particles: { + move: { + path: { + enable: true, + options: { + size: 32, + draw: false, + increment: 0.004, + }, + generator: "fractalNoise", + }, + enable: true, + speed: 6, + }, + number: { + density: { + enable: true, + }, + value: 80, + }, + rotate: { + value: 45, + path: true, + }, + opacity: { + value: 1, + }, + shape: { + options: { + image: { + height: 128, + src: "https://particles.js.org/images/plane_alt.png", + width: 128, + }, + }, + type: "image", + }, + size: { + value: 32, + }, + zIndex: { + value: { + min: 0, + max: 100, + }, + opacityRate: 0, + sizeRate: 2, + velocityRate: 2, + }, + }, +}; + +export default options; diff --git a/utils/configs/src/n/noisePlanesPerlin.ts b/utils/configs/src/n/noisePlanesPerlin.ts new file mode 100644 index 00000000000..d26bb98482d --- /dev/null +++ b/utils/configs/src/n/noisePlanesPerlin.ts @@ -0,0 +1,94 @@ +import type { ISourceOptions } from "@tsparticles/engine"; + +const options: ISourceOptions = { + key: "noisePlanesPerlin", + name: "Noise Planes Perlin", + background: { + color: "#000", + }, + interactivity: { + events: { + onClick: { + enable: true, + mode: "push", + }, + }, + modes: { + bubble: { + distance: 400, + duration: 2, + opacity: 0.8, + size: 40, + speed: 3, + }, + grab: { + distance: 400, + links: { + opacity: 1, + }, + }, + push: { + quantity: 4, + }, + remove: { + quantity: 2, + }, + repulse: { + distance: 200, + duration: 0.4, + }, + }, + }, + particles: { + move: { + path: { + enable: true, + options: { + size: 32, + draw: false, + increment: 0.004, + }, + generator: "perlinNoise", + }, + enable: true, + speed: 6, + }, + number: { + density: { + enable: true, + }, + value: 80, + }, + rotate: { + value: 45, + path: true, + }, + opacity: { + value: 1, + }, + shape: { + options: { + image: { + height: 128, + src: "https://particles.js.org/images/plane_alt.png", + width: 128, + }, + }, + type: "image", + }, + size: { + value: 32, + }, + zIndex: { + value: { + min: 0, + max: 100, + }, + opacityRate: 0, + sizeRate: 2, + velocityRate: 2, + }, + }, +}; + +export default options; diff --git a/utils/configs/src/n/noisePlanes.ts b/utils/configs/src/n/noisePlanesSimplex.ts similarity index 96% rename from utils/configs/src/n/noisePlanes.ts rename to utils/configs/src/n/noisePlanesSimplex.ts index e8be6bd994c..e060ad2f6e8 100644 --- a/utils/configs/src/n/noisePlanes.ts +++ b/utils/configs/src/n/noisePlanesSimplex.ts @@ -1,8 +1,8 @@ import type { ISourceOptions } from "@tsparticles/engine"; const options: ISourceOptions = { - key: "noisePlanes", - name: "Noise Planes", + key: "noisePlanesSimplex", + name: "Noise Planes Simplex", background: { color: "#000", }, diff --git a/utils/fractalNoise/.browserslistrc b/utils/fractalNoise/.browserslistrc new file mode 100644 index 00000000000..bd9a52c8d84 --- /dev/null +++ b/utils/fractalNoise/.browserslistrc @@ -0,0 +1,2 @@ +since 2019 +not dead diff --git a/utils/fractalNoise/.eslintignore b/utils/fractalNoise/.eslintignore new file mode 100644 index 00000000000..db4c6d9b679 --- /dev/null +++ b/utils/fractalNoise/.eslintignore @@ -0,0 +1,2 @@ +dist +node_modules \ No newline at end of file diff --git a/utils/fractalNoise/.eslintrc.js b/utils/fractalNoise/.eslintrc.js new file mode 100644 index 00000000000..cf15ec434b8 --- /dev/null +++ b/utils/fractalNoise/.eslintrc.js @@ -0,0 +1,5 @@ +module.exports = { + extends: [ + "@tsparticles/eslint-config", + ] +}; diff --git a/utils/fractalNoise/.npmignore b/utils/fractalNoise/.npmignore new file mode 100644 index 00000000000..5c901533f98 --- /dev/null +++ b/utils/fractalNoise/.npmignore @@ -0,0 +1 @@ +report.html \ No newline at end of file diff --git a/utils/fractalNoise/CHANGELOG.md b/utils/fractalNoise/CHANGELOG.md new file mode 100644 index 00000000000..48946c875a6 --- /dev/null +++ b/utils/fractalNoise/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Features + +- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c)) diff --git a/utils/fractalNoise/LICENSE b/utils/fractalNoise/LICENSE new file mode 100644 index 00000000000..bdc05f528fa --- /dev/null +++ b/utils/fractalNoise/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Matteo Bruni + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/utils/fractalNoise/README.md b/utils/fractalNoise/README.md new file mode 100644 index 00000000000..5b380f8ea77 --- /dev/null +++ b/utils/fractalNoise/README.md @@ -0,0 +1,74 @@ +[![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) + +# tsParticles Fractal Noise Library + +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/fractal-noise/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/fractal-noise) +[![npmjs](https://badge.fury.io/js/@tsparticles/fractal-noise.svg)](https://www.npmjs.com/package/@tsparticles/fractal-noise) +[![npmjs](https://img.shields.io/npm/dt/@tsparticles/fractal-noise)](https://www.npmjs.com/package/@tsparticles/fractal-noise) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) + +[tsParticles](https://github.com/tsparticles/tsparticles) path plugin for fractal noise movement. + +## How to use it + +### CDN / Vanilla JS / jQuery + +The CDN/Vanilla version JS has one required file in vanilla configuration: + +Including the `tsparticles.fractal.noise.min.js` file will export the function to load the path plugin: + +```text +loadFractalNoisePath +``` + +### Usage + +Once the scripts are loaded you can set up `tsParticles` and the path plugin like this: + +```javascript +(async () => { + await loadFractalNoisePath(tsParticles); + + await tsParticles.load({ + id: "tsparticles", + options: { + /* options */ + }, + }); +})(); +``` + +### ESM / CommonJS + +This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this: + +```shell +$ npm install @tsparticles/fractal-noise +``` + +or + +```shell +$ yarn add @tsparticles/fractal-noise +``` + +Then you need to import it in the app, like this: + +```javascript +const { tsParticles } = require("@tsparticles/engine"); +const { loadFractalNoisePath } = require("@tsparticles/fractal-noise"); + +(async () => { + await loadFractalNoisePath(tsParticles); +})(); +``` + +or + +```javascript +import { tsParticles } from "@tsparticles/engine"; +import { loadFractalNoisePath } from "@tsparticles/fractal-noise"; + +(async () => { + await loadFractalNoisePath(tsParticles); +})(); +``` diff --git a/utils/fractalNoise/package.dist.json b/utils/fractalNoise/package.dist.json new file mode 100644 index 00000000000..5eea5bf2def --- /dev/null +++ b/utils/fractalNoise/package.dist.json @@ -0,0 +1,108 @@ +{ + "name": "@tsparticles/fractal-noise", + "version": "3.9.0", + "description": "tsParticles fractal noise library", + "homepage": "https://particles.js.org", + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "utils/fractalNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "publishConfig": { + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "sideEffects": false, + "jsdelivr": "tsparticles.fractal.noise.min.js", + "unpkg": "tsparticles.fractal.noise.min.js", + "browser": "browser/index.js", + "main": "cjs/index.js", + "module": "esm/index.js", + "types": "types/index.d.ts", + "dependencies": { + "@tsparticles/smooth-value-noise": "3.9.0" + }, + "exports": { + ".": { + "types": "./types/index.d.ts", + "browser": "./browser/index.js", + "import": "./esm/index.js", + "require": "./cjs/index.js", + "umd": "./umd/index.js", + "default": "./cjs/index.js" + }, + "./package.json": "./package.json" + } +} diff --git a/utils/fractalNoise/package.json b/utils/fractalNoise/package.json new file mode 100644 index 00000000000..71391aaf589 --- /dev/null +++ b/utils/fractalNoise/package.json @@ -0,0 +1,118 @@ +{ + "name": "@tsparticles/fractal-noise", + "version": "3.9.0", + "description": "tsParticles fractal noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/fractalNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "dependencies": { + "@tsparticles/smooth-value-noise": "workspace:3.9.0" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } +} diff --git a/utils/fractalNoise/src/FractalNoise.ts b/utils/fractalNoise/src/FractalNoise.ts new file mode 100644 index 00000000000..c17a936434b --- /dev/null +++ b/utils/fractalNoise/src/FractalNoise.ts @@ -0,0 +1,63 @@ +/* eslint-disable @typescript-eslint/no-magic-numbers */ +import { SmoothValueNoise } from "@tsparticles/smooth-value-noise"; + +export class FractalNoise { + private readonly _smoothValueNoise: SmoothValueNoise; + + constructor() { + this._smoothValueNoise = new SmoothValueNoise(); + } + + noise2d(x: number, y: number, octaves = 5, persistence = 0.5, lacunarity = 2.0): number { + let total = 0, + frequency = 1, + amplitude = 1, + maxValue = 0; + + for (let i = 0; i < octaves; i++) { + total += this._smoothValueNoise.noise2d(x * frequency, y * frequency) * amplitude; + maxValue += amplitude; + amplitude *= persistence; + frequency *= lacunarity; + } + + return total / maxValue; + } + + noise3d(x: number, y: number, z: number, octaves = 5, persistence = 0.5, lacunarity = 2.0): number { + let total = 0, + frequency = 1, + amplitude = 1, + maxValue = 0; + + for (let i = 0; i < octaves; i++) { + total += this._smoothValueNoise.noise3d(x * frequency, y * frequency, z * frequency) * amplitude; + maxValue += amplitude; + amplitude *= persistence; + frequency *= lacunarity; + } + + return total / maxValue; + } + + noise4d(x: number, y: number, z: number, w: number, octaves = 5, persistence = 0.5, lacunarity = 2.0): number { + let total = 0, + frequency = 1, + amplitude = 1, + maxValue = 0; + + for (let i = 0; i < octaves; i++) { + total += + this._smoothValueNoise.noise4d(x * frequency, y * frequency, z * frequency, w * frequency) * amplitude; + maxValue += amplitude; + amplitude *= persistence; + frequency *= lacunarity; + } + + return total / maxValue; + } + + seed(seed: number): void { + this._smoothValueNoise.seed(seed); + } +} diff --git a/utils/fractalNoise/src/index.ts b/utils/fractalNoise/src/index.ts new file mode 100644 index 00000000000..014457e12a9 --- /dev/null +++ b/utils/fractalNoise/src/index.ts @@ -0,0 +1 @@ +export { FractalNoise } from "./FractalNoise.js"; diff --git a/utils/fractalNoise/tsconfig.base.json b/utils/fractalNoise/tsconfig.base.json new file mode 100644 index 00000000000..d43f4eba9bd --- /dev/null +++ b/utils/fractalNoise/tsconfig.base.json @@ -0,0 +1,9 @@ +{ + "extends": "@tsparticles/tsconfig/tsconfig.base.json", + "compilerOptions": { + "rootDir": "./src" + }, + "include": [ + "./src" + ] +} diff --git a/utils/fractalNoise/tsconfig.browser.json b/utils/fractalNoise/tsconfig.browser.json new file mode 100644 index 00000000000..3bb4173186c --- /dev/null +++ b/utils/fractalNoise/tsconfig.browser.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.browser.json"], + "compilerOptions": { + "outDir": "./dist/browser" + } +} diff --git a/utils/fractalNoise/tsconfig.json b/utils/fractalNoise/tsconfig.json new file mode 100644 index 00000000000..4c843651531 --- /dev/null +++ b/utils/fractalNoise/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.json"], + "compilerOptions": { + "outDir": "./dist/cjs" + } +} diff --git a/utils/fractalNoise/tsconfig.module.json b/utils/fractalNoise/tsconfig.module.json new file mode 100644 index 00000000000..fa94c2a6293 --- /dev/null +++ b/utils/fractalNoise/tsconfig.module.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.module.json"], + "compilerOptions": { + "outDir": "./dist/esm" + } +} diff --git a/utils/fractalNoise/tsconfig.types.json b/utils/fractalNoise/tsconfig.types.json new file mode 100644 index 00000000000..8ec1d3edd57 --- /dev/null +++ b/utils/fractalNoise/tsconfig.types.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.types.json"], + "compilerOptions": { + "outDir": "./dist/types" + } +} diff --git a/utils/fractalNoise/tsconfig.umd.json b/utils/fractalNoise/tsconfig.umd.json new file mode 100644 index 00000000000..41b78634d8c --- /dev/null +++ b/utils/fractalNoise/tsconfig.umd.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.umd.json"], + "compilerOptions": { + "outDir": "./dist/umd" + } +} diff --git a/utils/fractalNoise/typedoc.json b/utils/fractalNoise/typedoc.json new file mode 100644 index 00000000000..b69f1008312 --- /dev/null +++ b/utils/fractalNoise/typedoc.json @@ -0,0 +1,15 @@ +{ + "projectDocuments": ["../markdown/**/*.md"], + "entryPoints": [ + "./src/" + ], + "entryPointStrategy": "expand", + "name": "tsParticles Perlin Noise Path", + "includeVersion": true, + "hideGenerator": true, + "out": "./docs", + "validation": { + "invalidLink": true, + "notDocumented": true + } +} diff --git a/utils/fractalNoise/webpack.config.js b/utils/fractalNoise/webpack.config.js new file mode 100644 index 00000000000..7876a5fce65 --- /dev/null +++ b/utils/fractalNoise/webpack.config.js @@ -0,0 +1,4 @@ +const { loadParticlesBundle } = require("@tsparticles/webpack-plugin"); +const version = require("./package.json").version; + +module.exports = loadParticlesBundle({ moduleName: "fractal.noise", bundle: false, bundleName: "Fractal Noise", version, dir: __dirname }); diff --git a/utils/perlinNoise/CHANGELOG.md b/utils/perlinNoise/CHANGELOG.md index 3643369ca7e..8cc7e984997 100644 --- a/utils/perlinNoise/CHANGELOG.md +++ b/utils/perlinNoise/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/perlin-noise + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,4 +115,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) diff --git a/utils/perlinNoise/package.dist.json b/utils/perlinNoise/package.dist.json index 891e9e745b7..badc7e7ca87 100644 --- a/utils/perlinNoise/package.dist.json +++ b/utils/perlinNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/perlin-noise", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles perlin noise library", "homepage": "https://particles.js.org", "repository": { diff --git a/utils/perlinNoise/package.json b/utils/perlinNoise/package.json index 8a10e00e808..3adc4414295 100644 --- a/utils/perlinNoise/package.json +++ b/utils/perlinNoise/package.json @@ -1,115 +1,115 @@ { - "name": "@tsparticles/perlin-noise", - "version": "3.8.1", - "description": "tsParticles perlin noise path", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "paths/perlinNoise" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/matteobruni" + "name": "@tsparticles/perlin-noise", + "version": "3.9.0", + "description": "tsParticles perlin noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - { - "type": "github", - "url": "https://github.com/sponsors/tsparticles" + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/perlinNoise" }, - { - "type": "buymeacoffee", - "url": "https://www.buymeacoffee.com/matteobruni" - } - ], - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" }, - "./package.json": "./dist/package.json" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/utils/perlinNoise/src/Grad.ts b/utils/perlinNoise/src/Grad.ts index fa497afbe9d..cbe23729554 100644 --- a/utils/perlinNoise/src/Grad.ts +++ b/utils/perlinNoise/src/Grad.ts @@ -1,12 +1,14 @@ export class Grad { + readonly w; readonly x; readonly y; readonly z; - constructor(x: number, y: number, z: number) { + constructor(x: number, y: number, z: number, w: number) { this.x = x; this.y = y; this.z = z; + this.w = w; } dot2(x: number, y: number): number { @@ -16,4 +18,8 @@ export class Grad { dot3(x: number, y: number, z: number): number { return this.dot2(x, y) + this.z * z; } + + dot4(x: number, y: number, z: number, w: number): number { + return this.dot3(x, y, z) + this.w * w; + } } diff --git a/utils/perlinNoise/src/PerlinNoise.ts b/utils/perlinNoise/src/PerlinNoise.ts index 667f39622e6..90dbb08da3a 100644 --- a/utils/perlinNoise/src/PerlinNoise.ts +++ b/utils/perlinNoise/src/PerlinNoise.ts @@ -3,25 +3,45 @@ import { Grad } from "./Grad.js"; export class PerlinNoise { - private readonly _grad3; + private readonly _grad4; private readonly _gradP: Grad[]; private readonly _p; private readonly _perm: number[]; constructor() { - this._grad3 = [ - new Grad(1, 1, 0), - new Grad(-1, 1, 0), - new Grad(1, -1, 0), - new Grad(-1, -1, 0), - new Grad(1, 0, 1), - new Grad(-1, 0, 1), - new Grad(1, 0, -1), - new Grad(-1, 0, -1), - new Grad(0, 1, 1), - new Grad(0, -1, 1), - new Grad(0, 1, -1), - new Grad(0, -1, -1), + this._grad4 = [ + new Grad(0, 1, 1, 1), + new Grad(0, 1, 1, -1), + new Grad(0, 1, -1, 1), + new Grad(0, 1, -1, -1), + new Grad(0, -1, 1, 1), + new Grad(0, -1, 1, -1), + new Grad(0, -1, -1, 1), + new Grad(0, -1, -1, -1), + new Grad(1, 0, 1, 1), + new Grad(1, 0, 1, -1), + new Grad(1, 0, -1, 1), + new Grad(1, 0, -1, -1), + new Grad(-1, 0, 1, 1), + new Grad(-1, 0, 1, -1), + new Grad(-1, 0, -1, 1), + new Grad(-1, 0, -1, -1), + new Grad(1, 1, 0, 1), + new Grad(1, 1, 0, -1), + new Grad(1, -1, 0, 1), + new Grad(1, -1, 0, -1), + new Grad(-1, 1, 0, 1), + new Grad(-1, 1, 0, -1), + new Grad(-1, -1, 0, 1), + new Grad(-1, -1, 0, -1), + new Grad(1, 1, 1, 0), + new Grad(1, 1, -1, 0), + new Grad(1, -1, 1, 0), + new Grad(1, -1, -1, 0), + new Grad(-1, 1, 1, 0), + new Grad(-1, 1, -1, 0), + new Grad(-1, -1, 1, 0), + new Grad(-1, -1, -1, 0), ]; this._p = [ 151, @@ -293,21 +313,20 @@ export class PerlinNoise { Y = Math.floor(y); // Get relative xy coordinates of point within that cell - x = x - X; - y = y - Y; + x -= X; + y -= Y; // Wrap the integer cells at 255 (smaller integer period can be introduced here) - X = X & 255; - Y = Y & 255; + X &= 255; + Y &= 255; // Calculate noise contributions from each of the four corners const n00 = _gradP[X + _perm[Y]].dot2(x, y), n01 = _gradP[X + _perm[Y + 1]].dot2(x, y - 1), n10 = _gradP[X + 1 + _perm[Y]].dot2(x - 1, y), - n11 = _gradP[X + 1 + _perm[Y + 1]].dot2(x - 1, y - 1); - - // Compute the fade curve value for x - const u = this._fade(x); + n11 = _gradP[X + 1 + _perm[Y + 1]].dot2(x - 1, y - 1), + // Compute the fade curve value for x + u = this._fade(x); // Interpolate the four results return this._lerp(this._lerp(n00, n10, u), this._lerp(n01, n11, u), this._fade(y)); @@ -325,6 +344,7 @@ export class PerlinNoise { x = x - X; y = y - Y; z = z - Z; + // Wrap the integer cells at 255 (smaller integer period can be introduced here) X = X & 255; Y = Y & 255; @@ -352,8 +372,72 @@ export class PerlinNoise { ); } + noise4d(x: number, y: number, z: number, w: number): number { + const { _gradP: gradP, _perm: perm } = this; + + // Find unit grid cell containing point + let X = Math.floor(x), + Y = Math.floor(y), + Z = Math.floor(z), + W = Math.floor(w); + + // Get relative coordinates within cell + x -= X; + y -= Y; + z -= Z; + w -= W; + + // Wrap at 255 + X &= 255; + Y &= 255; + Z &= 255; + W &= 255; + + const u = this._fade(x), + v = this._fade(y), + s = this._fade(z), + t = this._fade(w), + // Helper to get gradient index + gi = (i: number, j: number, k: number, l: number): Grad => + gradP[X + i + perm[Y + j + perm[Z + k + perm[W + l]]]], + // Contributions from 16 corners of 4D hypercube + n0000 = gi(0, 0, 0, 0).dot4(x, y, z, w), + n0001 = gi(0, 0, 0, 1).dot4(x, y, z, w - 1), + n0010 = gi(0, 0, 1, 0).dot4(x, y, z - 1, w), + n0011 = gi(0, 0, 1, 1).dot4(x, y, z - 1, w - 1), + n0100 = gi(0, 1, 0, 0).dot4(x, y - 1, z, w), + n0101 = gi(0, 1, 0, 1).dot4(x, y - 1, z, w - 1), + n0110 = gi(0, 1, 1, 0).dot4(x, y - 1, z - 1, w), + n0111 = gi(0, 1, 1, 1).dot4(x, y - 1, z - 1, w - 1), + n1000 = gi(1, 0, 0, 0).dot4(x - 1, y, z, w), + n1001 = gi(1, 0, 0, 1).dot4(x - 1, y, z, w - 1), + n1010 = gi(1, 0, 1, 0).dot4(x - 1, y, z - 1, w), + n1011 = gi(1, 0, 1, 1).dot4(x - 1, y, z - 1, w - 1), + n1100 = gi(1, 1, 0, 0).dot4(x - 1, y - 1, z, w), + n1101 = gi(1, 1, 0, 1).dot4(x - 1, y - 1, z, w - 1), + n1110 = gi(1, 1, 1, 0).dot4(x - 1, y - 1, z - 1, w), + n1111 = gi(1, 1, 1, 1).dot4(x - 1, y - 1, z - 1, w - 1), + // Trilinear interpolation + x00 = this._lerp(n0000, n1000, u), + x01 = this._lerp(n0001, n1001, u), + x10 = this._lerp(n0010, n1010, u), + x11 = this._lerp(n0011, n1011, u), + y00 = this._lerp(x00, x10, s), + y01 = this._lerp(x01, x11, s), + x20 = this._lerp(n0100, n1100, u), + x21 = this._lerp(n0101, n1101, u), + x30 = this._lerp(n0110, n1110, u), + x31 = this._lerp(n0111, n1111, u), + y10 = this._lerp(x20, x30, s), + y11 = this._lerp(x21, x31, s), + z0 = this._lerp(y00, y10, v), + z1 = this._lerp(y01, y11, v); + + return this._lerp(z0, z1, t); + } + seed(inputSeed: number): void { - const { _grad3: grad3, _gradP: gradP, _perm: perm, _p: p } = this; + const { _grad4: grad4, _gradP: gradP, _perm: perm, _p: p } = this; let seed = inputSeed; @@ -368,12 +452,14 @@ export class PerlinNoise { seed |= seed << 8; } + const grad4Length = grad4.length; + for (let i = 0; i < 256; i++) { const v = i & 1 ? p[i] ^ (seed & 255) : p[i] ^ ((seed >> 8) & 255); perm[i] = perm[i + 256] = v; - gradP[i] = gradP[i + 256] = grad3[v % 12]; + gradP[i] = gradP[i + 256] = grad4[v % grad4Length]; } } diff --git a/utils/simplexNoise/CHANGELOG.md b/utils/simplexNoise/CHANGELOG.md index 28f5e3702d7..f6a041dc91d 100644 --- a/utils/simplexNoise/CHANGELOG.md +++ b/utils/simplexNoise/CHANGELOG.md @@ -3,11 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/simplex-noise + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) ### Bug Fixes -- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) +- fixed z-index style when fullScreen is active, closes [#5458](https://github.com/tsparticles/tsparticles/issues/5458) ([5e94ca4](https://github.com/tsparticles/tsparticles/commit/5e94ca41565c388bed275cd7d70d894d32ba506e)) # [3.8.0](https://github.com/tsparticles/tsparticles/compare/v3.7.3...v3.8.0) (2025-01-23) @@ -17,19 +21,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed resize issue in canvas ([e7c816c](https://github.com/tsparticles/tsparticles/commit/e7c816ced7d99c0cb84c79675a0771cd4b833705)) +- 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 -- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) +- added new named color plugin, and hex color in the engine ([c4db774](https://github.com/tsparticles/tsparticles/commit/c4db7745f54fe808e20af2bdf4c0469c1aa40755)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.1...v3.6.0) (2024-11-18) ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -39,13 +43,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.6.0](https://github.com/tsparticles/tsparticles/compare/v3.5.0...v3.6.0) (2024-10-07) ### Bug Fixes -- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) +- fixed issue with out modes ([85ba20f](https://github.com/tsparticles/tsparticles/commit/85ba20f4004eed3ceb84bcf5333025c8fec5d81f)) # [3.5.0](https://github.com/tsparticles/tsparticles/compare/v3.4.0...v3.5.0) (2024-07-01) @@ -55,19 +59,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) +- changed bundles loading method, no more preloading plugins ([13b00a0](https://github.com/tsparticles/tsparticles/commit/13b00a03b327fd547014a99f8cbc8ced228f31c8)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) ### Bug Fixes -- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) +- fixed issues in Chrome with async rAF function, reduced async methods for vite builds ([2600f6f](https://github.com/tsparticles/tsparticles/commit/2600f6f69917895ab80f9a55b1f5168d587adac6)) ## [3.2.2](https://github.com/tsparticles/tsparticles/compare/v3.2.1...v3.2.2) (2024-02-20) ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -77,7 +81,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) +- added new particle external interaction ([f51ce7f](https://github.com/tsparticles/tsparticles/commit/f51ce7f104fa930fc68a257b64bbe8cf65fb9794)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -87,7 +91,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) +- used element id when present and fixed emoji memory management ([1990bbc](https://github.com/tsparticles/tsparticles/commit/1990bbcd9079366db7ec3dedf4477ba43d2c47cf)) ## [3.0.2](https://github.com/tsparticles/tsparticles/compare/v3.0.1...v3.0.2) (2023-12-06) @@ -101,7 +105,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) +- added fade to trail effect ([17750ea](https://github.com/tsparticles/tsparticles/commit/17750eacdf86de208b2e723decc2ffb65521474b)) # [3.0.0-beta.5](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.4...v3.0.0-beta.5) (2023-12-03) @@ -111,4 +115,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) +- added curl noise path plugin ([3d40e98](https://github.com/tsparticles/tsparticles/commit/3d40e98d4d830c4b813ca3b2f8f57095e8f73ff2)) diff --git a/utils/simplexNoise/package.dist.json b/utils/simplexNoise/package.dist.json index ae9c3e47ef3..ec87010bb86 100644 --- a/utils/simplexNoise/package.dist.json +++ b/utils/simplexNoise/package.dist.json @@ -1,6 +1,6 @@ { "name": "@tsparticles/simplex-noise", - "version": "3.8.1", + "version": "3.9.0", "description": "tsParticles simplex noise library", "homepage": "https://particles.js.org", "repository": { diff --git a/utils/simplexNoise/package.json b/utils/simplexNoise/package.json index f727c8ffe69..0b8ad6e3393 100644 --- a/utils/simplexNoise/package.json +++ b/utils/simplexNoise/package.json @@ -1,101 +1,101 @@ { - "name": "@tsparticles/simplex-noise", - "version": "3.8.1", - "description": "tsParticles simplex noise library", - "homepage": "https://particles.js.org", - "scripts": { - "build": "tsparticles-cli build", - "build:ci": "tsparticles-cli build --ci", - "version": "tsparticles-cli build -d && git add package.dist.json", - "prepack": "pnpm run build" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/tsparticles/tsparticles.git", - "directory": "utils/simplexNoise" - }, - "keywords": [ - "front-end", - "frontend", - "tsparticles", - "particles.js", - "particlesjs", - "particles", - "particle", - "canvas", - "jsparticles", - "xparticles", - "particles-js", - "particles-bg", - "particles-bg-vue", - "particles-ts", - "particles.ts", - "react-particles-js", - "react-particles.js", - "react-particles", - "react", - "reactjs", - "vue-particles", - "ngx-particles", - "angular-particles", - "particleground", - "vue", - "vuejs", - "preact", - "preactjs", - "jquery", - "angularjs", - "angular", - "typescript", - "javascript", - "animation", - "web", - "html5", - "web-design", - "webdesign", - "css", - "html", - "css3", - "animated", - "background", - "confetti", - "canvas", - "fireworks", - "fireworks-js", - "confetti-js", - "confettijs", - "fireworksjs", - "canvas-confetti", - "tsparticles-plugin" - ], - "author": "Matteo Bruni ", - "license": "MIT", - "bugs": { - "url": "https://github.com/tsparticles/tsparticles/issues" - }, - "prettier": "@tsparticles/prettier-config", - "files": [ - "dist" - ], - "sideEffects": false, - "browser": "dist/browser/index.js", - "main": "dist/cjs/index.js", - "module": "dist/esm/index.js", - "types": "dist/types/index.d.ts", - "exports": { - ".": { - "types": "./dist/types/index.d.ts", - "browser": "./dist/browser/index.js", - "import": "./dist/esm/index.js", - "require": "./dist/cjs/index.js", - "umd": "./dist/umd/index.js", - "default": "./dist/cjs/index.js" + "name": "@tsparticles/simplex-noise", + "version": "3.9.0", + "description": "tsParticles simplex noise library", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" }, - "./package.json": "./dist/package.json" - }, - "publishConfig": { - "access": "public", - "directory": "dist", - "linkDirectory": true - } + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "utils/simplexNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } } diff --git a/utils/simplexNoise/src/utils.ts b/utils/simplexNoise/src/utils.ts index f9d39b4b918..6bac4bd38e1 100644 --- a/utils/simplexNoise/src/utils.ts +++ b/utils/simplexNoise/src/utils.ts @@ -3,7 +3,7 @@ * @param seed - * @returns the new seed */ -export function shuffleSeed(seed: Uint32Array): Uint32Array { +export function shuffleSeed(seed: Uint32Array): Uint32Array { const newSeed = new Uint32Array(1); newSeed[0] = seed[0] * 1664525 + 1013904223; diff --git a/utils/smoothValueNoise/.browserslistrc b/utils/smoothValueNoise/.browserslistrc new file mode 100644 index 00000000000..bd9a52c8d84 --- /dev/null +++ b/utils/smoothValueNoise/.browserslistrc @@ -0,0 +1,2 @@ +since 2019 +not dead diff --git a/utils/smoothValueNoise/.eslintignore b/utils/smoothValueNoise/.eslintignore new file mode 100644 index 00000000000..db4c6d9b679 --- /dev/null +++ b/utils/smoothValueNoise/.eslintignore @@ -0,0 +1,2 @@ +dist +node_modules \ No newline at end of file diff --git a/utils/smoothValueNoise/.eslintrc.js b/utils/smoothValueNoise/.eslintrc.js new file mode 100644 index 00000000000..cf15ec434b8 --- /dev/null +++ b/utils/smoothValueNoise/.eslintrc.js @@ -0,0 +1,5 @@ +module.exports = { + extends: [ + "@tsparticles/eslint-config", + ] +}; diff --git a/utils/smoothValueNoise/.npmignore b/utils/smoothValueNoise/.npmignore new file mode 100644 index 00000000000..5c901533f98 --- /dev/null +++ b/utils/smoothValueNoise/.npmignore @@ -0,0 +1 @@ +report.html \ No newline at end of file diff --git a/utils/smoothValueNoise/CHANGELOG.md b/utils/smoothValueNoise/CHANGELOG.md new file mode 100644 index 00000000000..48946c875a6 --- /dev/null +++ b/utils/smoothValueNoise/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +### Features + +- added new fractal noise path, fractal and smooth value noise libs ([6cc1b6a](https://github.com/tsparticles/tsparticles/commit/6cc1b6affb3bc713257d5729d05321821c06046c)) diff --git a/utils/smoothValueNoise/LICENSE b/utils/smoothValueNoise/LICENSE new file mode 100644 index 00000000000..bdc05f528fa --- /dev/null +++ b/utils/smoothValueNoise/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Matteo Bruni + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/utils/smoothValueNoise/README.md b/utils/smoothValueNoise/README.md new file mode 100644 index 00000000000..d3228edb440 --- /dev/null +++ b/utils/smoothValueNoise/README.md @@ -0,0 +1,74 @@ +[![banner](https://particles.js.org/images/banner3.png)](https://particles.js.org) + +# tsParticles Smooth Value Noise Library + +[![jsDelivr](https://data.jsdelivr.com/v1/package/npm/@tsparticles/smooth-value-noise/badge)](https://www.jsdelivr.com/package/npm/@tsparticles/smooth-value-noise) +[![npmjs](https://badge.fury.io/js/@tsparticles/smooth-value-noise.svg)](https://www.npmjs.com/package/@tsparticles/smooth-value-noise) +[![npmjs](https://img.shields.io/npm/dt/@tsparticles/smooth-value-noise)](https://www.npmjs.com/package/@tsparticles/smooth-value-noise) [![GitHub Sponsors](https://img.shields.io/github/sponsors/matteobruni)](https://github.com/sponsors/matteobruni) + +[tsParticles](https://github.com/tsparticles/tsparticles) path plugin for smooth-value noise movement. + +## How to use it + +### CDN / Vanilla JS / jQuery + +The CDN/Vanilla version JS has one required file in vanilla configuration: + +Including the `tsparticles.smooth.value.noise.min.js` file will export the function to load the path plugin: + +```text +loadSmoothValueNoisePath +``` + +### Usage + +Once the scripts are loaded you can set up `tsParticles` and the path plugin like this: + +```javascript +(async () => { + await loadSmoothValueNoisePath(tsParticles); + + await tsParticles.load({ + id: "tsparticles", + options: { + /* options */ + }, + }); +})(); +``` + +### ESM / CommonJS + +This package is compatible also with ES or CommonJS modules, firstly this needs to be installed, like this: + +```shell +$ npm install @tsparticles/smooth-value-noise +``` + +or + +```shell +$ yarn add @tsparticles/smooth-value-noise +``` + +Then you need to import it in the app, like this: + +```javascript +const { tsParticles } = require("@tsparticles/engine"); +const { loadSmoothValueNoisePath } = require("@tsparticles/smooth-value-noise"); + +(async () => { + await loadSmoothValueNoisePath(tsParticles); +})(); +``` + +or + +```javascript +import { tsParticles } from "@tsparticles/engine"; +import { loadSmoothValueNoisePath } from "@tsparticles/smooth-value-noise"; + +(async () => { + await loadSmoothValueNoisePath(tsParticles); +})(); +``` diff --git a/utils/smoothValueNoise/package.dist.json b/utils/smoothValueNoise/package.dist.json new file mode 100644 index 00000000000..47e9214f5bd --- /dev/null +++ b/utils/smoothValueNoise/package.dist.json @@ -0,0 +1,105 @@ +{ + "name": "@tsparticles/smooth-value-noise", + "version": "3.9.0", + "description": "tsParticles smooth value noise library", + "homepage": "https://particles.js.org", + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "utils/smoothValueNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "publishConfig": { + "access": "public" + }, + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "sideEffects": false, + "jsdelivr": "tsparticles.smooth.value.noise.min.js", + "unpkg": "tsparticles.smooth.value.noise.min.js", + "browser": "browser/index.js", + "main": "cjs/index.js", + "module": "esm/index.js", + "types": "types/index.d.ts", + "exports": { + ".": { + "types": "./types/index.d.ts", + "browser": "./browser/index.js", + "import": "./esm/index.js", + "require": "./cjs/index.js", + "umd": "./umd/index.js", + "default": "./cjs/index.js" + }, + "./package.json": "./package.json" + } +} diff --git a/utils/smoothValueNoise/package.json b/utils/smoothValueNoise/package.json new file mode 100644 index 00000000000..d7cec7df1ef --- /dev/null +++ b/utils/smoothValueNoise/package.json @@ -0,0 +1,115 @@ +{ + "name": "@tsparticles/smooth-value-noise", + "version": "3.9.0", + "description": "tsParticles smooth value noise path", + "homepage": "https://particles.js.org", + "scripts": { + "build": "tsparticles-cli build", + "build:ci": "tsparticles-cli build --ci", + "version": "tsparticles-cli build -d && git add package.dist.json", + "prepack": "pnpm run build" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tsparticles/tsparticles.git", + "directory": "paths/smoothValueNoise" + }, + "keywords": [ + "front-end", + "frontend", + "tsparticles", + "particles.js", + "particlesjs", + "particles", + "particle", + "canvas", + "jsparticles", + "xparticles", + "particles-js", + "particles-bg", + "particles-bg-vue", + "particles-ts", + "particles.ts", + "react-particles-js", + "react-particles.js", + "react-particles", + "react", + "reactjs", + "vue-particles", + "ngx-particles", + "angular-particles", + "particleground", + "vue", + "vuejs", + "preact", + "preactjs", + "jquery", + "angularjs", + "angular", + "typescript", + "javascript", + "animation", + "web", + "html5", + "web-design", + "webdesign", + "css", + "html", + "css3", + "animated", + "background", + "confetti", + "canvas", + "fireworks", + "fireworks-js", + "confetti-js", + "confettijs", + "fireworksjs", + "canvas-confetti", + "tsparticles-plugin" + ], + "author": "Matteo Bruni ", + "license": "MIT", + "bugs": { + "url": "https://github.com/tsparticles/tsparticles/issues" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/matteobruni" + }, + { + "type": "github", + "url": "https://github.com/sponsors/tsparticles" + }, + { + "type": "buymeacoffee", + "url": "https://www.buymeacoffee.com/matteobruni" + } + ], + "prettier": "@tsparticles/prettier-config", + "files": [ + "dist" + ], + "sideEffects": false, + "browser": "dist/browser/index.js", + "main": "dist/cjs/index.js", + "module": "dist/esm/index.js", + "types": "dist/types/index.d.ts", + "exports": { + ".": { + "types": "./dist/types/index.d.ts", + "browser": "./dist/browser/index.js", + "import": "./dist/esm/index.js", + "require": "./dist/cjs/index.js", + "umd": "./dist/umd/index.js", + "default": "./dist/cjs/index.js" + }, + "./package.json": "./dist/package.json" + }, + "publishConfig": { + "access": "public", + "directory": "dist", + "linkDirectory": true + } +} diff --git a/utils/smoothValueNoise/src/SmoothValueNoise.ts b/utils/smoothValueNoise/src/SmoothValueNoise.ts new file mode 100644 index 00000000000..715f5905116 --- /dev/null +++ b/utils/smoothValueNoise/src/SmoothValueNoise.ts @@ -0,0 +1,140 @@ +/* eslint-disable @typescript-eslint/no-magic-numbers */ +const lerp = (a: number, b: number, t: number): number => { + return a + t * (b - a); + }, + smoothstep = (t: number): number => { + return t * t * (3 - 2 * t); + }, + fract = (x: number): number => { + return x - Math.floor(x); + }; + +export class SmoothValueNoise { + private _coeffW = 29.537; + private _coeffX = 127.1; + private _coeffY = 311.7; + private _coeffZ = 78.233; + private _coeffZW = 37.719; + private _scaleFactor = 43758.5453; + + noise2d(x: number, y: number): number { + const x0 = Math.floor(x), + y0 = Math.floor(y), + x1 = x0 + 1, + y1 = y0 + 1, + sx = smoothstep(x - x0), + sy = smoothstep(y - y0), + n00 = this._valueNoise2D(x0, y0), + n10 = this._valueNoise2D(x1, y0), + n01 = this._valueNoise2D(x0, y1), + n11 = this._valueNoise2D(x1, y1), + ix0 = lerp(n00, n10, sx), + ix1 = lerp(n01, n11, sx); + + return lerp(ix0, ix1, sy); + } + + noise3d(x: number, y: number, z: number): number { + const x0 = Math.floor(x), + y0 = Math.floor(y), + z0 = Math.floor(z), + x1 = x0 + 1, + y1 = y0 + 1, + z1 = z0 + 1, + sx = smoothstep(x - x0), + sy = smoothstep(y - y0), + sz = smoothstep(z - z0), + n000 = this._valueNoise3D(x0, y0, z0), + n100 = this._valueNoise3D(x1, y0, z0), + n010 = this._valueNoise3D(x0, y1, z0), + n110 = this._valueNoise3D(x1, y1, z0), + n001 = this._valueNoise3D(x0, y0, z1), + n101 = this._valueNoise3D(x1, y0, z1), + n011 = this._valueNoise3D(x0, y1, z1), + n111 = this._valueNoise3D(x1, y1, z1), + ix00 = lerp(n000, n100, sx), + ix10 = lerp(n010, n110, sx), + ix01 = lerp(n001, n101, sx), + ix11 = lerp(n011, n111, sx), + iy0 = lerp(ix00, ix10, sy), + iy1 = lerp(ix01, ix11, sy); + + return lerp(iy0, iy1, sz); + } + + noise4d(x: number, y: number, z: number, w: number): number { + const x0 = Math.floor(x), + y0 = Math.floor(y), + z0 = Math.floor(z), + w0 = Math.floor(w), + x1 = x0 + 1, + y1 = y0 + 1, + z1 = z0 + 1, + w1 = w0 + 1, + sx = smoothstep(x - x0), + sy = smoothstep(y - y0), + sz = smoothstep(z - z0), + sw = smoothstep(w - w0), + n0000 = this._valueNoise4D(x0, y0, z0, w0), + n1000 = this._valueNoise4D(x1, y0, z0, w0), + n0100 = this._valueNoise4D(x0, y1, z0, w0), + n1100 = this._valueNoise4D(x1, y1, z0, w0), + n0010 = this._valueNoise4D(x0, y0, z1, w0), + n1010 = this._valueNoise4D(x1, y0, z1, w0), + n0110 = this._valueNoise4D(x0, y1, z1, w0), + n1110 = this._valueNoise4D(x1, y1, z1, w0), + n0001 = this._valueNoise4D(x0, y0, z0, w1), + n1001 = this._valueNoise4D(x1, y0, z0, w1), + n0101 = this._valueNoise4D(x0, y1, z0, w1), + n1101 = this._valueNoise4D(x1, y1, z0, w1), + n0011 = this._valueNoise4D(x0, y0, z1, w1), + n1011 = this._valueNoise4D(x1, y0, z1, w1), + n0111 = this._valueNoise4D(x0, y1, z1, w1), + n1111 = this._valueNoise4D(x1, y1, z1, w1), + ix000 = lerp(n0000, n1000, sx), + ix100 = lerp(n0100, n1100, sx), + ix010 = lerp(n0010, n1010, sx), + ix110 = lerp(n0110, n1110, sx), + ix001 = lerp(n0001, n1001, sx), + ix101 = lerp(n0101, n1101, sx), + ix011 = lerp(n0011, n1011, sx), + ix111 = lerp(n0111, n1111, sx), + iy00 = lerp(ix000, ix100, sy), + iy10 = lerp(ix010, ix110, sy), + iy01 = lerp(ix001, ix101, sy), + iy11 = lerp(ix011, ix111, sy), + iz0 = lerp(iy00, iy10, sz), + iz1 = lerp(iy01, iy11, sz); + + return lerp(iz0, iz1, sw); + } + + seed(seed: number): void { + const s = Math.sin(seed) * 10000; + this._coeffX = fract(s * 15731); + this._coeffY = fract(s * 789221); + this._coeffZ = fract(s * 1376312589); + this._coeffZW = fract(s * 974634777); + this._coeffW = fract(s * 592558533); + this._scaleFactor = 43758.5453; + } + + private _valueNoise2D(x: number, y: number): number { + const n = Math.sin(x * this._coeffX + y * this._coeffY) * this._scaleFactor; + + return (n - Math.floor(n)) * 2 - 1; + } + + private _valueNoise3D(x: number, y: number, z: number): number { + const n = Math.sin(x * this._coeffX + y * this._coeffY + z * this._coeffZ) * this._scaleFactor; + + return (n - Math.floor(n)) * 2 - 1; + } + + private _valueNoise4D(x: number, y: number, z: number, w: number): number { + const n = + Math.sin(x * this._coeffX + y * this._coeffY + z * this._coeffZW + w * this._coeffW) * this._scaleFactor; + + return (n - Math.floor(n)) * 2 - 1; + } +} diff --git a/utils/smoothValueNoise/src/index.ts b/utils/smoothValueNoise/src/index.ts new file mode 100644 index 00000000000..3b24b0abbd9 --- /dev/null +++ b/utils/smoothValueNoise/src/index.ts @@ -0,0 +1 @@ +export { SmoothValueNoise } from "./SmoothValueNoise.js"; diff --git a/utils/smoothValueNoise/tsconfig.base.json b/utils/smoothValueNoise/tsconfig.base.json new file mode 100644 index 00000000000..d43f4eba9bd --- /dev/null +++ b/utils/smoothValueNoise/tsconfig.base.json @@ -0,0 +1,9 @@ +{ + "extends": "@tsparticles/tsconfig/tsconfig.base.json", + "compilerOptions": { + "rootDir": "./src" + }, + "include": [ + "./src" + ] +} diff --git a/utils/smoothValueNoise/tsconfig.browser.json b/utils/smoothValueNoise/tsconfig.browser.json new file mode 100644 index 00000000000..3bb4173186c --- /dev/null +++ b/utils/smoothValueNoise/tsconfig.browser.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.browser.json"], + "compilerOptions": { + "outDir": "./dist/browser" + } +} diff --git a/utils/smoothValueNoise/tsconfig.json b/utils/smoothValueNoise/tsconfig.json new file mode 100644 index 00000000000..4c843651531 --- /dev/null +++ b/utils/smoothValueNoise/tsconfig.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.json"], + "compilerOptions": { + "outDir": "./dist/cjs" + } +} diff --git a/utils/smoothValueNoise/tsconfig.module.json b/utils/smoothValueNoise/tsconfig.module.json new file mode 100644 index 00000000000..fa94c2a6293 --- /dev/null +++ b/utils/smoothValueNoise/tsconfig.module.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.module.json"], + "compilerOptions": { + "outDir": "./dist/esm" + } +} diff --git a/utils/smoothValueNoise/tsconfig.types.json b/utils/smoothValueNoise/tsconfig.types.json new file mode 100644 index 00000000000..8ec1d3edd57 --- /dev/null +++ b/utils/smoothValueNoise/tsconfig.types.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.types.json"], + "compilerOptions": { + "outDir": "./dist/types" + } +} diff --git a/utils/smoothValueNoise/tsconfig.umd.json b/utils/smoothValueNoise/tsconfig.umd.json new file mode 100644 index 00000000000..41b78634d8c --- /dev/null +++ b/utils/smoothValueNoise/tsconfig.umd.json @@ -0,0 +1,6 @@ +{ + "extends": ["./tsconfig.base.json", "@tsparticles/tsconfig/tsconfig.umd.json"], + "compilerOptions": { + "outDir": "./dist/umd" + } +} diff --git a/utils/smoothValueNoise/typedoc.json b/utils/smoothValueNoise/typedoc.json new file mode 100644 index 00000000000..b69f1008312 --- /dev/null +++ b/utils/smoothValueNoise/typedoc.json @@ -0,0 +1,15 @@ +{ + "projectDocuments": ["../markdown/**/*.md"], + "entryPoints": [ + "./src/" + ], + "entryPointStrategy": "expand", + "name": "tsParticles Perlin Noise Path", + "includeVersion": true, + "hideGenerator": true, + "out": "./docs", + "validation": { + "invalidLink": true, + "notDocumented": true + } +} diff --git a/utils/smoothValueNoise/webpack.config.js b/utils/smoothValueNoise/webpack.config.js new file mode 100644 index 00000000000..7460e45b03f --- /dev/null +++ b/utils/smoothValueNoise/webpack.config.js @@ -0,0 +1,4 @@ +const { loadParticlesBundle } = require("@tsparticles/webpack-plugin"); +const version = require("./package.json").version; + +module.exports = loadParticlesBundle({ moduleName: "smooth.value.noise", bundle: false, bundleName: "Smooth Value Noise", version, dir: __dirname }); diff --git a/utils/tests/CHANGELOG.md b/utils/tests/CHANGELOG.md index a1b9d808a29..620475bd2d4 100644 --- a/utils/tests/CHANGELOG.md +++ b/utils/tests/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.9.0](https://github.com/tsparticles/tsparticles/compare/v3.8.1...v3.9.0) (2025-08-01) + +**Note:** Version bump only for package @tsparticles/tests + ## [3.8.1](https://github.com/tsparticles/tsparticles/compare/v3.8.0...v3.8.1) (2025-01-31) **Note:** Version bump only for package @tsparticles/tests @@ -11,7 +15,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) +- fixed imports and constants ([caaf603](https://github.com/tsparticles/tsparticles/commit/caaf603932fb64de5c34bc075e0bbf2fb7821818)) ## [3.7.1](https://github.com/tsparticles/tsparticles/compare/v3.7.0...v3.7.1) (2024-11-24) @@ -25,11 +29,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) +- fixed color syntaxes, fixes [#5409](https://github.com/tsparticles/tsparticles/issues/5409) ([f3c976f](https://github.com/tsparticles/tsparticles/commit/f3c976f451c5bc6a37338cba0cc1ce80c4e9b137)) ### Features -- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) +- added isNull function, more secure checks ([891e2a2](https://github.com/tsparticles/tsparticles/commit/891e2a25fb64b7f89ce0c75dbe49bd0b28d9a72d)) # [3.6.0-beta.1](https://github.com/tsparticles/tsparticles/compare/v3.6.0-beta.0...v3.6.0-beta.1) (2024-10-13) @@ -51,7 +55,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed tests ([c88a3f4](https://github.com/tsparticles/tsparticles/commit/c88a3f4d2b7142f9f8a747a3d572affd86721024)) +- fixed tests ([c88a3f4](https://github.com/tsparticles/tsparticles/commit/c88a3f4d2b7142f9f8a747a3d572affd86721024)) # [3.3.0](https://github.com/tsparticles/tsparticles/compare/v3.2.2...v3.3.0) (2024-02-27) @@ -61,7 +65,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Bug Fixes -- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) +- fixed circular deps detection and other issues with dynamic imports ([b6ed5d3](https://github.com/tsparticles/tsparticles/commit/b6ed5d3eaa41e0ad50c55807e1ec6439eeacd0c1)) ## [3.2.1](https://github.com/tsparticles/tsparticles/compare/v3.2.0...v3.2.1) (2024-01-31) @@ -71,9 +75,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) -- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) -- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) +- added background mask image support ([0b30b1c](https://github.com/tsparticles/tsparticles/commit/0b30b1c122bc9546727fd66d1e9393c1e05b643e)) +- improving dynamic imports ([f01a44b](https://github.com/tsparticles/tsparticles/commit/f01a44b22240ece1575cc431da8ca5902268fd2f)) +- improving dynamic imports ([7674ee3](https://github.com/tsparticles/tsparticles/commit/7674ee37c0db306afd1338ae0bcba764cc11d5f5)) # [3.1.0](https://github.com/tsparticles/tsparticles/compare/v3.0.3...v3.1.0) (2024-01-13) @@ -103,7 +107,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ### Features -- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) +- removed multiline text shape, implemented in standard text shape ([d48d911](https://github.com/tsparticles/tsparticles/commit/d48d9116f910da987075d64e31cd3b8eecd46fe0)) # [3.0.0-beta.3](https://github.com/tsparticles/tsparticles/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2023-09-20) diff --git a/utils/tests/package.json b/utils/tests/package.json index 8ecfcac0e67..5ea9ca44fad 100644 --- a/utils/tests/package.json +++ b/utils/tests/package.json @@ -1,7 +1,7 @@ { "name": "@tsparticles/tests", "private": true, - "version": "3.8.1", + "version": "3.9.0", "scripts": { "prettify:ci": "prettier --check ./src", "prettify": "prettier --write ./src", @@ -16,10 +16,10 @@ "test:ci": "vitest run" }, "dependencies": { - "@tsparticles/engine": "workspace:3.8.1", - "@tsparticles/plugin-hex-color": "workspace:3.8.1", - "@tsparticles/plugin-hsl-color": "workspace:3.8.1", - "@tsparticles/plugin-hsv-color": "workspace:3.8.1", - "@tsparticles/plugin-rgb-color": "workspace:3.8.1" + "@tsparticles/engine": "workspace:3.9.0", + "@tsparticles/plugin-hex-color": "workspace:3.9.0", + "@tsparticles/plugin-hsl-color": "workspace:3.9.0", + "@tsparticles/plugin-hsv-color": "workspace:3.9.0", + "@tsparticles/plugin-rgb-color": "workspace:3.9.0" } }