Skip to content

Releases: benlmyers/swiftui-particles

v2.0-pre-5

10 Apr 09:04
Compare
Choose a tag to compare
v2.0-pre-5 Pre-release
Pre-release

Thank you for using Particles!

Check out our new discussion page!

Changes in Pre-Release 5:

  • Added a new hugging: parameter to Lattice, which allows Lattice particles to 'hug' specified edges of a view.
  • Added .drag(_:), .drag(with:), and drag(in:) modifiers for particle deceleration.
  • Added .zIndex(_:), .zIndex(with:), and .zIndex(in:) modifiers for particle layering.
  • Added .delay(_:), .delay(with:), and .delay(in:) modifiers for particle appearance delay.
  • Added ParticleSystem.Data.touches, allowing particle systems to integrate touch interaction (iOS only)
  • Added .colorOverlay(from:to:) for random color via lerp and .colorOverlay(with:) for refined control
  • Added .glow(from:to:radiusIn:) for random glow via lerp and .glow(withColor:withRadius:) for refined control
  • Added a Comet preset.
  • Added a watchOS example app target.
  • Fixed issues with .emitSingle() not working when emitting Lattice particles.
  • Fixed issues with ParticleSystem view stuttering.
  • Fixed several issues with presets displayed in the example app.
Lattice hugging parameter

v2.0-pre-4

05 Apr 05:24
Compare
Choose a tag to compare
v2.0-pre-4 Pre-release
Pre-release

This release fixes Lattice on iOS.

v2.0-pre-3

01 Apr 04:32
Compare
Choose a tag to compare
v2.0-pre-3 Pre-release
Pre-release
  • Fixed a build issue with iOS.
  • Removed Lattice functionality from iOS temporarily (#5)

v2.0-pre-2

31 Mar 20:12
Compare
Choose a tag to compare
v2.0-pre-2 Pre-release
Pre-release

Welcome to a new, refreshed Particles! 🎉

For more information on what's new, see the README.

v2.0-pre-1

31 Mar 18:45
Compare
Choose a tag to compare
v2.0-pre-1 Pre-release
Pre-release

Welcome to a new, refreshed Particles! 🎉

For more information on what's new, see the README.

v1.0

31 Mar 18:44
Compare
Choose a tag to compare