* add changelog 0.11.0 * fix zh-cn * fix en-US * fix changelog and docs * add release date
75 KiB
order | title | toc | timeline |
---|---|---|---|
6 | Change Log | false | true |
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.
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
-
🆕 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, andSearchVaule
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
-
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
-
🐞 Radio: Improve sync logic about
Disabled
betweenRadioGroup
andRadio
s. #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 whenText
is null or empty. #2098 @LeaFrock
-
Cascader
- 🆕 Add display indicator when options is null or empty. #2108 @noctis0430
- 🐞 Fixed crashes when options is null. #2105 @noctis0430
-
Tree
-
🆕 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 withRadioGroup.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
- 🆕 Add context menu and page config for reusetabs. #2075 @ElderJames
- 🐞 Fixed tabs broken in a card. #2053 @anddrzejb
-
Table
- 🆕 Support reload data with specific page index and size. #2072 @ElderJames
- 🆕 Add Align property for column. #2045 @Qyperion
- 🐞 Fixed
ReloadData()
can't invokeOnChange
. #2071 @ElderJames - 🐞 Fixed handle null value of propertyInfo. #2025 @Guyiming
-
Select
- 🐞 Fixed Select with group refresh on datasource change. #2048 @anddrzejb
- 🐞 Add
ValueOnClear
to storedValue
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 ofReuseTabs
. #1910 @Guyiming - 🛠 refactor & improve rendering. #1970 @ElderJames
- 🆕 Add
-
Select
- 🐞 Fixed arrow down click does not auto close. #1977 @anddrzejb
- 🐞 Fixed null value option. #1996 @anranruye
- 🐞 Fixed keyboard on mobile devices would brings up at non-searchable mode. #1992 @anranruye
-
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
-
Tree
- 🆕 Add Tree ChildContent template. #1887 @ElderJames
- 🛠 Refactor Tree API name :
CheckedAll
->CheckAll
,DecheckedAll
->UncheckAll
. #1792 @lukblazewicz
-
Radio
- 🆕 Add Radio support enum type for
RadioGroup
options, useEnumRadioGroup
. #1840 @ElderJames - 🆕 Add Radio options property for
RadioGroup
. #1839 @ElderJames
- 🆕 Add Radio support enum type for
-
🆕 Add Image preview mode. #1842 @ElderJames
-
🆕 Add Form FormItem parameter
Help
,ValidateStatus
andHasFeedback
. #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
- 🐞 Fixed an issue that initialization is refreshed twice when PageSize is not equal to 10. #1933 @ElderJames
- 🆕 Addd CellData for CellRender. #1907 @ElderJames
- ⚡️ Put fixed column style into js. #1897 @ElderJames
- 📖 add dynamic table demo. #1908 @ElderJames
-
InputNumber
-
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
-
🐞 Added parameter
Rows
. #1920 @anddrzejb -
🐞 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
- 🆕 Add
-
🆕 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 prevent propagation of expand button click events. #1850 @ElderJames
- 🐞 Fixed initial load and render. #1835 @ElderJames
-
🐞 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 menuSelectable
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
- 🐞 Remain millisecond value when change the picker value. #1829 @anranruye
- 🐞 DatePicker: fix ShowToday behaviour when ShowTime set to true. #1819 @lukblazewicz
- 🐞 Fixed: ShowTime issues addressed. #1788 @anddrzejb
-
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
- 🐞 Bring
SearchExpression
back. #1796 @ElderJames - 🐞 Fix parent checkbox state calculation in a Tree. #1781 @lukblazewicz
- 🐞 Bring
-
🐞 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
- 🔥 Add reuse tabs routeview. (demo) #1704 @ElderJames
- 🆕 Add
OnClose
event, TabTemplate. #1698 @ElderJames
-
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
- 🆕 Add built-in filter for
-
Select
- 🆕 Add
EnumSelect
for select componet with enum. #1759 @wangj90 - 🆕 AddSimple
data source: When the item in the data source and the value property of select use the same type, it is not necessary to specifyValueName
; WhenLabelName
is not specified, the return value of theToString()
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
- 🆕 Add
-
Form
- 🆕 Add Support for setting validation rules on FormItem. #1516 @mutouzdl
- 🆕 Add Support for
EditContext
dynamic change. AddedOnFieldChanged
,OnValidationRequested
&OnValidationStateChanged
events. #1504 @anddrzejb - 🆕 Added
LabelStyle
toFormItem
for custom element styling. #1503 @anddrzejb - 🆕 Expose
EditContext
inForm
component, allow access to validation messages. #1464 @anddrzejb - 🐞 Fixed
FormItem
would be default to property name. #1738 @ElderJames
-
Modal
-
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
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
- 🐞 Fix GetResponse() deserialization to ignore case #1717 @BeiYinZhiNian
- 🐞 Treat all 2xx status codes in responses in the upload module as successful. #1705 @henrikwidlund
-
DatePicker
- 🐞 Fixed width for custom and culture-based format. #1685 @anranruye
- 🐞 Fixed datetime parse error. #1663 @anranruye
- 🐞 Fixed blur/focus & regression tests. #1681 @anddrzejb
-
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 toDropdownButton
. Include demo & API docs forDropdown
API andButton
API. #1609 @anddrzejb - 🐞 Add
Loading
parameter toDropdownButton
. #1588 @anddrzejb
- 🐞 Add typical
-
DatePicker
- 🐞 Add OnClearClick eventcallback. #1586 @anddrzejb
- 🐞 fix(module:datepicker): in form behavior. #1617 @anddrzejb
-
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 forTextArea
ShowCount
, fixed clear icon.
Search
gets new look and paramterClassicSearchIcon
for fallback to old look.
InputGroup
whitespace removed.
New parameters forInputPassword
: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
-
Input
- 🐞 Fixed for Guid type. #1510 @anranruye
- 🐞 Added
CultureInfo
attribute toInput
type components. #1480 @anddrzejb - 🐞 Fixed binding data when the Enter key is pressed. #1375 @ElderJames
-
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
- 🐞 Fixed showSearch. #1484 @ElderJames
- 🐞 Fixed invoking SelectedNodesChanged after clear selected. #1437 @ElderJames
- 🐞 Fixed incorrect size. #1432 @ElderJames
-
DatePicker
- 🐞 Fixed panel click closing + some issues from #1431. #1452 @anddrzejb
- 🐞 Fixed validate manually entered date against format. #1389 @anddrzejb
-
Modal
-
Form
- 🆕 Select mutliple/tags can be used in forms. #1460 @anddrzejb
- 🐞 Fixed validation message unique #1391 @ElderJames
-
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
-
🐞
Checkbox
andSwitch
allow now binding toChanged
property.Value
andChanged
properties can be used interchangeably. #1394 @anddrzejb -
🐞 Fixed Tag closable typo and delete mode #1393 @ElderJames
-
🐞 Fixed PasswordInput for retrieving and setting the
selectionStart
; OverrideonClick
. #1377 @MihailsKuzmins -
🆕 feat: add element component. #1378 @ElderJames
-
🐞 Fixed Affix can't affix while OffsetTop is zero. #1373 @ElderJames
-
🐞 Fixed dropdown width for IE. #1469 @anranruye
0.8.0
2021-04-15
-
Theme and i18n
- 🔥 add built-in themes. #1286 @ElderJames
- 🔥 docs: dynamic primary color changing. #1332 @ElderJames
- 🔥 add RTL support. #1238 @ElderJames
-
Form
- 📖 docs(module:form): IsModified sample fix. #1344 @anddrzejb
- 🆕 feat: Form lable supports left alignment. #1292 @unsung189
-
Select
- 🆕 Added missing
MaxCountTag
,MaxTagPlaceholder
andMaxTagTextLenght
. #1338 @anddrzejb - 🆕 added
PopupContainerGrowToMatchWidestItem
&PopupContainerMaxWidth
. #1309 @anddrzejb
- 🆕 Added missing
-
Table
- 🔥 add build-in filters #1267 @YMohd
- 🆕 add support for column names from Display attribute. #1310 @anranruye
- 🆕 add summary row. #1218 @ElderJames
- 🆕 Added event handler
OnExpand
. #1208 @anddrzejb - 🆕 add
GetQueryModel
method. #1202 @ElderJames
-
Date Picker
- 🐞 fix(module:datepicker): OnChange invoke after typing. #1347 @anddrzejb
- 🐞 Overlay: fix resize event handler. #1322 @anddrzejb
-
🆕 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
-
🆕 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
-
🐞 Value has priority over DefaultValue. 5f14377 [@Andrzej Bakun](https://github.com/Andrzej Bakun)
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
-
Table
- 🐞 Fixed invoke
OnChange
twice on pagination was changed #1211 @ElderJames - 🐞 Fixed clicking outside couldn't close filter panel #1232 @mutouzdl
- 🐞 Fixed invoke
-
Select
- 🐞 Fixed reset when changed to a not existing value #1209 @anddrzejb
- 🐞 Fixed Compiled method
.ToString()
was throwing AmbigiousMethod #1214 @anddrzejb
-
🐞 Fixed divider style was default to plain #1215 @ElderJames
-
🐞 Fixed upload Disable and delete button #1219 @anddrzejb
-
🐞 Fixed badge color behavior #1216 @ElderJames
0.7.1
2021-03-05
- 🐞 Fixed
Input Search
loading animation toggling. #1195 @anddrzejb - 🐞 Fixed table doesn't refresh when expand row. #1199 @ElderJames
- 🐞 Fixed bring OnRowClick back #1200 @ElderJames
- 🐞 Fixed select press enter on form cause validation to fail #1196 @anddrzejb
0.7.0
2021-03-02
-
🔥 Add overlay boundary detection and orientation adjustment. #1109 @mutouzdl
-
🐞 Tree: fixed selected highlight confusion. #1161 @qinhuaihe
-
🐞 Grid: fixed gutter. #1158 @anddrzejb
-
🐞 List: Removed unintended console output from SetGutterStyle. #1159 @superjerry88
-
🐞 Docs: fixed anchor and improvement. #1107 @ElderJames
-
Select:
- 🔥 Use Func to get/set value instead of reflection. #1168 @Zonciu
- 🐞 Fixed two-way binding #1191 @anddrzejb
- 🐞 Fixed tag duplication at multiple selection mode. #1162 @anddrzejb
- 🐞 Fixed new tag item label and value. #1121 @anddrzejb
- 🐞 Fixed DefaultActiveFirstOption. #1115 @anddrzejb
- 🐞 Removed
AllowCustomTags
andOnCreateCustomTag
, addedPrefixIcon
. #1087 @anddrzejb
-
Table:
- 🔥 Add table filters. #1178 @ElderJames
- 🔥 Add editable cell/row demo. #1152 @ElderJames
- 🆕 Add OnRow and OnRow method. #1175 @qinhuaihe
- 🐞 Fixed selectedRows exception. #1148 @qinhuaihe
- 🐞 Support more generic units for scroll x/y. #1137 @ElderJames
- 🐞 Fixed missing value for the sort property of SortModel. #1105 @ElderJames
- Fixed showing empty status when there are no data. #1180 @ElderJames
- 🐞 Fixed tree data exception when
GetChildren
return Null。#1188 @ElderJames
-
DatePicker
- 🆕 Fixed for not nullable - on clear set to defaults. #1100 @anddrzejb
- 🐞 Fixed date typing, enter behavior, overlay toggle. #1145 @anddrzejb
- 🐞 Fixed incorrect date format strings fix. #1097 @anddrzejb
- 🐞 Fixed FirstDayOfWeek configuration. #1054 @anddrzejb
- 🐞 Fixed placeholder and value equals null. #1088 @anddrzejb
-
Steps
- 🐞 Fixed wrong progress style. #1072 @ElderJames
- 🐞 fixed blocked navigation. #1071 @Tfurrer
-
Menu
- 🆕 Add MenuItem tooltip and SubMenu trigger type. #1082 @ElderJames
- 🆕 Add inline indent parameter. #1076 @ElderJames
- 🐞 Fixed Nav Menu Collapse Unresponsive. #1144 @mutouzdl
- 🐞 Fixed active parent menu for routed links. #1134 @anddrzejb
- 🐞 Fixed can't collapse follow the sider. #1069 @ElderJames
-
Cascader
- 🔥 Add a pull-down effect to Cascader (integrated Overlay components). #1112 @mutouzdl
- 🐞 Fixed
OnChange
called twice. #1151 @anddrzejb
-
Input
-
🐞 fixed the focus bug for InputPassword. #1146 @anddrzejb
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
- 🆕 Add Menu divider. #1017 @anddrzejb
- 🐞 fix loop on same route & performance & duplicate highlight. #1027 @anddrzejb
-
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
- 🐞 prevent the time out of range. #973 @ElderJames
- 🐞 DatePicker: fix throw exception when has default value. #972 @ElderJames
-
🆕 add image component. #1038 @ElderJames
-
🆕 add a separate action component. #1030 @ElderJames
-
🐞 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
-
🛠 update bUnit to 1.0.0-preview-01. #1009 @anddrzejb
-
📖 docs: scroll to hash anchor after pages are rendered. #1006 @ElderJames