Skip to content
Compare
Choose a tag to compare
@segunadebayo segunadebayo released this 22 Aug 12:37
· 287 commits to main since this release

Added

  • Editable

    • Add support for controlled the editable's state (edit/preview) using edit and onEditChange
  • Pagination

    • Expose api.count property

Changed

  • Editable

    • Removed onEdit in favor of onEditChange
    • Removed startsWithEditView in favor of edit prop

Fixed

  • Dialog

    • Fix issue where closing a nested dialog focuses the first focusable element in the parent dialog instead of the
      previously focused element.
  • Steps: Fixed issue where the steps component was not exported in the index file.