Skip to content

Latest commit

 

History

History
106 lines (50 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

106 lines (50 loc) · 3.69 KB

Changelog

1.4.0 (2023-06-24)

Bug Fixes

  • 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)

Documentation

1.4.0 (2023-04-23)

Features

  • add new method setValue (191b25e)

Bug Fixes

  • style: cannot show correctly under safari (#104) (ffad433)

Documentation

Performance

  • reduce mounting methods (5eab693)

1.3.3 (2022-08-28)

Bug Fixes

  • types fix and variable naming conventions (5799ce3)
  • types: result val type fix (c7471b9)

1.3.1 (2022-08-26)

Bug Fixes

  • ms-wheel undefined error in pc (04700bc)
  • selected value not obvious (8820a49)

Documentation

1.3.0 (2022-08-26)

Features

  • blank area can scrolling (f0d52b8)

Bug Fixes

  • demo flash of unstyled content (abf078f)

Performance

  • enhance animation fluency (488c6dd)

CI/CD

  • update steps and use google-github-actions-bot (c4a380f)

1.2.0 (2022-08-24)

Refactor

  • Using TS refactor and vite build tools, build the type production of the specification (UMD, ESM, IIFE).

Features

  • 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

Documentation

  • add platform sandbox demo