Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump react-tsparticles from 1.43.1 to 2.9.3 #143

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2023

Bumps react-tsparticles from 1.43.1 to 2.9.3.

Release notes

Sourced from react-tsparticles'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 react-tsparticles's changelog.

2.9.3 (2023-02-12)

Note: Version bump only for package react-particles

2.9.2 (2023-02-12)

Note: Version bump only for package react-particles

2.9.1 (2023-02-11)

Note: Version bump only for package react-particles

2.9.0 (2023-02-10)

Note: Version bump only for package react-particles

2.8.0 (2023-01-18)

Note: Version bump only for package react-particles

2.7.1 (2022-12-25)

Note: Version bump only for package react-particles

2.7.0 (2022-12-23)

Note: Version bump only for package react-particles

2.6.0 (2022-12-06)

Note: Version bump only for package react-particles

2.5.3 (2022-11-07)

Note: Version bump only for package react-particles

2.5.2 (2022-11-07)

Note: Version bump only for package react-particles

2.5.1 (2022-11-03)

Note: Version bump only for package react-particles

2.5.0 (2022-11-02)

Note: Version bump only for package react-particles

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
  • f6c4f8e build: updated some deps
  • 2f00feb chore(release): published new version
  • 9d7eec0 chore(release): published new version
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by matteobruni, a new releaser for react-tsparticles 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 [react-tsparticles](https://github.com/matteobruni/tsparticles/tree/HEAD/components/react) 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/react/CHANGELOG.md)
- [Commits](https://github.com/matteobruni/tsparticles/commits/react-tsparticles@2.9.3/components/react)

---
updated-dependencies:
- dependency-name: react-tsparticles
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants