ant-design-blazor

🌈A set of enterprise-class UI components based on Ant Design and Blazor WebAssembly.

MIT License

Stars
5.5K
Committers
219

Bot releases are hidden (Show)

ant-design-blazor - v0.13.0

Published by ElderJames almost 2 years ago

This version supports .NET 7 natively. Thanks to all contributors for their great work!

  • 🔥 Add .NET 7 as target framework. #2810 @ElderJames

  • 🔥 Refactor mentions, fixed positioning and hiding issues. #2874 @dingyanwu

  • Datepicker

    • 🆕 Add OnOk event. #2840 @Alexbits
    • 🐞 Fixed RangePicker's Week selection mode where the week range was disabled across the year. #2889 @Alexbits
  • Table

    • 📖 Add OData query demo . #2861 @ElderJames
    • 🆕 Add if HidePagination is true,set PagSize value is DataSource Count. #2476 @CareyYang
  • Modal

    • 🆕 Add only one OK footer and onlt one Cancel footer. #2812 @zxyao145
    • 🆕 Add default maximization of Modal initialization. #2834 @zxyao145
  • Input

    • 🆕 Add input binding parameter BindOnInput, default binding event changed to onchange. #2838 @ElderJames
    • 🐞 Fixed convert error status work incorrectly. #2846 @ElderJames
  • 🆕 Add Tree the DropBelow for Drag&drop event to flag whether to drop dragged node as a sibling (below) or as a child of target node. #2864 @AndrewKaninchen

  • 🆕 Add Cascader Disabled parameter. #2835 @ElderJames

  • 🆕 Add DownloadButton. #2819 @LeaFrock

  • 🆕 Add Drawer HeaderStyle parameter. #2809 @danielbotn

  • 💄 Add Dropdown Arrow parameter. #2795 @ElderJames

  • 🆕 Add InputNumber Precision parameter. #2774 @YongQuan-dotnet

  • 🆕 Add Tooltip component uses RenderFragment TitleTeplate instead OneOf Title. #2711 @CAPCHIK

  • 🆕 Add Select virtualization support. #2654 @m-khrapunov

  • 🌐 Fix cs-CZ locale wrong shortWeekDays for cs-CZ. #2866 @ElderJames

  • 🐞 Fixed Segmented binding value type causes an incorrect initialization selection. #2869 @ElderJames

  • 🐞 Fixed docs demo anchor case. #2826 @kooliokey

  • 🐞 Fixed Menu that the arrow of submenu has no animation effect when it is expanded and collapsed. #2876 @wangj90

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.7...0.13.0

ant-design-blazor - v0.12.7

Published by ElderJames almost 2 years ago

What's Changed

  • DatePicker

    • 🐞 Fixed wrong day order in some locales and fallback to use Globalization libaray when there is no day locale. #2855 @ElderJames
    • 🐞 Fixed smoothScrollTo causes an infinite loop. #2854 @Alexbits
    • 🐞 fix day order in calendar header for russian locale. #2845 @ocoka
    • 🐞 Fixed tab key does not confirm the value. #2847 @Alexbits
  • Core

    • ✅ Improve unit tests cover for Core module. #2821 @LeaFrock
    • ⚡️ Optimize CssSizeLength and CssStyleBuilder. #2803 @LeaFrock
  • 🐞 Fixed Tabs support of tab bar css style and class. #2844 @ldsenow

  • 🐞 Fixed BackTop doesn't remove the dom when visible is false. #2831 @ElderJames

  • 🐞 Fixed bug where Content wouldn't render in Drawer if it was a string and not RenderFragment. #2833 @kooliokey

  • 🐞 Fixed bug where Title parameter was not being rendered. #2830 @kooliokey

  • 🐞 Fixed Slider accessibility updates with aria labels. #2818 @kooliokey

  • 🐞 Fixed Table exception during page navigation #2797 @Kyojuro27

  • 🐞 Fixed bug with tag color change after render not always styling properly. #2816 @kooliokey

  • 🐞 Fixed Cascader AllowClear was not working when false. #2792 @YongQuan-dotnet

  • 🐞 Fixed AutoComplete search panel show. #2793 @lyj0309

  • 💄 Fixed Menu that class name of the expand icon for submenu. #2796 @ElderJames

  • 🐞 fix descriptions component miss div element. #2798 @Weilence

  • 🐞 Fixed Upload should get error raw response. #2858 @yosheng

