Skip to content

Releases: oleksandrbalan/lazytable

v1.9.0-beta01

08 Sep 20:44
7ffad63
Compare
Choose a tag to compare

What's Changed

  • Update compose related libraries:
    • Update MinaBox to 1.8.0-beta01.
    • Update CMP to 1.7.0-beta01.
    • Update Jetpack Compose to 2024.09.00.
    • Update Activity Compose to 1.9.2.

Full Changelog: v1.8.0...v1.9.0-beta01

v1.8.0

08 Mar 01:20
Compare
Choose a tag to compare

What's Changed

  • Add Wasm target support.

Full Changelog: v1.7.0...v1.8.0

v1.7.0

23 Jan 06:33
Compare
Choose a tag to compare

What's Changed

  • Implement the ability to add a pinned footer to the LazyTable.
  • Fix maven repo declaring in README.
  • Replace system UI controller and tweak night mode for demo application.

New API

  • The footer could be enabled by setting footer to true in lazyTablePinConfiguration:
LazyTable(
    pinConfiguration = lazyTablePinConfiguration(
        ...
        footer = true,
    ),
) { ... }

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0

14 Nov 10:51
Compare
Choose a tag to compare

What's Changed

  • Update to compose multiplatform 1.5.10.

Full Changelog: v1.5.0...v1.6.0

v1.5.0

29 Aug 05:58
Compare
Choose a tag to compare

What's Changed

  • Update to compose multiplatform 1.5.0.

Full Changelog: v1.4.0...v1.5.0

v1.4.0

23 Aug 06:51
Compare
Choose a tag to compare

What's Changed

  • Add iOS target.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

18 Aug 16:08
Compare
Choose a tag to compare

What's Changed

  • Updates LazyTable to be Kotlin Multiplatform compatible by @joshafeinberg

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

25 Jun 21:58
e28e405
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

19 Jun 21:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 May 05:08
23b1372
Compare
Choose a tag to compare