Releases: ryanlintott/ILikeToMoveIt
v0.2.6
Renamed example app from DragAndDrop to ILikeToMoveItExample
Full Changelog: 0.2.5...0.2.6
v0.2.5
- Updated for Swift 6
- Added privacy manifest
- Moved example app from another git repo to /Example inside this package.
Full Changelog: 0.2.3...0.2.5
v0.2.3
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
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
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
Tiny bug fix
v0.1.0
Features:
- Accessibility actions for SwiftUI Lists
- Easy drag and drop for iOS 14 & 15