Special thanks to @kooliokey @Alexbits for their work on improving test coverage. ❤️


  • DatePicker

    • 🐞 修复 部分语言文件的星期排序,缺失的语言使用 Globalization 替代。#2855 @ElderJames
    • 🐞 修复 smoothScrollTo 方法导致无限循环的问题。#2854 @Alexbits
    • 🐞 修复 俄语 的星期排序#2845 @ocoka
    • 🐞 修复 tab 键不确认值的问题。#2847 @Alexbits
  • Core

  • 🐞 修复 TabBarStyleTabBarClass#2844 @ldsenow

  • 🐞 修复 BackTop 在隐藏时没有真正清除 dom。#2831 @ElderJames

  • 🐞 修复 Drawer 如果 Content 是字符串而不是 RenderFragment,则内容不会渲染的错误。#2833 @kooliokey

  • 🐞 修复 Title 属性没有渲染。#2830 @kooliokey

  • 🐞 修复 Slider 可访问性 aria labels。#2818 @kooliokey

  • 🐞 修复 Table 在页面切换时偶尔的异常#2797 @Kyojuro27

  • 🐞 修复 Tag 渲染后标签颜色变化不总是正确更新样式。#2816 @kooliokey

  • 🐞 修复 Cascader 当 AllowClear 属性为false时清除无效的问题。#2792 @YongQuan-dotnet

  • 🐞 修复 AutoComplete 搜索时下拉列表有时候不显示。#2793 @lyj0309

  • 🐞 修复 Menu 子菜单展开图标的样式。#2796 @ElderJames

  • 🐞 修复 Descriptions 缺少的div元素。#2798 @Weilence

  • 🐞 修复 Upload 返回错误时没有正确传出响应报文。#2858 @yosheng

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.6...0.12.7

ant-design-blazor - v0.12.6

Published by ElderJames about 2 years ago

What's Changed

  • 🐞 Fixed JS event listener registration. #2783 @ElderJames
  • 🐞 Fixed Segmented that the Disabled parameter does not work on items and cannot be dynamically toggled. #2778 @ElderJames
  • 🐞 Removing the gulp task to exclude empty files. #2779 @paulsuart

  • 🐞 修复 JS事件监听器注册问题。#2783 @ElderJames
  • 🐞 修复 Segmented 的 Disabled 参数对项不起作用,也不能动态切换的问题。#2778 @ElderJames
  • 🐞 修复打包时 patch.less 空文件缺失。#2779 @paulsuart

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.5...0.12.6

ant-design-blazor - v0.12.5

Published by ElderJames about 2 years ago

