Releases: iZettle/Form
Releases · iZettle/Form
4.1.0
What's Changed
- Xcode 16 by @astenvall in #199
New Contributors
- @astenvall made their first contribution in #199
Full Changelog: 4.0.3...4.1.0
4.0.3
What's Changed
- Update Readme by @moglistree in #195
- Enable Xcode 15 and add delays to account for Xcode 15 performance issues by @moglistree in #197
- Bump version by @shchukin-alex in #198
Full Changelog: 4.0.2...4.0.3
Form 4.0.2
Bump marketing version to 4.0.2
4.0.1
Update circle ci tests to Xcode 13 and Xcode 14
Bump Xcode versions
Fix lint issues
Form 4.0.0
- Replaced
Carthage
withSPM
- Removed
Presentation
dependency references from project - Removed conditionally compiled code wrapped in
#if canImport(Presentation)
. The removed code can be added by integrators directly if needed using this diff
Form 3.3.4
- Bug fix for a TableKit update issue #182
Form 3.3.3
Update project settings to Xcode 13.2
Form 3.3.2
- Include all views, not just sections, in the accessibility elements of a FormView.
Form 3.3.1
- Improved the accessibility of
FormView
by making it an accessibility container comprising the visible rows from each of its visible sections.
Form 3.3.0
Adds the ability to supply an accessibilityValue
to ValueField
through TextEditor
.