Skip to content

Releases: CoderMJLee/MJRefresh

3.7.9

26 Mar 09:04
535d39c
Compare
Choose a tag to compare
  • Add privacy access reason for using UserDefaults

Full Changelog: 3.7.8...3.7.9

3.7.8

19 Mar 08:35
b6abdfe
Compare
Choose a tag to compare

What's Changed

  • Fixed duplicated privacy statement issue in Static Framework. by @jiasongs in #1605

Full Changelog: 3.7.7...3.7.8

3.7.7

13 Mar 07:56
1c32baf
Compare
Choose a tag to compare

What's Changed

  • 修复MJRefreshAutoFooter初始化时没有添加底部忽略间距的问题 by @Rogue24 in #1596
  • Add privacy manifest by @wolfcon in #1603

Full Changelog: 3.7.6...3.7.7

Acknowledged Issue

  • Use CocoaPods to import Static Framework will cause duplicated issue.

Workaround

  • Use Dynamic Framework or Update to 3.7.8

3.7.6

05 Apr 12:25
b9c5464
Compare
Choose a tag to compare

What's Changed

  • fixed crash loop infinitive when compare float by using FLT_EPSILON by @vancucit in #1581

New Contributors

Full Changelog: 3.7.5...3.7.6

3.7.5

30 Nov 07:01
f9db27e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.7.4...3.7.5

3.7.4

30 Nov 04:09
f992cde
Compare
Choose a tag to compare

What's Changed

  • Removed duplicated async method on main queue. by @wolfcon in #1559

Full Changelog: 3.7.3...3.7.4

3.7.3

26 Nov 02:16
Compare
Choose a tag to compare

What's Changed

  • Fix issue #1533(StateTrailer title could not be changed immediately if setting) by @wolfcon in #1536
  • Remove unnecessary definition in SPM. by @wolfcon in #1544
  • [Example] Fixed navigation bar problem in iOS15 by @wolfcon in #1553
  • Fixed a bug that footer(MJRefreshAutoFooter/MJRefreshBackFooter) movement behavior is weird when using performBatchUpdates method in UICollectionView by @jiasongs in #1554
  • Reorder project workspace for framework and example. by @wolfcon in #1555
  • Fixed the header updating issue when using setLastUpdatedTimeText block to update time label in first time. by @kkkelicheng in #1404
  • Fixed misusage of initialize function by @wolfcon in #1558

Full Changelog: 3.7.2...3.7.3

3.7.2

14 Jul 02:15
dd358c6
Compare
Choose a tag to compare
  • Fixed a duplication warning causing by SPM function (#1532)

3.7.1

13 Jul 08:38
84a1e7e
Compare
Choose a tag to compare
  • SPM supported (#1470)
  • Fixed a bug that AutoStateFooter(Normal) couldn't call refresh method by tapping state label. It shouldn't be influenced by dragging logic. (#1529)
  • Add a new feature: MJRefresh components will be rerendered automatically with MJRefreshConfig.default.language setting. (#1527)

3.6.1

17 May 07:34
5a663d0
Compare
Choose a tag to compare
  • Revert some deletion.