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 visible (Hide)

ant-design-blazor - 0.20.2 Latest Release

Published by ElderJames 2 months ago

What's Changed

  • ๐Ÿ”ฅ Add localized intellisense for zh-CN,ja-JP,ko-KR. #4107 @ElderJames

  • Form

  • Table

    • ๐Ÿž Fixed style would be messy when columns skipped fixed or no width was set. #4097 @ElderJames
    • ๐Ÿž Fixed messy style when column changes. #4093 @ElderJames
  • ๐Ÿž Fixed Tabs ink is not rendered when changing active page through ActiveKey. #4094 @pankey888

  • ๐Ÿ’„ Fixed Upload to hide the 'no file chosen' tooltip. #4096 @pankey888

  • ๐Ÿ“– docs: Update GroupedColumn_.razor. #3524 @SuperQuestions

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.20.1...0.20.2

ant-design-blazor - 0.20.1

Published by ElderJames 2 months ago

What's Changed

  • Table

    • ๐Ÿ†• Add support for multiple-level row grouping. #4089 @ElderJames
    • ๐Ÿž Fixed the issue of not displaying child nodes when adding them to Children. #4086 @ysj265
  • Form

    • ๐Ÿ†• Add support for using FormItem label or property displayname as the label of error messages. #4074 @ElderJames
    • ๐Ÿž Fixed validation attributes transfer. #4080 #4084 @ElderJames
  • ๐Ÿ†• Add Select support @bind-Visible. #4079 @ElderJames

  • ๐Ÿž Fixed Tree that node's 'CheckAllChildren' does not trigger a change in 'CheckedKeys'. #4088 @pankey888

  • ๐ŸŒ i18n: Add more locales. #4078 @ElderJames

  • ๐ŸŒ i18n: Update form locales. #4076 @ElderJames

  • ๐Ÿ“– docs: Update i18n documentation. #4085 @ElderJames

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.20.0...0.20.1

ant-design-blazor - 0.20.0.2

Published by ElderJames 2 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.20.0.1...0.20.0.2

ant-design-blazor - 0.20.0.1

Published by ElderJames 2 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.20.0...0.20.0.1

ant-design-blazor - 0.20.0

Published by ElderJames 2 months ago

[!NOTE]
This was the last major release before 1.0.0

