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

1.15.0 #315

Merged
merged 120 commits into from
May 21, 2020
Merged

1.15.0 #315

merged 120 commits into from
May 21, 2020

Conversation

matteobruni
Copy link
Collaborator

@matteobruni matteobruni commented May 13, 2020

tsParticles 1.15.0

Release notes

New features

  • Interactivity grab mode now has a line color option
  • Particles and link lines have a warp option, Particles will maintain the same coordinates in out mode and lines will link beyond canvas borders
  • Particles color now has an animation section like the one on angle, opacity and size. It will animate the particles color.
  • Added click mode pause to play/pause animations when the click event occurs.
  • Added triangles options to links to fill the triangles between lines, color and opacity customizable
  • Added id propery to links to create links between particles with the same id

Changes

  • Renamed lineLinked in links in particles, interactivity.modes.connect and interactivity.modes.grab, it's still supported the old syntax
  • Container particles.addParticle now it's an easier method, it has two parameters: position ({ x: 0, y: 0 } for example) and overrideOptions (the same object specified in particles options). This method will add a new particle in that position if not undefined and with that options if not undefined
  • Fixed a bug with links color used in override options (emitters, custom particles, etc...)

matteobruni and others added 28 commits May 10, 2020 20:04
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 4.5.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v4.4.1...v4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…bootstrap-4.5.0

Bump bootstrap from 4.4.1 to 4.5.0
Bumps [tslib](https://github.com/Microsoft/tslib) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](microsoft/tslib@1.11.2...1.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…tslib-1.12.0

Bump tslib from 1.11.2 to 1.12.0
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.8.3 to 3.9.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…typescript-3.9.2

Bump typescript from 3.8.3 to 3.9.2
…types/node-14.0.1

Bump @types/node from 13.13.5 to 14.0.1
Bumps [jsoneditor](https://github.com/josdejong/jsoneditor) from 8.6.7 to 8.6.8.
- [Release notes](https://github.com/josdejong/jsoneditor/releases)
- [Changelog](https://github.com/josdejong/jsoneditor/blob/develop/HISTORY.md)
- [Commits](josdejong/jsoneditor@v8.6.7...v8.6.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…jsoneditor-8.6.8

Bump jsoneditor from 8.6.7 to 8.6.8
@matteobruni matteobruni added this to the 1.15.0 milestone May 13, 2020
@matteobruni matteobruni self-assigned this May 13, 2020
dependabot-preview bot and others added 23 commits May 19, 2020 13:11
…webpack-bundle-analyzer-3.8.0

Bump webpack-bundle-analyzer from 3.7.0 to 3.8.0
…types/node-14.0.2

Bump @types/node from 14.0.1 to 14.0.2
…types/node-14.0.3

Bump @types/node from 14.0.2 to 14.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.9.2...v3.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…typescript-3.9.3

Bump typescript from 3.9.2 to 3.9.3
…types/node-14.0.4

Bump @types/node from 14.0.3 to 14.0.4
[ci skip] [skip ci]
@ghost
Copy link

ghost commented May 21, 2020

DeepCode's analysis on #91602b found:

1 minor issue.

👉 View analysis in DeepCode’s Dashboard

☺️ If you want to provide feedback on our bot, here is how to contact us.

@matteobruni matteobruni merged commit 6b35359 into staging May 21, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Animate the colors of the particles / lines linked Link Triangles
2 participants