Skip to content

Releases: CoderMJLee/MJRefresh

3.6.0

17 May 02:47
d721715
Compare
Choose a tag to compare
  • Now animation duration can be changed. (set 0 to disable animtion) (#1503)
  • Providing a new method to disable all animation(setAnimationDisabled) [Specially for Bugs in UICollectionView] (#1503)
  • Add some Chaining grammar (#1499)
  • Remove deprecated code (#1498)

3.5.1

28 Aug 06:16
2fc943b
Compare
Choose a tag to compare
  • Fix a build bug in Carthage

3.5.0

13 Aug 01:43
Compare
Choose a tag to compare
  • Add a new default Component called mj_trailer, which is for horizontal circumstance.

3.4.3

08 May 09:51
84f7384
Compare
Choose a tag to compare
  • (No need updated)Update README.md

3.4.2

06 May 09:48
ec73350
Compare
Choose a tag to compare
  • Fix compatibility for dark mode.

3.4.1

10 Apr 10:30
0f25e99
Compare
Choose a tag to compare
  • 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.

3.4.0

10 Apr 08:07
e8dc22d
Compare
Choose a tag to compare
  • Add assert in label font property
  • Revert UIView Animation from CAAnimation. Now they are all existed, and selected by this trigger (isCollectionViewAnimationBug).

3.3.1

12 Dec 03:39
Compare
Choose a tag to compare
  • Replace deprecated methods

3.3.0

12 Dec 03:25
Compare
Choose a tag to compare
  • 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
  • Solve the mess between default animation and UIViewAnimation in UICollectionView

修改 AutoFooter 的触发方式

25 Nov 02:03
Compare
Choose a tag to compare
  • 移除 onlyRefreshPerDrag, 请使用 autoTriggerTimes 替换