Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.36 KB

LATESTLOG.md

File metadata and controls

22 lines (13 loc) · 1.36 KB

Latest Log

1.21.14 (2020-12-15)

Bug Fixes

  • CascaderSelect: should ignore case when searching (f34c82f)
  • ConfigProvider: add missed static methods types, close #2486 (7d1225b)
  • Form: add missing useLabelForErrorMessage definition of props (0620124)
  • NumberPicker: fix default type prop, close #2370 (a6c203f)
  • Table: close #2497 (f801aee)
  • Table: correct signature of getExpandedColProps in Table props (a286710)
  • Table: make vertical rolling smoother (60e0ea4)
  • TreeSelect: should ignore case on searching (fad02fa)

Features

  • NumberPicker: support ref.getInputNode (11c0827)