Skip to content

Commit

Permalink
Merge pull request #223 from ios-osushi/feature/129_20250106
Browse files Browse the repository at this point in the history
Create 129-20250106.md
  • Loading branch information
ry-itto authored Jan 10, 2025
2 parents 4cd4127 + bb29acc commit e46f793
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions Content/posts/129-20250106.md
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 にアップグレードしました

0 comments on commit e46f793

Please sign in to comment.