What's Changed

  • Datepicker

    • 🐞 Fixed correct culture not applied when manual input. #2715 @Alexbits
  • 🐞 Fixed a series of issues to make Datepicker and RangePicker behave more like antd. #2741 @Alexbits

    • Fixed an issue with the OnChange event passing in an old value.
    • Fixed RangePicker head not switching year.
    • Fixed RangePicker selection panel display problem when both start and end in the same period.
    • Fixed an issue where the end date was not highlighted when the RangePicker was selected in week mode.
    • The start date is not highlighted during the end date input in the date picker with the time.
    • Other minor fixes and refactorings
  • Modal

    • 🐞 Fixed maximizable not work when using Title. #2750 @zxyao145
    • 🐞 Fixed Confirm dialog closeable. #2776 @zxyao145
  • 🐞 Fixed Core that remove the event listener when the component is disposed. #2738 @ElderJames

  • 🐞 Fixed Radio that the disabled parameter for RadioGroup with RadioOption<TValue> options doesn't work. #2744 @ElderJames

  • 🐞 Fixed Table that set value for table header checkbox Disabled attribute. #2737 @YongQuan-dotnet

  • ⚡️ Fixed Select that remove redundant CreateDeleteSelectOptions() calls in render cycles. #2657 @m-khrapunov

  • 🛠 Fixed gulp pipeline to include less files so they end up in /staticwebassets/less in the nuget package. #2730 @paulsuart


  • Datepicker

    • 🐞 修复 手动输入时间时,CultureInfo 格式不识别导致无法绑定的问题。#2715 @Alexbits
    • 🐞 修复一系列问题,使 Datepicker 和 RangePicker 的行为更接近 antd。#2741 @Alexbits
      • 修复 OnChange 事件传入旧值的问题。
      • 修复 RangePicker 的头部无法切换年份。
      • 修复 RangePicker 当开始和结束都在同一周期时,选择面板的显示问题。
      • 修复 RangePicker 周选择模式时,结束日期不高亮显示的问题。
      • 修复 RangePicker 在带有时间的日期选择器中输入结束日期时,开始日期不会高亮显示的问题。
      • 其他一些小修复和重构
  • Modal

    • 🐞 修复 当使用 Title 时,Maximizable 设置不生效。#2750 @zxyao145
    • 🐞 修复 Confirm 错误的响应 close icon 事件。#2776 @zxyao145
  • 🐞 修复 底层 当组件 Dispose 时移除JS事件监听器。#2738 @ElderJames

  • 🐞 修复 Radio 的 Disabled 属性在使用了 RadioOption 作为 options 的 RadioGroup 中不起作用的问题。#2744 @ElderJames

  • 🐞 修复 Table 当所有selection都为Disabled=true,则头部的全选 Selection 也变为 Disable 状态。#2737 @YongQuan-dotnet

  • ⚡️ 修复 Select 内部 CreateDeleteSelectOptions 方法的循环调用。#2657 @m-khrapunov

  • 🛠 修复 Gulp 脚本,使LESS文件打包到NUGET包中。#2730 @paulsuart

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.4...0.12.5

ant-design-blazor - v0.12.4

Published by ElderJames about 2 years ago

What's Changed

  • 🐞 Fixed Table exceptions caused by sort. #2710 @YongQuan-dotnet
  • 🐞 Fixed AutoComplete that void browser's autocomplete popup.#2708 @lyj0309
  • 🐞 Fixed DatePicker that several issues with RangePicker #2707 @Alexbits :
    • RangePicker end panel not shown in RTL mode
    • RangePicker range preset value resets when time input is enabled
    • RangePicker keeps focus when input canceled
    • RangePicker cannot clear value when one of the inputs has a focus

  • 🐞 修复 Table 排序引起的异常。#2710 @YongQuan-dotnet
  • 🐞 修复 AutoComplete 自动弹出浏览器的输入记忆的问题。#2708 @lyj0309
  • 🐞 修复 RangePicker 几个问题#2707 @Alexbits:
    • 修复 RTL 模式第二个面板不弹出的问题
    • 修复 预设范围在开启了时间输入时会被重置的问题
    • 修复 停止输入后没有保持焦点的问题
    • 修复 某个输入框有焦点时不能清除值的问题

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.3...0.12.4

ant-design-blazor - v0.12.3

Published by ElderJames about 2 years ago

What's Changed

🥮Happy Mid-Autumn Festival!

  • 🐞 Fixed TreeSelect that support Searching #2686 @Magehernan
  • 🆕 Add Grid alias GridRow for Row to be consistent with GridCol. #2690 @YongQuan-dotnet
  • 🐞 Fixed Message that exception casue by Invariant Globalization setting. #2697 @ElderJames
  • 🐞 Fixed Segmentd default value binding incorrectly with options. #2699 @ElderJames
  • 🐞 Fixed Table multiple sort doesn't work with EFCore #2701 @YongQuan-dotnet
  • 📖 Added demos for exception handling, respectively in Alert, Result and Notification. #2706 #2703 @ElderJames

🥮中秋节快乐!

  • 🐞 修复 TreeSelect 的查询支持。#2686 @Magehernan
  • 🆕 增加 Grid 的 GridRow 别名,文档更新使用 GridRowGridCol#2690 @YongQuan-dotnet
  • 🐞 修复 Message 在 Invariant Globalization 模式下报错问题。#2697 @ElderJames
  • 🐞 修复 Segmentd 的默认值回显。#2699 @ElderJames
  • 🐞 修复 Table 的多重排序在EFCore上不生效的问题。#2701 @YongQuan-dotnet
  • 📖 增加 异常捕捉提示的 demo,分别位于 Alert、Result 以及 Notification。#2706 #2703 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.2...0.12.3

