All Versions
16
Latest Version
Avg Release Cycle
107 days
Latest Release
565 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0 Changes
September 09, 2021๐ Fixed bugs:
๐ Merged pull requests:
- [Minor Breaking API] Rename ASNavigationController to ASDKNavigationController to fix name collision #2020 (rcancro)
- [RTL] Guard access of flipsHorizontallyInOppositeLayoutDirection for iOS >= 11 #2003 (rcancro)
- [RTL/Batching] Make ASDisplayShouldFetchBatchForScrollView aware of flipped CV layouts #1985 (rcancro)
- ๐ [Layout] Add RTL support to LayoutSpecs #1983 (rcancro)
- โก๏ธ Expand ASExperimentalRangeUpdateOnChangesetUpdate to ASTableView #1979 (rqueue)
- ๐ Docs: Remove Facebook and shift everything around, add Remix by Buffer #1978 (ay8s)
- โ Add experiment to ensure ASCollectionView's range controller updates โฆ #1976 (rqueue)
- โ Remove trailing semicolons between method parameters and body #1973 (sdefresne)
- ๐ Fix order-dependent ASTextNodeTests #1963 (tjaneczko)
- โก๏ธ Update asdkGram swift sample to swift version 5.3 #1962 (MussaCharles)
- ๐ Fix mutation of variable that is never read #1961 (ZevEisenberg)
- โ Remove redundant assignment #1960 (ZevEisenberg)
- Podfile improvements #1957 (ZevEisenberg)
- ๐ Fix WKWebView Accessibility #1955 (ZevEisenberg)
- ๐ fix missing hidden class #1952 (joprice)
- ๐ use https for slack link #1950 (joprice)
- ๐ฆ Exposes a new option in ASImageDownloaderProtocol to retry image downloads #1948 (chggr)
- All ASCellNode nodes to be non accessible if needed #1941 (decim92)
- [ASTextNode2] Make some ASTextNode2 layout files public #1939 (rcancro)
- Ship ASExperimentalDispatchApply #1924 (nguyenhuy)
- ๐ Fix failing ASConfigurationTests #1923 (nguyenhuy)
- More on ASDataController's main-thread-only mode #1915 (nguyenhuy)
- โ Add an experiment that makes ASDataController to do everything on main thread #1911 (nguyenhuy)
- ๐ Disable text kit lock #1910 (garrettmoon)
- Do not expose tgmath.h to all clients of Texture #1900 (bolsinga)
- ๐ Call will / did display node for ASTextNode. Fixes #1680 #1893 (garrettmoon)
- โ Remove background deallocation helper code #1890 (bolsinga)
- [Accessibility] Ship ASExperimentalDoNotCacheAccessibilityElements #1888 (rcancro)
-
v3.0.0 Changes
July 15, 2020๐ This is the release candidate for a major release with breaking changes!
๐ Changelog
3.0.0 (2020-07-15)
๐ Merged pull requests:
- ๐ Improve ThreeMigrationGuide.md #1878 (rogerluan)
- โฌ๏ธ Upgrade to Xcode 11.5 #1877 (garrettmoon)
- ๐ Renames AS_EXTERN and ASViewController #1876 (garrettmoon)
- โ Add a 3.0 migration guide #1875 (garrettmoon)
3.0.0-rc.2 (2020-06-25)
๐ 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
inASMainSerialQueue
#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
forPhoto with Outset Icon Overlay
#1721 (hanton) - โ Add
copy
sematic touserInfo
property inASTextRunDelegate
#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 ofunsigned 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 ofpush\_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
andASVideoPlayerNode
#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)
๐ sync-base-05-09-19 (2019-05-09)
๐ Full Changelog
๐ Merged pull requests:
- ๐ ASSignpost: Add support for the os_signpost API, fixes #1501 (Adlai-Holler)
- Shrink ASEditableTextNode by 16 bytes #1500 (bolsinga)
- Shrink ASCellNode by 8 bytes #1499 (bolsinga)
- Keep the atomics - does not affect memory reduction work #1498 (bolsinga)
- โ Remove unused declaration, missed in #1460 #1497 (bolsinga)
- Shrink Pager and Scroll Node #1496 (bolsinga)
- Shrink TextNode(2) #1495 (bolsinga)
- Shrink Button Node #1494 (bolsinga)
- โก๏ธ Minor update in change log #changelog #1492 (nguyenhuy)
- Cut version 2.8.1 #changelog #1491 (nguyenhuy)
- ๐ Clean up documentation issues around periods #1490 (amonshiz)
- Shrink ASImageNode by .6% and ASNetworkImageNode by 2.2% #1487 (bolsinga)
- Ship ASExperimentalFixRangeController #1486 (nguyenhuy)
- Shrink _ASCollectionPendingState from 144 to 128 bytes, a 12.5% reduction #1485 (bolsinga)
- Shrink ASDisplayNode from 1072 to 968 bytes, reduction of 10.74% #1484 (bolsinga)
- Shrink _ASPendingState from 824 to 808 bytes, reduction of ~2% #1483 (bolsinga)
- ๐ Ensure ASControlMode properties lock before accessing their ivars #1476 (bolsinga)
- ๐ Make sure all ASDisplayNode properties have backing ivars for consistency. #1475 (bolsinga)
- โ Add a new "global drawing" experiment to use UIGraphicsRenderer #1469 (Adlai-Holler)
- ๐ Fix open context bug introduced in #1458 #1468 (Adlai-Holler)
- Passthrough pagingEnabled for ASCollectionNode / ASTableNode #1466 (maicki)
- Cover the other background dealloc surfaces #1464 (mikezucc)
- โฌ๏ธ Drop support for Xcode 8 and fix some compiler warnings #1463 (Adlai-Holler)
- โ Remove iOS 8 logging support #1462 (Adlai-Holler)
- โ Remove ASEventLog #1460 (Adlai-Holler)
- Shut down graphics contexts experiment #1458 (Adlai-Holler)
- ๐ Make ASCollectionNode's pan gesture customizable #1457 (OskarZhang)
- Only create activities during debug #1456 (Adlai-Holler)
- ๐ Try to remove global lock when initialising TextKit components #1455 (zhongwuzw)
- โ Remove lock of ASTextNodeRendererKey #1454 (zhongwuzw)
- ๐ Fix wrongly formatted RELEASE link #1453 (BalestraPatrick)
- ๐ [#1451] Add support for UIAccessibilityCustomAction #1452 (shamanskyh)
- Simplify ASTraitCollection propagation in ASViewController #1447 (maicki)
- ๐ Use AS::Mutex in ASCollectionElement #1445 (maicki)
- โ Add didEnterHierarchy/didExitHierarchy to ASNodeController. #1444 (tnorman42)
- โช Revert "Have image nodes draw into opaque contexts automatically if possible" #1443 (Adlai-Holler)
- ๐ Use instance lock for ASPrimitiveTraitCollection #1442 (maicki)
- ๐ Fix the stub for layerActionForKey: to let CA continue the search #1441 (Adlai-Holler)
- Wrap transaction operation retain cycle fix in an experiment #1438 (bolsinga)
- ๐ Fix typo. #1437 (dirtmelon)
- โ Add a verbose log for locking operations. Has no effect in production #1436 (Adlai-Holler)
- ๐ Fix scroll node in yoga #1435 (wsdwsd0829)
- [ASDisplayNode] Stop infinite layout in _u_measureNodeWithBoundsIfNecessary #1434 (rcancro)
- Have image nodes draw into opaque contexts automatically if possible #1432 (Adlai-Holler)
- ๐ Fix retain cycle with transaction operations #1429 (bolsinga)
- Replace +load initializers with __attribute__((constructor)) functions #1425 (farktronix)
- [Experiment] Dont forget about these collection view background deallocs #1424 (mikezucc)
- โก๏ธ showcase.md updated #1421 (plotkin)
- Experiment with disabling background dealloc for ASViewController #1420 (mikezucc)
- Follow up on the ASRangeController fix in #1418 #1419 (nguyenhuy)
- ๐ Fix a bug in ASRangeController that causes cell nodes to render unnecessarily #1418 (nguyenhuy)
- ๐ Only set ASLayoutElementStyle delegate if Yoga is enabled #1417 (maicki)
- โ Add support for clipping only specific corners, add unit tests #1415 (Adlai-Holler)
- โ Add support for reverse direction to yoga layouts #1413 (wiseoldduck)
- 0๏ธโฃ Disable ASAssertLocked and ASAssertUnlocked by default #1412 (nguyenhuy)
- ๐ Fix dealloc on bg #1410 (wsdwsd0829)
- ๐ Avoid an unnecessary lock & unlock pair in ASMainSerialQueue #1409 (nguyenhuy)
- ๐ Fix a bug with Yoga nodes whose position change and don't update. #1408 (tnorman42)
- ๐ Fix GIF Caching #1405 (ay8s)
- ๐ Fix header typo #1402 (Adlai-Holler)
- ๐ Suppress documentation warnings when using external libraries #1401 (bolsinga)
- Naming ivar context can conflict with subclasses #1399 (garrettmoon)
- ๐ Make shared CA transaction queue variable extern so it's actually shared #1397 (Adlai-Holler)
- โ Add layer-action support to nodes #1396 (Adlai-Holler)
- ๐ Make experiment checks faster #1393 (Adlai-Holler)
- โก๏ธ Update for 9.4.1 CI #1392 (garrettmoon)
- Need some more locks for working with calculated yoga layouts #1388 (wiseoldduck)
- Clean up a clang analyzer cast error #1387 (bolsinga)
- โ Adds support for using UIGraphicsImageRenderer in ASTextNode. #1384 (garrettmoon)
- Remove experimental features (exp_skip_a11y_wait && exp_new_default_cell_layout_mode) #1383 (ernestmama)
- ๐ Rename ASDN C++ namespace to AS #1366 (Adlai-Holler)
- โ Add clang-format for a common source code format #1365 (maicki)
- โ Add UIDataSourceModelAssociation to ASTableView and ASCollectionView #1354 (farktronix)
- โก๏ธ [Text Nodes] Maintain isAccessibilityElement setting on text nodes when updating text #1326 (smeis)
- โ Removed locked jekyll version #1322 (mikezucc)
- ๐ Dev docs for threading in Texture #1319 (mikezucc)
- [ASImageNode]fix incorrect backing size calculation #1189 (junjielu)
-
v3.0.0-rc.2 Changes
June 25, 2020๐ This is the release candidate for a major release with breaking changes!
๐ Changelog
3.0.0-rc.2 (2020-06-25)
๐ 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
inASMainSerialQueue
#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
forPhoto with Outset Icon Overlay
#1721 (hanton) - โ Add
copy
sematic touserInfo
property inASTextRunDelegate
#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 ofunsigned 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 ofpush\_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
andASVideoPlayerNode
#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)
-
v3.0.0-rc.1 Changes
June 19, 2020๐ This is the release candidate for a major release with breaking changes!
๐ Change Log
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
inASMainSerialQueue
#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
forPhoto with Outset Icon Overlay
#1721 (hanton) - โ Add
copy
sematic touserInfo
property inASTextRunDelegate
#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 ofunsigned 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 ofpush\_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
andASVideoPlayerNode
#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)
๐ sync-base-05-09-19 (2019-05-09)
๐ Full Changelog
๐ Merged pull requests:
- ๐ ASSignpost: Add support for the os_signpost API, fixes #1501 (Adlai-Holler)
- Shrink ASEditableTextNode by 16 bytes #1500 (bolsinga)
- Shrink ASCellNode by 8 bytes #1499 (bolsinga)
- Keep the atomics - does not affect memory reduction work #1498 (bolsinga)
- โ Remove unused declaration, missed in #1460 #1497 (bolsinga)
- Shrink Pager and Scroll Node #1496 (bolsinga)
- Shrink TextNode(2) #1495 (bolsinga)
- Shrink Button Node #1494 (bolsinga)
- โก๏ธ Minor update in change log #changelog #1492 (nguyenhuy)
- Cut version 2.8.1 #changelog #1491 (nguyenhuy)
- ๐ Clean up documentation issues around periods #1490 (amonshiz)
- Shrink ASImageNode by .6% and ASNetworkImageNode by 2.2% #1487 (bolsinga)
- Ship ASExperimentalFixRangeController #1486 (nguyenhuy)
- Shrink _ASCollectionPendingState from 144 to 128 bytes, a 12.5% reduction #1485 (bolsinga)
- Shrink ASDisplayNode from 1072 to 968 bytes, reduction of 10.74% #1484 (bolsinga)
- Shrink _ASPendingState from 824 to 808 bytes, reduction of ~2% #1483 (bolsinga)
- ๐ Ensure ASControlMode properties lock before accessing their ivars #1476 (bolsinga)
- ๐ Make sure all ASDisplayNode properties have backing ivars for consistency. #1475 (bolsinga)
- โ Add a new "global drawing" experiment to use UIGraphicsRenderer #1469 (Adlai-Holler)
- ๐ Fix open context bug introduced in #1458 #1468 (Adlai-Holler)
- Passthrough pagingEnabled for ASCollectionNode / ASTableNode #1466 (maicki)
- Cover the other background dealloc surfaces #1464 (mikezucc)
- โฌ๏ธ Drop support for Xcode 8 and fix some compiler warnings #1463 (Adlai-Holler)
- โ Remove iOS 8 logging support #1462 (Adlai-Holler)
- โ Remove ASEventLog #1460 (Adlai-Holler)
- Shut down graphics contexts experiment #1458 (Adlai-Holler)
- ๐ Make ASCollectionNode's pan gesture customizable #1457 (OskarZhang)
- Only create activities during debug #1456 (Adlai-Holler)
- ๐ Try to remove global lock when initialising TextKit components #1455 (zhongwuzw)
- โ Remove lock of ASTextNodeRendererKey #1454 (zhongwuzw)
- ๐ Fix wrongly formatted RELEASE link #1453 (BalestraPatrick)
- ๐ [#1451] Add support for UIAccessibilityCustomAction #1452 (shamanskyh)
- Simplify ASTraitCollection propagation in ASViewController #1447 (maicki)
- ๐ Use AS::Mutex in ASCollectionElement #1445 (maicki)
- โ Add didEnterHierarchy/didExitHierarchy to ASNodeController. #1444 (tnorman42)
- โช Revert "Have image nodes draw into opaque contexts automatically if possible" #1443 (Adlai-Holler)
- ๐ Use instance lock for ASPrimitiveTraitCollection #1442 (maicki)
- ๐ Fix the stub for layerActionForKey: to let CA continue the search #1441 (Adlai-Holler)
- Wrap transaction operation retain cycle fix in an experiment #1438 (bolsinga)
- ๐ Fix typo. #1437 (dirtmelon)
- โ Add a verbose log for locking operations. Has no effect in production #1436 (Adlai-Holler)
- ๐ Fix scroll node in yoga #1435 (wsdwsd0829)
- [ASDisplayNode] Stop infinite layout in _u_measureNodeWithBoundsIfNecessary #1434 (rcancro)
- Have image nodes draw into opaque contexts automatically if possible #1432 (Adlai-Holler)
- ๐ Fix retain cycle with transaction operations #1429 (bolsinga)
- Replace +load initializers with __attribute__((constructor)) functions #1425 (farktronix)
- [Experiment] Dont forget about these collection view background deallocs #1424 (mikezucc)
- โก๏ธ showcase.md updated #1421 (plotkin)
- Experiment with disabling background dealloc for ASViewController #1420 (mikezucc)
- Follow up on the ASRangeController fix in #1418 #1419 (nguyenhuy)
- ๐ Fix a bug in ASRangeController that causes cell nodes to render unnecessarily #1418 (nguyenhuy)
- ๐ Only set ASLayoutElementStyle delegate if Yoga is enabled #1417 (maicki)
- โ Add support for clipping only specific corners, add unit tests #1415 (Adlai-Holler)
- โ Add support for reverse direction to yoga layouts #1413 (wiseoldduck)
- 0๏ธโฃ Disable ASAssertLocked and ASAssertUnlocked by default #1412 (nguyenhuy)
- ๐ Fix dealloc on bg #1410 (wsdwsd0829)
- ๐ Avoid an unnecessary lock & unlock pair in ASMainSerialQueue #1409 (nguyenhuy)
- ๐ Fix a bug with Yoga nodes whose position change and don't update. #1408 (tnorman42)
- ๐ Fix GIF Caching #1405 (ay8s)
- ๐ Fix header typo #1402 (Adlai-Holler)
- ๐ Suppress documentation warnings when using external libraries #1401 (bolsinga)
- Naming ivar context can conflict with subclasses #1399 (garrettmoon)
- ๐ Make shared CA transaction queue variable extern so it's actually shared #1397 (Adlai-Holler)
- โ Add layer-action support to nodes #1396 (Adlai-Holler)
- ๐ Make experiment checks faster #1393 (Adlai-Holler)
- โก๏ธ Update for 9.4.1 CI #1392 (garrettmoon)
- Need some more locks for working with calculated yoga layouts #1388 (wiseoldduck)
- Clean up a clang analyzer cast error #1387 (bolsinga)
- โ Adds support for using UIGraphicsImageRenderer in ASTextNode. #1384 (garrettmoon)
- Remove experimental features (exp_skip_a11y_wait && exp_new_default_cell_layout_mode) #1383 (ernestmama)
- ๐ Rename ASDN C++ namespace to AS #1366 (Adlai-Holler)
- โ Add clang-format for a common source code format #1365 (maicki)
- โ Add UIDataSourceModelAssociation to ASTableView and ASCollectionView #1354 (farktronix)
- โก๏ธ [Text Nodes] Maintain isAccessibilityElement setting on text nodes when updating text #1326 (smeis)
- โ Removed locked jekyll version #1322 (mikezucc)
- ๐ Dev docs for threading in Texture #1319 (mikezucc)
- [ASImageNode]fix incorrect backing size calculation #1189 (junjielu)
-
v2.8.1 Changes
May 05, 20192.8.1 (2019-05-05)
๐ Merged pull requests:
- โก๏ธ Update for 9.4.1 CI #1392 (garrettmoon)
- Disable ASAssertLocked and ASAssertUnlocked #1412 (nguyenhuy)
-
v2.8 Changes
February 12, 2019๐ Merged pull requests:
- โ Remove duplicate definition of category "YogaDebugging" #1331 (nguyenhuy)
- โ Add Yoga layout to ASDKGram Texture cells #1315 (maicki)
- โ Remove let and var macros now that we're all-C++ #1312 (Adlai-Holler)
- โ Add experiments to skip waiting for updates of collection and table views #1311 (nguyenhuy)
- [ASCollectionView] Supplementary nodes should not enter ASHierarchyStateRangeManaged. #1310 (appleguy)
- ๐ Fix deprecated implementations warning #1306 (maicki)
- ๐ Improve separation of code for layout method types #1305 (maicki)
- ๐ Fix loading items in ASDKGram IGListKit tab #1300 (maicki)
- ๐ performance spell correction #1298 (wxyong)
- โ Add some snapshot tests for ASTextNode2 truncation modes. #1296 (wiseoldduck)
- โฌ๏ธ Reduce startup time. #1294 (dmaclach)
- โฌ๏ธ Reduce startup time. #1293 (dmaclach)
- โฌ๏ธ Reduce startup time. #1292 (dmaclach)
- โฌ๏ธ Reduce startup time. #1291 (dmaclach)
- โฌ๏ธ Reduce startup time. #1288 (dmaclach)
- โ Add a way to opt out of always-clear-data behavior in ASCollectionView and ASTableView #1284 (nguyenhuy)
- Copy yogaChildren in accessor method. Avoid using accessor method internally #1283 (maicki)
- ๐ Use cell mode while wrapping supplementary nodes #1282 (maicki)
- Access thread safe property to avoid assertion #1281 (wiseoldduck)
- ๐ Match AS_USE_VIDEO usage in tests to definitions #1280 (wiseoldduck)
- โก๏ธ Update test imports to use framework import #1279 (maicki)
- Set automaticallyAdjustsContentOffset to ASTableView when view is load #1278 (strangeliu)
- โ Remove UIKit header import in AsyncTransaction file #1275 (zhongwuzw)
- Disable a11y cache #1274 (wsdwsd0829)
- Introduce ASCellLayoutMode #1273 (maicki)
- During yoga layout, escalate directly to yoga root rather than walking up #1269 (Adlai-Holler)
- โ Forward hitTest:withEvent and piontInside:withEvent: to node within _ASCollectionViewCell #1268 (maicki)
- Wrap supplementary node blocks to enable resizing them. #1265 (wiseoldduck)
- ๐ Move Bluebird to new row. #1264 (ay8s)
- โ Added Bluebird #1263 (ShihabM)
- ๐ Move assertions so they are valid. #1261 (wiseoldduck)
- ๐ Fix isTruncated logic in ASTextNode2 #1259 (maicki)
- ๐ Documentation typo, "trying" written two times #1258 (tataevr)
- 0๏ธโฃ [ASPrimitiveTraitCollection] Fix ASPrimitiveTraitCollectionMakeDefault and implement containerSize #1256 (rcancro)
- Yoga debug info #1253 (wsdwsd0829)
- Avoid using global Mutex variables #1252 (nguyenhuy)
- ๐ Allow setting build.sh SDK and platform w/ env variables #1249 (wiseoldduck)
- โ add more delegate methods for monitoring network image node progress #1247 (ernestmama)
- โ Start a thrash test suite for the collection node #1246 (mikezucc)
- โ Add development docs structure #1245 (garrettmoon)
- Convert YGUndefined back to CGFLOAT_MAX for Texture layout #1244 (tnorman42)
- โ Add way to compile out ASTextNode + TextKit dependencies #1242 (maicki)
- ๐ Add AS_USE_VIDEO flag and subspec for Video #1240 (maicki)
- ๐ Releases/p6.78 #1236 (ernestmama)
- [ASDisplayNode] Propagate traits before loading a subnode #1234 (rcancro)
- Correct some block self references to strongSelf #1231 (wiseoldduck)
- โก๏ธ Update image-node.md #1230 (orkhan-huseynov)
- ๐ Have node and controller share lock #1227 (Adlai-Holler)
- ๐ Initialize mutex assertion variables #1226 (Adlai-Holler)
- Remove CHECK_LOCKING_SAFETY check #1225 (maicki)
- Clean up our mutex, fix try_lock not hooking into assert mechanism #1219 (Adlai-Holler)
- Fix warning using __builtin_popcount #1218 (maicki)
- ๐ Fix A11Y for horizontal collection nodes in Texture #1217 (maicki)
- ASCATransactionQueue interface trashing improvements #1216 (maicki)
- ๐ Fix shouldTruncateForConstrainedSize in ASTextNode2 #1214 (maicki)
- ๐ ASThread: Remove Locker, Unlocker, and SharedMutex #1213 (Adlai-Holler)
- Cleanup Dangerfile #1212 (nguyenhuy)
- ๐ Rework ASTraitCollection to Fix Warnings and Remove Boilerplate #1211 (Adlai-Holler)
- โ Add -Wno-implicit-retain-self to podspec + smaller cleanups #trivial #1209 (maicki)
- โ Address compiler warnings #trivial #1207 (Adlai-Holler)
- Convert the codebase to Objective-C++ #1206 (Adlai-Holler)
- โ Add tests for accessibility #1205 (wiseoldduck)
- โช Revert #1023 #trivial #1204 (maicki)
- Follow up cleanup #trivial #1203 (maicki)
- โ Add experiment flag to skip layoutIfNeeded in enterPreloadState for ASM nodes #trivial #1201 (maicki)
- ๐ Fix logic cleaning data if delegate / dataSource changes and bring over logic to ASTableView #1200 (maicki)
- ๐ Tweak a11y label aggregation behavior to enable container label overrides #1199 (maicki)
- ๐ Fix shadowed var warning (and add clarity) #trivial #1198 (wiseoldduck)
- ๐ Allow configuring imageCache when initializing ASPINRemoteImageDownloader. #1197 (wiseoldduck)
- ASTextNode2 to consider both width and height when determining if it is calculating an intrinsic size #1196 (ernestmama)
- โ Remove extraneous ";" #trivial #1194 (wiseoldduck)
- ๐ Newline character support and truncated line sizing improvement. #1193 (wiseoldduck)
- Correct linePositionModifier behavior #1192 (maicki)
- Move AS_TEXT_ALERT_UNIMPLEMENTED_FEATURE into ASTextNodeCommon #trivial #1191 (maicki)
- A11y for scrollnode #1188 (wsdwsd0829)
- Yoga integration improvements #1187 (maicki)
- โ Remove unnecessary ASWeakProxy import #trivial #1186 (maicki)
- Directly use __instanceLock__ to lock / unlock without having to create and destroy a MutextUnlocker #trivial #1185 (maicki)
- Donโt handle touches on additional attributed message if passthrough is enabled #1184 (maicki)
- 0๏ธโฃ Set the default values for showsVerticalScrollIndicator and showsHorizontalScrollIndicator #trivial #1181 (maicki)
- ๐ Move import of stdatomic to ASRecursiveUnfairLock implementation file #trivial #1180 (maicki)
- โ Add NSLocking conformance to ASNodeController #1179 (maicki)
- โ Only initialize framework once, avoid multiple across tests #trivial #1178 (maicki)
- ๐ฆ Expose a way to determine if a text node will truncate for a given constrained size #trivial #1177 (maicki)
- ๐ Fix define spaces #trivial #1176 (maicki)
- ๐ฆ Expose test_resetWithConfiguration: for testing #trivial #1175 (maicki)
- โ Add way to suppress invalid CollectionUpdateExceptions #trivial #1173 (maicki)
- ๐ Use interface state to manage image loading #trivial #1172 (maicki)
- ASTableNode init method match checks from ASCollectionNode #1171 (maicki)
- 0๏ธโฃ [ASDisplayNode] Expose default Texture-set accessibility values as properties #1170 (jiawernlim)
- ๐ Fix mismatch in UIAccessibilityAction selector method #1169 (maicki)
- Small fix in ASTextKitRenderer #trivial #1167 (nguyenhuy)
- ASTextNode2 to ignore certain text alignments while calculating intrinsic size #1166 (nguyenhuy)
- โก๏ธ Update Jekyll to 3.6.3 #1165 (nguyenhuy)
- Migrate placeholder example project from 1.0 to 2.x #1164 (ay8s)
- ๐ Update documentation of ASNetworkImageNodeDelegate #trivial #1163 (nguyenhuy)
- ๐ Make ASEditableTextNode accessible to VoiceOver #1162 (ay8s)
- Mismatch name experimental features #1159 (wsdwsd0829)
- 0๏ธโฃ Set default tuning params #1158 (wsdwsd0829)
- Clean up timing of layout tree flattening/ copying of unflattened tree for Weaver #1157 (mikezucc)
- Only clear ASCollectionView's data during deallocation #1154 (nguyenhuy)
- ๐ [ASTextNode2] Add improved support for all line-break modes in experimental text node. #1150 (wiseoldduck)
- [ASImageNode] Fix a threading issue which can cause a display completion block to never be executed #1148 (nguyenhuy)
- โ Guard photo library with macro for tests #1147 (wsdwsd0829)
- Rollout ASDeallocQueueV2 #trivial #1143 (ernestmama)
- ๐ Fix crash setting attributed text on multiple threads #1141 (maicki)
- โ Add missing NS_NOESCAPE attributes in overwritten methods #trivial #1139 (ejensen)
- โ Add missing comma in ASExperimentalFeatures #trivial #1137 (nguyenhuy)
- โ Add ASExperimentalSkipClearData #trivial #1136 (maicki)
- ๐ Fix RemoteImageDownloader name mismatch #trivial #1134 (ernestmama)
- ๐ Fix compilation warnings #trivial #1132 (ejensen)
- โ Remove reliance on shared_ptr for ASDisplayNodeLayouts #1131 (Adlai-Holler)
- ๐ Make yoga & layout specs faster by eliminating some copies #1128 (Adlai-Holler)
- โ Remove ASRectMap, which is not worth its own weight #1127 (Adlai-Holler)
- [ASPINRemoteImageDownloader] Fix +setSharedPreconfiguredRemoteImageManager:'s doc #trivial #1126 (nguyenhuy)
- โ Add a method for setting preconfigured PINRemoteImageManager #1124 (ernestmama)
- Don't copy onDidLoadBlocks #trivial #1123 (Adlai-Holler)
- โ Remove use of NSHashTable for interface state delegates #trivial #1122 (Adlai-Holler)
- ๐ Fix typos and minor code cleanups #trivial #1120 (nguyenhuy)
- Don't setNeedsDisplay on text node 2 measure #trivial #1116 (Adlai-Holler)
- Don't copy container during ASTextNode2 measure #1115 (Adlai-Holler)
- ๐ Make interface state delegate non optional #1112 (wsdwsd0829)
- โก๏ธ Interface state not update correctly during layer thrash. #1111 (wsdwsd0829)
- ๐ Fix layer backed nodes not update properly #1110 (wsdwsd0829)
- ๐ changelog fix: let / var macros did not make it to 2.7 #1109 (jozsefmihalicza)
- ๐ Improve locking around clearContents #1107 (maicki)
- โ Add missing argument for calling image download completion block #trivial #1106 (maicki)
- ๐ Fix URL for blog about Pinterest #1105 (muukii)
- โ Remove necessity to use view to access rangeController in ASTableNode, ASCollectionNode #1103 (maicki)
- โ Add a -textureDidInitialize delegate callback #1100 (Adlai-Holler)
- Reuse interface state delegates when calling out #trivial #1099 (Adlai-Holler)
- โ Add an explicit cast to satisfy strict compilers #trivial #1098 (Adlai-Holler)
- ๐ Fix a couple typos. #1092 (jtbthethird)
- ๐ #trivial Shouldn't hold the lock while adding subnodes #1091 (garrettmoon)
- ๐ Allow to add interface state delegate in background. #1090 (wsdwsd0829)
- ๐ Fix Typo #1089 (jtbthethird)
- โ Add subnode should not be called with the lock held. #trivial #1088 (garrettmoon)
- Unlock before cleanup and calling out to subclass hooks for animated images. #1087 (maicki)
- ๐ Fix collection editing #1081 (wsdwsd0829)
- ๐ Fix compiler error in ASLocking #trivial #1079 (nguyenhuy)
- โก๏ธ Update showcase to add Wishpoke #1078 (dhatuna)
- [License] Simplify the Texture license to be pure Apache 2 (removing ASDK-Licenses). #1077 (appleguy)
- ๐ Fix multiple documentation issues #trivial #1073 (maicki)
- ๐จ Refactored
accessibleElements
toaccessibilityElements
#1069 (jiawernlim) - Readability improvements in ASDataController #trivial #1067 (Adlai-Holler)
- โ Remove direct ivar access on non-self object to fix mocking case #trivial #1066 (Adlai-Holler)
- โฌ๏ธ Reduce copying in ASTextNode2 stack #1065 (Adlai-Holler)
- โ Add an experimental framesetter cache in ASTextNode2 #1063 (Adlai-Holler)
- โ Remove extra string/attributed string creation in accessibility props #1062 (Adlai-Holler)
- โ Remove objc association & weak proxy from node -> controller pointer #1061 (Adlai-Holler)
- โ Remove CATransaction signposts #1060 (Adlai-Holler)
- [ASTextNode2] Simplify allocWithZone: + initialize implementation #trivial #1059 (Adlai-Holler)
- ๐ [ASTextNode] Fixes in ASTextKitFontSizeAdjuster #1056 (ejensen)
- โก๏ธ Revert "Optimize drawing code + add examples how to round corners (#996) #1055 (maicki)
- Add NS_DESIGNATED_INITIALIZER to ASViewController initWithNode: #1054 (maicki)
- ๐ Fix headers in markdown #1053 (Un3qual)
- ๐ Avoid setting frame on a node's backing store while holding its lock #1048 (nguyenhuy)
- #trivial Add a comment about tiling mode and issue #1046 #1047 (wiseoldduck)
- โ Add documentation for rounding corners within Texture #trivial #1044 (maicki)
- ๐ Improve locking situation in ASVideoPlayerNode #1042 (maicki)
- ๐ Revert unreleased layout debug method name change from #1030 #trivial #1039 (Adlai-Holler)
- ๐ Pin OCMock version to 3.4.1 because 3.4.2 has issues #1038 (Adlai-Holler)
- ๐ Fix & update ASCollectionNode constrained size doc. #trivial #1037 (ay8s)
- ๐ Fix warning for ASLayout method override for the designated initializer of the superclass '-init' not found #trivial #1036 (maicki)
- ๐ Fix the bug I introduced in #1030 #trivial #1035 (Adlai-Holler)
- Turn off exceptions to reduce binary size (-600KB for arm64) #1033 (Adlai-Holler)
- ๐ Turn lock-checking on only when assertions are enabled #trivial #1032 (Adlai-Holler)
- โ Remove NSMutableArray for retaining sublayout elements #1030 (Adlai-Holler)
- Create and set delegate for clip corner layers within ASDisplayNode #1029 (maicki)
- Split framework dependencies into separate subspecs #1028 (Adlai-Holler)
- โ Remove misleading comment and add assertion #trivial #1027 (wiseoldduck)
- โ Address warnings in Xcode >= 9.3 about using %zd for NSInteger #trivial #1026 (Adlai-Holler)
- ๐ Fix 32-bit simulator build on Xcode >= 9.3 #1025 (Adlai-Holler)
- Stricter locking assertions #1024 (nguyenhuy)
- ๐ Make sure -_completePendingLayoutTransition is called without the node's instance lock #trivial #1023 (nguyenhuy)
- ๐ Fix misleading/scary stack trace shown when an assertion occurs during node measurement #1022 (nguyenhuy)
- โ Add an introduction for ASCornerLayoutSpec in layout2-layoutspec-types.md #trivial #1021 (huang-kun)
- โ Add showsHorizontal(Vertical)ScrollIndicator property applying from pending state #trivial #1016 (maicki)
- [IGListKit] Adds missing UIScrollViewDelegate method to DataSource proxy #1015 (wannabehero)
- Introduce let / var macros and some further cleanup #1012 (maicki)
- Properly consider node for responder methods #1008 (maicki)
- Background image load api #1007 (wsdwsd0829)
- โ Add move detection and support to ASLayoutTransition #1006 (wiseoldduck)
- ๐ Fix warnings and a memory leak #trivial #1003 (maicki)
- Rewrite Swift Example #1002 (maicki)
- โ Remove yoga layout spec, which has been superseded #999 (Adlai-Holler)
- โก๏ธ Optimize drawing code + add examples how to round corners #996 (maicki)
- ๐ Fix typo in containers-asviewcontroller.md #989 (muukii)
- Create transfer-array method and use it #987 (Adlai-Holler)
- โ Add missing instance variables in ASTextNode and warnings cleanup #trivial #984 (maicki)
- โก๏ธ Optimize layout flattening #982 (Adlai-Holler)
- ๐ Changed lost images to existing one. #trivial #981 (tataevr)
- โฌ๏ธ [texturegroup.org] Use valid link for Upgrade to 2.0 beta 1 page #trivial #980 (mikezucc)
- โ Adds support for having multiple interface state delegates. #979 (garrettmoon)
- ๐ Create an experiment to remove extra collection teardown step #975 (Adlai-Holler)
- โ Remove unused/unneeded header macros #973 (Adlai-Holler)
- Standardize "extern" decls on AS_EXTERN #972 (Adlai-Holler)
- ASConfiguration version check only when have json dict #971 (wsdwsd0829)
- Pointer check #970 (wsdwsd0829)
- ๐ Reduce usage of autorelease pools #968 (Adlai-Holler)
- โก๏ธ Update showcase to include Apollo for Reddit #967 (christianselig)
- ๐ Fix crash when call needsMainThreadDeallocation on NSProxy instances #trivial #965 (nguyenhuy)
- ๐ Fix name typo #trivial #963 (wsdwsd0829)
- Generalize the main thread ivar deallocation system #959 (Adlai-Holler)
- โ Add support for acquiring multiple locks at once #958 (Adlai-Holler)
- Clean up async transaction system a bit #955 (Adlai-Holler)
- โ Added 'Waplog' to showcase. #953 (malikkuru)
- ๐ Make ASPerformMainThreadDeallocation visible in C #952 (Adlai-Holler)
- ๐ Cut 2.7 release #949 (Adlai-Holler)
- ๐ Fixed removing node from supernode after layout transition #937 (atitovdev)
- โ add ASTextNode2 snapshot test #935 (wsdwsd0829)
- [ASTextNode] One more check variables before calling delegate method #trivial #922 (Flatout73)
- Assert node did load before did enter visible way 1 #886 (wsdwsd0829)
- Renew supplementary node on relayout #842 (wsdwsd0829)
-
v2.7 Changes
May 29, 2018๐ Merged pull requests:
- โก๏ธ Update AppIcon in showcase #946 (muukii)
- โก๏ธ Update tip-1-nodeBlocks.md #943 (sagarbhosale)
- [ASTableView] Generate a new cell layout if existing ones are invalid #942 (nguyenhuy)
- โก๏ธ Update to unsplash #938 (garrettmoon)
- ๐ [ASTextNode2] Simplify compare-assign check & lock _pointScaleFactors accessor #trivial #934 (appleguy)
- Create a new dealloc queue that is more efficient #931 (Adlai-Holler)
- [ASImageNode+AnimatedImage] Fix early return when animatedImage is nil in setAnimatedImage #trivial #925 (flovouin)
- โ Remove assert. fix #878 #914 #924 (wsdwsd0829)
- Always call out to delegate for experiments, whether enabled or not #923 (Adlai-Holler)
- ๐ [ASTextNode2] Upgrade lock safety by protecting all ivars (including rarely-changed ones). #918 (appleguy)
- [ASCollectionNode/ASTableNode] Fix a crash occurs while remeasuring cell nodes #917 (nguyenhuy)
- [ASDisplayNode] Improve thread-safety of didExitHierarchy #trivial #916 (nguyenhuy)
- โก๏ธ Prevent UITextView from updating contentOffset while deallocating #915 (maicki)
- ๐ Fix ASDKgram-Swift to avoid 'error parsing JSON within PhotoModel Init' #913 (kenstir)
- ๐ง #trivial Add forgotten experiment into Schemas/configuration.json #912 (garrettmoon)
- #trivial Fix the C++ assertion #911 (garrettmoon)
- โ Add 'iDiva - Beauty & Wedding tips' to Showcase #909 (sudhanshutil)
- Issue ASNetworkImageNode callbacks off main thread #908 (garrettmoon)
- [ASTextNode] Fix a deadlock that could occur when enabling experimental ASTextNode2 via ASConfiguration #903 (appleguy)
- ๐ [Docs] Add new lightning talk from Buffer #trivial #902 (ay8s)
- โ Request std=c++11 dialect again, and add warning #900 (Adlai-Holler)
- [ASTextNode] Check variables before calling delegate method #trivial #898 (Jauzee)
- ASDKFastImageNamed UIImage initializer nullability #trivial #897 (alexhillc)
- ๐ #trivial Fixes an issue where playback may not start #896 (garrettmoon)
- โก๏ธ Update configuration schema #trivial #893 (Adlai-Holler)
- replace ` with code in containers-overview.md #884 (everettjf)
- โ๏ธ [Docs] Fix typos in layout specs section #trivial #883 (morozkin)
- โก๏ธ Match interfacestate update sequence to uikit #882 (wsdwsd0829)
- โ Add experiment to skip creating UIViews altogether for constants #881 (Adlai-Holler)
- Fix ASDISPLAYNODE_ASSERTIONS_ENABLED and ASDefaultPlaybackButton warnings #trivial #880 (maicki)
- Fix macro definition for AS_KDEBUG_ENABLE producing warning #trivial #879 (andrewrohn)
- ๐ Fix pager node for interface coalescing #877 (wsdwsd0829)
- ๐ Standardize Property Declaration Style in Core Classes #870 (Adlai-Holler)
- [NoCopyRendering] In non-VM case, use calloc to get a zerod buffer #trivial #869 (Adlai-Holler)
- Check in Xcode 9.3 "workspace checks" file #868 (Adlai-Holler)
- โ Remove Redundant Atomic Store from Recursive Unfair Lock in Recursive Case #trivial #867 (Adlai-Holler)
- โก๏ธ Update Podspec #866 (Adlai-Holler)
- โก๏ธ [Issue 838] Update ASCeilPixelValue and ASRoundPixelValue #864 (rcancro)
- Disable interface coalescing #862 (wsdwsd0829)
- โ Introduce ASRecursiveUnfairLock and tests #858 (Adlai-Holler)
- ๐ Make NSIndexSet+ASHelpers.h reference local #trivial #857 (dmaclach)
- ๐ Make ASBatchContext lock-free #trivial #854 (Adlai-Holler)
- [ASNetworkImageNode] Replace NSUUID sentinel with integer #trivial #852 (Adlai-Holler)
- ๐ Make objects conform to NSLocking #851 (Adlai-Holler)
- ๐ Make cache support animated image #850 (wsdwsd0829)
- ๐ [bugfix] Align timing of interface coalescing and range update. #trivial #847 (wsdwsd0829)
- โก๏ธ Update layout2-layout-element-properties.md #844 (arielelkin)
- Use NS_RETURNS_RETAINED macro to save time #843 (Adlai-Holler)
- ๐ Handle nil backgroundColor in ASTextNode2 #trivial #841 (maicki)
- Put back VM flag in ASCGImageBuffer #839 (Adlai-Holler)
- Order items in XCode project navigator by name #835 (OleksiyA)
- [NoCopyRendering] Use vm instead of malloc #833 (Adlai-Holler)
- [ASTextNode2] Fix background color drawing #831 (Adlai-Holler)
- ๐ Fix Text Node Thread Sanitizer Warning #830 (Adlai-Holler)
- access view first before checking canBecome/Resign responder in becomeResponder methods #829 (wsdwsd0829)
- ๐ [#trivial] fixes rendered image quality on networked image nodes whicโฆ #826 (garrettmoon)
- โ [ASTextNode] Fix locking, add test for issue #trivial #825 (Adlai-Holler)
- [#trivial] I don't think we need this extra locked method. #824 (garrettmoon)
- #trivial Hopefully made this a bit more readable. #823 (garrettmoon)
- ๐ [ASTextNode] Avoid acquiring instance lock multiple times #trivial #820 (nguyenhuy)
- [Showcase] Fix mensXP showcase and attach Vingle-Tech-Talk Medium #818 (GeekTree0101)
- โ [ASDisplayNode] Add unit tests for layout z-order changes (with an open issue to fix). #816 (appleguy)
- [ASDKGram Example] image_url has been changed from URL string to Array by 5โฆ #813 (kaar3k)
- Replace pthread specifics with C11 thread-local variables #811 (Adlai-Holler)
- โฌ๏ธ Upgrade dangerfile #810 (garrettmoon)
- [ASDisplayNode] Fix an issue that causes a node to sometimes return an outdated calculated size or size range #808 (nguyenhuy)
- Avoid triggering main thread assertions in collection/table dealloc #trivial #803 (Adlai-Holler)
- โก๏ธ Update IGListKit dependency to allow for updated versions #802 (johntmcintosh)
- [ASDisplayNode] Consolidate main thread initialization and allow apps to invoke it manually instead of +load. #798 (appleguy)
- [ASWrapperCellNode] Introduce a new class allowing more control of UIKit passthrough cells. #797 (appleguy)
- โ Add missing scrollViewWillEndDragging passthrough delegate #796 (xezero)
- ๐ Fix ASTextNode2 is accessing backgroundColor off main while sizing / layout is happening #794 (maicki)
- [ASTableNode & ASCollectionNode] Keepalive reference for node if their view is necessarily alive (has a superview). #793 (wsdwsd0829)
- [ASDisplayNode layout] Fix an issue that sometimes causes a node's pending layout to not be applied #792 (nguyenhuy)
- [ASRangeController] Fix stability of "minimum" rangeMode if the app has more than one layout before scrolling. #790 (appleguy)
- ๐ Fix UIResponder handling with view backing ASDisplayNode #789 (maicki)
- ๐ New runloop queue to coalesce Interface state update calls. #788 (wsdwsd0829)
- [Graphics contexts] Retain the reference color space #trivial #784 (Adlai-Holler)
- Get CatDealsCollectionView example running again #trivial #783 (maicki)
- Improve nullable annotations for _ASDisplayLayer and _ASDisplayView #trivial #780 (maicki)
- [ASDisplayNode] Force a layout pass on a visible node as soon as it enters preload state #779 (nguyenhuy)
- ๐ Improve ASNetworkImageNode delegate callout behavior #778 (Adlai-Holler)
- ๐ Fix capturing self in the block while loading image in ASNetworkImageNode #777 (morozkin)
- ๐ Fix synchronous state of node if +viewClass or +layerClass is overwritten #trivial #776 (maicki)
- โ Add support for providing additional info to network image node delegate #775 (Adlai-Holler)
- Expose asyncdisplaykit_node in _ASDisplayView same as in _ASDisplayLayer #trivial #773 (maicki)
- ๐ Improve no-copy rendering experiment, remove +load method #771 (Adlai-Holler)
- ๐ Fix typos in layout2-layoutspec-types.md #trivial #770 (morozkin)
- โก๏ธ Update PINCache #769 (justinswart)
- ๐ Fix misprint #trivial #768 (Flatout73)
- NoCopyRendering experiment: Fix possible memory leak if image node rendering is canceled #trivial #765 (Adlai-Holler)
- Node tint color #764 (ShogunPhyched)
- โช Revert "Faster collection operations" #759 (Adlai-Holler)
- [ASPrimitiveTraitCollection] Always treat preferredContentSize as a potential nil #trivial #757 (ypogribnyi)
- โก๏ธ Update subclassing.md #753 (janechoi6)
- [ASDisplayNode] Don't force a layout pass on a visible node that enters preload state #751 (nguyenhuy)
- ๐ Fix the dangerfile #750 (Adlai-Holler)
- [ASDisplayNode] Always return the thread-safe cornerRadius property, even in slow CALayer rounding mode #749 (nguyenhuy)
- Faster collection operations #748 (Adlai-Holler)
- ๐ง Create a centralized configuration API #747 (Adlai-Holler)
- โก๏ธ Update dangerfile for 2018 #trivial #746 (Adlai-Holler)
- ๐ Raise deployment target to iOS 9 #743 (Adlai-Holler)
- โ Add an experimental "no-copy" renderer #741 (Adlai-Holler)
- ๐ Fixed: completeBatchFetching is called on a background thread #731 (aaronr93)
- ๐ [tvOS] Fixes errors when building against tvOS SDK #728 (alexhillc)
- ๐ [ASCellNode] focusStyle mapping #727 (alexhillc)
- [ASDisplayNode] Provide safeAreaInsets and layoutMargins bridge #685 (ypogribnyi)
- [ASTraitCollection] Add missing properties to ASTraitCollection #625 (ypogribnyi)
-
v2.6 Changes
January 12, 2018๐ Merged pull requests:
- โ Add MensXP to Showcase #739 (sudhanshutil)
- ๐ Enable collection node interactive moves #735 (Adlai-Holler)
- โ Add Blendle to our showcase page #721 (nguyenhuy)
- ๐ #trivial Fixes image nodes being stuck not being able to download image #720 (garrettmoon)
- ๐ป Reimplement ASRectTable using unordered_map to avoid obscure NSMapTable exception. #719 (appleguy)
- โ Add missing flags for ASCollectionDelegate #718 (ilyailya)
- โ Add support for toggling logs off and back on at runtime #714 (johntmcintosh)
- โก๏ธ [Update Showcase] Update Showcase, add Vingle very community #711 (GeekTree0101)
- [ASCollectionElement] Check for nil elements on ASTableView as well. #710 (cesteban)
- Ensure an ASM enabled node applies its pending layout when enters preload state #706 (nguyenhuy)
- The ASDKgram example doesn't compile. #700 (onato)
- โช Revert Adds support for specifying a quality indexed array of URLs #699 (garrettmoon)
- ๐ Correct Synchronous Concurrency Talk Link #698 (ay8s)
- [ASDisplayNode+Layout] Ensure a pending layout is applied once #695 (nguyenhuy)
- โ Add missing </div> tags in Layout API Sizing docs #691 (richardhenry)
- ๐ Fix bug that breaks ASNodeController docs page #690 (richardhenry)
- โ Add a recent talk by @smeis at CocoaHeadsNL #687 (nguyenhuy)
- โก๏ธ Update subtree-rasterization.md #679 (WymzeeLabs)
- โก๏ธ Update layer-backing.md #678 (WymzeeLabs)
- โก๏ธ [iOS11] Update project settings and fix errors #676 (Eke)
- ๐ Fix swift sample. #669 (rwinzhang)
- ๐ Bugfix/fix yoga logging aligning api changes #668 (wsdwsd0829)
- ๐ Make it possible to map between sections even if they're empty #660 (Adlai-Holler)
- [ASCornerLayoutSpec] New layout spec class for declarative corner element layout. #657 (huang-kun)
- โก๏ธ Update layout2-layoutspec-types.md #655 (TBXark)
- [Minor Breaking API] Make deallocation queues more reliable #651 (Adlai-Holler)
- ๐ Make the framework backwards compatible with Xcode 8 #650 (Adlai-Holler)
- โ Disable this test for now, it's too flakey and no one has time to invโฆ #649 (garrettmoon)
- ๐ [Documentation] Update Inversion Docs #647 (GeekTree0101)
- Have ASNetworkImageNode report whether images were cached or not #639 (Adlai-Holler)
- ๐ Fix a layout deadlock caused by holding the lock and going up the tree. #638 (garrettmoon)
- โ [ASScrollNode] Fix small bugs and add unit tests #637 (nguyenhuy)
- ๐ A couple performance tweaks for animated images #trivial #634 (garrettmoon)
- ๐ [Documentation] Update "Getting Started" page #633 (nguyenhuy)
- โ [Tests] Add test scrollToPageAtIndex ASPagerNode #629 (remirobert)
- โ [Tests] Introducing tests for the ASTabBarController #628 (remirobert)
- โ [Tests] Introducing tests for the ASNavigationController #627 (remirobert)
- [ASCollectionView] Call -invalidateFlowLayoutDelegateMetrics when rotating. #trivial #616 (appleguy)
- โ Add unit tests for the layout engine #424 (Adlai-Holler)
-
v2.5.1 Changes
October 24, 2017๐ Merged pull requests:
- โก๏ธ Dispatch batch update to main #trivial #626 (garrettmoon)
- โก๏ธ Check if we need to do a batch update #624 (garrettmoon)
- ๐ Fix naming conflict with YYText #trivial #623 (maicki)
- ๐ Fix "This block and function declaration is not a prototype" warning. #619 (mbesnili)
- โก๏ธ update Pinterest CDN URL in example code #613 (derekargueta)
- [ASTextKitComponents] Make sure Main Thread Checker isn't triggered during background calculations #trivial #612 (nguyenhuy)
- [ASTextKitComponents] Temporary components can be deallocated off main #trivial #610 (nguyenhuy)
- โก๏ธ Update layout2-layoutspec-types.md #608 (olcayertas)
- Don't set download results if no longer in preload range. #606 (garrettmoon)
- ๐ Animated WebP support #605 (garrettmoon)
- [ASVideoNode] Time observer fix #604 (flovouin)
- โ Add assertion in dealloc that it is on main in ASTextKitComponents #trivial #603 (maicki)
- ASTextKitComponents needs to be deallocated on main #598 (maicki)
- โก๏ธ update faq toc links to match the generated html id #trivial #597 (romankl)
- 0๏ธโฃ [PINCache] Set a default .byteLimit to reduce disk usage & startup time. #595 (appleguy)
- ๐ Move clearing out of ASTextKitComponents property delegates into ASTextKitComponents dealloc #trivial #591 (maicki)
- โฑ Clear ivar after scheduling for main thread deallocation #trivial #590 (maicki)
- ๐ Use Nil for "no class" instead of nil #trivial #589 (Adlai-Holler)
- โก๏ธ Update showcase.md #587 (hannahmbanana)
- ๐ท Rolling back CI to known version for now #585 (garrettmoon)
- ๐ Use node lock instead of separate one to avoid deadlocks. #582 (garrettmoon)
- [_ASPendingState] Make sure accessibility strings are not nil before allocating attributed strings for them #trivial #581 (nguyenhuy)
- [ASTextNode] Implement an example comparing ASTextNode 1 & 2 behavior. #570 (wsdwsd0829)
- ๐ [ASCollectionView] Fix index space translation of Flow Layout Delegate methods. #467 (appleguy)
- ๐ [ASCollectionView] Improve performance and behavior of rotation / bounds changes. #431 (appleguy)
-
v2.5 Changes
September 26, 2017๐ Merged pull requests:
- ๐ Fix -[ASPagerNode view] triggering pendingState + nodeLoaded assert #trivial #564 (samhsiung)
- [ASCollectionLayout] Exclude content inset on scrollable directions from viewport size #562 (nguyenhuy)
- [ASImageNode] Always dealloc images in a background queue #561 (nguyenhuy)
- [ASCollectionNode][ASTableNode] Add content inset bridging property #560 (nguyenhuy)
- Mark ASRunLoopQueue as drained if it contains only NULLs #558 (cesteban)
- โ Adds support for specifying a quality indexed array of URLs #557 (garrettmoon)
- ๐ Make ASWeakMapEntry Value Atomic #555 (Adlai-Holler)
- ๐ [ASDisplayNode] Deprecate -displayWillStart in favor of -displayWillStartAsynchronously: #536 (nguyenhuy)
- SEP-491 prerequisite: add textViewShouldBeginEditing: to ASEditableTextNodeDelegate #535 (yans)
- [Gallery layout] Include the caller in properties providing methods #533 (nguyenhuy)
- [ASDisplayNode] Notify rasterized subnodes that render pass has completed #532 (smeis)
- ๐ [Cleanup] Remove deprecated APIs #529 (nguyenhuy)
- โ Add a function to disable all logging at runtime #528 (Adlai-Holler)
- 0๏ธโฃ [Table and collection views] Consider content inset when calculating (default) element size range #525 (nguyenhuy)
- โก๏ธ [ASCollectionNode] Add -isProcessingUpdates and -onDidFinishProcessingUpdates: APIs. #522 (appleguy)
- ASImageNode+AnimatedImage playbackReadyCallback retain cycle #520 (plarson)
- ๐ [CI] BuildKite to ignore all markdown files #517 (nguyenhuy)
- ASCollectionLayout improvements #513 (nguyenhuy)
- โก๏ธ Update changelog and podspec for 2.4 #512 (Adlai-Holler)
- ASCollectionLayout to return a zero content size if its state is unavailable #509 (nguyenhuy)
- โก๏ธ Update corner-rounding.md #482 (oferRounds)
- [Accessibility] Add .isAccessibilityContainer property, allowing automatic aggregation of children's a11y labels. #468 (appleguy)
- 0๏ธโฃ [ASImageNode] Enable .clipsToBounds by default (fix .cornerRadius, GIFs overflow). #466 (appleguy)