Skip to content

Releases: jacobras/ComposeActionMenu

3.1.1

30 Jan 14:44
b923079

Choose a tag to compare

What's Changed

Other Changes

  • Fix JVM compatibility after switching CI to build with 24 by @jacobras in #50

Full Changelog: 3.1.0...3.1.1

3.1.0

22 Jan 20:51
0432257

Choose a tag to compare

What's Changed

  • Icon of disabled item is now greyed out (#44)
  • If the overflow menu has at least one icon, items without an icon will have padding so all titles are aligned (#43)
  • Improved icon alignment

Updated to Compose 1.10.0.

Full Changelog: 3.0.1...3.1.0

3.0.1

19 Nov 14:32

Choose a tag to compare

What's Changed

Dependency Updates 🛠

  • Updated to Compose Multiplatform 1.7.1
  • Bump com.vanniktech.maven.publish from 0.28.0 to 0.29.0 by @dependabot in #24

Other Changes

Full Changelog: 3.0.0...3.0.1

3.0.0

31 Aug 12:00
d1c42a0

Choose a tag to compare

What's Changed

  • Migrate to Material 3 by @jacobras in #23 (see migration instructions in readme)
  • Added support for JS + WASM

Full Changelog: 2.0.0...3.0.0

2.0.0

11 Jan 23:18
18d8a75

Choose a tag to compare

What's Changed

  • Migrated to Compose Multiplatform, making the library also available on iOS and JVM (desktop).

Note: the library is now available from Maven Central as nl.jacobras.compose-action-menu.

Full Changelog: 1.2.0...2.0.0

image

1.2.0

18 May 23:05

Choose a tag to compare

This release depends on Compose BOM 2023.05.01.

What's Changed

  • NEW: enabled menu option property.
  • NEW: regularIconTint color option to set the icon/text tint of menu options shown outside the overflow dropdown.
  • BREAKING: renamed backgroundColor to dropdownBackgroundColor to clarify what it does.
  • BREAKING: renamed iconTint to dropdownIconTint to clarify what it does.
  • Bump org.jetbrains.kotlin.android from 1.8.10 to 1.8.21 by @dependabot in #2

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

17 Feb 11:31

Choose a tag to compare

Updated dependencies. This release depends on Compose BOM 2023.01.00.

Full Changelog: 1.0.0...1.1.0

1.0.0

28 Dec 11:10

Choose a tag to compare

Initial release.