ant-design-blazor - v0.12.2

Published by ElderJames about 2 years ago

What's Changed

  • Table

    • 🐞 Fixed Converting IQueryable to IOrderedQueryable returned null. #2687 @JamesGit-hash
    • 🐞 Fixed the exception cause by reload data with state and the table has an ActionColumn. #2683 @ElderJames
  • 🐞 Fixed Tabs panel display incorrectly without animated #2677 @ElderJames

  • 🐞 Fixed DatePicker that an exception is caused when passes the value as null to RangePicker #2688 @ElderJames


  • Table

  • 🐞 修复 Tabs 没有 Animated 时,TabPane 样式问题#2677 @ElderJames

  • 🐞 修复 DatePicker 给 RagePicker 的 Value 赋值 null 时的异常 #2688 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.1...0.12.2

ant-design-blazor - v0.12.1

Published by ElderJames about 2 years ago

What's Changed

  • Tabs

  • Icon

    • 📖 Fix Icon that add missing ZoomOut outline icon. #2667 @kooliokey
    • 🐞 Fix Icon that state can't update & optimize the first rendering for two-tone icon. #2666 @ElderJames
  • 🐞 Fix collapse outdated html structures. #2668 @ElderJames

  • 🐞 Fix Breadcrumb that add OnClick parameter to BreadcrumbItem. Markup of Breadcrumb updated to match Ant.Design React. This could break custom CSS targeting this component's resulting markup. #2655 @kooliokey

  • 🐞 Fix Datepicker that timepicker value would resets to default. #2660 @Alexbits

  • 📖 Fix the presetted ranges demo of datepicker which would casuse …. #2659 @ElderJames

  • 🐞 Fix Avatar that make size parameter support more length unit. #2653 @ElderJames

  • 📖 Fix demo & document edit url. #2661 @ElderJames


Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.12.0...0.12.1

ant-design-blazor - v0.12.0.1

Published by ElderJames about 2 years ago

Just for fixing the duplicated nuget package

ant-design-blazor - v0.12.0

Published by ElderJames about 2 years ago

0.12.0 Release

Hi there👋, We are working on test coverage and invite you to join us for the 1.0 release. See #2644 for details.

What's Changed

Note that since the last synchronization with V4.16.9 of antd, the original script could not be compiled due to the modification of the antd style file. Until this update span is large, there may be problems with the style. If found, please submit an issue.


注意,由于上一次同步了v4.16.9 后,antd样式文件的调整导致原脚本无法编译,直到此次更新跨度较大,可能会出现样式的问题。如果发现,敬请提交issue告知。

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.11.0...0.12.0

ant-design-blazor - v0.11.0

Published by ElderJames over 2 years ago

Change log

🌈Every cloud has a silver lining.


🌈守得云开见月明~

ant-design-blazor - v0.10.7

Published by ElderJames over 2 years ago

💡 We are happy to note that we have now migrated the documentation site to Azure and re-implemented the PWA update solution.Visit http://antblazor.com to experience. If the version is out of date (lower than 0.10.7), you need to manually clear the cache and reload. After successfully loading version 0.10.7, future updates will be prompted. If you have any questions, please open issues or find me.

What's changes

  • 🐞 Fixed select replacing a datasource with some of the same items was not in the right order. #2462 @ElderJames

  • Table

    • 🐞 Fixed exception caused by js interop with addEventListener. #2460 @ElderJames
    • 🐞 Fixed null exception cause by event listener. #2448 @ElderJames
    • 🐞 Fixed that too length content in responsive mode will brace up the table. #2470 @ElderJames
  • 🐞 Fixed cascader to avoid adding items in search list in a loop. #2457 @ElderJames

  • 🐞 Fixed menu IconTemplate does not work in MenuItem of SubMenu. #2449 @ElderJames

  • 🐞 Fixed Tree that when the node contains | characters, and SearchVaule search | showed abnormal problem. #2437 @ElderJames


