Skip to content

Releases: Iaenhaall/UndoController

v1.3.0

07 May 15:47
45538dd
Compare
Choose a tag to compare

Added support for the Swift Package Manager.

Also:

  • Added @ViewBuilder wrapper to content parameter;
  • Small UI improvements;
  • Implemented calling the timer action when the app is terminated;
  • Added the application icon.

v1.2

24 Mar 19:37
9929e0b
Compare
Choose a tag to compare
  • Changed content displayed inside UndoController. Instead of Text AnyView can be displayed.
  • Also animations have been improved.

v1.1

19 Mar 19:15
54415c4
Compare
Choose a tag to compare
  • Added the Hide method.
  • Repeated call of Show method executes timerAction closure from previous method call.
  • Small UI improvements.

v1.0

19 Mar 14:43
7623af5
Compare
Choose a tag to compare
The first version.