Ant Design Blazor Versions Save

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

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

0.17.4

3 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

0.17.3.1

4 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

0.17.3

4 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

0.17.2

4 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

0.17.1

4 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

0.17.0

4 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

0.16.4-beta2

4 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

0.16.4-beta

5 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