Releases: Matrix42AG/microsoft-fast
Releases · Matrix42AG/microsoft-fast
3.0.0-alpha.35
Full Changelog: 3.0.0-alpha.34...3.0.0-alpha.35
Fix form-associated components
- Make the
proxyproperty ofFormAssociatedcomponents optional (Isnullwhen running tests using@testing-library/react)
Align text-area component to text-field
- Add
startandstopslots to thetext-areacomponent - Wrap the
textareaelement in thetext-areacomponent and its slots into adiv.rootelement similar to thetext-fieldcomponent