The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
[4.7.4] - 2023-03-18
1 week ago
### Added
* Added a method to dynamically calculate the width and height of the AutoLayout layout view
* DynamicLayout method adds NS_NOESCAPE flag
* Added scrollViewInsets padding configuration for DrawerView
* AttributedLabel compatible with iOS15+ system comes with strikethrough
### Added
* 新增动态计算AutoLayout布局视图宽高方法
* DynamicLayout方法新增NS_NOESCAPE标记
* DrawerView新增scrollViewInsets内边距配置
* AttributedLabel兼容iOS15+系统自带删除线
[4.7.3] - 2023-03-13
2 weeks ago
### Changed
* Refactor the method name of obtaining and selecting the TabBar specified controller
* Optimize DrawerView not automatically return to the top when it is in non-scrollViewPositions
### Changed
* 重构获取和选中TabBar指定控制器方法名称
* 优化DrawerView位于非scrollViewPositions时不自动回到顶部
[4.7.2] - 2023-03-11
2 weeks ago
### Added
* Refactor DrawerView to support multiple modes
* Added safeJSON fast conversion JSON method
* Added method to get TabBar root controller
### Added
* 重构DrawerView,支持多种模式
* 新增safeJSON快捷转换JSON方法
* 新增获取TabBar根控制器方法
[4.7.1] - 2023-03-09
2 weeks ago
### Added
* Added merge method to JSONModel
* The ParameterModel.toDictionary method automatically filters attributes starting with an underscore
* UIButton and click gesture support custom highlight state, disabled state handle
* Fixed the problem that calling setPosition does not take effect when the DrawerView is in a special scene
### Added
* JSONModel新增merge方法
* ParameterModel.toDictionary方法自动过滤下划线开头属性
* UIButton和点击手势支持自定义高亮状态、禁用状态句柄
* 修复DrawerView特殊场景时调用setPosition不生效问题
[4.7.0] - 2023-03-07
3 weeks ago
### Added
* Added Swift version ParameterModel component
* Added scrollViewFilter configuration for DrawerView
* NotificationManager adds delegate configuration
### Added
* 新增Swift版本ParameterModel组件
* DrawerView新增scrollViewFilter配置
* NotificationManager新增delegate配置
[4.6.0] - 2023-02-20
5 weeks ago
### Added
* Added Analyzer analysis component
* Added Validator Swift verification component
* Added MulticastBlock multi-handle proxy component
* Added Optional commonly used extension methods
* Refactor the Swift Annotation component
* Refactoring Request component synchronous request
* Remove the NetworkMocker component
### Added
* 新增Analyzer分析组件
* 新增Validator Swift验证组件
* 新增MulticastBlock多句柄代理组件
* 新增Optional常用扩展方法
* 重构Swift Annotation组件
* 重构Request组件同步请求
* 移除NetworkMocker组件
[4.5.0] - 2023-02-09
7 weeks ago
### Added
* The Request component supports synchronous requests
* ModuleBundle supports loading module colors
* AttributedLabel supports strikethrough style
### Added
* Request组件支持同步请求
* ModuleBundle支持加载模块颜色
* AttributedLabel支持删除线样式
[4.4.3] - 2023-02-07
7 weeks ago
### Fixed
* Fix the problem that the DateFormatter format is incorrect when the mobile phone system is in 12-hour format
### Fixed
* 修复手机系统为12小时制时DateFormatter格式化不正确的问题
[4.4.2] - 2023-01-18
10 weeks ago
### Fixed
* Fixed the problem that sliding the top navigation bar quickly will trigger the bottom navigation bar to slide back after the navigation bar interception is enabled
### Fixed
* 修复启用导航栏拦截后快速侧滑顶部导航栏会触发底部导航栏的侧滑返回问题
[4.4.1] - 2023-01-06
11 weeks ago
### Changed
* Optimize the implementation of the pull-down refresh plugin indicatorPadding
* Fix Swift Package Manager minimum compatible with lottie-ios 4.0
### Changed
* 优化下拉刷新插件indicatorPadding的实现方式
* 修复Swift Package Manager最低兼容lottie-ios 4.0版本