Releases: jeluchu/jchucomponents
v2.0.0-alpha09 ✨
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 ✨
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 ✨
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 ✨
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 ✨
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
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
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
andPurchase.PurchaseState.PENDING
) whenBillingClient.BillingResponseCode.OK
If you have any problems, or suggestions for adding new components, don't hesitate to open an issue
v1.8.3
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
tosetSubscriptionReplacementMode
If you have any problems, or suggestions for adding new components, don't hesitate to open an issue
v1.8.2
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
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 tocontainer
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