Skip to content

Latest commit

 

History

History
158 lines (143 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

158 lines (143 loc) · 3.33 KB

Change Log

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

Added

Changed

Removed

Fixed

Added

Changed

Removed

Fixed

  • Animations fixed for iOS 17, improving performance and reliability

Added

Changed

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

Removed

Fixed

  • Animations now use AnimatableModifier, improving performance and reliability

Added

Changed

Removed

Fixed

  • Improved animations

Added

Changed

Removed

Fixed

  • Removed unnecessary code

Added

Changed

Removed

Fixed

  • Improved animations behaviour under specific circumstances

Added

Changed

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

Removed

Fixed

Added

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

Changed

  • Update Snapshot testing package to v1.9.0.

Removed

Fixed

Added

Changed

Removed

Fixed

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

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.

Added

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

Changed

Removed

Fixed

Added

Changed

  • Update Snapshot testing package to pointfreeco repository.

Removed

Fixed

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

Added

  • Skeleton transition.

Changed

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

Removed

Fixed

Added

  • First release.

Changed

Removed

Fixed