Skip to content

2.3.2

Latest
Compare
Choose a tag to compare
@orchetect orchetect released this 24 Oct 01:49

Fixes

  • Timecode: Adjusted ordering for static UT Type constants, which will now work as expected with pasteboard and drag/drog operations
  • TimecodeField: Fixed potential bug in component focus navigation

New

  • TimecodeField
    • Added init providing bindings to components and each individual timecode property
    • Added timecodeFieldInputRejectionFeedback view modifier
    • Added timecodeFieldPastePolicy view modifier
    • Added pulse input rejection animation style in addition to default shake

Improvements

  • TimecodeField
    • Internal refactors to enable unit testing
    • Refined hardware keyboard input support on all platforms
  • TimecodeField / TimecodeText: Resolved type ambiguity issue with some view modifiers
  • AttributedString / NSAttributedString: added additional style parameters for consistency and resolved some formatting issues

Maintenance

  • Updated docs
  • Updated example projects
  • Updated unit tests