Recent Releases of speziviews
speziviews - 1.12.1
What's Changed
nextStep() -> Boolby @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/71
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.12.0...1.12.1
- Swift
Published by lukaskollmer 7 months ago
speziviews - 1.12.0
What's Changed
- MarkdownDocumentView by @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/70
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.11.0...1.12.0
- Swift
Published by lukaskollmer 8 months ago
speziviews - 1.11.0
What's Changed
- ShareSheet API by @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/67
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.10.3...1.11.0
- Swift
Published by lukaskollmer 8 months ago
speziviews - 1.10.3
What's Changed
- CanvasView: respect
.disabled(_:)modifier, allow updating drawing through binding by @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/65 - Make sure we run closure with the latest captured state by @bauer-andreas in https://github.com/StanfordSpezi/SpeziViews/pull/69
- Migrate from XCTest to Swift Testing and Add Snapshot Tests by @max-rosenblattl in https://github.com/StanfordSpezi/SpeziViews/pull/59
New Contributors
- @max-rosenblattl made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/59
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.10.2...1.10.3
- Swift
Published by bauer-andreas 9 months ago
speziviews - 1.10.2
What's Changed
- Support different processing styles with AsyncButton and update internals by @bauer-andreas in https://github.com/StanfordSpezi/SpeziViews/pull/62
- Use structured concurrency with ValidationEngine by @bauer-andreas in https://github.com/StanfordSpezi/SpeziViews/pull/63
- Remove usages of runOrScheduleOnMainActor by @bauer-andreas in https://github.com/StanfordSpezi/SpeziViews/pull/64
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.10.1...1.10.2
- Swift
Published by bauer-andreas 9 months ago
speziviews - 1.10.1
What's Changed
- fix SpeziFoundation dependency version by @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/60
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.10.0...1.10.1
- Swift
Published by lukaskollmer 11 months ago
speziviews - 1.10.0
What's Changed
ManagedNavigationStackby @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/57
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.9.3...1.10.0
- Swift
Published by lukaskollmer 11 months ago
speziviews - 1.9.3
What's Changed
- fix
swift buildby @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/58
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.9.2...1.9.3
- Swift
Published by lukaskollmer 11 months ago
speziviews - 1.9.2
What's Changed
- Add Swedish localization by @vishnuravi in https://github.com/StanfordSpezi/SpeziViews/pull/56
New Contributors
- @vishnuravi made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/56
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.9.1...1.9.2
- Swift
Published by vishnuravi 12 months ago
speziviews - 1.9.1
What's Changed
- Add shimmer and skeletonLoading view modifier by @NikolaiMadlener in https://github.com/StanfordSpezi/SpeziViews/pull/54
New Contributors
- @NikolaiMadlener made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/54
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.9.0...1.9.1
- Swift
Published by NikolaiMadlener about 1 year ago
speziviews - 1.9.0
What's Changed
- Add new OptionSetPicker by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/53
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.8.1...1.9.0
- Swift
Published by Supereg about 1 year ago
speziviews - 1.8.1
What's Changed
- improve
onPreferenceChangeclosure MainActor handling by @lukaskollmer in https://github.com/StanfordSpezi/SpeziViews/pull/51
New Contributors
- @lukaskollmer made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/51
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.8.0...1.8.1
- Swift
Published by Supereg about 1 year ago
speziviews - 1.8.0
What's Changed
- Add InfoButton for list rows by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/50
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.7.2...1.8.0
- Swift
Published by Supereg about 1 year ago
speziviews - 1.7.2
What's Changed
- Make
DynamicLayoutConform toSendableby @paulhdk in https://github.com/StanfordSpezi/SpeziViews/pull/49
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.7.1...1.7.2
- Swift
Published by Supereg about 1 year ago
speziviews - 1.7.1
What's Changed
- Support Xcode 16.2
onPreferenceChangeSDK change by @philippzagar in https://github.com/StanfordSpezi/SpeziViews/pull/48
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.7.0...1.7.1
- Swift
Published by PSchmiedmayer about 1 year ago
speziviews - 1.7.0
What's Changed
- Docs: Add ViewState Documentation by @paulhdk in https://github.com/StanfordSpezi/SpeziViews/pull/43
- Add ImageReference, ManagedViewUpdate, CaseIterablePicker and Tiles by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/45
New Contributors
- @paulhdk made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/43
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.6.0...1.7.0
- Swift
Published by Supereg over 1 year ago
speziviews - 1.6.0
What's Changed
- Validate Modifier for Predicates by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/42
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.5.1...1.6.0
- Swift
Published by Supereg over 1 year ago
speziviews - 1.5.1
What's Changed
- Minor Strict Concurrency fix by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/41
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.5.0...1.5.1
- Swift
Published by Supereg over 1 year ago
speziviews - 1.5.0
What's Changed
- Add ConfigureTipKit Module by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/38
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.4.0...1.5.0
- Swift
Published by Supereg over 1 year ago
speziviews - 1.4.0
What's Changed
- Add Dismiss Button and Reverse Label Style by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/37
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.3.1...1.4.0
- Swift
Published by Supereg over 1 year ago
speziviews - 1.3.1
What's Changed
- Add SwiftUI
BindingNegation by @philippzagar in https://github.com/StanfordSpezi/SpeziViews/pull/32 - Add conditional view modifier transformation by @philippzagar in https://github.com/StanfordSpezi/SpeziViews/pull/33
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.3.0...1.3.1
- Swift
Published by philippzagar about 2 years ago
speziviews - 1.3.0
What's Changed
- Add macOS support by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/30
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.2.0...1.3.0
- Swift
Published by Supereg about 2 years ago
speziviews - 1.2.0
What's Changed
- Support visionOS, macOS, tvOS and watchOS by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/29
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.1.1...1.2.0
- Swift
Published by Supereg about 2 years ago
speziviews - 1.1.1
What's Changed
- Fix accessibility for ListRow by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/28
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.1.0...1.1.1
- Swift
Published by Supereg about 2 years ago
speziviews - 1.1.0
What's Changed
- Add views to presenting row-based layouts by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/27
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/1.0.0...1.1.0
- Swift
Published by Supereg about 2 years ago
speziviews - 1.0.0
What's Changed
- Improve documentation and visuals by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/25
- Improve documentation conciseness by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/26
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.6.3...1.0.0
- Swift
Published by Supereg about 2 years ago
speziviews - 0.6.3
What's Changed
- Map Operation States to View States by @philippzagar in https://github.com/StanfordSpezi/SpeziViews/pull/24
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.6.2...0.6.3
- Swift
Published by philippzagar over 2 years ago
speziviews - 0.6.2
What's Changed
- Ensure valid input is reported instantly by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/23
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.6.1...0.6.2
- Swift
Published by Supereg over 2 years ago
speziviews - 0.6.1
What's Changed
- Add PersonalInfo and Validation to SPI documentation targets by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/22
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.6.0...0.6.1
- Swift
Published by Supereg over 2 years ago
speziviews - 0.6.0
What's Changed
- Introduce SpeziPersonalInfo target by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/20
- Introduce SpeziValidation by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/21
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.5.1...0.6.0
- Swift
Published by Supereg over 2 years ago
speziviews - 0.5.1
What's Changed
- Improve accessibility for Label view by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/17
- View State Enhancements by @philippzagar in https://github.com/StanfordSpezi/SpeziViews/pull/19
New Contributors
- @philippzagar made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/19
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.5.0...0.5.1
- Swift
Published by PSchmiedmayer over 2 years ago
speziviews - 0.5.0
What's Changed
- Allow for more customizable labels for DescriptionGridRow and NameFields, pass FocusState as Binding by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/16
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.4.2...0.5.0
- Swift
Published by Supereg over 2 years ago
speziviews - 0.4.2
What's Changed
- Fixed a race condition that could render an async button disabled forever in the erroneous case by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/15
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.4.1...0.4.2
- Swift
Published by Supereg over 2 years ago
speziviews - 0.4.1
What's Changed
- Improve Localization and Explicit Initializers Without Localization by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziViews/pull/10
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.4.0...0.4.1
- Swift
Published by PSchmiedmayer over 2 years ago
speziviews - 0.4.0
What's Changed
- Add
DefaultErrorDescriptionenvironment key; Localization features; restructure project; fix spelling by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/7 - Implement a generic AsyncButton with support for throwing closures by @Supereg in https://github.com/StanfordSpezi/SpeziViews/pull/8
New Contributors
- @Supereg made their first contribution in https://github.com/StanfordSpezi/SpeziViews/pull/7
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.3.0...0.4.0
- Swift
Published by PSchmiedmayer over 2 years ago
speziviews - 0.3.0
What's Changed
- Updates the Project to be Part of the Spezi Organization by @PSchmiedmayer in https://github.com/StanfordSpezi/SpeziViews/pull/6
Full Changelog: https://github.com/StanfordSpezi/SpeziViews/compare/0.2.2...0.3.0
- Swift
Published by PSchmiedmayer almost 3 years ago
speziviews - 0.2.2
What's Changed
- Remove Internal State from LazyText by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitViews/pull/5
Full Changelog: https://github.com/StanfordBDHG/CardinalKitViews/compare/0.2.1...0.2.2
- Swift
Published by PSchmiedmayer almost 3 years ago
speziviews - 0.2.1
What's Changed
- Support Swift 5.7 by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitViews/pull/4
Full Changelog: https://github.com/StanfordBDHG/CardinalKitViews/compare/0.2.0...0.2.1
- Swift
Published by PSchmiedmayer almost 3 years ago
speziviews - 0.2.0
What's Changed
- Update Documentation & README by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitViews/pull/2
- Update the Package for Swift 5.8 only by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitViews/pull/3
Full Changelog: https://github.com/StanfordBDHG/CardinalKitViews/compare/0.1.0...0.2.0
- Swift
Published by PSchmiedmayer almost 3 years ago
speziviews - 0.1.0
What's Changed
- CardinalKit Views by @PSchmiedmayer in https://github.com/StanfordBDHG/CardinalKitViews/pull/1
Full Changelog: https://github.com/StanfordBDHG/CardinalKitViews/commits/0.1.0
- Swift
Published by PSchmiedmayer almost 3 years ago