Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Releases: zenangst/Family

0.22.5

03 Oct 08:49
66510c6
Compare
Choose a tag to compare
  • 🍭 Improves rendering accuracy on tvOS #164

0.22.4

22 Sep 22:12
9757d66
Compare
Choose a tag to compare
  • 🌸 Improves the addChild method when adding a child view controller that uses a scroll view as a view. It will now use the scroll views document view which plays better with the framework. It removes the need for using the view closure for those cases on macOS #163
  • 💎 Improves the use of padding and margins when using collection views on macOS #163

0.22.3

19 Sep 13:37
e181509
Compare
Choose a tag to compare
  • 🐞 Fixes bug that regular views that have internal names in their description become unmanaged by the framework #162

0.22.2

18 Sep 10:38
d6b171b
Compare
Choose a tag to compare
  • ⏬ Exposes isFastScrolling to the public API #161

0.22.1

17 Sep 23:19
14accc4
Compare
Choose a tag to compare
  • 🏯 Adds min constraints to not scroll off screen on iOS and tvOS #160

0.22.0

17 Sep 22:23
f773680
Compare
Choose a tag to compare
  • 🗑 Removes FamilyDocumentView to simply the view hierarchy #159
  • 🍭 Adds isFastScrolling property to FamilyScrollView when the user has invoked "Fast scroll" on tvOS #159

0.21.1

17 Sep 13:08
5e53f2e
Compare
Choose a tag to compare
  • 📺 Scopes the previous layout optimization improvement to tvOS #158
  • ⚠️ Fix warning with unused variable #158

0.21.0

17 Sep 12:46
f216e8e
Compare
Choose a tag to compare
  • 🏎 Improves the rendering method by skipping unnecessary layout passes on 📱📺 #157
  • 🛠 Improves the content offset observer by opting out if both values aren't set 📱📺 #157
  • 💂🏻‍♀️ Add guard for setting same insets when adding padding and margins 📱📺 #157
  • 💫 Remove explicit invalidation of layout when performing batch updates 📱📺 #157
  • 🍒 The document view will now clip to bounds to avoid offscreen rendering 📱📺 #157
  • 🧹 Remove previous debug implementation 📱📺 #157

0.20.10

15 Sep 21:34
fbca83e
Compare
Choose a tag to compare
  • 💫 Adds cleanup for offscreen views for iOS and tvOS #156

0.20.9

12 Sep 08:03
416ff18
Compare
Choose a tag to compare
  • 🐞 Fixes recursion bug #153
  • 🐞 Fixes rendering glitches that was caused by a rounding issue #154