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

Bump tsparticles from 2.12.0 to 3.7.1 #19

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 Nov 25, 2024

Bumps tsparticles from 2.12.0 to 3.7.1.

Release notes

Sourced from tsparticles's releases.

tsParticles 3.0.2 Changelog

Bug Fixes

  • Fixed trails config
  • Fixed flat output in @​tsparticles/confetti
  • Improved sounds plugin
  • Fixed position in emitters after respawn

New Features

  • Added new EventType particleDestroyed
  • Replaced text shape with emoji shape in @​tsparticles/confetti
  • Reworked @​tsparticles/fireworks a bit for better output with the new v3 trails

tsParticles 3.0.1 Changelog

Bug Fixes

  • Fixed bug when using particles groups

tsParticles 3.0.0 Changelog

BREAKING CHANGES

  • Removed all tsParticles load methods to keep only a single one using a single object parameter
  • Removed support for shape deprecated properties like shape.image, shape.polygon, shape.stroke
    • the stroke property can be found in the particles section, not in the shape object
    • the image and polygon properties, like any other shape, are part of the shape.options object
  • Stroke now is a single object only like all the other particles properties
  • Removed multiline text shape, the text shape now supports that
  • Simplified some functions, using objects or removing unused overloads, this is breaking for v2 shapes
  • Moved some properties to private since they were public by mistake (this shouldn't affect many, the properties were mainly used in the engine)
  • Removed obsolete random properties in options objects
  • Removed emitters shapes from the plugin files, every emitters shape now has a dedicated package

Major Changes

... (truncated)

Changelog

Sourced from tsparticles's changelog.

3.7.1 (2024-11-24)

Bug Fixes

  • fixed resize issue in canvas (e7c816c)

3.7.0 (2024-11-24)

Features

  • added new named color plugin, and hex color in the engine (c4db774)

3.6.0 (2024-11-18)

Bug Fixes

3.6.0-beta.1 (2024-10-13)

Note: Version bump only for package tsparticles

3.6.0-beta.0 (2024-10-07)

Bug Fixes

  • fixed issue with out modes (85ba20f)

3.6.0 (2024-10-07)

Bug Fixes

  • fixed issue with out modes (85ba20f)

3.5.0 (2024-07-01)

Note: Version bump only for package tsparticles

3.4.0 (2024-05-12)

Features

  • changed bundles loading method, no more preloading plugins (13b00a0)

3.3.0 (2024-02-27)

Bug Fixes

  • fixed issues in Chrome with async rAF function, reduced async methods for vite builds (2600f6f)

... (truncated)

Commits
  • 7c58a42 chore(release): published new version
  • e7c816c fix: fixed resize issue in canvas
  • 3b03efb chore(release): published new version
  • 4133772 chore(engine): refactoring on easings/color managers
  • c288279 build: changed deps, small code refactoring
  • c4db774 feat: added new named color plugin, and hex color in the engine
  • ae78cf9 chore(release): published new version
  • f3c976f fix: fixed color syntaxes, fixes #5409
  • 2808006 chore(release): published new version
  • 3db2a4f build: updated some deps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by matteobruni, a new releaser for 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [tsparticles](https://github.com/tsparticles/tsparticles/tree/HEAD/bundles/full) from 2.12.0 to 3.7.1.
- [Release notes](https://github.com/tsparticles/tsparticles/releases)
- [Changelog](https://github.com/tsparticles/tsparticles/blob/v3.7.1/bundles/full/CHANGELOG.md)
- [Commits](https://github.com/tsparticles/tsparticles/commits/v3.7.1/bundles/full)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants