Skip to content

SwiftUI video player

Compare
Choose a tag to compare
@swiftuiux swiftuiux released this 04 Sep 08:32
· 41 commits to main since this release

Release Notes 1.7.3

New Features

  • Settings Update:

    • ErrorWidgetOff: A new setting that allows users to disable the default inner error showcase component. This is useful if you prefer to implement your own custom error alert widget.
  • Player Events:

    • error(VPErrors): Enhanced error handling within the player. This event now provides a VPErrors enum value, which indicates the specific type of error encountered, improving diagnostics and error tracking.

UI Tests

  • Refactored existing UI tests for increased reliability and performance.
  • Improved the test coverage for new settings and error handling mechanisms.

Code Refactoring

  • Undertook significant code refactoring to improve readability and maintainability.
  • Optimized performance through better resource management and streamlined execution paths.