Skip to content

2.4

Compare
Choose a tag to compare
@Adlai-Holler Adlai-Holler released this 15 Aug 18:50
· 793 commits to master since this release
  • Rename ASCellNode.viewModel to ASCellNode.nodeModel to reduce collisions with subclass properties implemented by clients. Adlai Holler #504
  • Fix an issue where inserting/deleting sections could lead to inconsistent supplementary element behavior. Adlai Holler
  • Overhaul logging and add activity tracing support. Adlai Holler
  • Fix a crash where scrolling a table view after entering editing mode could lead to bad internal states in the table. Huy Nguyen #416
  • Fix a crash in collection view that occurs if batch updates are performed while scrolling Huy Nguyen #378
  • Some improvements in ASCollectionView Huy Nguyen #407
  • Small refactors in ASDataController Huy Nguyen #443
  • [ASCollectionView] Add delegate bridging and index space translation for missing UICollectionViewLayout properties. Scott Goodson
  • [ASTextNode2] Add initial implementation for link handling. Scott Goodson #396
  • [ASTextNode2] Provide compile flag to globally enable new implementation of ASTextNode: ASTEXTNODE_EXPERIMENT_GLOBAL_ENABLE. Scott Goodson #396
  • Add ASCollectionGalleryLayoutDelegate - an async collection layout that makes same-size collections (e.g photo galleries, pagers, etc) fast and lightweight! Huy Nguyen #76 #451
  • Fix an issue that causes infinite layout loop in ASDisplayNode after #428 Huy Nguyen #455