Skip to content

Releases: Breens-Mbaka/Jetpack-Compose-Tables

1.2.0

27 May 06:30
8d28fc9
Compare
Choose a tag to compare

What's Changed

  • Update to the latest Kotlin and Compose versions by @Breens-Mbaka in #15
  • FIX: Table isn't quite visible when user changes to dark theme by @joelkanyi in #16

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

02 Feb 09:35
4efccf9
Compare
Choose a tag to compare

New improvements 🚀

  1. Allow hiding or showing vertical dividers
  2. Allow giving more width/weight for a given column
  3. Allow centring or not of content in a table cell
  4. Allow adding padding in the

Full Changelog: 1.0.6...1.1.0

1.0.6

15 Aug 06:29
aabc0db
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

Fix build library against Java 17

30 Jul 07:14
Compare
Choose a tag to compare
1.0.5

Merge branch 'master' into develop

Fix build errors

30 Jul 07:02
f871f64
Compare
Choose a tag to compare
Merge pull request #8 from Breens-Mbaka/master

Merge pull request #7 from Breens-Mbaka/develop

Enable or Disable Table Headers

30 Jul 06:41
0b45876
Compare
Choose a tag to compare

With this latest release 🚀, you can be able to enable or disable headers based on your preferences. I also reduced the target JDK version to Java 8.

Build library using JAVA JDK 17 rather than 11

27 Jul 13:09
Compare
Choose a tag to compare

Use Java JDK 17 to build the library instead of 11 and update the library version to 1.0.2.

Full Changelog: 1.0.1...1.0.2

Fix Jitpack build error issue when publishing

27 Jul 12:46
Compare
Choose a tag to compare
1.0.1

Use JAVA JDK 17, add spotless check when building project. Also add a…

First Version 1.0.0

27 Jul 09:52
Compare
Choose a tag to compare

Launching 🚀 the first version of the BeeTablesCompose library that allows seamless integration of data tables to your Android and IOS apps.