💡 由于此前 CDN 被 block 的问题导致文档站点经常无法打开,给大家带来各种困扰。我们现在已经把文档站点迁移到 Azure 上, 并重新实现了 PWA 更新方案。欢迎访问 http://antblazor.com 体验。如遇到版本不同步问题(低于0.10.7),需要手动清缓存并刷新。成功加载 0.10.7 版本后,以后的更新都会有提示。如有问题,请打开 issue 或找到我。

再次对此前因文档无法加载造成的不便,表示歉意!

本次更新:

  • 🐞 修复 Select 在更换有部分相同元素的 DataSource 时,不相同的元素会从最后开始排序的问题#2462 @ElderJames

  • Table

    • 🐞 修复 调用 addEventListener 时抛异常的问题#2460 @ElderJames
    • 🐞 修复 在 Dispose 时,DomEventListener 会抛出空引用异常的问题。#2448 @ElderJames
    • 🐞 修复 在小屏模式时,内容过长会导致页面被撑开的问题。#2470 @ElderJames
  • 🐞 修复 Cascader 在搜索时,结果列表会循环增加的问题#2457 @ElderJames

  • 🐞 修复 Menu 的 IconTemplate 在 SubMenu 中无效的问题。#2449 @ElderJames

  • 🐞 修复 Tree 节点含有 | 字符,并且 SearchVaule 搜索 | 时的显示异常问题。#2437 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.10.6...0.10.7

ant-design-blazor - v0.10.6

Published by ElderJames over 2 years ago

What's Changed

  • Select
    • 🐞 Fixed a bug when using LabelTemplate in Select. #2399 @charset
    • 🐞 Fixed can't clear selected option when set value null. #2371 @ElderJames
  • 🐞 Fixed Tooltip Tabindex. #2404 @bweissronin
  • 🐞 Fixed From FieldIdentifier equality check in Rules Mode OnFieldChanged. #2400 @GHMonad
  • 🐞 Fixed localization of decimal point when converting InputNumber string to numeric type. #2398 @jp-rl
  • ⚡️ Optimize the speed of expanding lots of nodes #2385 @densen2014
  • 🐞 Fixed Cascader dropdown can't open correctly on click. #2363 @ElderJames
  • 🐞 Fixed Upload wrong drag area. #2360 @ElderJames
  • 🐞 Fixed Input throw exception when binding a List or Dictionary item. #2359 @ElderJames

  • Select

    • 🐞 修复当 Select 状态是禁用时, Label 还可以删除操作, 而且 Label 还有鲜艳的颜色。 #2399 @charset
    • 🐞 修复 Select 当设置 Value 为 null 后不能清除选项的问题。 #2371 @ElderJames
  • 🐞 修复 Tooltip 的 tabindex,优化 a11y。 #2404 @bweissronin

  • 🐞 修复 Form 绑定同名属性时的报异常问题。 #2400 @GHMonad

  • 🐞 修复 InputNumber 字符串转换为数字类型时的小数点本地化问题。 #2398 @jp-rl

  • ⚡️ Tree 优化展开大量节点是的性能。 #2385 @densen2014

  • 🐞 修复 Cascader 下拉列表在点击时不能打开的问题。 #2363 @ElderJames

  • 🐞 修复 Upload 错误的拖动区域。 #2360 @ElderJames

  • 🐞 修复 Input 绑定列表或字典元素时的报错。 #2359 @ElderJames


Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.10.5...0.10.6

ant-design-blazor - v0.10.5

Published by ElderJames over 2 years ago

