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

1.2.1

Compare
Choose a tag to compare
@appleguy appleguy released this 15 Jun 03:17
· 3660 commits to master since this release

AsyncDisplayKit 1.2.1 has about 15 commits with 5 committers

Thank you to all the members of the community who contributed, both via reports and diffs. Keep the feedback coming, as it's leading to great new things.

  • iOS 9.0 & Xcode 7 Beta — Tested compatibility of all example projects with no issues.
  • Ran the improved Static Analyzer in Xcode 7 Beta. No issues.
  • ASBasicImageDownloader now correctly handles multiple requests for an identical image URL.
  • ASTextNode now provides an option that supports passing through touch events if the touch does not encounter a link within the text.
  • .shouldRasterizeDescendants (Subtree Precompositing) is now better-tested and easier to adopt. A bug was fixed that affected positioning of elements in some apps, and there are more reasonable defaults if your nodes have a backgroundColor of [UIColor clearColor]. Try out this great optimization and file an issue if you have any trouble!
  • .asyncDataFetching is now unconditionally disabled on ASTableView and ASCollectionView, even if your code passes in YES to the initializer. This should not break any existing client, and in fact, should resolve any reliability issues you may see with this feature. As described in the 1.2 release notes, it is considered unreliable and slated for refactoring.