Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Releases: lszzy/FWApplication

[3.8.2] - 2022-08-10

Choose a tag to compare

@lszzy lszzy released this 09 Aug 15:14

Fixed

  • Fix EmptyPluginView not calling update

Fixed

  • 修复EmptyPluginView未调用update问题

[3.8.1] - 2022-08-03

Choose a tag to compare

@lszzy lszzy released this 03 Aug 08:23

Changed

  • Optimize PluginView progress bar view
  • Optimize ViewContext to support subscribing to object and userInfo
  • Optimize SwiftUI module directory structure

Changed

  • 优化PluginView进度条视图
  • 优化ViewContext支持订阅object和userInfo
  • 优化SwiftUI模块目录结构

[3.8.0] - 2022-08-02

Choose a tag to compare

@lszzy lszzy released this 02 Aug 08:34

Added

  • Added a large number of SwiftUI basic components to facilitate development
  • Added methods to monitor View size and scroll view contentOffset
  • Added a method to get the controller where View is located
  • Added Introspect component and pull-down refresh component
  • Added View configuration navigation bar method, which is common to UIKit
  • Added PluginView for loading view specification plugins, common to UIKit
  • Added HostingView for loading View as UIView
  • Added StateView state machine view
  • Added HostingController controller, common to UIKit
  • Compatible with FWFramework 3.8.0 version

Added

  • 新增大量SwiftUI基础组件,方便开发
  • 新增监听View大小和滚动视图contentOffset方法
  • 新增View获取所在控制器方法
  • 新增Introspect组件和下拉刷新组件
  • 新增View配置导航栏方法,和UIKit通用
  • 新增PluginView用于加载视图规范插件,和UIKit通用
  • 新增HostingView用于装载View为UIView
  • 新增StateView状态机视图
  • 新增HostingController控制器,和UIKit通用
  • 兼容FWFramework 3.8.0版本

[3.7.0] - 2022-07-27

Choose a tag to compare

@lszzy lszzy released this 27 Jul 05:58

Added

  • Added SwiftUI web image, wrapper, toolkit components
  • Compatible with FWFramework 3.7.0 version

Added

  • 新增SwiftUI网络图片、包装器、工具组件
  • 兼容FWFramework 3.7.0版本

[3.6.3] - 2022-07-18

Choose a tag to compare

@lszzy lszzy released this 18 Jul 05:28

Added

  • Added optional Lottie plugin to load Lottie animations
  • Pull-down refresh plugin supports progress bar effect when dragging
  • Pull-up additional plug-in support shows that there are no more views
  • The shortcut jump TabBar is compatible with the case where the root controller is the navigation controller

Added

  • 新增可选Lottie插件,可加载Lottie动画
  • 下拉刷新插件支持拖动时进度条效果
  • 上拉追加插件支持显示暂无更多视图
  • 快捷跳转TabBar兼容根控制器为导航控制器的情况

[3.6.2] - 2022-07-14

Choose a tag to compare

@lszzy lszzy released this 14 Jul 10:36

Added

  • FWTagCollectionView added selected font configuration

Added

  • FWTagCollectionView新增选中字体配置

[3.6.1] - 2022-07-13

Choose a tag to compare

@lszzy lszzy released this 13 Jul 03:46

Changed

  • Toast plugin supports controller configuration displayed in the window

Changed

  • 吐司插件支持控制器配置显示在window里面

[3.6.0] - 2022-07-11

Choose a tag to compare

@lszzy lszzy released this 11 Jul 04:53

Changed

  • Refactor the image plugin to create a view method
  • Modify the WebView bridge parameter context to weak reference
  • Compatible with FWFramework 3.6.0 version

Changed

  • 重构图片插件创建视图方法
  • 修改WebView桥接参数context为weak引用
  • 兼容FWFramework 3.6.0版本

[3.5.1] - 2022-07-06

Choose a tag to compare

@lszzy lszzy released this 06 Jul 13:27

Fixed

  • Image plugin supports ignore cache option
  • Fix the problem that the empty interface occasionally displays abnormally
  • Fix Tabbar controller loading remote image issue

Fixed

  • 图片插件支持忽略缓存选项
  • 修复空界面偶现显示异常问题
  • 修复Tabbar控制器加载远程图片问题

[3.5.0] - 2022-07-04

Choose a tag to compare

@lszzy lszzy released this 04 Jul 12:24

Added

  • Added batch registration WebView bridge class method
  • Migrate some common methods to FWFramework
  • Compatible with FWFramework 3.5.0 version

Added

  • 新增批量注册WebView桥接类方法
  • 迁移部分常用方法到FWFramework
  • 兼容FWFramework 3.5.0版本