Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 903 Bytes

UNRELEASED.md

File metadata and controls

28 lines (15 loc) · 903 Bytes

Unreleased changes

Breaking changes

New components

Enhancements

  • Added a fullWidth prop to EmptyState to support full width layout within a content context (#2992)
  • Added an emptyState prop to ResourceList to support in context empty states in list views (#2569)

Bug fixes

  • Fixed incorrect icon color of Button when destructive and plain (#2958)

Documentation

Development workflow

  • Improved speed of type-check and build by enabling TypeScript's skipLibCheck option (#2981)

Dependency upgrades

  • Updated TypeScript to 3.9.2 (#2981)

Code quality

Deprecations