You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.en-US.md
+16-2
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,23 @@ timeline: true
15
15
16
16
---
17
17
18
+
### 0.15.4
19
+
20
+
`2023-07-31`
21
+
22
+
- 🆕 Add AutoFocus for all select components. [#3375](https://github.com/ant-design-blazor/ant-design-blazor/pull/3375)[@LuukGlorie](https://github.com/LuukGlorie)
23
+
- 🐞 Fixed Tree would not invoke CheckedKeys changed while CheckStrictly was set. [#3379](https://github.com/ant-design-blazor/ant-design-blazor/pull/3379)[@ElderJames](https://github.com/ElderJames)
24
+
- 🐞 Fixed Checkbox passing disabled value to templated options from checkbox group. [#3365](https://github.com/ant-design-blazor/ant-design-blazor/pull/3365)[@ElderJames](https://github.com/ElderJames)
- 🐞 Fixed Input incorrect html structure of TextArea icons. [#3367](https://github.com/ant-design-blazor/ant-design-blazor/pull/3367)[@ElderJames](https://github.com/ElderJames)
27
+
- 🐞 Fixed Menu missing null check. [#3368](https://github.com/ant-design-blazor/ant-design-blazor/pull/3368)[@ElderJames](https://github.com/ElderJames)
28
+
- 🐞 Fixed Form Help message change. [#3373](https://github.com/ant-design-blazor/ant-design-blazor/pull/3373)[@ElderJames](https://github.com/ElderJames)
29
+
- 🐞 Fixed ReuseTabs throwing navigate exceptiion while base path was set. [#3362](https://github.com/ant-design-blazor/ant-design-blazor/pull/3362)[@ElderJames](https://github.com/ElderJames)
30
+
- ⌨️ i11y: Icon role update. [#3370](https://github.com/ant-design-blazor/ant-design-blazor/pull/3370)[@eizzn](https://github.com/eizzn)
31
+
18
32
### 0.15.3
19
33
20
-
`2013-07-13`
34
+
`2023-07-13`
21
35
22
36
- 🐞 Fixed Tree multiple should not take effect when Ctrl is not pressed. [#3350](https://github.com/ant-design-blazor/ant-design-blazor/pull/3350)[@YongQuan-dotnet](https://github.com/YongQuan-dotnet)
23
37
- 🐞 Fixed Icons compatible with bootstrap. [#3348](https://github.com/ant-design-blazor/ant-design-blazor/pull/3348)[@ElderJames](https://github.com/ElderJames)
@@ -27,7 +41,7 @@ timeline: true
27
41
28
42
### 0.15.2
29
43
30
-
`2013-07-03`
44
+
`2023-07-03`
31
45
32
46
- Table
33
47
- 🐞 Fixed Table avoid exception at DisposeAsync method. [#3337](https://github.com/ant-design-blazor/ant-design-blazor/pull/3337)[@ElderJames](https://github.com/ElderJames)
0 commit comments