What's Changed
-
Typography
- 🐞 Fixed an issue with copying HTML content. #2118 @anranruye
- 🐞 Fixed
OnCopy
not invoked whenText
is null or empty. #2098 @LeaFrock
-
Cascader
- 🆕 Add display indicator when options is null or empty. #2108 @noctis0430
- 🐞 Fixed crashes when options is null. #2105 @noctis0430
-
Tree
-
🆕 Add Form support for native
EditForm
. #2138 @knight1219 -
🐞 fix LocaleProvider type initializer throws CultureNotFoundException. #2094 @anranruye
-
🐞 Fixed Modal an error width for disable body scroll. #2163 @zxyao145
-
🐞 Fixed Transfer the style of the button. #2156 @dennisrahmen
-
🐞 Fixed Select incorrect to detect type this way, it throws when class inheritance is used. #2121 @ocoka
-
🐞 Fixed Checkbox two-way binding issue with Checkbox Groups. #2173 @ElderJames
-
🐞 Fixed Radio that the
Disabled
property should always be consistent withRadioGroup.Disabled
when Radio is a member of a group. #2142 @LeaFrock
-
Typography
- 🐞 修复 复制 HTML 内容的功能。 #2118 @anranruye
- 🐞 修复
Text
为 null 或空字符时OnCopy
未被执行的问题。#2098 @LeaFrock
-
Cascader
- 🆕 增加 当可选项为空时显示空状态图片。#2108 @noctis0430
- 🐞 修复 当选项 Options 为 null 时引发异常的问题。#2105 @noctis0430
-
Tree
-
🆕 增加 Form 组件对原生
EditForm
的支持。#2138 @knight1219 -
🐞 修复 LocaleProvider 初始化时会引发
CultureNotFoundException
异常的问题。#2094 @anranruye -
🐞 修复 Modal 禁用 body 滚动条时宽度设置的问题。#2163 [@zxyao145](https://github.com/zxyao145
-
🐞 修复 Transfer 按钮的样式。#2156 @dennisrahmen
-
🐞 修复 Checkbox Group 的双向绑定问题。#2173 @ElderJames
-
🐞 修复 Radio 作为组成员时
Disabled
属性应当始终与RadioGroup.Disabled
一致。#2142 @LeaFrock
New Contributors
- @theilgaz made their first contribution in #2086
- @LeaFrock made their first contribution in #2098
- @noctis0430 made their first contribution in #2105
- @Blcile made their first contribution in #2145
- @jp-rl made their first contribution in #2171
Full Changelog: 0.10.2...0.10.3