Skip to content

3.0 Release!

Compare
Choose a tag to compare
@garrettmoon garrettmoon released this 15 Jul 22:38
· 47 commits to master since this release
81ecdc9

This is the release candidate for a major release with breaking changes!

Migration Guide

Changelog

3.0.0 (2020-07-15)

Full Changelog

Merged pull requests:

3.0.0-rc.2 (2020-06-25)

Full Changelog

Merged pull requests:

3.0.0-rc.1 (2020-06-19)

Full Changelog

Merged pull requests:

  • Fix documentation for ASCornerRoundingTypeClipping #1863 (chggr)
  • -[ASNetworkImageNode setURL:resetToDefault:] forget to reset animatedImage #1861 (IvanChan)
  • Add iOS13 UIContextMenu api to ASCommonCollectionDelegate #1860 (IvanChan)
  • [ASDisplayNode] Implement accessibilityElementsHidden #1859 (rcancro)
  • [ASDisplayNode] Implement accessibilityViewIsModal #1858 (rcancro)
  • Reference Image Updates in preparation for iOSSnapshotTestCase 6.2 #1857 (bolsinga)
  • Run the tests with iOS10 and as a framework in preparation of updating snapshot test case. #1856 (bolsinga)
  • Update FBSnapshotTestCase to iOSSnapshotTestCase (=6.2) #1855 (bolsinga)
  • Ship ASExperimentalTraitCollectionDidChangeWithPreviousCollection #1842 (bolsinga)
  • Ship ASExperimentalUnfairLock experiment #1841 (bolsinga)
  • Ship ASExperimentalOOMBackgroundDeallocDisable since it decreases OOMs #1840 (bolsinga)
  • Update Texture Xcode project to 11.4 and fix resulting warnings - 4 #1838 (bolsinga)
  • Update Swift collection view interop example #1837 (drinkius)
  • deprecate ASGraphicsCreateImageWithTraitCollectionAndOptions #1836 (vovasty)
  • Remove Danger from the development workflow #1835 (jparise)
  • Use ASReplaceMethodWithBlock instead of swizzling with a library #1832 (bolsinga)
  • use iOS 13.4.1 and Xcode 11.4.1 for CI #1831 (vovasty)
  • Do not use xcpretty in builds so that CI errors are logged. #1830 (bolsinga)
  • Update to OCMock 3.6 #1829 (bolsinga)
  • Removes unnecessary -tearDown code. #1822 (dmaclach)
  • [Accessibility] Do not exclude elements outside the window’s rect that are subviews of UIScrollView #1821 (rcancro)
  • support cancelation in ASGraphicsCreateImage #1814 (vovasty)
  • [ASDisplayViewAccessibility] A few accessibility improvements #1812 (rcancro)
  • [ASDisplayNode] Allow explicit setting of accessibilityElements #1807 (rcancro)
  • Add nullable to new ASCommonTableViewDelegate methods #1796 (jparise)
  • Context menu iOS 13 API #1795 (uuttff8)
  • resolve background color using system trait collection #1777 (vovasty)
  • Update PINRemoteImage to the latest stable #1773 (mackoj)
  • Prevent crashing during non critical logging at rotation #1770 (foxware00)
  • Pruning ASExperimentalRemoveTextKitInitialisingLock code. #1766 (trufflin)
  • fix calling CALayer out of the main thread #1762 (vovasty)
  • Fix typo #1759 (devxoul)
  • Lint podspec on all pull requests #1758 (nguyenhuy)
  • Only include UIUserInterfaceLevel in iOS target #1757 (nguyenhuy)
  • Link to IGListDiffKit in our IGListKit subspec #1756 (nguyenhuy)
  • Remove references to xcpretty-travis-formatter #1755 (jparise)
  • Add empty ASViewController initializer to facilitate subclassing #1754 (christianselig)
  • Bump up IGListKit version #1749 (ay8s)
  • Improve recursive unfair lock #1742 (Adlai-Holler)
  • Use queue in ASMainSerialQueue #1738 (hanton)
  • Delete unused header in ASRunLoopQueue #1737 (hanton)
  • Simplify push_back GroupNotify #1736 (hanton)
  • [Docs] minor fixes in Layout #1735 (hanton)
  • Delete unused macro in ASControlNode #1734 (hanton)
  • Fix tint color dead lock #1731 #1732 (lkzhao)
  • Fix for images retrieved from the memory cache being reported as disk cache hits. #1722 (darrengyles)
  • [Docs] Update to use ASCornerLayoutSpec for Photo with Outset Icon Overlay #1721 (hanton)
  • Add copy sematic to userInfo property in ASTextRunDelegate #1719 (hanton)
  • Change layoutSizeDifferentFromBounds macro to a BOOL #1718 (hanton)
  • Remove unused sharedDeallocationQueue property #1717 (hanton)
  • modify examples_extra/Shop swift 4.2 Version #1709 (doulos76)
  • Fix element lookup for supplementary attributes. #1707 (craighowarth)
  • Remove duplicate ASPINRemoteImageDownloader #1705 (hanton)
  • deprecate ASGraphicsCreateImageWithOptions #1704 (vovasty)
  • fix typo in ASVideoNodeDelegate protocol #1695 (Eeyore741)
  • Adds new delegate methods to ASCommonTableViewDelegate for swipes #1694 (SashaZolotarev)
  • fix a node background color in non layer baked mode. #1693 (vovasty)
  • use iOS 13.0 and Xcode 11 on CI #1691 (vovasty)
  • Remove build warnings #1681 (hanton)
  • Use backgroundColor ivar instead of property access in traitCollectio… #1678 (rahul-malik)
  • introduction of ASGraphicsCreateImageWithTraitCollectionAndOptions #1675 (vovasty)
  • #1673 - Re-render Clipping Corners when User Interface Style Changes #1674 (shamanskyh)
  • Fix main thread assertion for tint color on text nodes, re-render tint-able nodes on hierarchy changes #1670 (rahul-malik)
  • Fix CFRelease on null variable when using truncationAttributedText #1669 (MikeDonahue)
  • ASImageNode tintColor improvements. #1668 (bolsinga)
  • Use CAEdgeAntialiasingMask instead of unsigned int #1667 (hanton)
  • Node TintColor Tweaks #1666 (bolsinga)
  • Defer image asset regeneration to draw loop #1663 (mikezucc)
  • Use MutexLocker when ASImageNode traits change #1662 (bolsinga)
  • Use lock to access the image renderingMode when tint color changes #1661 (bolsinga)
  • Use standard ivar _ prefix for userInterfaceStyle in ASImageNodeDrawParameters #1660 (bolsinga)
  • Using emplace\_back instead of push\_back for efficiency #1658 (hanton)
  • Fix \_ASAsyncTransaction initialization method #1656 (hanton)
  • use lock in asyncTraitCollectionDidChangeWithPreviousTraitCollection #1651 (vovasty)
  • [GitHub CI] Revert back to Ruby Danger as Danger JS is not working properly #1650 (Kaspik)
  • [Docs] Fix broken link in Layout-Quickstart #1648 (hanton)
  • tests for ASImageNode dynamic tint color #1644 (vovasty)
  • AS::Map function improvement #1642 (hanton)
  • Fix comment typo for showsHorizontalScrollIndicator in ASCollectionNode #1638 (innocarpe)
  • Adds support for new iOS 13 traits #1568 (ay8s)
  • [IGListKit] Extended IGListKit support for displaying delegates #1011 (hebertialmeida)

sync-base-08-29-19 (2019-08-28)

Full Changelog

Merged pull requests:

sync-base-05-09-19 (2019-05-09)

Full Changelog

Merged pull requests: