Skip to content

chore(deps): update filekit to v0.14.0#169

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/filekit
Open

chore(deps): update filekit to v0.14.0#169
renovate[bot] wants to merge 1 commit intomainfrom
renovate/filekit

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 4, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.vinceglb:filekit-dialogs-compose 0.12.00.14.0 age adoption passing confidence
io.github.vinceglb:filekit-dialogs 0.12.00.14.0 age adoption passing confidence
io.github.vinceglb:filekit-core 0.12.00.14.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

vinceglb/FileKit (io.github.vinceglb:filekit-dialogs-compose)

v0.14.0

Compare Source

FileKit 0.14.0 focuses on platform coverage, picker reliability, and clearer dialog APIs.

This release adds native Windows support, web directory picking, iOS picker configuration improvements, Android SAF fixes, and file saver extension filters. It also includes several documentation updates and dependency upgrades to keep FileKit aligned with the latest Kotlin Multiplatform ecosystem.

✨ What's New
✅ Improvements
📝 Documentation
⬆️ Dependency Updates
  • Kotlin 2.3.21
  • Compose Multiplatform 1.10.3
  • Android Gradle Plugin 9.2.0
  • Gradle 9.4.1
  • Android compile/target SDK 37
  • AndroidX Activity 1.13.0
  • AndroidX Lifecycle 2.10.0
  • kotlinx-serialization 1.11.0
  • kotlinx-browser 0.5.0
⚠️ Migration Notes
  • openFileSaver(..., extension = "txt") is deprecated. Use defaultExtension = "txt" for the suggested extension, and allowedExtensions = setOf("txt", "md") when the native dialog should offer extension filters.
  • On iOS, use FileKitAssetRepresentationMode.Compatible when you need picker results that are easier to decode with Skia/Compose image APIs.
  • Web directory picking is based on browser file inputs, so empty directories and real directory metadata are not available from the browser.
New Contributors

Thanks a lot to all the contributors ❤️

Full Changelog: vinceglb/FileKit@0.13.0...0.14.0

v0.13.0

Compare Source

FileKit 0 13 release note

🚀 Better stability, reliability, and developer experience

FileKit 0.13.0 is mainly focused on improving stability and reliability across all supported platforms.

This release includes many fixes for platform-specific edge cases, better lifecycle handling, and more consistent behavior between targets. The goal was simple: make FileKit more predictable and safer to use in production.

We also improved the developer experience with better KDoc coverage, clearer documentation, and a new Cookbook section. On top of that, we introduced more automated tests, new CI workflows, a new sample project, and linting enforcement.

✨ What's new

✅ Improvements

🐛 Bug fixes

📚 New Cookbook guides

  • DataStore: shows how to configure DataStore from commonMain using FileKit.databasesDir, avoiding platform-specific expect/actual setup for storage paths.
  • Test Resources: explains how to reliably access test files in KMP with FileKit.projectDir, with practical examples and platform support notes.

🧑‍💻 Developer Experience

📝 Documentation updates

⬆️ Dependencies updates

  • Upgrade Kotlin to 2.3.10
  • Upgrade kotlinx-io to 0.9.0
  • Upgrade Compose Multiplatform to 1.10.1
  • Keep JNA at 5.18.1
  • Upgrade Coil to 3.4.0
  • Upgrade AGP to 9.0.1

🙏 New Contributors

Thanks a lot to all the contributors ❤️

🤩 Bonus

Here are the screenshots of the new sample app!

CleanShot 2026-02-25 at 02 31 53@​2x

Full Changelog: vinceglb/FileKit@0.12.0...0.13.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/filekit branch from 238bd69 to abc1ab5 Compare April 21, 2026 21:07
@renovate renovate Bot force-pushed the renovate/filekit branch from abc1ab5 to be5a64f Compare May 2, 2026 17:57
@renovate renovate Bot changed the title chore(deps): update filekit to v0.13.0 chore(deps): update filekit to v0.14.0 May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants