1.4.0 (2023-06-24)
- onTransitionEnd() callback return unexpected data on cascade mode (9dc2c37)
- pop-up position problem in long page (88954ca)
- the last column is not display when column sum is 6 (7965ff5)
- update README.md (202cc94)
1.4.0 (2023-04-23)
- add new method setValue (191b25e)
- update shields status (6bd8d81)
- reduce mounting methods (5eab693)
1.3.3 (2022-08-28)
1.3.1 (2022-08-26)
- update changelog.md (f65366d)
1.3.0 (2022-08-26)
- blank area can scrolling (f0d52b8)
- demo flash of unstyled content (abf078f)
- enhance animation fluency (488c6dd)
- update steps and use google-github-actions-bot (c4a380f)
1.2.0 (2022-08-24)
- Using TS refactor and vite build tools, build the type production of the specification (UMD, ESM, IIFE).
-
Add the attribute
initValue, autoFocus, scrollSpeed'
-
Add function
destroy()
-
Optimize method and attribute names:
callback()
-->onChange()
cancel()
-->onCancel()
transitionEnd()
-->onTransitionEnd()
triggerDisplayData
-->triggerDisplayValue
-
Add CSS style class name prefix to prevent style conflicts
- add platform sandbox demo