Skip to content

Release 0.2.3

Latest
Compare
Choose a tag to compare
@sacmii sacmii released this 23 Jul 13:07

0.2.3 (2024-07-23)

  1. Documentation Enhancements:

    • A new Readme file has been added, specifically to showcase an example gif, making it easier for users to understand the functionality visually.
  2. Props Refactoring and Expansion:

    • TBoxProps have been expanded to include minHeightClamp, maxHeightClamp, minWidthClamp, and maxWidthClamp, allowing for more precise control over box dimensions.
    • TScaleProps now include minScaleClamp and maxScaleClamp for better scaling control.
    • TInitialProps have been updated to include panGestureEnabled and pinchGestureEnabled, providing more options for gesture control.
    • Two new properties, moveAnimationDuration and scaleAnimationDuration, have been added to customize animation timings.
  3. API Additions:

    • New API methods (setPanGestureState, setPinchGestureState, getPanGestureState, getPinchGestureState) have been introduced to offer programmatic control over gesture states.
  4. Documentation and Example Updates:

    • The documentation has been updated to reflect the new props and API methods, ensuring users have the latest information for utilizing the project's features.
    • The example has been revised to demonstrate the new props and APIs, providing a practical reference for implementation.