Skip to content

Releases: ryanlintott/ILikeToMoveIt

v0.2.3

17 Apr 18:50
Compare
Choose a tag to compare

Updated to work with strict swift concurrency
Refactored move function so destinationIndex is the index the item should move to, not the one after it. This may have fixed a bug where VoiceOver reported moving more spaces than were moved.

v0.2.1

24 Jul 03:47
Compare
Choose a tag to compare

Changed UserActivityProvidable so the object is stored in the persistentIdentifier instead of the targetContentIdentifier. This allows all objects of the same type to have the same targetContentIdentifier and easily target a WindowGroup.

v0.2.0

24 Jul 02:52
Compare
Choose a tag to compare

Added the UserActivityProvidable protocol to make it easier to drag items to create new windows on iPadOS 16+
Removed accessibilityMoveableIfAvailable and accessibilityMoveableListIfAvailable convenience view modifiers. If you need this functionality you can instead use the more general ifAvailable view modifier found in the example app.

v0.1.1

08 Jul 03:18
Compare
Choose a tag to compare

Tiny bug fix

v0.1.0

08 Jul 02:55
73851cc
Compare
Choose a tag to compare

Features:

  • Accessibility actions for SwiftUI Lists
  • Easy drag and drop for iOS 14 & 15