v29.24.0
Minor Changes
-
Hidden: Add
componentsupport (#880)You can now customise the DOM element rendered when using
Hidden. If nocomponentis specified, it will fall back to the current behaviour — adivby default, or aspanwhen settinginlinetotrue.EXAMPLE USAGE:
<Hidden component="li">...</Hidden>
-
Pagination: Add component (#880)
EXAMPLE USAGE:
<Pagination label="Search results pagination" page={1} total={20} linkProps={({ page }) => ({ href: `/results?page=${page}`, })} />
Patch Changes
- Update dependencies (#883)