Releases: lszzy/FWFramework
Releases · lszzy/FWFramework
[5.9.7] - 2024-08-14
Fixed
- Compatible with SwiftPackageIndex
Fixed
- 兼容SwiftPackageIndex
[5.9.6] - 2024-08-13
Changed
- Compatible with Swift5.8 compilation
Changed
- 兼容Swift5.8编译
[5.9.5] - 2024-08-06
Changed
- UIButton adds contentCollapse property to quickly handle button shrinkage issues
Changed
- UIButton新增contentCollapse属性快速处理按钮收缩问题
[5.9.4] - 2024-08-01
Fixed
- Compatible with SwiftPackageIndex
Fixed
- 兼容SwiftPackageIndex
[5.9.3] - 2024-08-01
Changed
- Added UITableView and UICollectionView methods for calculating height and frame
- Fixed the issue that WebView configuration reuseConfigurationBlock did not take effect
Changed
- 新增UITableView和UICollectionView计算高度和frame相关方法
- 修复WebView配置reuseConfigurationBlock未生效问题
[5.9.2] - 2024-07-19
Changed
- Compatible with Xcode16, fix Cocoapods submodule compilation error
- Modify version number acquisition and comparison tool methods to support minor versions
- Modify Autoloader to load static methods and class methods starting with load by default
Changed
- 兼容Xcode16,修复Cocoapods子模块编译报错
- 修改版本号获取和比较工具方法,支持小版本
- 修改Autoloader默认加载以load开头静态方法和类方法
[5.9.1] - 2024-07-12
Changed
- Compatible with Xcode16, fix compilation errors
- SwiftUI component ViewIntrospect adds v18 when conditionally compiled in Xcode16, compatible with iOS18, and can be migrated and adapted
- Xcode16 conditionally compiled compatible with iOS18, adds setTabBarHidden method
- Optimize Optional.isNil and deepUnwrap methods, remove _OptionalProtocol
- Cocoapods submodule FWPlugin/Macros compatible with Xcode16
Changed
- 兼容Xcode16,修复编译报错
- SwiftUI组件ViewIntrospect在Xcode16条件编译时新增v18,兼容iOS18,可迁移适配
- Xcode16条件编译时兼容iOS18新增setTabBarHidden方法
- 优化Optional.isNil和deepUnwrap方法,去掉_OptionalProtocol
- Cocoapods子模块FWPlugin/Macros兼容Xcode16
[5.9.0] - 2024-07-09
Changed
- Refactor the Language multi-language implementation to optimize performance
- Refactor ToastPlugin to support detail attributes and more custom attributes
- Refactor ToastView to support custom attributes such as position and attributedMessage
- Optimize the animation effect of TabbarController test cases
- Compatible with Swift Package Index
Changed
- 重构Language多语言实现方案,优化性能
- 重构ToastPlugin,支持detail属性,更多定制属性
- 重构ToastView,支持position、attributedMessage等定制属性
- 优化TabbarController测试用例动画效果
- 兼容Swift Package Index
[5.8.3] - 2024-07-03
Fixed
- Fixed the issue of SDWebImage plugin rendering SDAnimatedImageView
Fixed
- 修复SDWebImage插件渲染SDAnimatedImageView问题
[5.8.2] - 2024-07-03
Changed
- Added a new String detection link tool method
- Optimized the recursive search for subview method names
- layoutKey is compatible with accessibilityIdentifier
- Unified and optimized the test case navigation bar button style
Changed
- 新增String检测链接的工具方法
- 优化递归查找子视图方法名称
- layoutKey兼容accessibilityIdentifier
- 统一优化测试用例导航栏按钮样式