Skip to content

Releases: alibaba-fusion/next

build/1.27.28

22 Oct 07:11
Compare
Choose a tag to compare

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

21 Oct 02:16
Compare
Choose a tag to compare

1.27.27 (2024-10-18)

Bug Fixes

build/1.27.26

12 Oct 09:58
Compare
Choose a tag to compare

1.27.26 (2024-09-20)

Bug Fixes

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

build/1.27.25

14 Sep 03:13
Compare
Choose a tag to compare

1.27.25 (2024-09-14)

Bug Fixes

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

build/1.27.23

11 Sep 06:41
Compare
Choose a tag to compare

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)

build/1.27.18

07 Aug 01:39
Compare
Choose a tag to compare

1.27.18 (2024-08-06)

Bug Fixes

  • Breadcrumb: fix comment issues (03873e7)
  • Calendar: make switch panel unclickable when showOtherMonth is false, close #4782 (8fd68ff)
  • Upload: support upload again when an upload fails, close #4849 (1fd28f9)
  • Upload: support itemRender on Dragger, close #4840 and #4721 (f4c56c0)

Documentation

  • Cascader: Provide supplementary explanations for useVirtual (#4885) (a3ed8f3)

Code Refactoring

  • Breadcrumb: upgrade tests and docs, convert to TypeScript (997721c)
  • Dropdown: improve ts & docs & test (edc7c11)
  • MenuButton: rename to ts, improve tc, types and docs (08bf3d2)
  • Overlay: ts & docs & test tools (bda0ef3)
  • TimePicker: upgrade tests and docs, convert to TypeScript (5ede00a)
  • Upload: convert to TypeScript, improve docs and tests, close #4622 (#4841) (26d59c9)

build/1.27.16

18 Jul 10:35
Compare
Choose a tag to compare

1.27.16 (2024-07-18)

Bug Fixes

  • Icon: icon demo fail to render (7bf33dd)

build/1.27.15

09 Jul 06:04
Compare
Choose a tag to compare

1.27.15 (2024-07-05)

Features

  • Tree: the Tree component provides the scrollFilterNodeIntoView API (#4860) (9df35fe)

Bug Fixes

  • DatePicker2: unable to enter space to enter time (65faba2)

build/1.27.13

11 Jun 08:43
Compare
Choose a tag to compare

1.27.13 (2024-06-11)

Bug Fixes

  • Select: remove duplicate values when selecting all options in multiple mode (aed4c97)

build/1.27.11

12 Apr 09:10
Compare
Choose a tag to compare

1.27.11 (2024-04-12)

Bug Fixes

  • Switch: form fail to pass checked to Switch by wrong displayName, close #4819 (c178333)

Code Refactoring

  • Nav: rename to ts & upgrade document & refactor unit testing (2073475)
  • Radio: convert to TypeScript, impove docs and tests, close #4556 (f39cffc)