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 - 0.19.0-rc.4

Published by ElderJames 6 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.0-rc.3...0.19.0-rc.4

ant-design-blazor - 0.19.0-rc.3

Published by ElderJames 6 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.0-rc.2...0.19.0-rc.3

ant-design-blazor - 0.19.0-rc.2

Published by ElderJames 6 months ago

ant-design-blazor - 0.19.0-rc.1

Published by ElderJames 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.18.3...0.19.0-rc.1

ant-design-blazor - 0.18.3

Published by ElderJames 6 months ago

What's Changed

  • 🐞 Fixed Table row expand incorrectly because the cache is cleared due to re-rendering. #3785 @ElderJames
  • 🐞 Fixed Progress single strokecolor does not works for circle type. #3783 @jeffersyuan1976
  • 🐞 Fixed DatePicker that disabled date is not judging correctly in the larger range panels. #3781 @ElderJames
  • 📖 Updated get started for charts. #3774 @CAPCHIK

Table row status behavior changes:

After rerendering or calling ITable.ReloadData(), the row state of the same RowKey as the current page data (e.g., expanded, selected) will not be reset.

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.18.2...0.18.3

ant-design-blazor - 0.18.2

Published by ElderJames 7 months ago

What's Changed

  • Form
    • 🆕 Add Form AutoComplete parameter. #3763 @ElderJames
    • 🐞 Fixed form validation for custom controls. #3761 @ElderJames
  • Table
    • 🐞 Fixed Table throw exception while sorting rows outside. #3766 @ElderJames
    • 🐞 fix table rows which have been remove from selectedRows would be selected again(client side data). #3762 @ElderJames

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.18.1...0.18.2

ant-design-blazor - v0.18.1

Published by ElderJames 7 months ago

What's Changed

  • 🆕 Add modal support customized header. #3579 @pathartl

  • Form

    • 🐞 Fixed binding issue for static SSR,static rendering support is available. #3580 @ElderJames
    • 🐞 Fixed cause exception while has no FieldIdentifier. #3717 @ElderJames
  • Select

    • 🐞 Fixed group names are not hidden when searching. #3722 @WhyILoveSpringRoll
    • 🐞 Fixed clearing input in Select when value selected via search. #3726 @agolub-s
  • 💄 Style Upload with no button. #3734 @ElderJames

  • 🐞 Fixed Table resizable column did'n work with ScrollY. #3746 @thirking

  • 🐞 Fixed JS circular referencing during serialization. #3739 @jxcproject

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.18.0...0.18.1

ant-design-blazor - 0.18.0

Published by ElderJames 8 months ago

What's Changed

  • Table

    • 🆕 Add default ScrollBar style. #3668 @thirking
    • 🐞 Fixed the DateField filter would throw exception when property type is nullable. #3704 @ElderJames
    • 🐞 Fixed the shadow style of Header in Table with fixed columns. #3691 @thirking
    • 🐞 Fixed built-in filter carriage jump. #3683 @m-khrapunov
    • 🐞 Fixed that remove loading and show no data when datasource is abstract and empty. #3688 @ElderJames
  • Select

    • 🆕 Add support table select. #3693 @ElderJames
    • 🆕 Add FilterExpression on select for customize how to filter when searching. #3656 @Magehernan
    • 🐞 Fixed placeholder display in Select Content when the input (search) value is not null. #3701 @agolub-s
    • 🐞 Fixed incorrect html title for selected item label. #3695 @ElderJames
    • 🐞 Fixed the DropdownRender doesn't pass original content into renderfargment. #3675 @ElderJames
    • 🐞 Fixed bug where selects contained in forms with ValidateOnChange = true don't appear to update when bound values change . #3703 @edwardbarford
  • Form

  • 🆕 Add Tabs CreateTab method for ReuseTabsService to create tabs. #3671 @jxcproject

  • 🆕 Add Comment placement parameter. #3670 @ElderJames

  • 🐞 Fixed Modal repeated cleaning dom. #3673 @zxyao145

  • 🐞 Fixed Message non thread safe on Webview. #3698 @zxyao145

  • 🐞 Fix Radio style issue cause by preent default. #3694 @ElderJames

  • 🐞 Fixed Card Tabs size. #3661 @thirking

  • 🐞 Fixed Segmented label in SegmentedOption. #3659 @CrosRoad95

  • 📖 Add Blazor Webapp site. #3642 @bxjg1987

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.17.4...0.18.0

ant-design-blazor - 0.17.4

Published by ElderJames 9 months ago

