logo

Change Log

Ant Design Blazor strictly follows Semantic Versioning 2.0.0.

Release Schedule

  • Weekly release: patch version at the end of every week for routine bugfix (anytime for urgent bugfix).
  • Monthly release: minor version at the end of every month for new features.
  • Major version release is not included in this schedule for breaking change and new features.

1.0.0 RC 1

2024-09-19

  • ReuseTabs

    • ๐Ÿ”ฅ Add allow reusetabs to operate independently of cascaded routing data. #4205 @ElderJames
    • ๐Ÿ†• Refactor that inherts tabs. #4200 @ElderJames
    • ๐Ÿ†• Add Singleton parameter to ReuseTabsPageAttribute. #4151 @pankey888
  • Tabs

    • ๐Ÿž Fixed draggable and contextmenu incottectly. #4199 @ElderJames
    • ๐Ÿž Fixed that should active previous tab when the actived tab was remove. #4197 @ElderJames
  • Form

    • ๐Ÿ†• Add Tooltip to FormItem component. #4211 @jeffersyuan1976
    • ๐Ÿ†• Add GenerateFormItem automatically generates forms and recognizes the ReadOnlyAttribute. #4191 @lishewen
  • ๐Ÿž Fixed Table conflicts between AutoHeight and Resizable. #4195 @ysj265

  • ๐Ÿž Fixed Menu avoid the SelectedKeys set to null when it was not bound. #4194 @ElderJames

  • ๐Ÿ†• Add Button AutoLoading parameter. #4193 @ElderJames

  • ๐Ÿ“– Docs enable static pre-rendering on the WebAssembly site. #4207 @jsakamoto

Breaking Changes:

  • ReuseTabs: The Body parameter in previous versions was renamed to the TabPaneTemplate, and the Body parameter after this version versions is only used to bind the Body parameter of the Layout component.

0.20.4

2024-09-09

  • ๐Ÿ”ฅ Add Table AutoHeight parameter to fill the height of the page automatically. #4168 @ysj265
  • ๐Ÿž Fixed Tree recover pointer events. #4176 @ElderJames
  • ๐Ÿž Fixed Tabs adding and removing. #4173 @ElderJames
  • ๐Ÿž Fixed Select reference and remove the duplicaed div. #4175 @ElderJames
  • ๐Ÿž Fixed Auto-complete open panel immediately when options was changed. #4172 @ElderJames
  • ๐Ÿž Fixed Drawer closing effects. #4166 @ElderJames
  • ๐Ÿž Fixed Card within Tabs cannot keep the input status. #4164 @ysj265
  • ๐Ÿž Refactor DatePicker that make some methods public. #4153 @youcaiyouyoucai
  • ๐Ÿ›  Refactor Form that make validate mode default to Complex. #4163 @ElderJames

0.20.3

2024-09-03

  • ๐Ÿ”ฅ Documentation is generated from the code files now so the site should match the library much closer. #3013 @kooliokey

  • Table

  • Tabs

  • Form

    • ๐Ÿž Fixed check if _editContext exists when disposing. #4136 @ogix
    • ๐Ÿž Fixed exception during validation for some nullable types. #4137 @ElderJames
  • Drawer

    • ๐Ÿ›  Refactor Change the Height and Width of the Drawer to the string type to support the percentage argument. #4120 @kx500
    • ๐Ÿž Fixed closing animation effect. #4122 @ElderJames
  • ๐Ÿž Fixed Select An exception is raised when values change in some cases. #4117 @pankey888

  • ๐Ÿž Refactor Menu that hiding overlay before handling OnClick event. #4121 @pankey888

  • ๐Ÿ›  Refactor the DI lifetime. #4123 @ElderJames

  • ๐Ÿž Fixed comments from locale json file. #4116 @ogix

  • Codebase

    • ๐Ÿ›  Enable CA1852/IDE0040/IDE0005 code analyzer rules. #4126 @WeihanLi
    • ๐Ÿ›  Reduce nuget package size by copying intellisense files before build. #4129 @stratosblue
    • ๐Ÿ›  Remove duplicated InternalsVisibleTo. #4124 @WeihanLi
    • ๐Ÿ›  Remove Microsoft.SourceLink.GitHub package reference. #4125 @WeihanLi

Breaking Changes

  • Card: The CardTabs parameter has been removed, and Tabs should be placed directly in the Card's ChildContent.
  • Darwer: The type of Height and Width parameters are changed to string, so the int variable you originally bound needs to be converted and assigned.

0.20.2

2024-08-20

  • ๐Ÿ”ฅ 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

0.20.1

2024-08-15

  • 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

0.20.0

2024-08-07

0.19.7

