Skip to content

Commit

Permalink
docs(apple): release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed May 7, 2024
1 parent d6bc368 commit 2441eb3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/ios/Introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ https://github.com/growingio/growingio-sdk-ios-autotracker.git
在您的 Podfile 文件中添加

```ruby
pod 'GrowingAnalytics/Autotracker', '~> 4.2.0'
pod 'GrowingAnalytics/Autotracker', '~> 4.3.0'
```

打开终端,切换到项目目录
Expand Down Expand Up @@ -211,7 +211,7 @@ https://github.com/growingio/growingio-sdk-ios-autotracker.git
在您的 Podfile 文件中添加

```ruby
pod 'GrowingAnalytics/Tracker', '~> 4.2.0'
pod 'GrowingAnalytics/Tracker', '~> 4.3.0'
```

打开终端,切换到项目目录
Expand Down
4 changes: 2 additions & 2 deletions docs/ios/Upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pod 'GrowingAnalytics-cdp/Autotracker'

更改为:
```ruby
pod 'GrowingAnalytics/Autotracker', '~> 4.2.0'
pod 'GrowingAnalytics/Autotracker', '~> 4.3.0'
```

**如果您通过 SwiftPM 集成**
Expand All @@ -53,7 +53,7 @@ pod 'GrowingAnalytics-cdp/Tracker'

更改为:
```ruby
pod 'GrowingAnalytics/Tracker', '~> 4.2.0'
pod 'GrowingAnalytics/Tracker', '~> 4.3.0'
```

**如果您通过 SwiftPM 集成**
Expand Down
19 changes: 19 additions & 0 deletions docs/ios/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
title: 版本记录
sidebar_position: 0
---
# [4.3.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.2.0...4.3.0) (2024-05-07)


### Bug Fixes

* add limit of events data length when query from db ([#304](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/304)) ([d54bef0](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/d54bef0b7a7646973f2730fe84efc9ac41353367))
* add privacy manifest for watchOS/tvOS/visionOS platform ([#303](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/303)) ([3ce88fc](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/3ce88fc237eb13a4ec90432dba27899d2a836115))
* **autotrack:** ignore pages in GioKit by moving autotrackAllPages logic to viewDidLoad ([#302](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/302)) ([59e5cdd](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/59e5cdd29b1decaf0ce229a72066f06ee053f1d6))
* **perf:** func growingHelper_beautifulJsonString waste a lot of cpu time ([#312](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/312)) ([f8150cb](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/f8150cb4955f0b015c6bb5f17e4d81a1170f66f2))
* UICollectionView/UITableView swizzle bug ([#316](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/316)) ([0ec1ab0](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0ec1ab088dfcaf4e8ade23a096d1934c432cad46))
* **v2Adapter:** 兼容更多老 SaaS 的属性值的类型 ([#307](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/307)) ([f2f032b](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/f2f032bdd1569454378abac615a65b61815b496a))


### Features

* add set dynamic generalProps generator ([#308](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/308)) ([bec7290](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/bec729034d12467fa97fa101e5bb3e32cb133021))
* data validity period ([#310](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/310)) ([a52fefa](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/a52fefa7a7bf7a3590c49c501f193449aa94f631))
* watchOS/tvOS/visionOS/SwiftUI support ([#300](https://github.com/growingio/growingio-sdk-ios-autotracker/issues/300)) ([0ef1b26](https://github.com/growingio/growingio-sdk-ios-autotracker/commit/0ef1b260915febb12b080edac0f5b13e08b1e592))

# [4.2.0](https://github.com/growingio/growingio-sdk-ios-autotracker/compare/4.1.0...4.2.0) (2024-03-14)

### Features
Expand Down
2 changes: 1 addition & 1 deletion version_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
{
"name": "iOS",
"version": "4.2.0",
"version": "4.3.0",
"releaseUrl": "https://api.github.com/repos/growingio/growingio-sdk-ios-autotracker/releases",
"distPath": "docs/ios/",
"fileName": "version.md",
Expand Down

0 comments on commit 2441eb3

Please sign in to comment.