Skip to content

Releases: alibaba-fusion/next

build/1.27.34

Choose a tag to compare

@zyliang96 zyliang96 released this 31 Mar 12:00

1.27.34 (2026-03-31)

Bug Fixes

  • Select: fix the issue where the group key conflicts with the item value in the grouped dataSource scenario (65ecdf5)
  • TreeSelect: fix options collapse after select when treeCheckable,treeDefaultExpandAll and showSearch is true (a1b986f)

build/1.27.33

Choose a tag to compare

@zyliang96 zyliang96 released this 01 Dec 16:47

1.27.33 (2025-12-01)

Bug Fixes

  • Drawer: ensure correct padding-right is applied to body when Drawer is opened with scroll (ae24d96)
  • fix the type inference error on the consumer side (#5030) (86b98cf)
  • TreeSelect: fix expandedKeys bug when search by searchValue is empty and treeDefaultExpandAll is true (872eaf1)

build/1.27.32

Choose a tag to compare

@zyliang96 zyliang96 released this 10 Mar 04:00

1.27.32 (2025-03-10)

Bug Fixes

  • Field: fix use setError on uninitialized field caused incorrect values configuration (3f402b6)
  • Nav: the icon is not centered when the width of Nav in iconOnly mode is less than the default width (bb46a4d)
  • TimePicker2: support set locale by ConfigProvider (a5e1284)

build/1.27.30

Choose a tag to compare

@zyliang96 zyliang96 released this 06 Dec 06:25

1.27.30 (2024-12-06)

Bug Fixes

  • Badge: set alignment by use transform (fbda649)
  • Balloon: v2 default offset adjustment (3f5f818)
  • CascaderSelect: The value of the menuProps attribute is passed by props (7a33369)
  • Collapse: Internal elements need to apply the radius configuration of external elements, close #3277 (936c429)
  • DatePicker2: support defaultValue & value for quarter, close #3006 (9760278)
  • Select: Fix select doc (af1c2e7)

Code Refactoring

  • ConfigProvider: static reference to moment (e74c307)

build/1.27.29

Choose a tag to compare

@zyliang96 zyliang96 released this 12 Nov 11:42

1.27.29 (2024-11-12)

Bug Fixes

  • Slider: correct typo and improve types definition (9d4f0f7)

build/1.27.28

Choose a tag to compare

@eternalsky eternalsky released this 22 Oct 07:11

1.27.28 (2024-10-21)

Bug Fixes

  • DatePicker2: after entering a customized date format and pressing Enter, the value should not change,closed #4896 (e74ab40)
  • Grid: The style prop of Col in the Grid does not take effect (836eeb6)
  • Timeline: left content of timeline item cannot be styled correctly (f27e646)

Code Refactoring

  • DatePicker: convert to TypeScript, improve docs and tests (4c37bf5)
  • Form: convert to TypeScript, improve docs and tests, close#4585 (adbb6c9)
  • Form: update form field options and dependencies (f1c17a1)
  • Range: convert to TypeScript, improve docs and tests (d4b99e9)
  • Shell: convert to TypeScript, improve docs and tests (202f538)
  • Tab: convert to TypeScript, improve docs and tests (4632a46)
  • TimePicker2: convert to TypeScript, improve docs and tests, close #4616 (e082513)

build/1.27.27

Choose a tag to compare

@eternalsky eternalsky released this 21 Oct 02:16

1.27.27 (2024-10-18)

Bug Fixes

build/1.27.26

Choose a tag to compare

@eternalsky eternalsky released this 12 Oct 09:58

1.27.26 (2024-09-20)

Bug Fixes

  • VirtualList: stabilize children keys in virtual list (f3d1d81)

build/1.27.25

Choose a tag to compare

@eternalsky eternalsky released this 14 Sep 03:13

1.27.25 (2024-09-14)

Bug Fixes

  • Balloon: export balloon props types (eecc4dd)
  • Slider: export SliderProps types (813448d)

build/1.27.23

Choose a tag to compare

@eternalsky eternalsky released this 11 Sep 06:41

1.27.23 (2024-09-10)

Bug Fixes

  • Form: enabled responsive form should maintain alignment between label and input (db30f4f)
  • Overlay: overlay support SSR, close #4205 (69241bc)
  • Select: adjust auto-complete menu length issue, close #4873 (bf08e19)
  • Upload: theme page fail to render (a200df1)
  • VirtualList: resolve bugs in jumpIndex functionality, close #4883 (324b0d3)

Code Refactoring

  • Balloon: convert to TypeScript, improve docs and tests, close#4565 (cf6a80d)
  • Card: convert to TypeScript, improve docs and tests, close#4571 (15ff8b6)
  • Pagination: convert to TypeScript, improve docs and tests (442240d)
  • Slider: convert to TypeScript, improve docs and tests (0ddbb65)
  • VirtualList: convert to TypeScript, improve docs and tests (21518d4)