v0.12.1
Fixes
- Pagination: ensure
page
,pageSize
values are numbers (0138910) - Pagination: dispatch "update" event only when
pageSize
orpage
values update (458d1b5) - Pagination: use correct size carbon icons for buttons (size
16
instead of24
) (192f98d) - ProgressStep: use button element; set negative
tabindex
ifdisabled
istrue
(3202f39) - ProgressStep: forward click event (6cb877e)
- SideNavMenu, SideNavMenuItem: remove "role", "aria-haspopup" attributes causing a11y warnings
- RadioTile: move
keydown
,tabindex
to input element (17d97d1)