Skip to content

Releases: jeluchu/jchucomponents

v1.0.0-beta09

30 Nov 20:19
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

  • Update Jetpack Compose to compose-bom:2022.11.00
  • Added Context.openPlaystoreSubscriptions extension
  • Deprecated doOnGlobal extension (because use GlobalScope.launch)
  • Change doOnUI and doOnMain extension with CoroutineScope(...).launch
  • Added inline buildIsRAndUp, buildIsSAndUp and buildIsTiramisuAndUp
  • Added NavBackStackEntry.lifecycleIsResumed extension
  • Changes in ScaffoldStates, (success, failed, loading - change to - onSuccess, onFailed, onLoading) and (data - change to - items)

v1.0.0-beta08

08 Nov 18:09
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

  • Include new extension for Context to return Bitmap from network image to load in a Glance Widget [Added Param: AllowHardware]

v1.0.0-beta07

08 Nov 15:11
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

  • Include new extension for Context to return Bitmap from network image to load in a Glance Widget

v1.0.0-beta06

26 Oct 07:42
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

v1.0.0-beta05

11 Oct 19:13
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

  • Including new compose methods for LazyColumn and LazyRow
  • Include new extensions for remember function in Compose
  • Improve Text in Compose for use stringResource(id =)
  • Improve Icon in Compose for use ImageVector, Bitmap, Painters, etc
  • Update gradle and compileVersion to API Level 33

v1.0.0-beta4

11 Oct 17:14
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

  • Including new compose methods for LazyColumn and LazyRow
  • Include new extensions for remember function in Compose
  • Improve Text in Compose for use stringResource(id =)
  • Improve Icon in Compose for use ImageVector, Bitmap, Painters, etc

v1.0.0-beta3

02 Sep 23:43
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

Include more documentation
Refactoring of all code
Include experimental ScaffoldStates for API Request States (isLoading, success or failed)

v1.0.0-beta02

02 Sep 23:39
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

Updated Compose Compiler to v1.3.0
Updated Jetpack Compose to v1.2.1
Updated Kotlin to version v1.7.10
Refactoring of all code
Include experimental ScaffoldStates for API Request States (isLoading, success or failed)

v1.0.0-beta01

02 Sep 23:11
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

Updated Compose Compiler to v1.3.0
Updated Jetpack Compose to v1.2.1
Updated Kotlin to version v1.7.10
Refactoring of all code
Include experimental ScaffoldStates for API Request States (isLoading, success or failed)

v1.0.0-alpha02

04 Jul 11:59
Compare
Choose a tag to compare

This is the new major version of the jchucomponents, which will also include the availability of documentation, as well as a complete refactoring of all the functions that are currently in the rest of the projects and the grouping of all the previous ones.

What has changed

  • Updated Compose Compiler to v1.2.0
  • Updated Kotlin to version v1.7.0
  • Included Dokka for documentation management
  • Refactoring of all code