Skip to content

Releases: EmergeTools/Pow

0.1.1: A Shining Example

27 Oct 14:02
c51ab74
Compare
Choose a tag to compare
  • The .shine Change Effect now has optional angle and animation duration parameters. (#10)

If you're interested in using Pow in your app, you can now purchase a license on our site. ✨

Thank you for your support!

0.1.0: The More Things Change

13 Oct 14:23
27945b3
Compare
Choose a tag to compare
  • Added Change Effects that perform effects whenever values update.
  • Added haptic feedback to .anvil
  • .vanish now takes an optional mask used to determine where the particles are emitted from.

Change Effects

Change.Effects.mov

This version of Pow introduces Change Effects that will trigger a visual or haptic effect every time a value changes.

Button {
    post.toggleLike()
} label: {
    Label(post.likes.formatted(), systemName: "heart.fill")
}
.changeEffect(.spray { heart }, value: post.likes, isEnabled: post.isLiked)
.tint(post.isLiked ? .red : .gray)

You can choose from the following Change Effects: Spray, Haptic Feedback, Jump, Ping, Rise, Shake, Shine, and Spin.

If you're interested in using Pow in your app, you can now purchase a license on our site. ✨

Thank you for your support!

0.0.13: Lights, Camera, Vanish!

13 Sep 12:10
5e09c81
Compare
Choose a tag to compare
  • Added .filmExposure and .snapshot transitions.
  • .vanish can now be configured with an Animation.
Pow0013-S.mov

If you're interested in using Pow in your app, you can now purchase a license on our site. ✨

Thank you for your support!

0.0.12: Time to Shine

02 Sep 10:51
04d247d
Compare
Choose a tag to compare
  • .vanish now can be configured with a Color.
  • Previews have migrated to the Pow website.

If you're interested in using Pow in your app, you can now purchase a license on our site. ✨

Thank you for your support!

0.0.11

16 Aug 08:31
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release
  • First public beta of Pow.