Change Log

May 20, 2024 ยท View on GitHub

All notable changes to this project will be documented in this file.

2.0.2

Added

Changed

Removed

Fixed

2.0.1

Added

Changed

Removed

Fixed

  • Animations fixed for iOS 17, improving performance and reliability

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

Added

Changed

Removed

Fixed

  • Improved animations

1.0.10

Added

Changed

Removed

Fixed

  • Removed unnecessary code

1.0.9

Added

Changed

Removed

Fixed

  • Improved animations behaviour under specific circumstances

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

Added

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

Changed

  • Update Snapshot testing package to v1.9.0.

Removed

Fixed

1.0.6

Added

Changed

Removed

Fixed

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

1.0.5

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

Added

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

Changed

Removed

Fixed

1.0.3

Added

Changed

  • Update Snapshot testing package to pointfreeco repository.

Removed

Fixed

1.0.2

Added

  • Slope angle.

Changed

Removed

  • Commented macOS tests because weren't passing on the CI, its screen scale factor is 1 and should be 2 to match locally generated reference images. It will be fixed later.
  • Commented default Skeleton list test because wasn't on the CI. It will be fixed later.

Fixed

1.0.1

Added

  • Skeleton transition.

Changed

  • iPhone 8 and iPad Pro 12.9-inch snapshot tests.

Removed

Fixed

1.0.0

Added

  • First release.

Changed

Removed

Fixed