Skip to content

Releases: alibaba-fusion/next

build/1.27.0

03 Jan 13:15
Compare
Choose a tag to compare

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

14 Dec 07:56
Compare
Choose a tag to compare

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

07 Dec 03:03
Compare
Choose a tag to compare

1.26.36 (2023-12-07)

Bug Fixes

build/1.26.35

30 Nov 06:44
Compare
Choose a tag to compare

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

23 Nov 07:35
Compare
Choose a tag to compare

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

16 Nov 09:42
Compare
Choose a tag to compare

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

16 Nov 04:49
Compare
Choose a tag to compare

1.26.32 (2023-11-16)

Bug Fixes

build/1.26.31

09 Nov 12:05
Compare
Choose a tag to compare

1.26.31 (2023-11-09)

Bug Fixes

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

build/1.26.30

01 Nov 09:07
Compare
Choose a tag to compare

1.26.30 (2023-11-01)

build/1.26.29

01 Nov 03:23
Compare
Choose a tag to compare

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)