Fixed an issue where the Range component's reset method was not working.
Changed the parameter in the Swipe & Scroll libraries from aixs to flow, with possible values h/v.
Fixed a bug in the findSnap function of the Swipe module.
Fixed an issue in the Gesture module where setting step.value had no effect.
Removed the total.hyphen parameter in the Swipe module and added a total.format parameter to allow users to customize the text format of the data summary.
Fixed the Gesture module to support zoom behavior even when already flipped horizontally or vertically.
Fixed the getEl and getEls functions to allow retrieving child nodes from within a template element.
Modified the default trigger timing in the Lazy module: it now triggers when the target element partially intersects with the viewport.
Fixed the Swipe module to pause videos and audios in other swipes when switching slides.
Modified the Swipe module so that the gap and divide parameters remain effective in slides: 'auto' mode.
Added
Added thumb parameter to Swipe, allowing association with other swipe instances.
Added toLocate method to Swipe, enabling direct slide positioning.
Added several icons related to the Viwer module.
Added built-in tool names in the createTools method.
Added the isChildVisible utility function to determine whether a child node is visible within its parent.
Modified Format component: Pinyin (phonetic notation) will not be split if it contains no English commas or spaces
Updated Btn component: Added selected property
Fixed text error in status.info of en-US language pack
Renamed inverted to flipped in Step and Buoy components (clarified: inverted for color reversal, flipped for node flipping)
Revised several properties of Icon component and rewrote its CSS
Changed File component's lang.multi property to lang.hasFiles
Adjusted File component styles: Increased line height for multiple file selection to prevent character clipping
Fixed Valid library issue where custom form field validation initially failed - now uses debounce validation to ensure checks occur after all operations complete
Fixed Upload library: Prevented duplicate event bubbling from built-in file and text native components by stopping propagation of change and input events
Updated toLocalTime function to accept more date text formats
Fixed Tags library: updateCont method now correctly triggers output event
Fixed validTools.parseLength function: Added value and label parameters to pass original values and aliases
Fixed validTools.listenSubmit function to properly listen for submit events