Next Versions Save

🦍 A configurable component library for web built on React.

build/1.27.0

4 months ago

1.27.0 (2024-01-02)

Code Refactoring

  • Create new project structure
  • Upgrade to TypeScript Project progressive
  • Improve maintenance for documentation and component APIs
  • Improve test cases with cypress

build/1.26.37

5 months ago

1.26.37 (2023-12-14)

Bug Fixes

  • TimePicker2: improve stability when isPreview and complete related types, close #4638 (#4643) (e86e1fd)

Features

build/1.26.36

5 months ago

1.26.36 (2023-12-07)

Bug Fixes

build/1.26.35

5 months ago

1.26.35 (2023-11-30)

Bug Fixes

  • Table: header and body always scroll together while GroupHeader and StickyLock, close 4396 (#4550) (a11365a), closes #4396

Features

  • Form: the error help does not affect the item margin, close #3994 (#4546) (99a08ba)

build/1.26.34

5 months ago

1.26.34 (2023-11-23)

Bug Fixes

  • Balloon: adjust overlay position at boundary when fixed, close #4137 (#4541) (c542089)
  • Slider: some props should not affect index at didUpdate, close #4533 (#4535) (7d2bc79)

Others

build/1.26.33

6 months ago

1.26.33 (2023-11-16)

Bug Fixes

  • Search: enter search always be called once each time, close #4049 (#4530) (aac300f)

build/1.26.32

6 months ago

1.26.32 (2023-11-16)

Bug Fixes

build/1.26.31

6 months ago

1.26.31 (2023-11-09)

Bug Fixes

  • Overlay: support show-hide in nested scroll component (#4517) (8cef2a1)

build/1.26.30

6 months ago

1.26.30 (2023-11-01)

build/1.26.29

6 months ago

1.26.29 (2023-11-01)

Bug Fixes

  • Calendar: calendar should support uncontrolled mode, close #4491 (64396da)
  • Cascader: first level menu always can collapse next level menus, close #4472 (#4502) (c8ed0b5)
  • Select: should prevent scroll when click wrapper, close #4492 (#4504) (dae8daf)
  • Switch: should unClickable while diabled, close #4478 (28266ad)
  • Tab: scroll by active correctly, close #4227 (#4505) (1f0a4f4)

Features

  • upload: add listType 'none' to hide upload list (#4500) (bf5bf12)
  • Breadcrumb: Add onClick eventHandler for item, close #4457(fdcf494)