7.0.0
💥 Breaking changes
- QuickNav. Added parent label to sublinks
href. So for example, if parent label isoverviewand sublink isintroduction, navigation to the sublink will be tooverview-introduction. #1338 - Table. ResultsetTable. Fix incorrect row height. #1357
🐛 Patches
- QuickNav. Fix accessibility issues. #1334
- TextInput. Autosuggest update to avoid inconsistent roles with Radix #1337
- Select, Radio Group. Fix to prevent disabled Select and Radio Group from sending their value when they are submitted inside a form. #1345
- Table. Fix incorrect padding in last row item. #1356
- Paginator . Fix incorrect component margins. #1359
- TextInput. Fix to prevent Text Input's action from executing form submit when it is clicked. #1365
- FileInput. Fix File Input to submit its value in forms. #1362
✨ Important information
Accordion, Box, Card, Dialog, Footer, Header. Padding prop is marked as deprecated. It can still be used, but it is recommended to be removed and start using our new layout components. #1335