Skip to content

0.5.0-preview.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@doddgu doddgu released this 10 Jun 02:31
· 1302 commits to main since this release
dacdcbf

Features

  • Autocomplete: add support for automatically selecting the first item by setting AutoSelectFirst #279. Enhance the user experience using the up and down keys.
  • Markdown: add support for Readonly.

Bug fixes

  • DataTable: make FooterProps strongly typed and do not render the ItemsPerPage element if FilterProps.ItemsPerPageOptions is empty or null.
  • Dialog: recover scroll if dialog is present and gonna to be disposed #491.
  • Divider: fix the problem that cannot be displayed in some cases, us as using in Stepper.
  • ListGroup: should not render the append-icon element when append-icon is null, the same applies to prepend-icon.
  • NavigationDrawer: fix the problem that wrong way to set MiniVariant to false when click event triggered.
  • Select: enhance the user experience, and fix #391 and #332.
  • Switch & Checkbox: fix the problem that OnChange not work #489.
  • TimelineItem: fix the problem that Left and Right not work.

功能

  • Autocomplete: 支持通过设置 AutoSelectFirst 参数开启自动选择第一项的功能 #279,增强使用上下键的用户体验。
  • Markdown: 支持通过设置 Readonly 开启只读。

问题修复

  • DataTable: 将 FooterProps 参数设置为强类型,如果 FilterProps.ItemsPerPageOptions 为空时不渲染页数选择元素。
  • Dialog: 恢复滚动如果对话框已显示并将要释放时 #491
  • Divider: 修复在某些场景分割线无法显示的问题,比如在Stepper中使用时。
  • ListGroup: 如果append-icon为空是不渲染该元素,prepend-icon同理。
  • NavigationDrawer: 修复当触发点击事件时MiniVariant设置为false的逻辑错误问题。
  • Select: 增强用户使用体验,并修复了 #391#332
  • Switch & Checkbox: 修复 OnChange 事件无法触发的问题 #489
  • TimelineItem: 修复 LeftRight 参数不起作用的问题。