What's Changed

  • Select

    • 🐞 Fixed search input box still editable when disabled. #3655 @ElderJames
    • 🐞 Fixed scroll in select not working correctly when EnableVirtualization is true. #3625 @Magehernan
  • 🐞 Fixed Collapse Accordion doesn't work. #3646 @ElderJames

  • 🐞 Fixed Modal draggable and centered work incorrectly. #3647 @zxyao145

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.17.3.1...0.17.4

ant-design-blazor - v0.17.3.1

Published by ElderJames 9 months ago

This is a patch version for 0.17.3.

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.17.3...0.17.3.1

ant-design-blazor - v0.17.3

Published by ElderJames 9 months ago

What's Changed

  • Table

    • 🐞 Fixed should flush cache only pagging. #3620 @ElderJames
    • 🐞 Fixed UnselectAll() was not work. #3618 @ElderJames
    • 🐞 Fixed thrown exception when property type is Char. #3617 @ElderJames
  • 🐞 Fixed Modal dom instance clear when url changed. #3630 @zxyao145

  • 🐞 Fixed Select placholder doesn't hide correctly. #3628 @ElderJames


New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.17.2...0.17.3

ant-design-blazor - v0.17.2

Published by ElderJames 10 months ago

What's Changed

  • 🐞 Fixed Menu wrong judge about InlineCollapsed parameter. #3614 @ElderJames
  • 🐞 Fixed Table caches page data multiple times on remote DataSource mode. #3611 @ElderJames
  • 🆕 Add more options for js initializers. #3610 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.17.1...0.17.2

ant-design-blazor - v0.17.1

Published by ElderJames 10 months ago

What's Changed

  • 🐞 Fixed Table avoid duplicated row key. #3594 @ElderJames
  • 🐞 Fixed Select avoid selected item being set to 0 when the default value of TItem is 0. #3595 @ElderJames
  • 💄 Add support for custom script/style import locations. #3596 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.17.0...0.17.1

ant-design-blazor - v0.17.0

Published by ElderJames 10 months ago

What's Changed

  • 🔥 Add new component WaterMark. #3441 @ElderJames

  • 🔥 Add new component Flex. #3547 @ElderJames

  • 🆕 Add Mentions dynamic async loading. #3503 @kooliokey

  • 🆕 Add Radio button style support for RadioGroup with opt…. #3589 @ElderJames

  • 🆕 Add Menu collapse montion. #3395 @ElderJames

  • 🆕 Add Collapse collapse montion. #3562 @ElderJames

  • 🆕 Add setup JS initializers. #3557 @ElderJames

  • 🐞 Fixed Upload exception when uploading a file without an extension. #3554 @SapientGuardian

  • 🐞 Fixed Tree that should show all nodes while search value is empty. #3587 @ElderJames

  • Select

    • 🆕 Add parameters that support use delegate to set option label and value. #3569 @MarvelTiter
    • 🐞 Fixed that avoid search value binding while the IME is duri…. #3583 @ElderJames
    • 🐞 Fixed that ensure that the click event is processed properly. #3525 @zxyao145
  • Table

    • 🆕 Add ExpandAll and CollapseAll methods. #3491 @ElderJames
    • 🐞 Fixed rows can't rerender in some cases. #3586 @ElderJames
    • 🐞 Fixed JSException on filter input autofocus. #3543 @m-khrapunov
    • 🐞 Fixed clearing the selection state after pages was changed outside. #3577 @ElderJames
    • 🐞 Fixed that can't clear the selected rows if they were not on the current page. #3566 @ElderJames
  • Input

    • 🐞 fix(module: input): hide the clear icon when the input was disabled. #3585 @ElderJames
    • 🐞 fix(module: input): textarea missing rows attribute. #3561 @ElderJames
    • 🐞 SetClass method of textarea component adds {PrefixCls}-affix-wrapper-disabled to _warpperClassMapper. #3538 @zuevus
  • Tabs

    • 🆕 support separate the tab from the page, also page reloading. #3467 @ElderJames
    • 🐞 feat(module: tabs): reusetabs supports the interactive auto mode. #3564 @ElderJames
    • 🐞 fix(module: tabs): default to open first pinned page with reusetabs. #3519 @ElderJames

Breaking changes

  • If you are using ProLayout or our Template, the styles would be messy. Please follow the guidelines for workaround, we would fix it as soon as possible:
    cd3c78612ef7dec3f2faf00efd98049

Breaking changes

  • 如果你使用ProLayout或我们的模板,样式会很乱。请按照指导方针的变通,我们会尽快解决:
    cd3c78612ef7dec3f2faf00efd98049

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.16.3...0.17.0

