Skip to content

Releases: kdroidFilter/ComposeNativeWebview

1.0.0-alpha-10

17 Jan 16:24
9b0b2a4

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha-09...v1.0.0-alpha-10

1.0.0-alpha-09

15 Jan 20:24
69e714c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha-07...v1.0.0-alpha-09

1.0.0-alpha-07

14 Jan 18:41
1200e8d

Choose a tag to compare

What's Changed

  • Implementing Global URL Change Event Listening on the Desktop Side by @magic-cucumber in #16

Full Changelog: v1.0.0-alpha-06...v1.0.0-alpha-07

1.0.0-alpha-06

14 Jan 12:38
4b2341e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0-alpha-05...v1.0.0-alpha-06

1.0.0-alpha-05

11 Jan 18:40
196b583

Choose a tag to compare

Fix android artefacts missing

Full Changelog: v1.0.0-alpha-04...v1.0.0-alpha-05

1.0.0-alpha-04

11 Jan 18:12
0bd3f78

Choose a tag to compare

What's Changed

  • Update Maven workflow to configure Android SDK setup step by @kdroidFilter in #10
  • Downgrade Kotlin version to 2.2.21 and disable Gradle configuration cache by @kdroidFilter in #11
  • Introduce configurable logging and refined severity levels by @kdroidFilter in #12

Full Changelog: v1.0.0-alpha-03...v1.0.0-alpha-04

1.0.0-alpha-03

07 Jan 10:58
b26c25e

Choose a tag to compare

What's Changed

  • Added support for evaluate javascript callback by @Sterta in #7

New Contributors

  • @Sterta made their first contribution in #7

Full Changelog: v1.0.0-alpha-02...v1.0.0-alpha-03

1.0.0-alpha-02

05 Jan 15:36

Choose a tag to compare

Update Maven workflow to package and verify JVM native resources

- Add resource preparation step to copy native libraries for supported platforms.
- Update verification step to include checks for libraries in resource directories.
- Simplify Gradle configuration by removing unused `nativeResources` and `processResources` logic.
- Configure `sourceSets` to include new resource directories.

1.0.0-alpha-01

05 Jan 14:26

Choose a tag to compare

Refactor rust library handling and enhance Gradle task configuration

- Introduce `prebuiltRustLibrary` function to centralize prebuilt library resolution logic.
- Update `FindDynamicLibrariesTask` and `RustUpTargetAddTask` to use `prebuiltRustLibrary` for improved target handling.
- Refine conditional task execution to account for prebuilt library existence and host-target checks.