Releases: CoderMJLee/MJRefresh
Releases · CoderMJLee/MJRefresh
3.7.9
- Add privacy access reason for using UserDefaults
Full Changelog: 3.7.8...3.7.9
3.7.8
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
What's Changed
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
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.3
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
- Fixed a duplication warning causing by SPM function (#1532)
3.7.1
- 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)