Releases: Breens-Mbaka/Jetpack-Compose-Tables
Releases · Breens-Mbaka/Jetpack-Compose-Tables
1.2.0
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
- @joelkanyi made their first contribution in #16
Full Changelog: 1.1.0...1.2.0
1.1.0
New improvements 🚀
- Allow hiding or showing vertical dividers
- Allow giving more width/weight for a given column
- Allow centring or not of content in a table cell
- Allow adding padding in the
- Changes; by @Breens-Mbaka in #12
- Changes by @Breens-Mbaka in #13
Full Changelog: 1.0.6...1.1.0
1.0.6
What's Changed
- Fix scroll behaviour in column by @kibettheophilus in #10
Full Changelog: 1.0.5...1.0.6
Fix build library against Java 17
1.0.5 Merge branch 'master' into develop
Fix build errors
Merge pull request #8 from Breens-Mbaka/master Merge pull request #7 from Breens-Mbaka/develop
Enable or Disable Table Headers
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
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
1.0.1 Use JAVA JDK 17, add spotless check when building project. Also add a…