Skip to content

Release v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 11:45

New/Improved

  • Refactored Dialog component
  • New SelectItem component with dialog
  • New ContentMessage component
  • SectionContentMessage uses ContentMessage
  • Add @aboutbits/pagination as dependency
  • Prevent truncating bottom part of SectionHeaderTitle text

Breaking

  • ActionSectionVariant -> ActionSectionPosition (+theme name changed)
  • Removed SelectDialog
  • SectionContentMessage theme moved to Content theme
  • Section Loading components renamed moved to Section folder:
    • SectionContentListLoading
    • SectionContentLoadingDetails
    • SectionContentLoadingForm
    • LoadingDescriptionItem -> SectionLoadingDescriptionItem
      • Theme moved to Section theme
    • LoadingListItem -> SectionLoadingListItem
      • Theme moved to Section theme
  • Section Pagination components moved to Section folder:
    • SectionFooterWithPaginationInMemory
    • SectionFooterWithPaginationRouter
  • Renamed Header components:
    • HeaderMain -> Header
    • HeaderBackWithoutAction -> HeaderWithBackNavigation
  • Renamed Section components:
    • SectionHeader -> SectionHeaderArea
      • Theme name changed
    • SectionTitle -> SectionHeaderTitle
      • Theme name changed
    • New SectionHeader
    • SectionFooter -> SectionFooterArea
      • Theme name changed
    • New SectionFooterWithActions