Skip to content

build/1.27.8

Compare
Choose a tag to compare
@YSMJ1994 YSMJ1994 released this 21 Mar 08:25
· 215 commits to platform-docs since this release

1.27.8 (2024-03-21)

Features

Bug Fixes

  • Avatar: size should work in box , close #3511 (881cad8)
  • DatePicker2: should pass inputProps to trigger function to support custom range picker trigger (2bdb937)
  • DatePicker2: WeekPicker should format value correctly when date is 01-01 (#4786) (103aafe)
  • DatePicker: should show clear icon when it only has start/end value, close #3448 (67cf979)
  • Table: should not log warn when primaryKey is 0, close #3740 (f7b8c8c)
  • remove banner msg from dist/*.css to make @charset useful (77b0c2e)

Documentation

  • Search: remove unnecessary symbol "," (4c15a1b)

Code Refactoring

  • Checkbox: convert to TypeScript, impove docs and tests (#4688)
  • Dialog: convert to TypeScript, impove docs and tests (#4772)
  • Drawer: convert to TypeScript, impove docs and tests (#4760)
  • Step: convert to TypeScript, impove docs and tests (#4770)