dovigod / V-Gesture

Other
2 stars 0 forks source link

Rename property names #46

Closed dovigod closed 1 month ago

dovigod commented 1 month ago

Start Date

2024/07/31

Summary

Some property and option namings seems inconsistent and quite confusing.

Basic Example

new VGesuture({
   disableHelper : true
})

may be helper : false would be better that this.

Drawbacks

This update will lead to a crash directly. Therefore, warning messages MUST be logged in the console, and previous properties should be gracefully transitioned to new versions until the next major update.

Implementation PR

47

Reference Issues

No response