What's Changed

  • 🐞 Fixed Radio default name value for radio in group. #2330 @bweissronin
  • 🛠 Fixed Upload that add more image file type #2321 @scugzbc
  • 🐞 Fixed Tabs that TabTemplate can't display in the overflow dropdown. #2320 @ElderJames
  • 🐞 Fixed Tree that dead-loop rendering and checkbox check incorrectly #2319 @gmij
  • 🐞 Fixed InputNumber that possible nonstoppable increase/decrease. #2317 @jeffraska
  • 🐞 Fix Select that item scroll into view when using DataSource. #2316 @jeffraska
  • 🐞 Fixed Badge the gap of numbers. #2315 @ElderJames

  • 🐞 修复 Radio 在 RadioGroup 中时如果没有指定Name则设置默认的 Name。 #2330 @bweissronin
  • 🛠 修改 Upload 添加更多图片格式。#2321 @scugzbc
  • 🐞 修复 Tabs 数量超出范围时 TabTemplate 不能显示在 dropdown 中的问题。#2320 @ElderJames
  • 🐞 修复 Tree 渲染循环和选项框勾选不正常。#2319 @gmij
  • 🐞 修复 InputNumber 连续加减切换时偶尔出现的不停止问题。#2317 @jeffraska
  • 🐞 修复 Select 使用DataSource时下拉列表不能滚动到已选项的问题。#2316 @jeffraska
  • 🐞 修复 Badge 数字间的间隙。#2315 @ElderJames

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.10.4...0.10.5

ant-design-blazor - v0.10.4

Published by ElderJames over 2 years ago

What's Changed

  • Table

    • 🆕 Add allow access field value from CellRender context. #2257 @ElderJames
    • 🐞 Fixed Use same Locale for Pagination and PaginationOptions. #2244 @anranruye
    • 🐞 Fixed when pageIndex and pageSize change together, trigger PageSizeChanged event before PageIndexChanged event, and trigger OnChange event only one time. #2239 @anranruye
    • 🐞 Fixed support for using DataTable as the data source. #2234 @ElderJames
    • 📖 Improve the API part about Table in the component document. #2219 @SmRiley
  • Upload

    • 📖 Add a reference implementation of the Upload interfacing API. #2274 @SmRiley
    • 🐞 Fixed center layout of upload. #2267 @oemil
  • Modal

  • Datepicker

  • 🐞 Image: Fixed cannot be centered vertically. #2287 @zxyao145

  • 💄 Result: Add missed style to Results. #2256 @CAPCHIK

  • 🐞 Radio: Improve sync logic about Disabled between RadioGroup and Radios. #2197 @LeaFrock

  • 📖 Input: Improve the API part about Input and Select in the component document. #2251 @SmRiley


  • Table

    • 🆕 允许 从 CellRender 上下文中访问单元格数据。#2257 @ElderJames
    • 🐞 修复 PaginationOptions 的多语言设置。#2244 @anranruye
    • 🐞 修复 当 PageIndex 和 PageSize 同时修改时,OnChagne 触发了两次。#2239 @anranruye
    • 🐞 修复 使用 DataTable 作为数据源的支持。#2234 @ElderJames
    • 📖 文档 完善组件文档中关于 Table 的 API 部分。#2219 @SmRiley
  • Upload

    • 🐞 修复 拖拽上传区域的居中样式。#2267 @oemil
    • 📖 文档 添加 Upload 对接 API 的参考实现。#2274 @SmRiley
  • Modal

  • Datepicker

  • 🐞 修复 图片无法居中。#2287 @zxyao145

  • 💄 修复 Result 缺少的 Style 属性渲染。#2256 @CAPCHIK

  • 🐞 修复 完善 RadioGroup 和 Radio 之间 Disabled 状态的同步逻辑。#2197 @LeaFrock

  • 📖 文档 完善组件文档中关于 Input 和 Select 组件的 API 部分。#2251 @SmRiley

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.10.3.1...0.10.4

ant-design-blazor - v0.10.3.1

Published by ElderJames almost 3 years ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.10.3...0.10.3.1

ant-design-blazor - v0.10.3

Published by ElderJames almost 3 years ago

