3.1.0 (2021-09-09)
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)
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)
- -[ASNetworkImageNode setURL:resetToDefault:] forget to reset animatedImage #1861 (IvanChan)
3.0.0-rc.1 (2020-06-19)
Merged pull requests:
- Fix documentation for ASCornerRoundingTypeClipping #1863 (chggr)
- -[ASNetworkImageNode setURL:resetToDefault:] forget to reset animatedImage #1861 (IvanChan)
- Add iOS13 UIContextMenu api to ASCommonCollectionDelegate #1860 (IvanChan)
- [ASDisplayNode] Implement accessibilityElementsHidden #1859 (rcancro)
- [ASDisplayNode] Implement accessibilityViewIsModal #1858 (rcancro)
- Reference Image Updates in preparation for iOSSnapshotTestCase 6.2 #1857 (bolsinga)
- Run the tests with iOS10 and as a framework in preparation of updating snapshot test case. #1856 (bolsinga)
- Update FBSnapshotTestCase to iOSSnapshotTestCase (=6.2) #1855 (bolsinga)
- Ship ASExperimentalTraitCollectionDidChangeWithPreviousCollection #1842 (bolsinga)
- Ship ASExperimentalUnfairLock experiment #1841 (bolsinga)
- Ship ASExperimentalOOMBackgroundDeallocDisable since it decreases OOMs #1840 (bolsinga)
- Update Texture Xcode project to 11.4 and fix resulting warnings - 4 #1838 (bolsinga)
- Update Swift collection view interop example #1837 (drinkius)
- deprecate ASGraphicsCreateImageWithTraitCollectionAndOptions #1836 (vovasty)
- Remove Danger from the development workflow #1835 (jparise)
- Use ASReplaceMethodWithBlock instead of swizzling with a library #1832 (bolsinga)
- use iOS 13.4.1 and Xcode 11.4.1 for CI #1831 (vovasty)
- Do not use xcpretty in builds so that CI errors are logged. #1830 (bolsinga)
- Update to OCMock 3.6 #1829 (bolsinga)
- Removes unnecessary
-tearDown
code. #1822 (dmaclach) - [Accessibility] Do not exclude elements outside the window’s rect that are subviews of UIScrollView #1821 (rcancro)
- support cancelation in ASGraphicsCreateImage #1814 (vovasty)
- [ASDisplayViewAccessibility] A few accessibility improvements #1812 (rcancro)
- [ASDisplayNode] Allow explicit setting of accessibilityElements #1807 (rcancro)
- Add
nullable
to new ASCommonTableViewDelegate methods #1796 (jparise) - Context menu iOS 13 API #1795 (uuttff8)
- resolve background color using system trait collection #1777 (vovasty)
- Update PINRemoteImage to the latest stable #1773 (mackoj)
- Prevent crashing during non critical logging at rotation #1770 (foxware00)
- Pruning ASExperimentalRemoveTextKitInitialisingLock code. #1766 (trufflin)
- fix calling CALayer out of the main thread #1762 (vovasty)
- Fix typo #1759 (devxoul)
- Lint podspec on all pull requests #1758 (nguyenhuy)
- Only include UIUserInterfaceLevel in iOS target #1757 (nguyenhuy)
- Link to IGListDiffKit in our IGListKit subspec #1756 (nguyenhuy)
- Remove references to xcpretty-travis-formatter #1755 (jparise)
- Add empty ASViewController initializer to facilitate subclassing #1754 (christianselig)
- Bump up IGListKit version #1749 (ay8s)
- Improve recursive unfair lock #1742 (Adlai-Holler)
- Use
queue
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)
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)
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)
- 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)
2.8.1 (2019-05-05)
Merged pull requests:
- Update for 9.4.1 CI #1392 (garrettmoon)
- Disable ASAssertLocked and ASAssertUnlocked #1412 (nguyenhuy)
2.8 (2019-02-12)
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)
- [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)
- 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)
- [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)
- 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)
2.7 (2018-05-29)
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)
2.6 (2018-01-12)
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)
2.5.1 (2017-10-24)
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)
- [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)
2.5 (2017-09-26)
Merged pull requests:
- Fix crashes caused by failing to unlock or destroy a static mutex while the app is being terminated #577 (nguyenhuy)
- Update yoga version #569 (wsdwsd0829)
- [ASDKgram Example] fix crash on startup #566 (hannahmbanana)
- Added attributed versions of accessibilityLabel, accessibilityHint, accessibilityValue #554 (fruitcoder)
- [Yoga] Add insertYogaNode:atIndex: method. Improve handling of relayouts. #469 (appleguy)
- [ASCornerRounding] Introduce .cornerRoundingType: CALayer, Precomposited, or Clip Corners. #465 (appleguy)
- [ASElementMap] Fix indexPath's section or item is actually negative #trivial #457 (Anyewuya)
v2.5 (2017-09-14)
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)
- [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)
- [ASImageNode] Enable .clipsToBounds by default (fix .cornerRadius, GIFs overflow). #466 (appleguy)
2.4 (2017-08-15)
Merged pull requests:
- Avoid re-entrant call to self.view when applying initial pending state #510 (Adlai-Holler)
- [examples/ASCollectionView] Register supplementary kinds #trivial #508 (nguyenhuy)
- Rename the field again to nodeModel #504 (Adlai-Holler)
- Rename -[ASCellNode viewModel] to -[ASCellNode nodeViewModel] to avoid collisions #499 (Adlai-Holler)
- Fixed typo
UIKIt
#497 (nixzhu) - Improvements in ASCollectionGalleryLayoutDelegate #496 (nguyenhuy)
- [Showcase] Update showcase - add blog post link to ClassDojo icon #trivial #493 (Kaspik)
- [ASCoreAnimationExtras] Update documentation for resizbale images #trivial #492 (Kaspik)
- [ASStackLayoutSpec] Fix interitem spacing not being reset on new lines and add snapshot tests #trivial #491 (nguyenhuy)
- [Layout Transition] Avoid calling didComplete method if pending layout transition is nil #490 (nguyenhuy)
- [LayoutTransition] Call _locked_constrainedSizeForLayoutPass with the lock actually held #trivial #488 (nguyenhuy)
- iOS 11 UITableView automatic height estimation fix #485 (christianselig)
- Update scroll-node.md #484 (oferRounds)
- Update adoption-guide-2-0-beta1.md #483 (oferRounds)
- Update subclassing.md #479 (oferRounds)
- Invalidate layouts more aggressively when transitioning with animation #476 (Adlai-Holler)
- Update image-modification-block.md #474 (oferRounds)
- [ASStackLayoutSpec] Flex wrap fix and lineSpacing property #472 (flovouin)
- [ASNodeController] Add -nodeDidLayout callback. Allow switching retain behavior at runtime. #470 (appleguy)
- [Layout transition] Invalidate calculated layout if transitioning using the same size range #464 (nguyenhuy)
- [ASTableNode][ASCollectionNode] Add content offset bridging property #460 (nguyenhuy)
- [ASDisplayNode] Fix infinite layout loop #455 (nguyenhuy)
- Add ASPagerNode+Beta to umbrella header #trivial #454 (nguyenhuy)
- [ASPagerNode] Remove unused flow layout reference #trivial #452 (nguyenhuy)
- [ASCollectionLayout] Add ASCollectionGalleryLayoutSizeProviding #451 (nguyenhuy)
- fix SIMULATE_WEB_RESPONSE not imported #449 #450 (wsdwsd0829)
- [ASDataController ] Merge willUpdateWithChangeSet and didUpdateWithChangeSet delegate methods #trivial #445 (nguyenhuy)
- [ASDataController] Clean up #443 (nguyenhuy)
- [ASDataController] Avoid asking for size ranges of soon-to-be-delete elements during relayouts #442 (nguyenhuy)
- [ASCollectionView] Add delegate bridging and index space translation for missing UICollectionViewLayout properties. #440 (appleguy)
- [ASDisplayNode] Fix some gaps in the bridging of new contents* properties. #435 (appleguy)
- [ASDisplayNode] Allow setting stretchable contents on nodes; add bridged properties. #trivial #429 (appleguy)
- Use a sentinel NSUInteger for node layout data #trivial #428 (Adlai-Holler)
- Workaround clang4.0 <stdatomic.h> initialization #trivial #426 (bkase)
- Add missing import in ASDisplayNode+AsyncDisplay #trivial #423 (nguyenhuy)
- [ASCollectionElement] Add checks for nil element, prior to other PRs landing. #421 (appleguy)
- [ASDataController] Apply new visible map inside batch updates block #420 (nguyenhuy)
- [ASVideoPlayerNode] Check that the video player's delegate implements the didTapFullScreenButtonNode method before calling it #trivial #418 (tnev)
- [ASDataController] Fix a crash in table view caused by executing an empty change set during layoutSubviews #416 (nguyenhuy)
- [ASDisplayNode+Layout] In layoutThatFits:, check and use _pending layout if valid. #413 (appleguy)
- Integrate Weaver into ASDKGram #412 (nguyenhuy)
- [ASDisplayNode] -didEnterPreloadState does not need to call -layoutIfNeeded #trivial #411 (appleguy)
- [ASTextNode2] Provide compiler flag to enable ASTextNode2 for all usages. #410 (appleguy)
- [Yoga] Refine the handling of measurement functions when Yoga is used. #408 (appleguy)
- [ASCollectionView] Small improvements #407 (nguyenhuy)
- [Documentation] Improve description of synchronous concurrency with screenshot and video link. #406 (appleguy)
- Introduce ASIntegerMap, improve our changeset handling #trivial #405 (Adlai-Holler)
- Fix issue where supplementary elements don't track section changes #404 (Adlai-Holler)
- Overhaul our logging, add activity tracing support. #399 (Adlai-Holler)
- [ASTextNode2] Add initial implementation for link handling. #396 (appleguy)
- Introduce ASCollectionGalleryLayoutDelegate #76 (nguyenhuy)
2.3.4 (2017-06-30)
Merged pull requests:
- Update to the latest betas of PINRemoteImage and PINCache #403 (garrettmoon)
- A bit of minor cleanup #trivial #402 (Adlai-Holler)
- [ASLayout] Revisit the flattening algorithm #395 (nguyenhuy)
- [ASLayout] If a layout has no sublayouts, don't bother initializing its rect table #394 (nguyenhuy)
- [ASLayout] Fix documentation of retainSublayoutLayoutElements #trivial #393 (nguyenhuy)
- Fix compiling ASDimension if Yoga enabled #trivial #389 (maicki)
- comments to reflect code #trivial #388 (benjamin-chang)
- [ASCellNode] Remove unnecessary frame setting #trivial #387 (nguyenhuy)
- Horrible spelling mistake #trivial #384 (nguyenhuy)
- Fix for Video Table Example Building #383 (ay8s)
- ASDimensionMake to be more lenient #trivial #382 (nguyenhuy)
- Gate orphaned node detector behind YOGA flag #trivial #380 (nguyenhuy)
- [Event Log] Log ASM flag when modify subnodes #trivial #379 (nguyenhuy)
- Add new workspaces for tests for different integrations #trivial #377 (Adlai-Holler)
- Fix imageModificationBlock doc #trivial #376 (maicki)
- Fix double-load issue with ASCollectionNode #372 (Adlai-Holler)
- FIXED Typo in Layout Transition Documentation #371 (martinjkelly)
- [Yoga] Delete YOGA_TREE_CONTIGOUS gating and permanently enable. #trivial #370 (appleguy)
- [Yoga] Minimize number of nodes that have MeasureFunc set on them. #369 (appleguy)
- Improve System Trace Implementation #trivial #368 (Adlai-Holler)
- Updates ASDKGram to use IGListKit 3.0.0 #367 (ay8s)
- Update link to AsyncDisplayKit 2.0 Launch Talk #363 (appleguy)
- [ASTableView] Use ASTableView tableNode property instead of calling ASViewToDisplayNode #trivial #361 (maicki)
- Add section-object support to new tests, improve test confinement. #trivial #360 (Adlai-Holler)
- [Docs] Update 'Corner Rounding' document for Texture 2 #359 (ArchimboldiMao)
- Add support for keeping letting cell nodes update to new view models when reloaded. #trivial #357 (Adlai-Holler)
- Add first-pass view model support to collection node. #trivial #356 (Adlai-Holler)
- [ASTraitCollection] Convert ASPrimitiveTraitCollection from lock to atomic. #355 (appleguy)
- Improve collection node testing, reveal double-load issue. #trivial #352 (Adlai-Holler)
- Fix title in changelog #350 (levi)
- Add a Flag to Disable Main Thread Assertions #trivial #348 (Adlai-Holler)
- Migrate to Latest OCMock, Demonstrate Improved Unit Testing #347 (Adlai-Holler)
- Upgrade ASLayoutElementContext to an Object #trivial #344 (Adlai-Holler)
- [Yoga] Rewrite YOGA_TREE_CONTIGUOUS mode with improved behavior and cleaner integration #343 (appleguy)
- Fix internal Linter warnings #trivial #340 (maicki)
- Small changes required by the coming layout debugger #337 (nguyenhuy)
- [ASDataController] Add event logging for transaction queue flush duration #trivial #334 (hannahmbanana)
- [ASCollectionView] synchronous mode #332 (hannahmbanana)
- [Performance] Convert ASLayoutElementSize to atomic #trivial #331 (hannahmbanana)
- [Yoga] Refer to proper path name and use module import #306 (weibel)
- [ASImageNode] Add documentation for image effects #trivial #263 (maicki)
2.3.3 (2017-06-06)
Merged pull requests:
- Updating to 2.3.3 #trivial #338 (garrettmoon)
- [ASDisplayNode+Layout] Add check for orphaned nodes after layout transition to clean up. #336 (appleguy)
- Update PINRemoteImage #328 (garrettmoon)
- Fix typo #trivial #327 (vitalybaev)
- Fixes an issue with GIFs that would always be covered by their placeh… #326 (garrettmoon)
- Replace NSMutableSet with NSHashTable when Appropriate #trivial #321 (Adlai-Holler)
- [Cleanup] Small fixes to improve conformance for strict compiler settings #trivial #320 (appleguy)
- Rejigger Cell Visibility Tracking #317 (Adlai-Holler)
- Clean Up ASAsyncTransaction #trivial #316 (Adlai-Holler)
- Clean Up ASDisplayLayer #trivial #315 (Adlai-Holler)
- [ASDisplayNode] Revise assertion to log until Issue #145 is addressed. #trivial #313 (appleguy)
- [Docs] Fixed typo in carthage project name #trivial #310 (george-gw)
- Fix non layout #309 (garrettmoon)
- Catch Invalid Layer Bounds in a Nonfatal Assertion #trivial #308 (Adlai-Holler)
- [ASCollectionNode] Fix missing properties and layoutInspector #trivial #305 (flovouin)
- [Examples] Fixed crash on SocialAppLayout-Inverted + behaviour comments #304 (dimazen)
- IGListKit related headers need to be in the module all time now #trivial #300 (maicki)
- [ASDisplayNode] Remove assertion in calculateSizeThatFits: and log an event #trivial #299 (maicki)
- ASBatchFetching to not round scroll velocity #trivial #294 (nguyenhuy)
- [ASVideoNodeDelegate] fix for #291 crash #292 (SergeyPetrachkov)
- Fix Alignment of Hashed Structs #287 (Adlai-Holler)
- [IGListKit] Add IGListKit headers to public section of Xcode project #286 (maicki)
- Only call -layout and -layoutDidFinish if the node is already loaded #285 (nguyenhuy)
- [Batch Fetching] Add ASBatchFetchingDelegate #281 (nguyenhuy)
- Ignore Relayout Requests for Deleted Cell Nodes #279 (Adlai-Holler)
- Remove Unused Node Code #trivial #278 (Adlai-Holler)
- Fix Documentation Warnings #trivial #276 (Adlai-Holler)
- [Examples] Fix LayoutSpecExamples and LayoutSpecExamples-Swift: image URLs were still pointing to asyncdisplaykit.org #275 (cesteban)
- [Layout] Extract layout implementation code into it's own subcategories #272 (maicki)
- Fix Release Builds #trivial #271 (Adlai-Holler)
- [Yoga] Implement ASYogaLayoutSpec, a simplified integration strategy for Yoga. #270 (appleguy)
- Simplify Layout Transition State #trivial #269 (Adlai-Holler)
- Store ASLayoutElementContext in Thread-Local Storage #trivial #268 (Adlai-Holler)
- [Examples] Fix a couple of examples due to API changes recently #trivial #267 (maicki)
- Fix Collection Item Index Path Conversion #262 (Adlai-Holler)
- added error reporting callback to ASVideoNode #260 (SergeyPetrachkov)
- Add Experimental Text Node Implementation #259 (Adlai-Holler)
- Add missing import and define in ASLog #trivial #257 (nguyenhuy)
- Simplify Override Checking, Only Do It When Assertions Are Enabled #trivial #253 (Adlai-Holler)
- [ASTextKitFontSizeAdjuster] Replace use of boundingRectWithSize:options:context: with boundingRectForGlyphRange: inTextContainer: #251 (rcancro)
- Improve Ancestry Handling, Avoid Assertion Failure #246 (Adlai-Holler)
- [Yoga] Increment Yoga version to current, 1.5.0. #91 (appleguy)
- [example/CustomCollectionView] Implement MosaicCollectionLayoutDelegate #28 (nguyenhuy)
2.3.2 (2017-05-09)
Merged pull requests:
- [ASDisplayNode] Pass drawParameter in rendering context callbacks #248 (maicki)
- Assert only once we know URL has changed #247 (garrettmoon)
- [ASImageNode] Move to class method of displayWithParameters:isCancelled: for drawing #244 (maicki)
- Don't Use Associated Objects for Drawing Priority #trivial #239 (Adlai-Holler)
- [ASDimension] Remove warning about float precision using CGFloat and … #trivial #237 (amegias)
- [ASImageNode] Move debug label and will- / didDisplayNodeContentWithRenderingContext out of drawing method #trivial #235 (maicki)
- Fixes assertion on startup in social app layout example #233 (garrettmoon)
- [ASTextNode] Move to class method of drawRect:withParameters:isCancelled:isRasterizing: for drawing #232 (maicki)
- [ASImageNode] Remove unneeded pointer star #trivial #231 (maicki)
- [ASTwoDimensionalArrayUtils] Fix extern C function definition to fix compiler issue. #trivial #229 (appleguy)
- Move Last Few Properties from ASTableView,ASCollectionView to Node #225 (Adlai-Holler)
- Fix Issues in the Project File #trivial #224 (Adlai-Holler)
- Improve Our Handling of Subnodes #223 (Adlai-Holler)
- Extract ASLayoutElement and ASLayoutElementStylability into categories #trivial #131 (maicki)
- [Layout] Remove finalLayoutElement #96 (maicki)
- [Docs] Add workaround for setting a custom lineSpacing and maxNumberOfLines to ASTextNode docs #92 (maicki)
- [ASDisplayNode] Implement a std::atomic-based flag system for superb performance #89 (appleguy)
- [Yoga] Ensure that calculated layout is nil'd in invalidate*Layout #87 (appleguy)
- Simplify Hashing Code #86 (Adlai-Holler)
- Fix site header #84 (levi)
- Tighten Rasterization API, Undeprecate It #82 (Adlai-Holler)
- Implement ASPageTable #81 (nguyenhuy)
- Make Cell Node Properties Atomic #74 (Adlai-Holler)
- [ASNodeController+Beta] Provide an option to allow nodes to own their controllers. #61 (appleguy)
- [Yoga Beta] Improvements to the experimental support for Yoga layout. #59 (appleguy)
- Fix issue with swipe to delete cell gesture. #trivial #46 (rewcraig)
- Fix CustomCollectionView-Swift sample #22 (george-gw)
- Automatically resume ASVideoNode after returning from background #13 (plarson)
2.3.1 (2017-04-27)
Merged pull requests:
- Don't run tests for the docs directory. #79 (garrettmoon)
- Fix SCSS build #78 (levi)
- Fix documentation warning on ASCollectionLayoutState.h #trivial #77 (garrettmoon)
- ASLayoutSpec to use more default implementations #trivial #73 (nguyenhuy)
- Update the CI to the new ruby version #71 (garrettmoon)
- Missing a word #68 (djblake)
- Update license v2 #67 (garrettmoon)
- [ASCollectionView] Prevent prefetching from being enabled to eliminate overhead. #65 (appleguy)
- [CGPointNull] Rename globally exported C function to avoid collisions #trivial #62 (appleguy)
- [RTL] Bridge the UISemanticContentAttribute property for more convenient RTL support. #60 (appleguy)
- Fixes a potential deadlock; it's not safe to message likely super nod… #56 (garrettmoon)
- Fix __has_include check in ASLog.h #trivial #55 (fsmorygo)
- GLKit workaround #trivial #54 (stephenkopylov)
- Layout debugger proposal #52 (nguyenhuy)
- Fixes header check to accept the 'new' header for modified files. #50 (garrettmoon)
- Remove References to IGListSectionType, Now that It's Gone #49 (Adlai-Holler)
- Move doc stylesheets to sass #47 (levi)
- Fixes for Dangerfile header checks #45 (garrettmoon)
- Enforce header file changes #44 (garrettmoon)
- Use _ASCollectionReusableView inside ASIGListSupplementaryViewSourceMethods #40 (plarson)
- Bump Cartfile versions to match podspec #37 (dymv)
- [Site] Remove hero drop shadow #35 (levi)
- Add announcement banner to documentation site #31 (levi)
- [ASCollectionLayout] Manually set size to measured cells #24 (nguyenhuy)
- Create a Pluggable "Tips" System to Help in Development #19 (Adlai-Holler)
- Add danger #18 (garrettmoon)
- Fix Case where Network Image Node Stays Locked #17 (Adlai-Holler)
- Update the homepage URL #10 (garrettmoon)
2.2.1 (2017-04-14)
Merged pull requests:
- Add blog post #9 (garrettmoon)
* This Change Log was automatically generated by github_changelog_generator