0.15.0-alpha.1
版本发布时间: 2023-05-12 22:54:25
ant-design-blazor/ant-design-blazor最新发布版本:0.20.4.2(2024-09-11 07:34:49)
What's Changed
- fix(module: tabs): rewrite the logic of ReuseTabs about tab key by @berkerdong in https://github.com/ant-design-blazor/ant-design-blazor/pull/3153
- fix(module: checkbox): CheckboxGroup will report an error when the internal Checkbox is null by @berkerdong in https://github.com/ant-design-blazor/ant-design-blazor/pull/3162
- fix(module: table): the flags enum type filter place incorrectly by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3168
- fix(module: image): preview operations would be covered by the preview image by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3170
- fix(module: select): empty incorrectly in virtualization mode by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3171
- fix(module: input): read spaces or empty strings as null. by @berkerdong in https://github.com/ant-design-blazor/ant-design-blazor/pull/3190
- fix:(module: datepicker): un-representable DateTime when day>daysInMonth by @Alexbits in https://github.com/ant-design-blazor/ant-design-blazor/pull/3193
- feat(module: typography): support editable by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3173
- feat(module: mentions): Add ability to customize the rendering by @wss-kroche in https://github.com/ant-design-blazor/ant-design-blazor/pull/3178
- fix(module: calendar): Change Calculation of Calendarweek for WeekPicker by @sebastian-wachsmuth in https://github.com/ant-design-blazor/ant-design-blazor/pull/3214
- fix(module: tabs): animated cause display incorrectly by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3177
- feat(module: input)Assign Id to input element in InputNumber component by @varbedi in https://github.com/ant-design-blazor/ant-design-blazor/pull/3198
- feat(module: descriptions): add
LabelStyle
andContentStyle
for custom styles by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3186 - fix(module: table): fix not logging exception and ignore JSDisconnectedException by @LuukGlorie in https://github.com/ant-design-blazor/ant-design-blazor/pull/3216
- feat(module: select): support for
accesskey
attribute. by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3228 - refactor(module: form): expose the feedback status of FormItem for the input component base class. by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3227
- feat(module: menu): add ShowCollapsedTooltip to handle tooltip display by @ElderJames in https://github.com/ant-design-blazor/ant-design-blazor/pull/3226
- fix(module: menu): fix not hiding after clicking the selected menuitem in Dropdown by @huangjia2107 in https://github.com/ant-design-blazor/ant-design-blazor/pull/3231
- feat(module:tree-select): Use attribute splatting for internal tree by @rhodon-jargon in https://github.com/ant-design-blazor/ant-design-blazor/pull/3234
- feat(module: tree-select): Allow dynamic loading of tree-select tree … by @rhodon-jargon in https://github.com/ant-design-blazor/ant-design-blazor/pull/3240
- feat(module: tree): Added public method GetNode(string key) by @AndrewKaninchen in https://github.com/ant-design-blazor/ant-design-blazor/pull/3243
- fix(module: drawer): Add
type="button"
to Drawer close button. by @trafium in https://github.com/ant-design-blazor/ant-design-blazor/pull/3233 - feat(module: tree): Hide unmatched nodes in tree by @rhodon-jargon in https://github.com/ant-design-blazor/ant-design-blazor/pull/3242
New Contributors
- @sebastian-wachsmuth made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3214
- @varbedi made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3198
- @LuukGlorie made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3216
- @huangjia2107 made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3221
- @trafium made their first contribution in https://github.com/ant-design-blazor/ant-design-blazor/pull/3233
Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.14.4...0.15.0