SkeletonUI Versions Save

☠️ Elegant skeleton loading animation in lightweight SwiftUI

2.0.1

4 months ago

2.0.1

Added

Changed

Removed

Fixed

  • Animations fixed for iOS 17, improving performance and reliability

2.0.0

8 months ago

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

11 months ago

1.0.11

Added

Changed

Removed

Fixed

  • Improved animations

1.0.10

1 year ago

1.0.10

Added

Changed

Removed

Fixed

  • Removed unnecessary code

1.0.9

1 year ago

1.0.9

Added

Changed

Removed

Fixed

  • Improved animations behaviour under specific circumstances

1.0.8

1 year ago

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

2 years ago

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

2 years ago

Added

Changed

Removed

Fixed

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

1.0.5

2 years ago

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.

1.0.4

2 years ago

Added

  • SecureField support.
  • SkeletonForEach support.
  • Update Snapshot testing package to pointfreeco repository.

Changed

Removed

Fixed