Ant Design Blazor Versions Save

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

0.19.0-rc.6

1 week ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.0-rc.5...0.19.0-rc.6

0.19.0-rc.5

1 week ago

0.19.0-rc.4

1 week 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

0.19.0-rc.3

1 week 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

0.19.0-rc.2

2 weeks ago

0.19.0-rc.1

2 weeks 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

0.18.3

4 weeks 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

0.18.2

1 month 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

0.18.1

1 month 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

0.18.0

2 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