v5.0.0-beta
Pre-release
Pre-release
🚀 New features
- Add fontWeights to theme #326
- Link now respects
isprop.
🚨 Breaking Changes
- Removed the
srcandaltprops from CircleBadge. Use animgas a child of CircleBadge, and add alt text there instead. #332 Buttonupdates: #330- added
widthprop - Removed
blockprop
- added
- Removed
ButtonLinkcomponent - users should use a<Link is='button'>for this use case. The model here should beButtonis a UI element that is styled like a button.Linkis a UI element that is styled like a link. You can change the tag as needed. #330 - Removed
border,borderRadius,BorderColorandBoxShadowprops fromBox, added them toBorderBox#329