Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Bump particles.vue3 from 1.43.1 to 2.9.3 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps particles.vue3 from 1.43.1 to 2.9.3.

Release notes

Sourced from particles.vue3's releases.

tsParticles 2.8.0

New Features

  • Reworked move.trail options, created an object with color and image, closes #4882

Bug Fixes

  • Fixed polygon mask position issues
  • Fixed polygon mask scaling issues

tsParticles 2.5.1 Changelog

Bug Fixes

  • Fixed issue with ES modules, closes #4799

tsParticles 2.4.0 Changelog

New Features

  • Added reset method to updaters, this method will be called after a particle loses a life.
  • Created the motion plugin for handling motion sickness, I moved this feature from the engine to a plugin since I prefer to have it more customizable. Everyone now can create their own motion sickness plugin, instead of having a standard behavior for everyone
  • Added mutation observer to avoid style changes to the canvas when the fullScreen option is enabled (default behavior)
  • Moved all easing functions to plugin packages, slim now depends on easing-quad since it's the default value used in repulse and attract
  • Added support for multiline text in canvas mask text options, separator and spacing are customizable values
  • Added aria-hidden="true" to canvas element, fixes #4785
  • Removed all canvas context save/restore calls, this should be a huge improvement to general performances
  • Added the particles pool for reusing destroyed particles, every tsParticles instance will have its own pool
  • Changed collision absorb code, added absorb.speed option to collisions section
  • Added delay to root options, fixes #4766

Bug Fixes

  • Fixed infection plugin
  • Fixed issue with polygon mask when particles bounce on the polygon edges
  • Fixed issue with rgb(), hsl() and hsv() values in color option values

Other Changes

  • Refactored plugins to avoid passing options in init functions since it's no more necessary
  • Removed initAsync function from plugins, standard init is now async for all plugins
  • Removed polygon mask plugin from the tsparticles package, this is a breaking change only for those that are using it. Since it's a heavy plugin and not so much used, I have preferred removing it from the tsparticles package.
  • Changed tsconfig target from es6 to es2019 (less transpilation to a reasonable target). The compatibility is still very high, reducing the bundle size.

tsParticles v2.3.1

tsParticles 2.3.1 Changelog

New Features

... (truncated)

Changelog

Sourced from particles.vue3's changelog.

2.9.3 (2023-02-12)

Note: Version bump only for package particles.vue3

2.9.2 (2023-02-12)

Note: Version bump only for package particles.vue3

2.9.1 (2023-02-11)

Note: Version bump only for package particles.vue3

2.9.0 (2023-02-10)

Note: Version bump only for package particles.vue3

2.8.0 (2023-01-18)

Note: Version bump only for package particles.vue3

2.7.1 (2022-12-25)

Note: Version bump only for package particles.vue3

2.7.0 (2022-12-23)

Note: Version bump only for package particles.vue3

2.6.0 (2022-12-06)

Note: Version bump only for package particles.vue3

2.5.3 (2022-11-07)

Note: Version bump only for package particles.vue3

2.5.2 (2022-11-07)

Note: Version bump only for package particles.vue3

2.5.1 (2022-11-03)

Note: Version bump only for package particles.vue3

2.5.0 (2022-11-02)

Note: Version bump only for package particles.vue3

2.4.0 (2022-10-30)

... (truncated)

Commits
  • 4849a24 chore(release): published new version
  • 8078476 build: removed unmaintained traductions
  • e68f290 chore(release): published new version
  • aa059da chore(release): published new version
  • d4f1d55 chore(release): published new version
  • 47a1984 build: updated build deps
  • 5eece6e chore(release): published new version
  • 2f00feb chore(release): published new version
  • 9d7eec0 chore(release): published new version
  • a8248cb build: updated deps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by matteobruni, a new releaser for particles.vue3 since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [particles.vue3](https://github.com/matteobruni/tsparticles/tree/HEAD/components/vue3-alt) from 1.43.1 to 2.9.3.
- [Release notes](https://github.com/matteobruni/tsparticles/releases)
- [Changelog](https://github.com/matteobruni/tsparticles/blob/main/components/vue3-alt/CHANGELOG.md)
- [Commits](https://github.com/matteobruni/tsparticles/commits/particles.vue3@2.9.3/components/vue3-alt)

---
updated-dependencies:
- dependency-name: particles.vue3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@vercel
Copy link

vercel bot commented Mar 1, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
algo-fractals ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 1, 2023 at 4:04AM (UTC)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants