-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #223 from ios-osushi/feature/129_20250106
Create 129-20250106.md
- Loading branch information
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
date: 2025-01-06 09:00 | ||
description: swift-dependencies 1.6.3 リリース、Lottie 4.5.1 リリース、Realm v20.0.1 リリース | ||
--- | ||
# 129 2025-01-06 | ||
|
||
## OSS のリリース情報 | ||
|
||
iOS アプリ開発でよく使われている OSS のリリース情報です。 | ||
|
||
### サードパーティ | ||
#### 1.6.3 - pointfreeco/swift-dependencies | ||
|
||
[https://github.com/pointfreeco/swift-dependencies/releases/tag/1.6.3](https://github.com/pointfreeco/swift-dependencies/releases/tag/1.6.3) | ||
|
||
##### 改善点 | ||
|
||
* アプリのエントリポイントのドキュメントが改善されました | ||
|
||
##### 修正点 | ||
|
||
* 依存関係の処理に関する問題が修正されました | ||
* プレビューでの依存関係のキャッシュの問題が修正されました | ||
|
||
#### 4.5.1 - airbnb/lottie-spm | ||
|
||
[https://github.com/airbnb/lottie-spm/releases/tag/4.5.1](https://github.com/airbnb/lottie-spm/releases/tag/4.5.1) | ||
|
||
##### 改善点 | ||
|
||
* Package.swift に動的ライブラリを追加しました | ||
* ValueProvider の削除機能を追加しました | ||
|
||
##### 修正点 | ||
|
||
* `LottieAnimationLayer.pause()` のフレーム変換を修正しました | ||
* Xcode 16 の警告を修正しました | ||
* shape のデフォルト値を調整しました | ||
* 値が false の場合のクラッシュを修正しました | ||
|
||
#### 4.5.1 - airbnb/lottie-ios | ||
|
||
[https://github.com/airbnb/lottie-ios/releases/tag/4.5.1](https://github.com/airbnb/lottie-ios/releases/tag/4.5.1) | ||
|
||
airbnb/lottie-spm と同様です。 | ||
|
||
#### v20.0.1 - realm/realm-swift | ||
|
||
[https://github.com/realm/realm-swift/releases/tag/v20.0.1](https://github.com/realm/realm-swift/releases/tag/v20.0.1) | ||
|
||
##### 改善点 | ||
|
||
* Xcode 16.2 対応のビルドスクリプトを更新しました | ||
|
||
##### 修正点 | ||
|
||
* 複数の述語を OR で組み合わせたクエリでクラッシュする問題を修正しました | ||
|
||
##### その他 | ||
|
||
* Realm Studio 15.0.0 以降が必要になりました | ||
* Carthage、CocoaPods、Xcode のバージョン要件が更新されました | ||
* realm-core を v20.0.0 から 20.1.0 にアップグレードしました |