Texture v3.0.0-rc.2 Release Notes

Release Date: 2020-06-25 // almost 4 years ago
  • ๐Ÿš€ This is the release candidate for a major release with breaking changes!

    Migration Guide

    ๐Ÿ”„ Changelog

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

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix all the warnings and re-enable on CI #1872 (garrettmoon)
    • ๐Ÿš€ Prepare for 3.0.0-rc.1 release #1870 (garrettmoon)
    • 0๏ธโƒฃ -[ASNetworkImageNode setURL:resetToDefault:] forget to reset animatedImage #1861 (IvanChan)

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

    ๐Ÿ”€ Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix documentation for ASCornerRoundingTypeClipping #1863 (chggr)
    • 0๏ธโƒฃ -[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:

    • Cleanup from recent changes #1647 (rahul-malik)
    • โœ… Propagate ASTraitCollection for snapshot testing #1646 (rahul-malik)
    • ๐Ÿ›  Fix issue where UIGraphicsRendererFormat is mutated #1645 (rahul-malik)
    • Store backgroundColor in ASDisplayNode #1640 (rahul-malik)
    • โž• Adding experiment to propagate older trait collections when trait #1637 (rahul-malik)
    • โšก๏ธ Update Danger workflow #1636 (nguyenhuy)
    • โš™ Run Danger with GitHub Actions #1635 (nguyenhuy)
    • โœ… Remove Travis and Slather configs, as well as run_tests_update_status.sh #1633 (nguyenhuy)
    • โœ‚ Remove BUCK support #1632 (nguyenhuy)
    • ๐Ÿ— [GitHub CI] Remove build approval step #1631 (nguyenhuy)
    • ๐Ÿ‘Œ support dynamic images in iOS13 #1630 (vovasty)
    • ๐Ÿ‘ Allow full color tinting on grayscale template images. #1629 (jessietea)
    • [GitHub CI] Add step to block PRs from forked repositories unless they have the right label #1627 (nguyenhuy)
    • Keep using unowned macro #1626 (hanton)
    • ๐Ÿ‘ท Set up GitHub Actions CI #1623 (nguyenhuy)
    • Minor code improvements #1622 (hanton)
    • ๐Ÿ‘ Minor changes to tint color support #1620 (nguyenhuy)
    • โœ‚ Remove _ASDisplayLayer's delegateDidChangeBounds flag #1618 (nguyenhuy)
    • โž• Add support for tinting layer-backed ASDisplayNode #1617 (rahul-malik)
    • โœ‚ Remove unused headers #1615 (hanton)
    • Avoid querying for NSAttributedString attributes on empty string #1614 (rahul-malik)
    • ๐Ÿ‘ฎ Force -\[\_ASDisplayLayer setDelegate:\] to evaluate delegateFlags in iOS 13 #1609 (rahul-malik)
    • Stop setting frameInterval for animated image optimization #1607 (raycsh017)
    • ๐Ÿ›  Fix a comment bug in ASVideoNode and ASVideoPlayerNode #1604 (hanton)
    • โž• Add support for tintColor on ASImageNode and ASButtonNode #1603 (rahul-malik)
    • ๐Ÿ“„ [Dev docs] Fix previous and next page links #1601 (nguyenhuy)
    • Use AS_ARRAY_SIZE for array counting #1600 (hanton)
    • ๐Ÿ“„ [Dev docs] Add page navigation #1599 (nguyenhuy)
    • ๐Ÿ“„ [Dev docs] fix broken image links #1597 (hanton)
    • Migrate example projects to the recommended -nodeBlock data source method #1596 (hanton)
    • โšก๏ธ Update Pending state type for backgroundColor to UIColor #1593 (rahul-malik)
    • โž• add new networking image delegate method when image does not load from cache #1590 (ernestmama)
    • Set background color directly to view if not layer backed #1588 (rahul-malik)
    • ๐Ÿ“„ [dev docs] Add link to Getting Started to Overview page #1587 (mikezucc)
    • ๐Ÿ“„ [Dev docs] Improve title of how-to-debug.md #1586 (nguyenhuy)
    • โšก๏ธ [Dev docs] Update navigation bar #1585 (nguyenhuy)
    • โšก๏ธ Update docs navigation orders #1584 (hanton)
    • ๐Ÿ›  Fix all project coding warnings in examples folder #1582 (hanton)
    • โšก๏ธ Update .gitignore file [Carthage] #1581 (hanton)
    • โšก๏ธ Run Import Optimizer on Texture #1580 (bolsinga)
    • Bridge CTFontRef directly to UIFont when converting attributes on NSAttributedString #1579 (rahul-malik)
    • [Dev doc] Add Carthage version #1578 (hanton)
    • ๐Ÿ›  Fix ASBasicImageDownloaderTests #1576 (hanton)
    • ๐Ÿ›  Fix the build warning in ASRangeController.mm #1575 (hanton)
    • โšก๏ธ Update CONTRIBUTING.md #1574 (hanton)
    • ๐Ÿ›  Fixes accessibilityLabel bug on ASButtonNode that has no title #1573 (SterlingWaves)
    • Cleanup for cgFloatForYogaFloat #1571 (maicki)
    • [ASDataController] Add an experiment that avoids flushing editing queue before starting the data pipeline pipeline #1564 (nguyenhuy)
    • ๐Ÿšš [dev docs] Remove redundant page #1563 (mikezucc)
    • [Dev doc] Add overview and explain repository structure #1562 (nguyenhuy)
    • Restore call pattern where UIView methods drive __enterHierarchy and __exitHierarchy for view-backed nodes #1561 (nguyenhuy)
    • โœ‚ Remove ivar of ASCellNode.owningNode #1559 (nguyenhuy)
    • โšก๏ธ [Dev doc] Collections and asynchronous updates #1558 (nguyenhuy)
    • ๐Ÿ“„ [dev docs] Created the first pass at demystifying the layout system for debuggers and developers #1557 (mikezucc)
    • included Longwalks #1556 (cgarg)
    • ๐Ÿ›  Fix placeholder #1555 (strangeliu)
    • ๐Ÿ“„ #trivial fix development sidebar in docs #1554 (garrettmoon)
    • โšก๏ธ Update how to contribute docs #1553 (garrettmoon)
    • โฌ†๏ธ Upgrade Xcode and Cocoapods #1552 (garrettmoon)
    • [ASTextNode2] Fix truncation token is wrong after attributed string is changing with different foreground color #1550 (maicki)
    • โœ‚ Remove ASExperimentalTransactionOperationRetainCycle #1547 (bolsinga)
    • Adjust how AS_ENABLE_TEXT_NODE is used to fix Xcode cmd+click & editor support #1546 (maicki)
    • ๐Ÿ›  Fix ASTextNode2 supportsLayerBacking #1545 (maicki)
    • ๐Ÿ“„ [Dev docs] How to develop with Texture #1538 (nguyenhuy)
    • ๐Ÿ›  Fix multiple issues around accessibility handlinig #1537 (maicki)
    • ๐Ÿ“„ [Dev docs] Node Lifecycle #1536 (nguyenhuy)
    • Don't eagerly create arrays for attachments in ASTextNode2 #1535 (Adlai-Holler)
    • โœ‚ Remove the text rendering experiment. #1531 (garrettmoon)
    • ๐Ÿ‘‰ Use flag for responder chain methods between view and node dispatching #1522 (maicki)
    • ๐Ÿ›  Fixes UIKit version of ASDKGram #1521 (maicki)
    • โž• Add new property alwaysHandleTapTruncationAction to ASTextNode2 and ASTextNode. #1520 (dirtmelon)
    • ๐Ÿ›  Fix Opting-Out of Linking with Photos Framework #1519 (b3ll)
    • โž• Add support for basic ASTextNode2 link highlighting #1518 (maicki)
    • ๐Ÿšš Small cleanup to remove unnecessary internal import #1517 (maicki)
    • Assign accessibilityElements to _accessibilityElements #1516 (maicki)
    • โœ‚ Remove ASExperimentalDisableAccessibilityCache #1515 (maicki)
    • Reclaim CALayer asyncTransactions, use pointer-based NSMutableSet instead #1510 (Adlai-Holler)
    • Discard _pendingDisplayNodes after subtree is rendered #1509 (Adlai-Holler)
    • Cleanup whitespace #trivial #1507 (wiseoldduck)
    • Shrink ASLayout #1503 (bolsinga)
    • Shrink LayoutSpec classes #1502 (bolsinga)
    • [feat] Added download progress for NetworkImageNode #1489 (zhongwuzw)
    • Ship ASExperimentalImageDownloaderPriority #1480 (nguyenhuy)
    • โšก๏ธ NetworkingImageNode: update URL if we found image in assets #1473 (zhongwuzw)
    • ๐Ÿ“š [Dev docs] Debugging documentation #1328 (mikezucc)