ant-design-blazor/site
kooliokey 27b3e8ad5e
feat(module: breadcrumb): Add OnClick parameter to BreadcrumbItem, Add Tests, Remove unusable code (#2655)
* Add OnClick parameter to BreadcrumbItem. Add tests for Breadcrumb and BreadcrumbItem. Remove unused and unreachable code until needed at a later date. Documented parameters not in use, but left to avoid breaking the existing public API.

* Fix whitespace

* Update signature of OnClick for BreadcrumbItem to pass a Tuple<MouseEventArgs, BreadcrumbItem> giving access to the click arguments and the item clicked.

* Add ExludeFromCodeCoverage to POCO

* Update HTML markup for Breadcrumbs to match React Ant.Design (use nav, ol and li elements instead of div and spans only)

* fix naming

* fix error

* fix test

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-09-04 02:33:10 +08:00
..
AntDesign.Docs feat(module: breadcrumb): Add OnClick parameter to BreadcrumbItem, Add Tests, Remove unusable code (#2655) 2022-09-04 02:33:10 +08:00
AntDesign.Docs.Build chore: sync ant-design v4.20.7 (#2497) 2022-06-04 00:44:34 +08:00
AntDesign.Docs.Build.CLI docs: fix demo & document edit url (#2661) 2022-09-04 02:24:14 +08:00
AntDesign.Docs.Server chore: add gitpod support (#2646) 2022-08-31 06:01:54 +00:00
AntDesign.Docs.Wasm chore: sync ant-design v4.20.7 (#2497) 2022-06-04 00:44:34 +08:00
AntDesign.Docs.WasmHost chore: sync ant-design v4.20.7 (#2497) 2022-06-04 00:44:34 +08:00
Shared docs: add experimental category (#2420) 2022-05-29 19:34:49 +08:00