ant-design-blazor - v0.16.4-beta2

Published by ElderJames 10 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.16.4-beta...0.16.4-beta2

ant-design-blazor - v0.16.4-beta

Published by ElderJames 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.16.3...0.16.4-beta

ant-design-blazor - v0.16.3

Published by ElderJames 11 months ago

What's Changed

  • Table

    • 🛠 Refactor some internal components to render fragments, reducing allocation and avoid side effects cause by life cycle. #3545 @ElderJames
    • 🐞 Fixed the row clearing state after page index was changed in client resource mode. #3546 @ElderJames
    • 🐞 Fixed the data of row did't update after it's data source was changed. #3544 @ElderJames
  • 🐞 Fixed Select clear selectd option when the default value isn't in the options. #3529 @ElderJames

  • 🐞 Fixed Tree two-way binding for check/select/expand. #3520 @ElderJames

  • 🐞 Fixed core enum name supports localization. #3536 @ElderJames

  • 💄 Fixed Radio checked effect in ssr. #3532 @ElderJames

  • 💄 Fixed Checkbox checked effect in ssr. #3535 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.16.2...0.16.3

ant-design-blazor - v0.16.2

Published by ElderJames 11 months ago

What's Changed

  • 🔥 Update Blazor library to .NET 8. #3514 @ElderJames

  • Table

  • 🐞 Fixed Select that selected value will be reset when ValidateOnChange is on. #3508 @ldsenow

  • 🐞 Fixed TimePicker ArgumentOutOfRangeException with TiemOnly value. #3501 @Alexbits

  • 🐞 Fixed TreeSelect value binding on datasource was changed. #3492 @ElderJames

  • 🐞 Fixed Datepicker that RangePicker focus not cleared. #3488 @Alexbits


  • 🔥 更新 .NET 8 依赖库。#3514 @ElderJames

  • Table

  • 🐞 修复 Select 在被封装并在设置了 ValidateOnChange 的Form中时,已选项会被重置的问题。#3508 @ldsenow

  • 🐞 修复 TimePicker 设置了 TiemOnly 类型值时,修改时间时的 ArgumentOutOfRangeException 异常。#3501 @Alexbits

  • 🐞 修复 TreeSelect 当数据源变更时恢复绑定项。#3492 @ElderJames

  • 🐞 修复 RangePicker 焦点样式不清除和Tab/Enter按键会清除选中值的问题 。#3488 @Alexbits

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.16.1...0.16.2

ant-design-blazor - v0.16.1

Published by ElderJames 12 months ago

What's Changed

  • Table

    • 🆕 Add supports datasource of abstract classes. #3475 @ElderJames
    • 🐞 Fixed row selection shouldn't need the selection column. #3465 @ElderJames
  • 🆕 Add Modal supports two-way binding for Visible parameter. #3466 @ElderJames

  • 🐞 Fixed Input incorrectly validation and required message. #3474 @ElderJames

  • 🐞 Fixed Layout NoTrigger not effect when CollapsedWidth is zero. #3476 @ElderJames


Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.16.0...0.16.1

ant-design-blazor - v0.16.0

Published by ElderJames 12 months ago

