ant-design-blazor/components/icon
Peter Ha c559bd321e
feat(module: icon): icon role attribute change now assignable, does not change default behavior (#3370)
when a screen reader parses an icon, it sees the role attribute has a value of 'img'. in the case where we don't want the screen reader to read the icon, the role can be assigned a blank value and the role attribute will not be added. instead, the aria-hidden attribute will be added with a value of 'true'

no breaking changes
2023-07-25 23:30:30 +08:00
..
internal refactor(module: icon)Add missing ZoomOut icon to static class. Refactor IconStore. Add tests for IconService. (#2667) 2022-09-04 14:28:03 +08:00
style fix(module: icons): compatible with bootstrap (#3348) 2023-07-13 00:10:00 +08:00
Icon.razor feat(module: icon): icon role attribute change now assignable, does not change default behavior (#3370) 2023-07-25 23:30:30 +08:00
Icon.razor.cs feat(module: icon): icon role attribute change now assignable, does not change default behavior (#3370) 2023-07-25 23:30:30 +08:00
IconFont.razor.cs feat(module: icon): implement two-tone color icon (#2513) 2022-06-18 15:11:55 +08:00
IconLocale.cs fix(module: locale-provider): add missing nodes default values (#1710) 2021-07-06 01:10:16 +08:00
IconService.cs fix(module: form): validation status styles (#3005) 2023-01-13 23:27:35 +08:00
IconThemeType.cs feat: add more demos (#197) 2020-06-07 19:41:00 +08:00
IconType.cs refactor(module: icon)Add missing ZoomOut icon to static class. Refactor IconStore. Add tests for IconService. (#2667) 2022-09-04 14:28:03 +08:00