- Changed all instances of onPreferenceChange to use the main actor when updating values. This workaround fixes the compile errors when using XCode 16.2 beta 3.
- onSizeChange updated to ensure the closure runs on the main actor.
- TagView updated to only use HFlowLayout and HFlow under the hood. The older legacy implementation is no longer used as it may cause more concurrency issues as SwiftUI changes.
- TagView examples updated with more interactivity.
Full Changelog: 0.9.6...0.9.7