Releases: growingio/growingio-sdk-ios-autotracker
Releases · growingio/growingio-sdk-ios-autotracker
v3.4.8
3.4.8 (2023-03-31)
Features
v3.4.7
3.4.7 (2023-02-23)
Bug Fixes
Features
v3.4.5
3.4.5 (2022-11-16)
Bug Fixes
- delete unused files (36571d2)
- SwiftPM module Advert / APM public headers path configuration (5ba2f54)
- 修复 hybrid 圈选时 H5 元素位置不准确 (e84da8d)
- 修复延迟初始化下 PAGE 漏发、page.path 不准确 (f21d432)
- 修复延迟初始化下 VIEW_CLICK、VIEW_CHANGE 事件参数异常,圈选显示截图异常 (f82c7fb)
- 兼容 Hybrid 打通时,非字符串类型参数 (97b388d)
Features
v3.4.4
3.4.4 (2022-11-03)
Bug Fixes
- parentView 不可见时,圈选遍历不应该包含 subViews (69953ff)
Features
v3.4.3
3.4.3 (2022-09-20)
Features
v3.4.2-hotfix.1
Bug Fixes
- fix: 系统库文件如 sqlite3.h 应使用尖括号导入,而不是引号 (a66aea8)
v3.4.2
3.4.2 (2022-08-09)
Bug Fixes
- iOS 13 ApplicationState 在收到 UIScene 相关通知时并未转换 (26e6297)
- 避免因 delegate 对象重写 class 方法导致 swizzle 失效 (049db85)
Features
- GrowingEventInterceptor 增加 EventDidWrite 回调,以便新增事件排序 (a7843f9)
v3.4.1
3.4.1 (2022-07-07)
Bug Fixes
- id<GrowingRequestProtocol> 对象 optional 调用增加 respondsToSelector 判断 (7d3d81a)
v3.4.0
3.4.0 (2022-06-16)
Bug Fixes
- EventType 实现应统一到 Builder 类中 (c10d9b1)
- RequestAdapter 初始化函数调整 (2a026ee)
- SDK 未初始化时多次扫码圈选导致多次注册 UIDeviceOrientationDidChangeNotification (9c03a47)
- 删除无用的 GrowingLoginRequest (.h, .m) (5d2e2f0)
Features
- DefaultServices 单独作为 Module (e89210e)
- Protobuf 模块优化,减少 Category 的使用,避免 ld warnings (5394ca4)
- 适配 iOS 13 UIScene 冷启动 DeepLink 唤起 (1302b8b)