v6.2.0
This release extends Button
and Link
with styling API props and deprecates associated ButtonBase
and LinkBase
components. The pattern library receives a light design refresh. Small updates to other components.
Added
- UI Sketch "Tennis" with some possible options for buttons in the LMS content-picking interface by @lyzadanger in #1003
- Add
objectFit
prop toThumbnail
and update documentation by @lyzadanger in #1032
Changed
- Simplify dev server by @acelaya in #1026
- Pattern library: Adjust margins, add
Info
,InfoItem
components by @lyzadanger in #1029 - Update
AspectRatio
documentation structure by @lyzadanger in #1031 - Extend
Link
with Styling API, update documentation by @lyzadanger in #1028 - Remove redundant headings on single-component documentation pages by @lyzadanger in #1033
- Update the structure of component documentation for data, feedback components by @lyzadanger in #1047
- Make Button components implement Styling API, deprecate
ButtonBase
by @lyzadanger in #1048
Fixed
- Make sure Dialogs do not render close button when onClose callback is not provided by @acelaya in #1045
Full Changelog: v6.1.1...v6.2.0