Releases: rakutentech/AltSwiftUI
Releases · rakutentech/AltSwiftUI
Sheet, Alert and Disappear improvements. Bugfixes.
- Fixed the order in which alert dismisses relative to the action performed
- Fixed some cases in which if/else blocks would not update the views properly
- Improve sheet dismiss detection
- Improve
.onDisappear
coverage of dismiss flows - Action sheet now works properly in iPad using popover style
- Added
keyboardDismissMode
to List and ScrollView - Added fonts
title2
andtitle3
- Other bugfixes
New unique modifiers and Bugfixes
New modifiers: (AltSwiftUI only)
- ScrollView axis value
.both
has been added. .scrollEnabled
modifier added to List and ScrollView.- Modify collection's content offset: Added
.appliedVisibleRow
to List and.appliedVisibleRect
to ScrollView.
Updates
- [BREAKING] TextField
.firstResponder
modifier is now a binding. - Circle
.trim
modifier has been added.
Bugfixes
- Fixed one render issue when using high performance modifiers.
.sheet
identifier has been improved to support multiple sheets of the same type.- Set geometryProxy as hashable to prevent unnecessary updates.
- Fixes in animation for List cells and layout.
.onAppear
and.onDisappear
won't execute multiple times for one event anymore.- Other small view component fixes
Bugfixes for Shape and Animations
New Additions
.multilineTextAlignment()
now affects TextField- Added
capInsets
andresizingMode
to Image's.resizable()
- Added
.hidesIndicator()
modifier to List to hide scroll indicator
Bugfixes
- Added fix for preventing triggering of unwanted animations by .animation modifier children inheritance.
- Fixed Shapes to expand properly when view changes its size
ForEach iteration bug fixed
- Fixes a bug introduced in v 1.3.0 where elements in a Stack after a ForEach wouldn't update properly.
- Added Text.underline() modifier
Shapes and animations
- Introducing Shape views.
- Improve animation system for more consistent animations
2.1 Improved animation consistency in stacks
2.2 Added animation support for Lists
2.3 Added animation hierarchy support for .animation
2.4 Improved coverage of .animation affected properties - Added List.listStyle
Breaking: Release 1.2.0
Breaking Changes:
- RPreviewProvider has been renamed to AltPreviewProvider
Release 1.1.0
New
- DatePicker
Bugfixes
- Accent color inheritance through TabView
- Warning on border applied to stacks
Initial release of AltSwiftUI
Add Swift version to podspec, xcode version in readme (#2) * Add Swift version to podspec, xcode version in readme * Modify description of podspec Co-authored-by: Kevin Wong <kevin.a.wong@rakuten.com>