github ant-design-blazor/ant-design-blazor 0.15.0
v0.15.0

latest releases: 0.19.0-rc.6, 0.19.0-rc.5, 0.19.0-rc.4...
11 months ago

What's Changed

  • Table

    • 🆕 Add ItemsProvider support for Virtualization. #3262 @ElderJames
    • 🆕 Add EF Core support for Virtualization ItemsProvider. #3270 @ElderJames
    • 🐞 Fixed not logging exception and ignore JSDisconnectedException. #3216 @LuukGlorie
    • 🐞 Fixed the filter of column with the flags enum type place incorrectly. #3168 @ElderJames
  • Layout

  • Tree

    • 🆕 Add HideUnmatched parameter, which allows you to hide all TreeNodes that are not matched to the SearchValue. #3242 @rhodon-jargon
    • 🆕 Add public method GetNode(string key). #3243 @AndrewKaninchen
  • TreeSelect

    • 🆕 Add TreeSelect OnSearch and OnNodeLoadDelayAsync to allow dynamic loading. #3240 @rhodon-jargon
    • 🆕 Add TreeAttributes parameter to give additional parameters to internal Tree component. #3234 @rhodon-jargon
  • Select

  • Tabs

  • Datepicker

  • 🆕 Add Typography editable text support. #3173 @ElderJames

  • 🆕 Add Mentions ability to customize the rendering of the textarea. #3178 @wss-kroche

  • 🆕 Add Menu ShowCollapsedTooltip parameter to handle Tooltip display. #3226 @ElderJames

  • 🆕 Add Descriptions LabelStyle and ContentStyle for DescriptionItem custom styles. #3186 @ElderJames

  • 🛠 Add InputNumber the id attribute on internal input element. #3198 @varbedi

  • 🛠 Refactor Form expose the feedback status of FormItem for the input component base class. #3227 @ElderJames

  • 🐞 Fixed Dropdown not hiding after clicking the selected menuitem. #3231 @huangjia2107

  • 🐞 Fixed Input that read spaces or empty strings as null. #3190 @berkerdong

  • 🐞 Fixed Image preview operations would be covered by the preview image. #3170 @ElderJames

  • 🐞 Fixed Checkbox that CheckboxGroup will report an error when the internal Checkbox is null. #3162 @berkerdong

  • 🐞 Fixed Pagination mini class name was changed. #3266 @ElderJames

  • 🐞 Fixed AutoComplete that can't be selected. (#3252). 7d24d09 @ElderJames

  • 🐞 Fixed Drawer that add type="button" to close button to avoid submitting form. #3233 @trafium


  • Table

    • 🆕 增加虚拟化的 EF Core 支持。#3270 @ElderJames
    • 🆕 增加虚拟化的 ItemsProvider 支持按需请求数据。#3262 @ElderJames
    • 🐞 修复 Table 不打印异常并忽略 JSDisconnectedException。#3216 @LuukGlorie
    • 🐞 修复 Table 的 flags enum 类型列的 filter 展示位置错误。#3168 @ElderJames
  • Layout

    • 🆕 增加 Sider 新属性 DefaultCollapsed,默认收缩。#3260 @ElderJames
    • 🐞 修复 在 Sider 初始是收缩时,菜单没有跟着收缩的问题。#3268 @ElderJames
  • Tree

  • TreeSelect

    • 🆕 增加 新属性 OnSearch 和 OnNodeLoadDelayAsync 来支持动态加载。#3240 @rhodon-jargon
    • 🆕 增加 新属性 TreeAttributes 来传递属性给内部的 Tree 组件。#3234 @rhodon-jargon
  • Select

  • Tabs

  • Datepicker

  • 🆕 增加 Typography 可编辑文本支持。#3173 @ElderJames

  • 🆕 增加 Mentions 自定义输入组件,添加 TextArea 支持。#3178 @wss-kroche

  • 🆕 新增 Menu 的 ShowCollapsedTooltip 属性来控制 Tooltip 的显示。#3226 @ElderJames

  • 🆕 增加 Descriptions 的 LabelStyleContentStyle 来自定义 DescriptionItem 的样式。#3186 @ElderJames

  • 🛠 增加 InputNumber 中 input 元素的 id 属性。#3198 @varbedi

  • 🛠 重构 Form 为 input component base 基类中公开FormItem 的一些属性。#3227 @ElderJames

  • 🐞 修复 Dropdown 点击已选择的 MenuItem 后,不自动关闭的问题。#3231 @huangjia2107

  • 🐞 修复 Input 正确读取空字符串或空格。#3190 @berkerdong

  • 🐞 修复 Image 预览操作按钮被预览图片覆盖。#3170 @ElderJames

  • 🐞 修复 Checkbox 的 CheckboxGroup 在内部有 Checkbox 是 null 时引发异常的问题。#3162 @berkerdong

  • 🐞 修复 Pagination 的 mini 样式。#3266 @ElderJames

  • 🐞 修复 AutoComplete 无法选中的问题 (#3252)。7d24d09 [@james Yeung](https://github.com/James Yeung)

  • 🐞 修复 Drawer 按钮会提交表单的问题,增加了 type="button" 属性避免。#3233 @trafium

New Contributors

Full Changelog: 0.14.4...0.15.0

Don't miss a new ant-design-blazor release

NewReleases is sending notifications on new releases.