Skip to content

Releases: CSolanaM/SkeletonUI

2.0.2

20 May 22:02

Choose a tag to compare

2.0.2

Added

Changed

Removed

Fixed

2.0.1

10 Jan 15:06
d5c8a4f

Choose a tag to compare

2.0.1

Added

Changed

Removed

Fixed

  • Animations fixed for iOS 17, improving performance and reliability

2.0.0

23 Aug 19:10
0fe0817

Choose a tag to compare

2.0.0

Added

Changed

  • Refactored old codebase to meet current SwiftUI standards. No Combine needed anymore!

Removed

Fixed

  • Animations now use AnimatableModifier, improving performance and reliability

1.0.11

19 May 17:52

Choose a tag to compare

1.0.11

Added

Changed

Removed

Fixed

  • Improved animations

1.0.10

10 Mar 14:03
37fe523

Choose a tag to compare

1.0.10

Added

Changed

Removed

Fixed

  • Removed unnecessary code

1.0.9

14 Aug 23:18
98225db

Choose a tag to compare

1.0.9

Added

Changed

Removed

Fixed

  • Improved animations behaviour under specific circumstances

1.0.8

11 Jul 23:14

Choose a tag to compare

1.0.8

Added

Changed

  • Update .gitignore.
  • ForEach now removes warning Non-constant range: argument must be an integer literal warning.

Removed

Fixed

1.0.7

14 Nov 22:51
132f12a

Choose a tag to compare

1.0.7

Added

  • New skeleton / skeleton group (if using multiline) custom size.

Changed

  • Update Snapshot testing package to v1.9.0.

Removed

Fixed

1.0.6

20 Sep 18:32
1ccb7ea

Choose a tag to compare

Added

Changed

Removed

Fixed

  • Renamed TextField's OptionalType extension initializer signature to avoid conflicts.

1.0.5

20 Sep 18:31
af57c38

Choose a tag to compare

Added

Changed

Removed

Fixed

  • Improved the way GeometryReader is used to fix its behaviour in the newest and previous SwiftUI versions.
  • Improved the performance in 'AnimationInteractor'.
  • Fixes a small bug that didn't let remove any animation.