8000 Releases · rakutentech/AltSwiftUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rakutentech/AltSwiftUI

Sheet, Alert and Disappear improvements. Bugfixes.

20 Apr 08:39
Compare
Choose a tag to compare
  • 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 and title3
  • Other bugfixes

New unique modifiers and Bugfixes

15 Jan 00:36
Compare
Choose a tag to compare

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

21 Oct 06:55
Compare
Choose a tag to compare

New Additions

  • .multilineTextAlignment() now affects TextField
  • Added capInsets and resizingMode 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

13 Oct 03:20
Compare
Choose a tag to compare
  • 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

12 Oct 05:13
Compare
Choose a tag to compare
  1. Introducing Shape views.
  2. 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
  3. Added List.listStyle

Breaking: Release 1.2.0

18 Sep 09:56
e43ac46
Compare
Choose a tag to compare

Breaking Changes:

  • RPreviewProvider has been renamed to AltPreviewProvider

Release 1.1.0

17 Sep 03:57
e103d3f
Compare
Choose a tag to compare

New

  • DatePicker

Bugfixes

  • Accent color inheritance through TabView
  • Warning on border applied to stacks

Initial release of AltSwiftUI

16 Sep 09:38
8c43a10
Compare
Choose a tag to compare
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>
0