2024-7-31

  • ๐Ÿ“– 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 [@James Yeung](https://github.com/James Yeung)

  • ๐Ÿž 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

0.19.6

2024-7-22

  • Table

  • ๐Ÿž 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

0.19.5

2024-7-15

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

0.19.4

2024-7-03

  • ๐Ÿ”ฅ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

0.19.3

2024-6-26

  • ๐Ÿ†• 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

0.19.2

2024-6-24

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

dotnet new update
dotnet new antdesign -n webapp --host webapp --full
  • 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

  • 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

0.19.1

2024-5-27

  • 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

0.19.0

2024-5-7

  • TreeSelect

  • Form

  • 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](https://github.com/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

0.18.3

2024-4-9

  • ๐Ÿž 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.

0.18.2

2024-4-2

  • Form
  • 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

0.18.1

2024-3-21

The Spring Equinox

  • ๐Ÿ†• Add modal support customized header (#3579). 4cfeffd [@Pat Hartl](https://github.com/Pat Hartl)

  • Form

    • ๐Ÿž Fixed binding issue for static SSR๏ผŒstatic rendering support is available. #3580 @ElderJames
    • ๐Ÿž Fixed cause exception while has no FieldIdentifier. #3717 @ElderJames
  • Select

  • ๐Ÿ’„ 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

0.18.0

2024-02-29

๐Ÿ‰Good luck in the Year of the Loong๏ผ

  • 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 Method parameter for SSR. #3608 @CrosRoad95
    • ๐Ÿ†• Add FormItemName for dynamic model by DataIndex support. #3612 @Zonciu
  • ๐Ÿ†• 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

0.17.4

2024-02-01

  • 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

0.17.3

2024-01-14

0.17.2

2024-01-07

  • ๐Ÿž 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

0.17.1

2023-12-27

  • ๐Ÿž 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

0.17.0

2023-12-25

  • ๐Ÿ”ฅ 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

0.16.3

2023-12-04

  • 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

0.16.2

2023-11-17

Breaking Changes

Because the RowSelectable duplicated the function of Selection.Disabled and did not use the disabled style, so it was removed. Please feel free to give us feedback if you have any suggestions.

You can set the disabled parameter to achieve the same functionality.

    <Table @ref="table" DataSource="@data" @bind-SelectedRows="selectedRows" RowKey="x=>x.Name">
+        <Selection Key="@context.Name" Type="@selectionType" Disabled="@(context.Name == "Disabled User")" />
        <PropertyColumn Property="c=>c.Name">
            <a>@context.Name</a>
        </PropertyColumn>
        <PropertyColumn Property="c=>c.Age" />
        <PropertyColumn Property="c=>c.Address" />
    </Table>

0.16.1

2023-10-30

  • Table

  • ๐Ÿ†• 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

0.16.0

2023-10-24

1024 LoL

  • 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 [@James Yeung](https://github.com/James Yeung)
    • ๐Ÿ†• 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

Breaking Changes:

  • RangePicker the OnChange event was changed from DateRangeChangedEventArgs to DateRangeChangedEventArgs<TValue>, the type of Dates is changed to TValue.

0.15.5

2023-09-10

Happy Teachers' Day!

  • Table

    • ๐Ÿž Fixed avoid disabled selection would be selected when select-all checked. #3419 @ElderJames
    • ๐Ÿž Fixed reset PageIndex when filters and sorters change. #3397 @ElderJames
    • ๐Ÿ“– Docs introduce how to use RowClassName with fixed column and hover rows. #3409 @ElderJames
  • ๐Ÿž Fixed Input null check for the js of textarea resizable. #3382 @ElderJames

  • ๐Ÿž Fixed Modal centered conflict maximizable style. #3403 @zxyao145

  • ๐Ÿž Fixed AutoComplete dropdown resize. #3402 @ElderJames

  • ๐Ÿž Fixed Notification exception that change sync statehaschanged to async. #3400 @zxyao145

  • ๐Ÿž Fixed Progress text wrapping issue of the line type. #3387 @ElderJames

  • ๐Ÿž Fixed Button avoid fire OnClick when it is Loading. #3414 @ElderJames

  • Accessibility:

    • โŒจ๏ธ Add Input the required attribute to input elements. #3383 @eizzn
    • โŒจ๏ธ Add Input the aria-invalid attribute when input fails validation. #3378 @eizzn
    • โŒจ๏ธ Add Select option the aria-label to select option. #3385 @eizzn
  • ๐ŸŒ Fixed i18n: ko-KR locale Confim And Form. #3415 @Jeongyong-park

0.15.4

2023-07-31

  • ๐Ÿ†• Add AutoFocus for all select components. #3375 @LuukGlorie
  • ๐Ÿž Fixed Tree would not invoke CheckedKeys changed while CheckStrictly was set. #3379 @ElderJames
  • ๐Ÿž Fixed Checkbox passing disabled value to templated options from checkbox group. #3365 @ElderJames
  • ๐Ÿž Fixed DomEventListener check ContainsKey for shared event subscriptions store. #3364 @ElderJames
  • ๐Ÿž Fixed Input incorrect html structure of TextArea icons. #3367 @ElderJames
  • ๐Ÿž Fixed Menu missing null check. #3368 @ElderJames
  • ๐Ÿž Fixed Form Help message change. #3373 @ElderJames
  • ๐Ÿž Fixed ReuseTabs throwing navigate exceptiion while base path was set. #3362 @ElderJames
  • โŒจ๏ธ i11y: Icon role update. #3370 @eizzn

0.15.3

2023-07-13

0.15.2

2023-07-03

  • Table

    • ๐Ÿž Fixed Table avoid exception at DisposeAsync method. #3337 @ElderJames
    • ๐Ÿž Fixed Table render incorrectly with ParametersHashCodeChanged render mode in some case. #3313 @ElderJames
  • ๐Ÿž Fixed Menu that MenuItem unselect incorrectly when menu was inline and collapsed. #3338 @ElderJames

  • ๐Ÿž Fixed Drawer scroll not enable when page url changed. #3316 @zxyao145

  • ๐Ÿž Fixed Slider does not always fire OnAfterChange. #3323 @ElderJames

  • ๐Ÿž Fixed Statistic that coundown pause while the navigate to other page. #3329 @ElderJames

  • ๐Ÿž Fixed Card missing loading effect. #3319 @ElderJames

  • ๐Ÿž Fixed TreeSelect that removing last option can't change the binding values. #3314 @ElderJames

  • ๐ŸŒ i18n ru-RU changed dateFormat and dateTimeFormat to d.m.yyyy in ru-RU locale. #3327 @Life-is-Peachy

0.15.1

2023-06-18

Happy Father's Day!

  • Table

    • ๐Ÿ†• Add the items of DataSource support interface types. #3297 @ElderJames
    • ๐Ÿž Fixed the text would overflow at the cell which is fixed and ellipsis. #3291 @ElderJames
    • ๐Ÿž Fixed empty status position incorrectly during pre-rendering stage, and avoid unnecessary use of ResizeObserver. #3281 @ElderJames
  • Tree

    • ๐Ÿž Fixed search crash issue after Tree custom SearchExpression. #3274 @ruyisee
    • ๐Ÿž Fixed DataSource cannot be modify in place after drag and drop. #3275 @Jtfk
  • ๐Ÿž Fixed DatePicker that OnOpenChange would be called twice on RangePicker close. #3307 @Alexbits

  • ๐Ÿž Fixed Tabs duplicated pinned tabs in reusetab. #3306 @ElderJames

  • ๐Ÿž Fixed Radio infinite loop render after changing the bind value out of the optons. #3287 @ElderJames

  • ๐Ÿž Fixed DomEventListener that remove the shared event subscriptions from it's store after there are no one are listening the event. #3278 @ElderJames

  • ๐Ÿž Fixed incorrect call of EditContext.NotifyFieldChanged when SelectBase.Values is set (unchanged) to null. #3277 @rhodon-jargon

  • ๐Ÿ“– Update Statistic docs and add a demo about Separator usage. #3166 @Alerinos

0.15.0

2023-05-21

  • Table

    • ๐Ÿ†• Add ItemsProvider support for Virtualization. #3262 @ElderJames
    • ๐Ÿ†• Add EF Core support for Virtualization ItemsProvider. #3270 @ElderJames
    • ๐Ÿž Fixed not logging exception and ignore JSDisconnectedException. #3216 @LuukGlorie
    • ๐Ÿž Fixed the filter of column with the flags enum type place incorrectly. #3168 @ElderJames
  • Layout

  • Tree

    • ๐Ÿ†• Add HideUnmatched parameter, which allows you to hide all TreeNodes that are not matched to the SearchValue. #3242 @rhodon-jargon
    • ๐Ÿ†• Add public method GetNode(string key). #3243 @AndrewKaninchen
  • TreeSelect

    • ๐Ÿ†• Add TreeSelect OnSearch and OnNodeLoadDelayAsync to allow dynamic loading. #3240 @rhodon-jargon
    • ๐Ÿ†• Add TreeAttributes parameter to give additional parameters to internal Tree component. #3234 @rhodon-jargon
  • Select

  • Tabs

  • Datepicker

  • ๐Ÿ†• Add Typography editable text support. #3173 @ElderJames

  • ๐Ÿ†• Add Mentions ability to customize the rendering of the textarea. #3178 @wss-kroche

  • ๐Ÿ†• Add Menu ShowCollapsedTooltip parameter to handle Tooltip display. #3226 @ElderJames

  • ๐Ÿ†• Add Descriptions LabelStyle and ContentStyle for DescriptionItem custom styles. #3186 @ElderJames

  • ๐Ÿ›  Add InputNumber the id attribute on internal input element. #3198 @varbedi

  • ๐Ÿ›  Refactor Form expose the feedback status of FormItem for the input component base class. #3227 @ElderJames

  • ๐Ÿž Fixed Dropdown not hiding after clicking the selected menuitem. #3231 @huangjia2107

  • ๐Ÿž Fixed Input that read spaces or empty strings as null. #3190 @berkerdong

  • ๐Ÿž Fixed Image preview operations would be covered by the preview image. #3170 @ElderJames

  • ๐Ÿž Fixed Checkbox that CheckboxGroup will report an error when the internal Checkbox is null. #3162 @berkerdong

  • ๐Ÿž Fixed Pagination mini class name was changed. #3266 @ElderJames

  • ๐Ÿž Fixed AutoComplete that can't be selected. (#3252). 7d24d09 [@James Yeung](https://github.com/James Yeung)

  • ๐Ÿž Fixed Drawer that add type="button" to close button to avoid submitting form. #3233 @trafium

0.14.4

2023-03-01

  • ๐Ÿž Fixed Radio avoid infinite loop when the binding vaule is not in options. #3123 @ElderJames
  • ๐Ÿž Fixed InputNumber allow passing Style and ID to InputNumber without a wrapper. #3144 @Epictek
  • ๐Ÿž Fixed Select that OnSelectedItemsChanged is not triggered in form. #3129 @ElderJames
  • ๐Ÿž Fixed Tree that add preventdefault for oncontextmenu. #3076 @AndrewKaninchen
  • ๐Ÿž Fixed Pagination avoid trigger ChangeSize while the size was not be changed. #3133 @ElderJames
  • ๐Ÿž Fixed Transfer that add ListStyle to custom the css for columns. #3139 @ElderJames
  • ๐Ÿž Fixed Tabs that ReuseTabs occur error when the base url is not the default. #3142 @berkerdong
  • ๐Ÿž Fixed AutoComplete that fill the input component only if Backfill is true. #3140 @ElderJames
  • ๐Ÿž Fixed DatePicker that DisabledDate does not affect keyboard input. #3134 @Alexbits
  • ๐Ÿž Fixed Input that avoid textarea call jsinterop before rendering. #3128 @ElderJames

0.14.3

2023-02-19

  • Popconfirm

  • Pagination

  • Modal

  • ๐Ÿž Fixed Overlay popup cannot picked in drawer. #3106 @zxyao145

  • ๐Ÿž Fixed Textarea not rendering maxlength on textarea. #3108 @wss-kroche

  • ๐Ÿž Fixed Tabs supports Reusetabs title update. #3088 @ElderJames

  • ๐Ÿž Fixed radio can't be selected while radio list and value of RadioGroup was changed at the same time. #3098 @ElderJames

  • ๐Ÿž Fixed Segmented exception cause by label index was changed. #3096 @ElderJames

  • ๐Ÿž Fixed Table default pagination position in RTL language. #3086 @ElderJames

  • ๐Ÿž Fixed Select don't OnSelectedItemsChanged triggers. #3079 @m-khrapunov

  • ๐Ÿž Fixed Menu title padding direction in RTL language. #3080 @ElderJames

0.14.2

2023-02-06

0.14.1

2023-02-01

  • ๐Ÿž Fixed Notification RTL incorrect style, and add top and bottom placement support; #3049 @zxyao145
  • ๐Ÿž Fixed Table PageSize can't update once the datasource is changed while HidePagination is enabled. #3052 @wss-javeney
  • ๐Ÿž Fixed Tabs that ReuseTabs keep obsoleted usage. #3051 @ElderJames
  • ๐Ÿž Fixed Tree OnContextMenu event not firing. #3042 @AndrewKaninchen
  • ๐Ÿž Fixed Select order issues with Select two-way binding selected items. #3037 @CuteLeon
  • ๐ŸžFixed Drawer mask not closing immediately. #3047 @zxyao145
  • ๐Ÿ›  Marked multiple redundant parameters as obsolete for future removal: Calendar.OnSelect, Card.Body, Sider.OnCollapse, PageHeader.PageHeaderTitle, PageHeader.PageHeaderSubtitle, Radio.CheckedChange. #3035 @kooliokey

0.14.0

2023-01-26

Happy Chinese New Year of rabbit!

Breaking Changes

  • Table : RowTemplate was Changed to ColumnDefinitionsใ€‚RowTemplate was originally used for the Column definition, but this version was changed to define the row template.

  • ReuseTabs: ReuseTabsRouteView and AuthorizeReuseTabsRouteView have been marked as obsolete. Please use <CascadingValue Value="routeData"> to wrap <RouteView> or <AuthorizeRouteView>.

    See๏ผš

    <Router AppAssembly="@typeof(Program).Assembly" PreferExactMatches="@true">
      <Found Context="routeData">
    +   <CascadingValue Value="routeData">
          <RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
    +   </CascadingValue>
      </Found>
      <NotFound>
          <LayoutView Layout="@typeof(MainLayout)">
              <p>Sorry, there's nothing at this address.</p>
          </LayoutView>
      </NotFound>
    </Router>
    

0.13.3

2023-01-09

  • Select

    • ๐Ÿž Fixed tags mode will retain tag options when datasource is empty. #2986 @wss-javeney
    • ๐Ÿž Fixed dropdown boundary adjust mode defult to InView. #2995 @ElderJames
    • ๐Ÿž Fixed search input visual width adjustment issue. #2994 @ElderJames
  • AutoComplete

  • Tabs

    • ๐Ÿž Fixed exception at first rendering when the first TabPane is set Disabled. #2982 @ElderJames
    • ๐Ÿž Fixed active pane after tabs is dispsed. #2981 @ElderJames
    • ๐Ÿž Fixed close exception, remove dispose call after event listener is removed. #2980 @ElderJames
  • ๐Ÿž Fixed Transfer refresh data on change SelectedKeys or TargetKeys parameters. #2977 @Magehernan

  • ๐Ÿž Fixed TreeSelect value bind incorrectly when default value was set. #2990 @ElderJames

  • ๐Ÿž Fixed Input Search wrong style with clear button. #2991 @ElderJames

  • ๐Ÿž Fixed RangePicker disabled date logic to always apply default logic even when custom is provided. This keeps ranges in the proper order even with custom disabled logic. #2947 @wss-kroche

0.13.2

2022-12-31

  • Table

    • ๐Ÿ“– Docs add a search box in the filter & sorter demo to enable custom filtering. #2955 @ElderJames
    • ๐Ÿž Fixed Selection Component Hidden Property not working. #2945 @berkerdong
    • ๐Ÿž Fixed Hidden parameter for ActionColumn doesn't work. #2946 @ElderJames
    • ๐Ÿž Fixed IQueryable or IEnumerable using AsNoTracking will cause select data duplication bug. #2944 @berkerdong
    • ๐Ÿž Fxied can't restore the query state of filters which value is enum type. #2941 @ElderJames
    • ๐Ÿž Fixed Infinite loop when HidePagination and PageSize were set at the same time and datasource is empty. #2919 @ElderJames
  • DatePicker

    • ๐Ÿ†• Use SuffixIcon passed to RangePicker to allow for a custom suffix icon. #2935 @wss-javeney
    • ๐Ÿž Fixed Exception on input with time when Value is null. #2920 @Alexbits
  • Input

    • ๐Ÿž Fixed the OnChange event would be triggered three times and the clear button would not be displayed with the Suffix template. #2970 @ElderJames
    • ๐Ÿž Fixed null reference exception on dispose. #2966 @dracan
  • ๐Ÿ†• Add TreeSelect TitleTemplate for tree nodes. #2940 @rhodon-jargon

  • ๐Ÿ†• Add RequiredMark to Form to allow displaying indicators next to required, optional or no fields. #2930 @wss-kroche

  • ๐Ÿž Fixed Tabs some issues with dynamic rendering. #2967 @ElderJames

  • ๐Ÿ›  Refactor Notification that add an interface INotificationService. It is backwards compatible, but new code should inject INotificationService. #2948 @wss-javeney

  • ๐Ÿž Fixed InputNumber triggering a constant Increase/Decrease in certain scenarios. #2953 @ElderJames

  • ๐Ÿž Fixed Statistic CountDown format incorrectly when publish with trimming. #2943 @ElderJames

  • ๐Ÿž Fixed ClassMapper would get twice css classes. #2934 @berkerdong

  • ๐Ÿž Fixed built-in System.Text.Json for netstandard2.1 target to avoid compatibility exceptions. #2922 @ElderJames

0.13.1

2022-11-29

  • ๐Ÿž Fixed Input that when its value is changed in code, it would rollback on click. #2906 @ElderJames
  • ๐Ÿž Fixed Table infinite loop when HidePagination ant PageSize was set at same time. #2905 @ElderJames

0.13.0

2022-11-22

  • ๐Ÿ”ฅ 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

  • 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

0.12.7

2022-11-6

  • 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

0.12.6

2022-10-11

  • ๐Ÿž 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

0.12.5

2022-10-09

  • 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 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

0.12.4

2022-09-14

  • ๐Ÿž 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

0.12.3

2022-09-13

๐Ÿฅฎ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

0.12.2

2022-09-08

  • 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

0.12.1

2022-09-04

  • 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

0.12.0

2022-08-29

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.

0.11.0

2022-06-16

๐ŸŒˆEvery cloud has a silver lining.

  • Table

    • ๐Ÿ”ฅ support for Table virtualization #2143 @anranruye
    • ๐Ÿ”ฅ Support to control/restore table filter/sorter state using existing QueryModel #2129 @AnaNikolasevic
    • ๐Ÿ†• support setting table scrollbar width using ScrollBarWidth parameter. #2451 @ElderJames
    • ๐Ÿ†• support for using built-in logic when defining the PaginationTemplate. #2220 @anranruye
    • ๐Ÿ›  make Responsive default to false (with a breaking change). #2419 @ElderJames
    • ๐Ÿ›  Use Small size Pagination to fit compact Table #2246 @anranruye
  • TreeSelect

    • ๐Ÿž Fixed TreeSelect expressions and selection #2507 @ElderJames
    • ๐Ÿž Fixed TreeSelect binding default where it did not show selected items #2134 @gmij
  • ๐Ÿ†• Add Upload support for incorporating build-in InputFile #2443 @ElderJames

  • ๐Ÿ†• Add Select search debounce. #2275 @tompru

  • ๐Ÿ†• Component library added .net 6 target framework #2484 @ElderJames

  • โŒจ๏ธ Add Form Feedback Icon when Invalid #2418 @bweissronin

  • โŒจ๏ธ Add Checkbox supports trigger check when clicking label #2296 @bweissronin

  • โŒจ๏ธ Add Icon Alt Parameter to set the alt attribute that pairs with role="img" #2302 @bweissronin

  • โŒจ๏ธ Add Button AriaLabel Parameter #2278 @bweissronin

  • ๐Ÿž Fixed Tree incorrect checking during initialization. #2506 @ElderJames

  • ๐Ÿž Fixed DatePicker that week selection issue when unable to click date selection. #2463 @WhyILoveSpringRoll

  • ๐Ÿ“– docs(faq): add CSS isolation explanation. #2158 @dennisrahmen

0.10.7

2022-05-22

  • ๐Ÿž 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

0.10.6

2022-05-10

  • ๐Ÿž 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

  • Select

    • ๐Ÿž Fixed a bug when using LabelTemplate in Select. #2399 @charset
    • ๐Ÿž Fixed can't clear selected option when set value null. #2371 @ElderJames
  • โšก๏ธ 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

0.10.5

2022-03-15

  • ๐Ÿž 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

0.10.4

2022-02-25

  • 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

    • ๐Ÿž Fixed up suffix icon show issue. #2226 @KarimFereidooni
    • ๐ŸŒ Fixed incorrect order of czech week days in datepicker. [#2247](https://github.com/ ant-design-blazor/ant-design-blazor/pull/2247) @jeffraska
  • ๐Ÿž 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

0.10.3

2021-12-19

  • Typography

    • ๐Ÿž Fixed an issue with copying HTML content. #2118 @anranruye
    • ๐Ÿž Fixed OnCopy not invoked when Text is null or empty. #2098 @LeaFrock
  • 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

0.10.2

2021-11-5

  • Descriptions

    • ๐Ÿ’„ fixed descriptions: header styles. #2078 @ElderJames
    • ๐Ÿ’„ The list item describing the horizontal mode of the component is supplemented with the 'ant descriptions item container' style. #2024 @weidyg
  • Tabs

  • Table

  • Select

    • ๐Ÿž Fixed Select with group refresh on datasource change. #2048 @anddrzejb
    • ๐Ÿž Add ValueOnClear to stored Value that will be used when clear button is pressed. #2023 @anddrzejb
  • ๐Ÿ’„ Fixed Area style issue for auto-size. #2001 @anranruye

  • ๐Ÿž Fixed Calendar DateFullCellRender throwing an exception. #2068 @szymski

  • ๐Ÿž Fixed Upload IsPicture issue. #2049 @berkerdong

  • ๐Ÿž Fixed Overlay premature reset of _mouseInTrigger. #2036 @anddrzejb

  • ๐Ÿž Fixed Menu make router match defaualt to all. d8352b8 [@James Yeung](https://github.com/James Yeung)

  • ๐ŸŒ i18n: czech localization update. #2030 @Martin-Pucalka

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 IconTemplate when InlineCollapse is used. #2006 @knight1219
    • ๐Ÿž Fixed Overlay bug fix & menu renering optimization. #1949 @anddrzejb
  • ๐Ÿž 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

0.10.0

2021-09-15

  • ๐Ÿ”ฅ Add TreeSelect component. #1773 @gmij

  • Tree

  • Radio

    • ๐Ÿ†• Add Radio support enum type for RadioGroup options, use EnumRadioGroup. #1840 @ElderJames
    • ๐Ÿ†• Add Radio options property for RadioGroup. #1839 @ElderJames
  • ๐Ÿ†• Add Image preview mode. #1842 @ElderJames

  • ๐Ÿ†• Add Form FormItem parameter Help, ValidateStatus and HasFeedback. #1807 @JamesGit-hash

  • ๐Ÿ†• Add Table responsive support. It will become a card list under the mobile screen. #1802 @ElderJames

  • ๐Ÿ†• Add Timeline Label parameter. #1941 @ElderJames

  • ๐Ÿ†• Add Component component for generating dynamically typed components. #1703 @anranruye

0.9.4

2021-09-12

  • Table

  • InputNumber

    • ๐Ÿ†• Add OnFocus event #1931 @Hona
    • ๐Ÿž Fixed inputmode to support mobile numeric keypad. #1923 @CAPCHIK
  • Select

    • ๐Ÿž Fixed the data source which has members of different types. #1932 @anranruye
    • ๐Ÿž Fixed the problem that the selected item will be reset when setting DataSource #1906 @anddrzejb
  • ๐Ÿž Fixed Menu that the Title of MenuItem with RouterLink is not hidden when it is collapsed. #1934 @ElderJames

  • ๐Ÿž Fixed Overlay with a series of issues related to dropdown & popupใ€‚ #1848 @anddrzejb

  • ๐Ÿ’„ Fixed loading icon styles. #1902 @CAPCHIK

  • ๐Ÿž Added parameter Rows. #1920 @anddrzejb

  • ๐Ÿž Add stop propogation. #1917 @Hona

  • ๐Ÿž Fixed Form modifies the bound model to throw an exception in Rule validation mode. #1901 @lxyruanjian

  • ๐Ÿž Fixed List resposive style doesn't work. #1937 @ElderJames

  • โšก๏ธ Fixed EventListener avoid memory leak issue. #1857 @tonyyip1969

0.9.3

2021-08-29

  • Table

    • ๐Ÿ†• Add TheSameDateWith condition for the built-in filter of DateTime Column, compare only date. #1856 @iamSmallY #1889 @anranruye
    • ๐Ÿ“– Add an example of nested table. #1884 @ElderJames
    • ๐Ÿž Fixed Time column built-in filter will ignore milliseconds when filtering.#1864 @iamSmallY
    • ๐Ÿž Fixed the issue that operations such as page turning, sorting and filtering are not refreshed by using client mode. #1858 @ElderJames #1875 @nikolaykrondev
    • ๐Ÿž Fixed the issue that OnChange is called multiple times after initialization. #1855 @ElderJames
  • ๐Ÿ†• Breadcrumb add Href and Overlay dropdown. #1859 @CAPCHIK

  • ๐Ÿ†• MenuItem add IconTemplate. #1879 @Guyiming

  • ๐Ÿ†• Upload add Support for custom HttpMethod. #1853 @SapientGuardian

  • ๐Ÿž Fixed Tag two-way binding of Checked parameter. #1876 @stefanodriussi

  • ๐Ÿž Fixed AutoComplete Dropdown menu positioning issue. #1860 @anddrzejb

  • ๐Ÿž Fixed InputNumber DefaultValue binding issue. #1871 @ElderJames

  • ๐Ÿž Fixed Checkbox an issue that caused an exception when CheckboxGroup option was modified. #1863 @anddrzejb

  • ๐Ÿž Fixed Modal and Confirm cannot focus the button automatically. #1838 @zxyao145

0.9.2

2021-08-18

  • Table

  • ๐Ÿž Fixed Tree: SelectedNodeChanged would be fired twice twice. #1849 @ElderJames

  • ๐Ÿž Fixed Tag: Style parameters are not rendered. #1847 @JohnHao421

  • ๐Ÿž Fixed Menu: OnMenuItemClicked should be triggered when menu Selectable is false. #1843 @ElderJames

  • ๐Ÿž Fixed Checkbox: The checked state of CheckboxGroup didn't follow the value change. #1841 @ElderJames

0.9.1

2021-08-11

  • Table

    • ๐Ÿž Allow to set time in the filter. #1827 @anranruye
    • ๐Ÿž Use "or" filter condition for List type built-in filter. #1804 @anranruye
    • ๐Ÿž Fixed missing sorter model on first change. #1823 @ElderJames
    • ๐Ÿž Fixed the issue that tables inside a table column throw an exception. #1732 @anranruye
  • DatePicker

  • Overlay

    • ๐Ÿž Use right positioning for bottom-right and top-right placement. #1799 @anranruye
    • ๐Ÿž Fixed overlay location when container element has border. #1797 @anranruye
  • Select

    • ๐Ÿž Fixed MaxTagCount behaves properly for non-responsive scenarios. #1776 @anddrzejb
    • ๐Ÿž Accept null as select option value. #1786 @anranruye
    • ๐Ÿ†• Make EnumSelect support null option value #1777 @anranruye
    • ๐Ÿž Remove ValueName null check for non-datasource approach. #1785 @anranruye
  • Tree

  • ๐Ÿž Fixed AutoComplete: turn off the input autocomplete attribute. #1825 @ElderJames

  • ๐Ÿž Fixed Menu: OnBreakpoint and OnCollapse only when they was changed. #1815 @ElderJames

  • ๐Ÿž Fixed Calendar: the width of select component in the header. #1801 @anranruye

  • ๐Ÿž Fixed InputNumber: OnChange cannot be triggered during keyboard input. #1830 @ElderJames

  • ๐Ÿž Fixed Modal: error when confirm TaskCompletionSource SetResult repeat. #1795 @zxyao145

0.9.0

2021-07-27

๐ŸŽ‰ As of this release, the project has welcomed a total of 101 contributors who have made this project possible! We'd like to thank them for their generous contributions!

  • Tabs

  • Table

    • ๐Ÿ†• Add built-in filter for Guid type. #1756 @anranruye
    • โšก๏ธ Optimize render fragments. #1597 @anranruye
    • ๐Ÿ›  Refactor filter model classes, allow access filters through ITableFilterModel, allow access to filter compare operator and condition. #1563 @anranruye
    • ๐Ÿ†• Add built-in filter for enum types, support null value for List filter type. #1439 @anranruye
    • ๐Ÿ†• Add Columns Show/Hide functionality. #1410 @ldsenow
    • ๐Ÿ†• Add Allow custom pagination template. #1409 @ldsenow
    • ๐Ÿ›  Refactor PropertyAccessHelper to PathHelper, replace double quotes with single quotes to identify string index keys. #1386 @Zonciu
    • ๐Ÿž Add implement TotalChanged callback; add demo for loading data from remote data source. #1558 @anranruye
    • ๐Ÿ“– Fixed edit row demo can't recovery the editing on cancel. #1745 @ElderJames
  • Select

    • ๐Ÿ†• Add EnumSelect for select componet with enum. #1759 @wangj90 - ๐Ÿ†• Add Simple data source: When the item in the data source and the value property of select use the same type, it is not necessary to specify ValueName; When LabelName is not specified, the return value of the ToString() method of the item in the data source is used as the label. #1541 @anranruye
    • ๐Ÿž Fixed duplicated tags. #1766 @anddrzejb
    • ๐Ÿž Fixed the issue that can not set select component initial value for non-datasource approach. #1743 @anranruye
  • Form

    • ๐Ÿ†• Add Support for setting validation rules on FormItem. #1516 @mutouzdl
    • ๐Ÿ†• Add Support for EditContext dynamic change. Added OnFieldChanged, OnValidationRequested & OnValidationStateChanged events. #1504 @anddrzejb
    • ๐Ÿ†• Added LabelStyle to FormItem for custom element styling. #1503 @anddrzejb
    • ๐Ÿ†• Expose EditContext in Form component, allow access to validation messages. #1464 @anddrzejb
    • ๐Ÿž Fixed FormItem would be default to property name. #1738 @ElderJames
  • Modal

    • ๐Ÿ†• Add NotificationRef support. #1498 @zxyao145
    • ๐Ÿž Fixed wrong seter in ModalOptions.ConfirmLoading (always is true). #1742 @zxyao145
    • ๐Ÿž Fixed click dialog cause the mask click event triggered. #1727 @zxyao145
  • Tree

    • ๐Ÿ›  Refactor and close to official features, fixes initial value issues, and supports drag and drop. #1517 @lovachen
    • ๐Ÿ†• Added support for checking all items in a Tree from code. #1722 @lukblazewicz
  • ๐Ÿ†• Upload: Add support for drag upload. #1765 @ElderJames

  • ๐Ÿ†• Button: Allows you to set a color for the button according to the official palette. #1774 @boukenka

  • ๐Ÿ†• Dropdown: Add ButtonsStyle & ButtonsClass parameters that allow to style each button separately. Type accepts single value that will be applied to both buttons. #1659 @anddrzejb

  • ๐Ÿ†• DatePicker: Support disable one of RangePicker inputs. #1648 @mutouzdl

  • ๐Ÿ†• Tag: Color parameter now supports custom hex values and an Enum type. #1514 @MutatePat

  • ๐Ÿž Drawer: Fixed the bug that the page scroll bar is restored when one of them is closed when there are multiple Drawers at the same time. #1771 @zxyao145

  • ๐ŸŒ i18n: Add missing French short week days. #1521 @dust63

0.8.3

2021-07-13

  • Table

    • ๐Ÿ†• Add a parameter to expand all rows on load. #1695 @henrikwidlund
    • ๐Ÿž fix the bug that changing filter and/or operator closes the filter dropdown. #1687 @anranruye
    • ๐Ÿž allow set filters after table initialization. #1667 @anranruye
  • Upload

  • DatePicker

  • Form

    • ๐Ÿ†• feat(module: form): use DisplayName attribute as the default FormItem Label. #1682 @gmij
    • ๐Ÿž allow to use input components without bind-Value attribute inside customized form control. #1662 @anranruye
    • ๐Ÿ“– add advanced search demo. #1654 @ElderJames
  • i18n

    • ๐ŸŒ Russian locale resources additions. #1709 @kuznecovIT
    • ๐Ÿž When a node is missing from a resource file, the default value is used and no runtime exception is thrown. #1710 @anranruye
  • ๐Ÿ†• Tag shows pointer cursor when OnClick is set. #1660 @anddrzejb

  • โšก๏ธ Modal and Drawer render reducing, update document and demo. #1701 @zxyao145

  • ๐Ÿž Fixed Select allow change both data source and value in one render period. #1720 @anranruye

  • ๐Ÿž Fixed Tabs horizontal scrolling of tabs #1581 @Brian-Ding

  • ๐Ÿž Fix Statistic CountDown OnFinish callback exception(#1712). #1714 @HexJacaranda

  • ๐Ÿž Fixed Overlay OnMaskClick event will fire correctly when the overlay size changes. #1692 @anranruye

  • ๐Ÿž Fixed Space items behavior when they are inside if block. #1684 @anranruye

  • ๐Ÿž Fix Grid gutter adjustment on col initialize. #1653 @ElderJames

0.8.2

2021-06-17

  • Table

    • ๐Ÿž Fixed selection issues. #1632 @anranruye
    • ๐Ÿž Fixed filter wrong compare operator after remove one filter condition; remove input components for 'Is Null' and 'Is Not Null' filter operators. #1596 @anranruye
    • ๐Ÿž Fixed the issue that filters are not applied when close the filter panel by clicking filter icon area. #1594 @anranruye
    • ๐Ÿž Fixed filter icon wrong highlight after clear the filter value; fix filter behavior when there is no input value. #1592 @anranruye
    • ๐Ÿž Fixed can not close filter by confirm button. #1602 @anranruye
    • ๐Ÿ“– update โ€˜fork official sampleโ€™ demo to enable the sorters. #1544 @anranruye
  • Dropdown

    • ๐Ÿž Add typical Button propertied to DropdownButton. Include demo & API docs for Dropdown API and Button API. #1609 @anddrzejb
    • ๐Ÿž Add Loading parameter to DropdownButton. #1588 @anddrzejb
  • DatePicker

  • InputNumber

    • ๐Ÿž fix the exception which is throwed when an InputNumber component for nullable type loses focus. #1612 @anranruye
    • ๐Ÿž fix(module:inputnumber): include parser in value evaluation. #1567 @anddrzejb
  • ๐Ÿž New parameters for Input: Bordered, ReadOnly, InputElementSuffixClass & methods: Focus(), Blur(), fixed clear icon.
    New parameter for TextArea ShowCount, fixed clear icon.
    Search gets new look and paramter ClassicSearchIcon for fallback to old look.
    InputGroup whitespace removed.
    New parameters for InputPassword: ShowPassword & IconRender. #1530 @anddrzejb

  • ๐Ÿž Fixed Affix: remove wrong event listeners. #1616 @ElderJames

  • ๐Ÿž Fixed Drawer: OffsetX and offsetY do not work of Drawer, and update the documents how to use DrawerService by the way. #1448 @zxyao145

  • ๐Ÿž Fixed Radio: add defaultChecked and defaultValue. #1494 @ElderJames

  • ๐Ÿž Fixed Tag: Add support for Status and custom colors, add animation demo #1631 @anddrzejb

  • ๐Ÿž Fixed Image: fix the style property position. #1642 @ElderJames

  • ๐Ÿž Fixed Checkbox: in-form behavior of CheckboxGroup component. #1637 @anranruye

  • ๐ŸŒ Fixed nl-BE and nl-NL locales. #1624 @gregloones

  • ๐Ÿ›  add missing 'filterOptions' node to german locale file. #1562 @anranruye

  • ๐ŸŒ Added values missing from locale es-ES. #1534 @Magehernan

0.8.1

2021-05-13

  • Overlay

    • ๐Ÿž Fixed positioning should take scroll into account. #1511 @ocoka
    • ๐Ÿž Fixed issues in boundaryAdjustMode. #1420 @mutouzdl
  • Input

  • Table

    • ๐Ÿž Fixed built-in filter select option width. #1500 @anranruye
    • ๐Ÿž Fixed error for EndsWith filter operator. #1434 @anranruye
    • ๐Ÿž Fixed column header sorter not refresh after ClearSorter is called #1385 @anranruye
    • ๐Ÿž Fixed can not use DataIndex nullable mode with not nullable property #1382 @anranruye
    • ๐Ÿž Fixed Filter for DataIndex. Unify FieldName, add DisplayAttribute for DiplayName. #1372 @Zonciu
    • ๐Ÿž Fixed ellipsis can't work. #1376 @ElderJames
  • Cascader

  • DatePicker

    • ๐Ÿž Fixed panel click closing + some issues from #1431. #1452 @anddrzejb
    • ๐Ÿž Fixed validate manually entered date against format. #1389 @anddrzejb
  • Modal

    • ๐Ÿž Fixed Delay time to DOM* MIN* TIMEOUT_ VALUE (4ms). #1445 @zxyao145
    • ๐Ÿž Fixed add Dispose lifecycle function to Dialog. #1379 @zxyao145
    • ๐Ÿ†• support define modal's style in ModalOptions #1400 @zxyao145
  • Form

  • Select

    • ๐Ÿž Fixed error for nullable TItem of SelectOption. #1451 @anranruye
    • ๐Ÿ›  Refactor: use ResizeObserver Api instead of window.resize. #1392 @anddrzejb
    • ๐Ÿž Fixed OnDataSourceChange called when expected. #1419 @anddrzejb
    • ๐Ÿž Fixed enum default value protection. #1368 @anddrzejb
  • ๐Ÿž Fixed checkbox remove Value initialization blocking. #1459 @anddrzejb

  • ๐Ÿž Fixed input number self changing. #1490 @CAPCHIK

  • ๐Ÿž Checkbox and Switch allow now binding to Changed property. Value and Changed properties can be used interchangeably. #1394 @anddrzejb

  • ๐Ÿž Fixed Tag closable typo and delete mode #1393 @ElderJames

  • ๐Ÿž Fixed PasswordInput for retrieving and setting the selectionStart; Override onClick. #1377 @MihailsKuzmins

  • ๐Ÿ†• feat: add element component. #1378 @ElderJames

  • ๐Ÿž Fixed Affix can't affix while OffsetTop is zero. #1373 @ElderJames

  • ๐Ÿž Fixed js function getDom return null bug. #1417 @zxyao145

  • ๐Ÿž Fixed dropdown width for IE. #1469 @anranruye

0.8.0

2021-04-15

  • Theme and i18n

  • Form

  • Select

    • ๐Ÿ†• Added missing MaxCountTag, MaxTagPlaceholder and MaxTagTextLenght. #1338 @anddrzejb
    • ๐Ÿ†• added PopupContainerGrowToMatchWidestItem & PopupContainerMaxWidth. #1309 @anddrzejb
  • Table

  • Date Picker

  • ๐Ÿ†• Space: add wrap,split and size array. #1314 @ElderJames

  • ๐Ÿ†• Alert: add message template and loop banner demo #1250 @MutatePat

  • ๐Ÿ†• Upload: Added events: OnDownload, BeforeAllUpload & BeforeAllUploadAsync. #1302 @anddrzejb

  • ๐Ÿ†• Tag: add closing event #1268 @TimChen44

  • ๐Ÿ›  Pagination Port from react version. #1220 @Zonciu

  • ๐Ÿ†• InputNumber: add long-click and keyboard operation. #1235 @lingrepo

  • ๐Ÿ†• add TestKit for public tests #1248 @MutatePat

  • ๐Ÿ†• Input add parameter WrapperStyle #1351 @anddrzejb

  • ๐Ÿž Result: fix the issue for modify status unsuccessfully after initialization(#1328). #1336 @JiaChengLuo

  • ๐Ÿ›  1. Unified use of FeedbackComponent template components for modal comfirm and drawer; 2. Add "pure event handlers" helper class, avoid triggering statehaschanged in an event to cause repeated rendering. #1263 @zxyao145

  • ๐Ÿž fix: multiple bugs originating from js. #1342 @anddrzejb

  • ๐Ÿž Affix: fix the issue for affix to the viewport. #1335 @skystardust

  • ๐Ÿž Drawer: fix ZIndex has no effect. #1362 @anddrzejb

  • ๐Ÿž Avatar: fix text size calc regional independent [#1352] (https://github.com/ant-design-blazor/ant-design-blazor/pull/1352) @anddrzejb

0.7.4

2021-04-08

  • Table

    • ๐Ÿž Fixed issue with table not being re-rendered when setting ScrollX. #1311 @Zonciu
    • ๐Ÿž Fixed an issue where modifying a DataSource would throw an exception. 5b0dbfb [@Andrzej Bakun](https://github.com/Andrzej Bakun)
    • ๐Ÿž Fix DataIndex Column Filter, make DataIndex column refresh correctly. #1295 @Zonciu
    • ๐Ÿž ExpandIconColumnIndex invalid when specified to the ActionColumn. #1285 @Magehernan
    • ๐Ÿž perf optimization & data source change issue #1304 @anddrzejb
  • Select

    • ๐Ÿž Fixed an issue where clicking the Close option on multiple selections would trigger a drop-down menu. #1308 @anddrzejb
    • ๐Ÿž Fixed Loading icon in Tag mode. 12ca2f7 [@Andrzej Bakun](https://github.com/Andrzej Bakun)
  • ๐Ÿ’„ fix missing flex and wrap style. #1296 @ElderJames

  • ๐Ÿž default to empty string. 6944c13 [@Andrzej Bakun](https://github.com/Andrzej Bakun)

  • ๐Ÿž Fix Upload list 53c1285 [@Andrzej Bakun](https://github.com/Andrzej Bakun)

  • ๐Ÿž Fix DatePicker DisabledDate works incorect. #1298 @mutouzdl

  • ๐Ÿ†• Added LabelTemplate in FormItem. #1293 @ldsenow

  • ๐Ÿž Value has priority over DefaultValue. 5f14377 [@Andrzej Bakun](https://github.com/Andrzej Bakun)

  • ๐Ÿ“– fix Table RouterPagging demo. #1313 @Zonciu

0.7.3

2021-03-29

  • ๐Ÿž Fixed Dropdown: Animations for down and up are inverse. #1274 @mutouzdl
  • ๐Ÿž Fixed Tree nodes expand incorrectly. #1275 @TimChen44
  • ๐Ÿ’„ Fixed Cascader an issue where the style attribute could not affect the style. #1269 @ElderJames
  • ๐Ÿž Fixed Datepicker [selected date on end picker]ใ€[quarter panel's ranges] are incorrect. #1260 @mutouzdl
  • ๐Ÿ“– chore: add the copyright of .NET Foundation. #1272 @ElderJames
  • ๐Ÿ“– chore: fix cmd for preview site and style sync. 68c7539 @ElderJames

0.7.2

2021-03-14

0.7.1

2021-03-05

0.7.0

2021-03-02

0.6.0

2021-02-01

  • Table

    • ๐Ÿ†• support DataIndex, access object's property by path-based string. #1056 @Zonciu
    • ๐Ÿ†• add RowClassName attribute to table component. #1031 @mostrowski123
    • ๐Ÿ†• add sort directions and default sort order. #778 @cqgis
    • ๐Ÿ†• support multiple sorter. #1019 @ElderJames
    • ๐Ÿ†• Add expandiconColumnIndex property to specify the column in which the expansion button resides. #1002 @fan0217
    • ๐Ÿž fix selection was broken with scroll y. #1020 @ElderJames
    • ๐Ÿž Fixed style errors when expandTemplate is NULL and when data is empty. #985 @Magehernan
    • ๐Ÿž Table component add custom comparer, fix table's blazor demo. #969 @Zonciu
  • Menu

  • Overlay

    • ๐Ÿ†• support overlay trigger without bound to a div. #937 @anddrzejb
    • ๐Ÿž fix the interop delElementFrom() exception on page refresh. #1008 @anddrzejb
    • ๐Ÿž fix(module: overlay): getFirstChildDomInfo when firstElementChild is null (#989). #989 [@Andrzej Bakun](https://github.com/Andrzej Bakun)
  • DatePicker

  • ๐Ÿ†• add image component. #1038 @ElderJames

  • ๐Ÿ†• add a separate action component. #1030 @ElderJames

  • ๐Ÿ†• Added Static class IconType #987 @porkopek

  • ๐Ÿž layout: fix missing trigger when sider open from zero-width mode. #1007 @ElderJames

  • ๐Ÿ’„ fix back-top visible styles. #1005 @ElderJames

  • ๐Ÿ’„ fix upload file list style. #1001 @ElderJames

  • ๐Ÿž fix calendar critical exception for ChangePickerValue. #993 @anddrzejb

  • ๐Ÿ’„ Fix the missing HTML div #990 @anddrzejb

  • ๐Ÿž cascader: re-initialize options after options is changed. #980 @imhmao

  • ๐Ÿž fix Input/inputNumber/TextArea disabled attribute. #1048 @anddrzejb

  • ๐Ÿž fix throwing exception on page reload. #1040 @anddrzejb

  • ๐Ÿž Fixed issue where rebinding model or calling 'reset' method could not clear validation error message #1035 @anddrzejb

  • ๐Ÿž fix the ink delay change. #1037 @ElderJames

  • ๐Ÿ“– update docs cache with version tag. cf2d4ed @ElderJames

  • ๐Ÿ’„ sync the style of ant-design v4.11.1. #1039 @ElderJames

  • ๐Ÿž fix select issue with multiple modals. #1012 @mutouzdl

  • ๐Ÿ›  update bUnit to 1.0.0-preview-01. #1009 @anddrzejb

  • ๐Ÿ“– docs: scroll to hash anchor after pages are rendered. #1006 @ElderJames

Member path helper Getting nightly builds
ๆ–‡ๆกฃๅทฒๆ›ดๆ–ฐ๏ผŒ่ฏท็‚นๅ‡ป ๆญคๅค„ ๆ›ดๆ–ฐใ€‚
A new version of this app is available. Click here to update.