What's Changed

  • Form

    • ๐Ÿ”ฅ Add using built-in i18n for validation message. #4058 @ElderJames
    • ๐Ÿ†• Add support to update model's ValidationMessages. #4014 @PengYuee
    • ๐Ÿ†• Add support for array-index binding field validation. #4053 @ElderJames
  • Table

    • ๐Ÿ”ฅ Add support 'Between' compare for built-in filter of date types. #4036 @ElderJames
    • ๐Ÿ”ฅ Add built-in filter support for DateOnly & TimeOnly fields. #4034 @ElderJames
    • ๐Ÿ†• Add group title template. #3962 @moumousoup
    • ๐Ÿ†• Add GetFilterExpression method for getting current filtered data. #3991 @Ashhhhhh520
    • ๐Ÿ†• Add the InvokeDataSourceHasChanged method to allow derived classes to call it for refresh the state of the table. #4067 @ElderJames
    • ๐Ÿ†• Add scroll bar width adaptive. #4064 @ElderJames
  • Modal

  • Overlay

  • ๐Ÿ”ฅ Add ReuseTabs auto generate title from menu data. #3960 @JaneConan

  • ๐Ÿ”ฅ Add Breadcrumb auto match routes and generate items. #4065 @ElderJames

  • ๐Ÿ†• Add Tag icon theme parameter. #4063 @ElderJames

  • ๐Ÿ†• Add Carousel Dots and DotsClass parameters. #4062 @ElderJames

  • ๐Ÿ†• Add Cascader placement parameter. #4046 @ElderJames

  • ๐Ÿ†• Add Watermark support conent updating. #4043 @ElderJames

  • ๐Ÿž Add Tree support to DataItem without ChildrenExpression (#2759). #4054 @pankey888

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.7...0.20.0

ant-design-blazor - 0.20.0-beta.1

Published by ElderJames 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.7...0.20.0-beta.1

ant-design-blazor - 0.19.7

Published by ElderJames 3 months ago

What's Changed

  • ๐Ÿ“– Update Charts docs for version 0.5.5. #4047 @jeffersyuan1976

  • ๐Ÿ†• Enhance DatePicker value format. #4029 @ElderJames

  • TreeSelect

    • ๐Ÿž fix(module: tree-select): fix the issue of TreeSelect's bind-values(#4000). #4012 @pankey888
    • ๐Ÿž fix(module: tree-select): exception when searching with nodes have no title. #4024 @ElderJames
  • ๐Ÿž Fixed Radio can't refresh the UI in Modal. #4023 @ElderJames

  • ๐Ÿž Fixed Input can't apply Class to input element. #4005 @ElderJames

  • ๐Ÿ›  Refactor Select friendly error message for CustomTagLabelToValue. #4049 @ElderJames

  • ๐Ÿž Fixed Modal navigating exception (#4039). #4039 @ElderJames

  • ๐Ÿž Fixed Segmented that the bound value may be changed by AddItem if it is equal to default. #4051 @pankey888

  • ๐Ÿž Fixed Table to avoid circular reference in caching. #4048 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.6...0.19.7

ant-design-blazor - 0.19.6.2

Published by ElderJames 3 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.6.1...0.19.6.2

ant-design-blazor - 0.19.6.1

Published by ElderJames 3 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.6...0.19.6.1

ant-design-blazor - 0.19.6

Published by ElderJames 3 months ago

What's Changed

0.19.6

2024-7-22

  • Table

    • ๐Ÿž Fixed selection with radio mode can't work with tree data. #4002 @ElderJames
    • ๐Ÿž Fixed dead loop render for tree data. #3998 @ElderJames
  • ๐Ÿž Fixed RangePicker OnChange won't be invoke after applying the presetted range. #3999 @ElderJames

  • ๐Ÿž Fixed Tree that the parent & other siblings will be checked if only the first child is in CheckedKeys/DefaultCheckedKeys. #3985 @pankey888

  • ๐Ÿž Fixed Modal broken on close which DestroyOnClose is true. #3982 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.5...0.19.6

ant-design-blazor - 0.19.5.1

Published by ElderJames 3 months ago

What's Changed

Announcement: We have separated the document project into a separate repo, and the subsequent iteration will be the document system, please pay attention and contribute. Please pay attention and contribution: https://github.com/ElderJames/BlazorSiteGenerator

  • ๐Ÿ“– docs: achieve a querying & editing demo for table. #3970 @ElderJames

  • Modal

    • ๐Ÿž Fixed throwing exception when service-opened confirm was closed. #3973 @ElderJames
    • ๐Ÿž Fixed modal can't open again after navagate to a same page. #3963 @ElderJames
  • ๐Ÿž Fixed Menu matched item would be unselected on first load. #3976 @ElderJames

  • ๐Ÿž Fixed Textarea add missing borderless style. #3975 @ElderJames

  • ๐Ÿž Fixed AutoComplete open dropdown on click when options is not empty by default. #3971 @ElderJames

  • ๐Ÿž Fixed FormItem null reference exception. #3967 @agolub-s
    @ElderJames

  • ๐Ÿž Fixed Tabs update the style of ink after tab title is changedใ€‚#3978 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.4...0.19.5

ant-design-blazor - 0.19.4

Published by ElderJames 4 months ago

What's Changed

  • ๐Ÿ”ฅAnt Design Icons for Blazor have been released๏ผant-design-icons-blazor

  • ๐Ÿ”ฅAdd Form GenerateFormItem component for automatic generation basic FormItem. #3877 @dessli

  • Tree

    • ๐Ÿ†• Add support to check/uncheck all the child nodes recursively. #3937 @pankey888
    • ๐Ÿž Fixed hover state display when CheckOnClickNode is true. #3952 @pankey888
    • ๐Ÿž Fixed 'SelectAll' to select all the nodes in the tree. #3938 @pankey888
  • TreeSelect

    • ๐Ÿ†• Add TreeCheckStrictly and ShowCheckedStrategy to customize the checked values' outputting. #3946 @pankey888
    • ๐Ÿ†• Add TreeDefaultExpandParent & TreeDefaultExpandedKeys. #3953 @pankey888
    • ๐Ÿ†• Add support customize the dropdown menu via DropdownRender. #3939 @pankey888
    • ๐Ÿž Fixed setting item itself as value. #3954 @ElderJames
  • ๐Ÿ’„ Fixed Checkbox diabled style of wrapper. #3948 @ElderJames

  • ๐Ÿž Fixed Select Fix a bug which may raise an exception 'Index was out of Range'. (#3942). #3947 @pankey888

  • ๐Ÿž Fixed Modal doesn't return Yes/No result when create confirm by service. #3945 @ElderJames

Big thanks to @pankey888 for so many contributions!

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.3...0.19.4

ant-design-blazor - 0.19.3

Published by ElderJames 4 months ago

What's Changed

  • ๐Ÿ†• Add Tree/TreeSelect support to select/check and expand node when clicking the node's title. #3902 @pankey888
  • ๐Ÿ›  Refactor Icon import JS directly to set up iconfont. #3931 @ElderJames
  • ๐Ÿž Fixed Modal set result to tcs after pressing ESC. #3934 @ElderJames
  • ๐Ÿž Fixed Table expression activator missing return. #3933 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.2...0.19.3

ant-design-blazor - 0.19.2.1-beta.1

Published by ElderJames 4 months ago

What's Changed

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.2...0.19.2.1-hotfix

ant-design-blazor - 0.19.2

Published by ElderJames 4 months ago

๐Ÿ”ฅ Template support Blazor WebApp with auto render mode now! Let's try!

dotnet new update
dotnet new antdesign -n webapp --host webapp --full

What's Changed

  • Table

    • ๐Ÿ†• Add support custom attributes for filter inupt. #3897 @ElderJames
    • ๐Ÿ†• Add parameter Filtered for marking filter is actived. #3911 @ElderJames
    • ๐Ÿž Fixed creating TItem instance with default constructor. #3916 @ElderJames
    • ๐Ÿž Fixed check-all can't check the children rows with tree data. #3909 @ElderJames
  • Tree

  • Select

    • ๐Ÿž Fixed throwing exception cause by browser's auto complete. #3925 @ElderJames
    • ๐Ÿž Fixed Setting parameters asynchronously. #3912 @WoogaAndrew
    • ๐Ÿž Fixed the width of searching input string. #3910 @ElderJames
    • ๐Ÿž Fixed flags enum splitting incorrectly. #3907 @ElderJames
  • Checkbox

    • ๐Ÿž fix(module: checkbox): avoid propagation for the label. #3918 @ElderJames
    • ๐Ÿž fix(module: checkbox): checked incorrectly with checkbox group. #3903 @ElderJames
  • ๐Ÿž Fixed Image that ImagePreviewGroup throwing exception while there is no image. #3917 @ElderJames

  • ๐Ÿž Fixed AutoComplete open dropdown only when there are matched options. #3926 @ElderJames

  • ๐Ÿž Fixed DatePicker year unit was wrapping because of the format. #3919 @ElderJames

  • ๐Ÿž Fixed Menu exec stateHasChanged on select/deselect #3894 @iits-timon-holzhaeuser

  • ๐Ÿž Fixed TreeSelect with single selection raises an excecption when clicking clear icon. #3906 @pankey888

New Contributors

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.1...0.19.2

ant-design-blazor - 0.19.1

Published by ElderJames 5 months ago

What's Changed

  • Table

    • ๐Ÿ†• Add HideColumnsByName parameter to handle GenerateColumns hide some column. #3863 @dessli
    • ๐Ÿž Fixed enum field filter throwing null ref exception when the field type is nullable. #3870 @ElderJames
  • ๐Ÿ†• Add TreeSelect CascadingTypeParameter. #3864 @ElderJames

  • ๐Ÿž Fixed InputNumber nullable floating types not round with "Precision" set. #3868 @Jtfk

  • ๐Ÿž Fixed Select that EnumSelect throwing exception cause by nullable enum type. #3859 @ElderJames

Full Changelog: https://github.com/ant-design-blazor/ant-design-blazor/compare/0.19.0...0.19.1

ant-design-blazor - 0.19.0

Published by ElderJames 5 months ago

What's Changed

  • TreeSelect

    • ๐Ÿ†• Add ExpandedKeys parameter. #3844 @pankey888
    • ๐Ÿ†• Add TitleIconTemplate. #3834 @pankey888
    • ๐Ÿ†• Add supports generic value. #3831 @ElderJames
    • ๐Ÿž Fixed mismatch occurs between tags and checked nodes in the TreeSelect if TreeCheckable is set. #3839 @pankey888
    • ๐Ÿž Fixed the tree will be collapsed after any node is selected. #3827 @pankey888
  • Form

    • ๐Ÿ”ฅ Add support for static SSR. #3580 @ElderJames
    • ๐Ÿ†• Add support interactive localization for DataAnnotations. #3823 @ElderJames
    • ๐Ÿž Fixed null reference exception. #3815 @ElderJames
    • ๐Ÿž Fixed shouldn't validate until submit in non-validate-on-change. #3812 @ElderJames
    • ๐Ÿž Fixed the required data annotation doesn't work in dynamic model. #3811 @ElderJames
    • ๐Ÿž Fixed IsModified work incorrectly when ValidateOnChange is false. #3795 @ElderJames
    • ๐Ÿž Fixed rule validation for dynamic fields. #3791 @ElderJames
    • ๐Ÿž Fixed AntInputComponentBase Dictionary Type judgement. #3787 @tiansfather
  • ReuseTabs

  • Select

    • ๐Ÿ†• Add EnumSelect Support using 'bind-Value' to get or set multiple enumeration values with the Flags attribute. #3843 @pankey888
    • ๐Ÿž Fixed List order after datasource change. #3806 @miguelkmarques
    • ๐Ÿ“– Docs add search sample for table select demo. #3797 @ElderJames
  • Modal

    • ๐Ÿ†• Add support customized header (#3579). 7be4807 @Pat Hartl
    • ๐Ÿ†• Add support updaet loading state of the confirm button. #3796 @ElderJames
    • ๐Ÿ›  Refacotr modal that the creating methods in ModalService will return ModalRef synchronously. #3794 @ElderJames
    • ๐Ÿž Fixed delete element by JS throwing exception. #3847 @ElderJames
  • DatePicker

    • ๐Ÿž Fixed DatePicker Now button breaks when using ShowTime and ChangeOnClose. #3830 @agolub-s
    • ๐Ÿž Fixed RangePicker two-way binding failed and the preset range could not be updated. #3850 @ElderJames
  • ๐Ÿ”ฅ Add implement interactive localization service. #3804 @ElderJames

  • ๐Ÿ†• Add Checkbox support generic value. #3715 @ElderJames

  • ๐Ÿž Fixed make IsExternalInit internal for avoiding runtime conflicts with 3rd-party libs. #3799 @ElderJames

  • ๐Ÿž Fixed InputNumber cannot bind when pasting numbers with delimiters. #3841 @HuaFangYun

  • ๐Ÿž Fixed overlay Prarent overlay hides irregularly when child is open or closed. (#3836, #3837). #3838 @pankey888

New Contributors

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

ant-design-blazor - 0.19.0-rc.7

Published by ElderJames 6 months ago

What's Changed

New Contributors

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

ant-design-blazor - 0.19.0-rc.6

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.5...0.19.0-rc.6

ant-design-blazor - 0.19.0-rc.5

Published by ElderJames 6 months ago