All Versions
20
Latest Version
Avg Release Cycle
50 days
Latest Release
1473 days ago

Changelog History
Page 1

  • v3.5.1 Changes

    August 28, 2020
    • 🛠 Fix a build bug in Carthage
  • v3.5.0 Changes

    August 13, 2020
    • ➕ Add a new default Component called mj_trailer, which is for horizontal circumstance.
  • v3.4.3 Changes

    May 08, 2020
    • ⚡️ ( No need updated )Update README.md
  • v3.4.2 Changes

    May 06, 2020
    • 🛠 Fix compatibility for dark mode.
  • v3.4.1 Changes

    April 10, 2020
    • 🛠 Fix a problem that refresh header is still shown when calling ending command before refreshing animation finished.

    Please use header.isCollectionViewAnimationBug = true mode for more compatibility with collectionView.

  • v3.4.0 Changes

    April 10, 2020
    • ➕ Add assert in label font property
    • ⏪ Revert UIView Animation from CAAnimation. Now they are all existed, and selected by this trigger (isCollectionViewAnimationBug).
  • v3.3.1 Changes

    December 12, 2019
    • 🗄 Replace deprecated methods
  • v3.3.0 Changes

    December 12, 2019
    • ⚡️ lastUpdatedTimeText param should be nullable
    • 🗄 Replace deprecated attributes method
    • 👌 Support attributed text width calculation for UILabel
    • AutoFooter will be performed like BackFooter if scrollView.pageEnabled = YES
    • 0️⃣ Solve the mess between default animation and UIViewAnimation in UICollectionView
  • v3.2.3 Changes

    November 25, 2019
    • 移除 onlyRefreshPerDrag, 请使用 autoTriggerTimes 替换
  • v3.2.2 Changes

    October 31, 2019
    • 不通过停止刷新方案解决顶部栏 bug (停止刷新逻辑在切换 Window 时不做控制) (#1283)
    • 解决 iOS < 10 和 > 10 的顶部留空 bug 的区别对待
    • 加入带动画的刷新完成回调 (#698)
    • 修复自动刷新控件 AutoFooter及其子类 设置忽略距离 ignoredScrollViewContentInsetBottom 无效的问题(#852)
    • 增加俄/英地区本地化内容. (#1045)
    • 暴露 LoadingView 给外部 (#1288)
    • 修改在scrollview有偏移量时刷新内容位置不正确的问题 (#1293)
    • 默认关闭 Footer 多次触发加载的问题 (#1306)
    • 修复 BackNormalFooter 从刷新状态被设置为闲置状态动画结束后的过滤判断条件
    • 新增 Swift Optionals 支持
    • 修复在 iOS13 上使用自动布局导致的布局数据源异常问题 (#1353)
    • 支持 iOS 13 暗黑模式 (#1354)
    • 增加 WKWebView 上添加 GifHeader 的例子 (#1357)