What's Changed
- feat(FormControl): allow forwarding refs by @Copilot in #685
- feat(modal): support initialFocus prop by @huyenltnguyen in #687
- fix: remove preinstall script by @huyenltnguyen in #690
- feat: use standardised callouts by @raisedadead in #679
- fix(dropdown): color combination and width behavior by @huyenltnguyen in #686
- fix(alert,callout): button and link colors by @huyenltnguyen in #682
- fix(callout): require label prop by @huyenltnguyen in #691
Breaking Changes
Calloutcomponent:successvariant renamed totipinfovariant renamed tonotedangervariant renamed tocaution- Now requires a
labelprop
Dropdowncomponent:- The menu and toggle no longer span the full width by default. Set the
blockprop totruefor full width.
- The menu and toggle no longer span the full width by default. Set the
Full Changelog: v4.3.0...v5.0.0