Skip to content

Releases: jeluchu/jchucomponents

v2.0.0-alpha09 ✨

09 Apr 15:47
Compare
Choose a tag to compare

This is the new major version of jchucomponents, which will include new features (components, extensions, utilities, etc.), as well as a complete refactoring of all the code currently found in the library modules.

The previous alphas from 5 to 8, have been internal to test certain features that have been incorporated in alpha 9.

What has changed

  • Changed the payment module from scratch (RevenueCat is now used for the payment gateway)
  • Refactor components in UI
  • Update others dependencies
  • Extensions have been internalised in the modules so that there is no confusion with those of the jchucomponents-ktx module itself.

You can view the documentation for jchucomponents-pay methods from the following link: Jchucomponents-Pay. A README will soon be included in the payment module to give an example of how to use it.

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v2.0.0-alpha04 ✨

29 Mar 15:18
Compare
Choose a tag to compare

This is the new minor version of jchucomponents, which will include new features (components, extensions, utilities, etc.), as well as a complete refactoring of all the code currently found in the library modules.

What has changed

  • Update dependencies

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v2.0.0-alpha03 ✨

30 Jan 12:16
Compare
Choose a tag to compare

This is the new major version of jchucomponents, which will include new features (components, extensions, utilities, etc.), as well as a complete refactoring of all the code currently found in the library modules.

What has changed

  • Improve PreferenceSingleChoiceItem component
  • Update Material 3 to new Release Candidate

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v2.0.0-alpha02 ✨

25 Jan 07:52
Compare
Choose a tag to compare
v2.0.0-alpha02 ✨ Pre-release
Pre-release

This is the new major version of jchucomponents, which will include new features (components, extensions, utilities, etc.), as well as a complete refactoring of all the code currently found in the library modules.

What has changed

  • Refactor components
  • Improve performance
  • Update Jetpack Compose to 1.6.0

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v2.0.0-alpha01 ✨

14 Oct 17:09
Compare
Choose a tag to compare
v2.0.0-alpha01 ✨ Pre-release
Pre-release

This is the new major version of jchucomponents, which will include new features (components, extensions, utilities, etc.), as well as a complete refactoring of all the code currently found in the library modules.

What has changed

  • Include alpha version for sample app
  • Update to Jetpack Compose version
  • Update others dependencies

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v1.8.5

30 Aug 12:13
Compare
Choose a tag to compare

This is the new minor release of jchucomponents, which will include fixes to design elements, extensions or core, depending on the issue found.

What has changed

  • New unique rememberMutableStateOf have been created for numeric data types (Int, Float, Double and Long)

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v1.8.4

26 Aug 01:15
Compare
Choose a tag to compare

This is the new minor release of jchucomponents, which will include fixes to design elements, extensions or core, depending on the issue found.

What has changed

  • Modify conditions of billings (Purchase.PurchaseState.PURCHASED and Purchase.PurchaseState.PENDING) when BillingClient.BillingResponseCode.OK

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v1.8.3

25 Aug 11:48
Compare
Choose a tag to compare

This is the new minor release of jchucomponents, which will include fixes to design elements, extensions or core, depending on the issue found.

What has changed

  • Replace deprecated method setReplaceProrationMode to setSubscriptionReplacementMode

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v1.8.2

16 Aug 22:19
Compare
Choose a tag to compare

This is the new minor release of jchucomponents, which will include fixes to design elements, extensions or core, depending on the issue found.

What has changed

  • Fixed not used iconSize in IconProgress
  • Fixed and Added padding icon param in IconProgress

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue

v1.8.1

16 Aug 17:58
Compare
Choose a tag to compare

This is the new minor release of jchucomponents, which will include fixes to design elements, extensions or core, depending on the issue found.

What has changed

  • Renamed background param to container in IconProgress
  • Added param iconSize in IconProgress

If you have any problems, or suggestions for adding new components, don't hesitate to open an issue