What's Changed

  • Table

    • 🆕 Add Custom and default Field filter support in Table. #3279 @rhodon-jargon
    • 🆕 Add resizable column. #3340 @ElderJames
    • 🆕 Add FilterTemplate property on Column`` and PropertyColumn` to customize the filters dropdown. #3285 @manuelelucchi
    • 🆕 Add filter input focus on dropdown visible. #3450 @m-khrapunov
    • 🆕 Add RowKey parameter for row data compare. #3439 @ElderJames
    • 🐞 Fixed the 'radio' Selection column will now correctly deselect all other items in a table with EnableVirtualization. #3282 @rhodon-jargon
    • 🐞 Fixed when the selection line is disabled, it can also be selected by "select All" and code. #3436 @ElderJames
  • Datepicker

    • 🆕 Add support multiple formats for input in DatePciker. #3120 @agolub-s
    • 🆕 Add support specific popup placement. #3345 @ElderJames
    • 🆕 Add DateTimeOffset, DateOnly, TimeOnly support. #3443 @Alexbits
    • 🐞 Fixed override ResetValue so that Reset works in a form. #3458 @LeaFrock
    • 🐞 Add commit changes after blur in Calendar. Fix click on suffix icon in DatePickerInput. #3087 @agolub-s
  • ReuseTabs

    • 🆕 Add support specific the PinUrl for the routes which contains parameters. #3363 @ElderJames
    • 🆕 Add order options for pinned tabs in reusetabs. #3335 @ElderJames
    • 🆕 Add KeepAlive parameter to choose whether to keep the page state. #3334 @ElderJames
    • 🆕 Add support reload page inside blazor. #3396 @ElderJames
    • 🗑 Remove AuthorizeReuseTabsRouteView component and library. #3437 @ElderJames
  • Select

    • 🆕 Add 'Select' parameter ListboxStyle to handle selectlist display style. #3288 @dessli
    • 🐞 Fix showing the arrow in SelectContent when mode is multiple. #3430 @agolub-s
  • 🆕 Add From that use 'DisplayAttribute.GetName()' to get the lable of FormItem. #3426 @huhangfei

  • 🆕 Add Image support drag and drop for preview images. #3394 @llp1520

  • 🆕 Add InputNumber the MaxLength parameter. #3455 @chazikaifa

  • 🆕 Add Drawer parameter VisibleChanged for two-way binding support. #3333 @ElderJames

  • 🆕 Add Tabs Enter button to naviagte. #3320 @bweissronin

  • 🆕 Add Modal the resizable paramter that can be resized horizontally; Fixed the class and id parameters are not valid in modal component usage. #3311 @zxyao145

  • 🆕 Add Statistic the CultureInfo parameter to support localization number format. #3299 @ElderJames

  • 🆕 Add Collapse the expand animation. #3389 @ElderJames

  • 🆕 Add Tree the ExpandAll/CollapseAll TreeNode methods. #3336 @ElderJames

  • 🐞 Fixed input can't change value onblur when composition inputting. #3462 @ElderJames

  • 🐞 Fixed Button that add multithreaded wasm compatibility on .NET 8. #3451 @petertorocsik


  • Table

    • 🆕 新增 自定义字段类型筛选器,支持内置筛选器的操作类型配置。#3279 @rhodon-jargon
    • 🆕 新增 列宽拖动。#3340 @ElderJames
    • 🆕 新增 FilterTemplate 列属性来自定义筛选面板。#3285 @manuelelucchi
    • 🆕 新增 使列筛选面板打开后输入框获得焦点。#3450 @m-khrapunov
    • 🆕 新增 RowKey 属性用于指定行数据的对比依据值。#3439 @ElderJames
    • 🐞 修复当启用虚拟化时,'radio' 类型的选择列选中后不能反选其他行的问题。#3282 @rhodon-jargon
    • 🐞 修复 选择列禁用时,还能被"全选"和代码选中。#3436 @ElderJames
  • Datepicker

    • 🆕 增加 输入格式掩码设置。#3120 @agolub-s
    • 🆕 新增 支持指定打开方向。#3345 @ElderJames
    • 🆕 增加 泛型参数 DateTimeOffset, DateOnly, TimeOnly 的支持。#3443 @Alexbits
    • 🐞 修复 失去焦点后 提交更改。修复单击清理图标无效问题。#3087 @agolub-s
    • 🐞 修复 RangePicker 在 Form 中重置默认值无效的问题。#3458 @LeaFrock
  • ReuseTabs

  • Select

    • 🆕 增加 ListboxStyle 属性来控制列表的样式。#3288 @dessli
    • 🐞 修复了当模式为多个时在“选择内容”中显示箭头的问题。#3430 @agolub-s
  • 🆕 新增 Form 中 FormItem 的 Label 读取 'DisplayAttribute.GetName()' 以支持 Resx。#3426 @huhangfei

  • 🆕 新增 预览图片支持拖拽移动和滚动缩放。#3394 @llp1520

  • 🆕 新增 InuptNumber 框添加MaxLength属性。#3455 @chazikaifa

  • 🆕 新增 Drawer 属性 VisibleChanged 以支持双向绑定。#3333 @ElderJames

  • 🆕 新增 Tabs 支持方向键导航和回车键切换。#3320 @bweissronin

  • 🆕 新增 Modal 组件新增 resizable 参数,允许水平方向对modal进行宽度调整。修复 modal 在组件用法中 id 和 class 参数不生效的问题。#3311 @zxyao145

  • 🆕 新增 Statistic 的 CultureInfo 属性来支持不同地区的数字格式。#3299 @ElderJames

  • 🆕 新增 Collapse 展开动画。#3389 @ElderJames

  • 🆕 新增 Tree 展开全部 和 收起全部 树节点的方法。#3336 @ElderJames

  • 🐞 修复 Input 在输入法候选时失去焦点不能马上绑定值。#3462 @ElderJames

  • 🐞 修复 Button 点击动画在 wasm 多线程的出现的异常。#3451 @petertorocsik

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.15.5...0.16.0