What's Changed

  • Typography

  • Cascader

  • Tree

    • 🐞 Fixed an issue where the check status was not modified when CheckedKeys were modified. #2133 @Guyiming
    • 🐞 Fixed an issue where MatchedClass did not work when Draggable was set. #2171 @jp-rl
    • 🐞 Fixed an issue where all nodes are collapsed when the SearchValue is cleared. #2177 @ElderJames
  • 🆕 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 with RadioGroup.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

    • 🐞 修复 CheckedKeys 被修改时选中状态未修改的问题。#2133 @Guyiming
    • 🐞 修复当设置了 Draggable 时,MatchedClass 不生效的问题。#2171 @jp-rl
    • 🐞 修复 当 SearchValue 清空时,会收起全部节点的问题。#2177 @ElderJames
  • 🆕 增加 Form 组件对原生 EditForm 的支持。#2138 @knight1219

  • 🐞 修复 LocaleProvider 初始化时会引发 CultureNotFoundException 异常的问题。#2094 @anranruye

  • 🐞 修复 Modal 禁用 body 滚动条时宽度设置的问题。#2163 [@zxyao145](https://github.com/zxyao145

  • 🐞 修复 Transfer 按钮的样式。#2156 @dennisrahmen

  • 🐞 修复 Select 绑定数据源为数组类型时引发的异常。#2121 @ocoka

  • 🐞 修复 Checkbox Group 的双向绑定问题。#2173 @ElderJames

  • 🐞 修复 Radio 作为组成员时Disabled属性应当始终与 RadioGroup.Disabled 一致。#2142 @LeaFrock

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.10.2...0.10.3

ant-design-blazor - v0.10.2

Published by ElderJames almost 3 years ago

0.10.2

2021-11-5


0.10.2

2021-11-5

ant-design-blazor - v0.10.1

Published by ElderJames about 3 years ago

0.10.1

2021-10-13

  • Tabs

    • 🆕 Add AuthorizeReuseTabsRouteView component for enable authorize of ReuseTabs . #1910 @Guyiming
    • 🛠 refactor & improve rendering. #1970 @ElderJames
  • Select

  • Table

    • 🐞 Fixed when change page index, backgroud of the selection box is updated before the table row; Fix when change page index, the selected rows still exist. #1973 @anranruye
    • 🐞 Fixed tree data sort & filter. #1966 @ElderJames
    • 🐞 fFixed incorrectly render on first loading. #1957 @ElderJames
    • 🐞 Fixed label display incorrectly in responsive mode. #1952 @ElderJames
    • 🐞 Fixed nullable built-in DateTime filter #1964 @anranruye
    • 🐞Fixed the implement of RemoveMilliseconds. #1895 @iamSmallY
  • Menu

  • 🐞 Fixed Slider Positioning Using Min/Max. #1940 @rabberbock

  • 🐞 Fixed grid issue with gutter match due to breakpoint enum name case. #1963 @ElderJames

  • 🐞 Fixed positioning overlay items when locale has ',' as decimal separator. #1956 @bezysoftware

  • 🐞 Fixed cannot drag when Modal excessive height. #1951 @zxyao145

  • 🐞 Fixed LocaleProvider: custom language resource; improve fallback strategy. #1988 @anranruye

  • 🐞 Fixed List: dynamic response to changes in Grid parameter #2014 @anddrzejb

  • 🐞 Fixed Progress: use invariant culture for style strings #2017 @CAPCHIK

  • 🌐 i18n: czech localization update #2019 @Martin Pučálka


ant-design-blazor - v0.10.0

Published by ElderJames about 3 years ago

🎉🎉Finally, we have managed to get the documentation site released with .NET 6 RC1 AOT.

Changelog


  • 🔥 增加 TreeSelect 组件。#1773 @gmij

  • Tree

    • 🆕 增加 Tree 的 ChildContent 模板,不需要 Nodes。#1887 @ElderJames
    • 🛠 修改 Tree 的API名称:CheckedAll 改为 CheckAll,DecheckedAll 改为 UncheckAll#1792 @lukblazewicz
  • Radio

    • 🆕 增加 Radio 的 RadioGroup 枚举类型选项支持,可使用 EnumRadioGroup#1840 @ElderJames
    • 🆕 增加 Radio 的 RadioGroup Options 属性。#1839 @ElderJames
  • 🆕 增加 Timeline 的 Label 属性。#1941 @ElderJames

  • 🆕 增加 Component 组件,用于生成动态类型的组件。#1703 @anranruye

  • 🆕 增加 Image 的相册模式。#1842 @ElderJames

  • 🆕 增加 Form FormItem 的 HelpValidateStatusHasFeedback 属性,支持多种类型的表单信息。#1807 @JamesGit-hash

  • 🆕 增加 Table 的响应式模式,移动端屏幕下将变成卡片式列表。#1802 @ElderJames