Bump AntDesign from 0.20.4.2 to 1.5.0 #1134
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated AntDesign from 0.20.4.2 to 1.5.0.
Release notes
Sourced from AntDesign's releases.
1.5.0
✨What's Changed
Table
ScrollItemIntoView, to scroll to the specified row of data. #4664 @pankey888Upload
Tabs
ReuseTabs
Select
Input
🆕 Added Mentions support custom prefixes and multiple prefixes. #4652 @ElderJames
🆕 Added Carousel supports touch swipe to turn pages. #4580 @ElderJames
🛠 Refactor Modal so that ModalService.CreateComfirmAsync() directly returns ConfirmResult and normally triggers delegates such as OnOk/OnCancel. 2ff57a1 @shuangbaojun
🐞 Fixed Datepicker the exception that occurs when it destroys the date picker. #4715 @pankey888
🐞 Fixed TreeSelect throws an exception if Value is not bound in FromItem. #4714 @shuangbaojun
🐞 Fixed Badge the missing namespace for the BadgeSize enumeration. #4660 @ElderJames
🐞 Fixed the JsInvokeAsync method so that it no longer prints exception stack traces to the console. #4669 @Yusuftmle
📖 Fixed Icons Docs the incorrect IconThemeType when copying Icons. #4706 @zandiarash
Table: By default,
FilterMultiple=false, and the built-in Filter does not display the "+" button. To enable it, simply set "FilterMultiple=true".Input: The original
Onkey*API has been renamed toOnKey*.Modal:
CreateConfirmAsync<TComponent, TComponentOptions, TResult>(ConfirmOptions config, TComponentOptions componentOptions);is changed fromTask<ConfirmRef<TResult>>toTask<ConfirmResult>.... (truncated)
1.5.0-alpha
1.4.3
What's Changed
Full Changelog: ant-design-blazor/ant-design-blazor@1.4.2...1.4.3
1.4.2
What's Changed
Tabs
OnTabClickis fired correctly when tabs are clicked. #4634 @ElderJamesTable
GroupFooterTemplaterendering. #4623 @GlodenBoyForm
StringLengthAttributevalidation message; AddLengthAttributevalidation. #4616 @LeaFrock🐞 Fixed Overlay components closing incorrectly when mouse move over quickly (#4636). #4637 @ElderJames
🐞 Fixed Menu the inline collapsed state can't invoke correctly. #4636 @ElderJames
🐞 Fixed Input the enter key code of the input to improve compatibility. #4633 @Qingmei16
🐞 Fixed manipulationHelper for safe CSS value parsing. #4619 @ElderJames
🌐 Added eu-ES locale. #4617 @izurza
📖 Add the Ant Design X Blazor link for home page. #4635 @ElderJames
New Contributors
Full Changelog: ant-design-blazor/ant-design-blazor@1.4.1.1...1.4.2
1.4.1.1
What's Changed
Input
DefaultToEmptyStringparameter to make empty string as the default value. #4586 @ElderJamesSplitter
🛎 Ensuring invoking C# methods at the end of the drag. #4614 @ElderJames
🐞 Fixed SplitterPanel missing namespace, also fixed CS8785 and RZ3008. #4602 @ElderJames
Select
🆕 Add Tabs
StandaloneInCardparameter to Tabs component. #4608 @ElderJames🐞 Fixed Grid add missing properties for RowAlign and SpaceAlign. #4604 @ElderJames
🐞 Fixed Progress the issue where StrokeColor does not work when the type is Dashboard. #4610 @pankey888
🐞 Fixed Upload prevent duplicate file entries in Upload.FileList. #4592 @ElderJames
📖 Docs add carbon ads script. #4593 @ElderJames
New Contributors
Full Changelog: ant-design-blazor/ant-design-blazor@1.4.0...1.4.1.1
1.4.0
What's Changed
🔥 Add Splitter component. #4555 @ElderJames
🆕 Add Collapse supports two-way binding for activing panels. #4564 @ElderJames
🆕 Add Notification supports pausing to disappear when the mouse moves over a notification. #4535 @ElderJames
Table
Select
Message
Upload
⚡️ Enhance that use JsonSerializerOptions singleton if possible. #4538 @LeaFrock
⚡️ Improve dictionary usage. #4537 @LeaFrock
⚡️ Refactor EventListener that add asynchronous support. #4573 @ElderJames
🐞 Fixed Tree work incorrectly after updating the data source. #4575 @DarkElfes
🐞 Fixed Mentions overlay display logic and input handling. #4574 @ElderJames
🐞 Fixed DatePicker improve value comparison and cloning in RangePicker. #4570 @ElderJames
🐞 Fixed Cascader placeholder binding. #4545 @ElderJames
🐞 Fixed Flex Justify value. #4539 @thirking
🐞 Fixed Form changing the required rule dynamicly. #4543 @ElderJames
🛠 Refactor that remove obsolete methods and enhance Confirm dialog functionality. #4549 @ElderJames
📖 Docs localization add resource loading configuration for SimpleEmbe…. #4563 @ElderJames
Breaking change
The MesesageService methods have been changed to support asynchronous message methods. Please migrate with the following code: