Skip to content

Releases: boswelja/compose-menuprovider

v1.3.2

06 Apr 02:43
Compare
Choose a tag to compare

What's Changed

  • Update dependencies
  • Add macos, ios, jvm, wasm targets by @boswelja in #57

WARNING: Version 1.3.0 and 1.3.1 were publishing failures, and should not be used. The documentation website currently reflects 1.3.1, but there are no differences in API between these versions.

Full Changelog: 1.2.2...1.3.2

v1.2.2

10 Jan 08:03
9dcf172
Compare
Choose a tag to compare

What's Changed

  • Fix SingleTopMenuHost not updating values by @boswelja in #45
  • Create tests for MenuHost implementatons by @boswelja in #46

Full Changelog: 1.2.1...1.2.2

v1.2.1

10 Jan 03:27
a827932
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.1

v1.1.1

07 Dec 07:53
40855ff
Compare
Choose a tag to compare

This is a hotfix release for v1.1.0, where we fixed a publishing issue with Maven targets

v1.1.0

06 Dec 08:08
421b23c
Compare
Choose a tag to compare

What's Changed

  • Fix missing dropdown menu when top app bar overflows by @boswelja in #28
  • Expose IconButtonMenuItem and DropdownMenuItem by @boswelja in #29
  • String-ify overflow item by @boswelja in #30
  • Update .idea/.gitignore by @boswelja in #31
  • Create ExposedDropdownMenuItems by @boswelja in #32
  • Create a variety of overloads for different menu item UI components by @boswelja in #33

Full Changelog: 1.0.5...1.1.0

v1.0.5

06 Dec 05:04
9316725
Compare
Choose a tag to compare

What's Changed

  • Updated Compose Multiplatform to 1.5.11
  • Updated Kotlin to 1.9.21
  • Disabled K2 to avoid issues with including in non-K2 projects

New Contributors

Full Changelog: 1.0.4...1.0.5

v1.0.4

30 Sep 09:43
737093f
Compare
Choose a tag to compare

What's Changed

core now publishes artifacts for JVM targets to consume!

Minor updates to the Dokka docs.

Full Changelog: 1.0.3...1.0.4

v1.0.3

30 Sep 05:30
6dd0021
Compare
Choose a tag to compare

This is the first official release of compose-menuprovider!

Check out the README for getting started, and the documentation for information on the public API.