Skip to content

Releases: aboutbits/react-ui

Release v1.0.0-beta.1

21 Oct 07:25
Compare
Choose a tag to compare
Release v1.0.0-beta.1 Pre-release
Pre-release
1.0.0-beta.1

Release v0.3.1

14 Sep 12:27
Compare
Choose a tag to compare

New/Improved

  • Center SectionHeaderTitle vertically

Release v0.3.0

14 Sep 11:45
Compare
Choose a tag to compare

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

Release v0.2.7

02 Sep 07:42
Compare
Choose a tag to compare

New/Improved

  • Fixed error message text color for input component
  • SectionContentError and SectionContentEmpty are now exported with section components

Release v0.2.6

02 Sep 06:29
Compare
Choose a tag to compare

New/Improved

  • ContentArea: Adjusted space
  • ToggleSwitch is now exported with form components
  • Improved SectionItem (and depending components) to fit better with new design
  • New SectionContentMessage, SectionContentError and SectionContentEmpty components

Breaking:

  • Changed SectionListItemButton and SectionListItemLink theme structure
  • SectionContentMessage, SectionContentError, SectionContentEmpty have icon, title, text and tone properties

Release v0.2.5

22 Aug 06:59
Compare
Choose a tag to compare

New/Improved

  • use custom min-h values for HeaderArea styles

  • allow to use ReactNode for HeaderBackWithoutAction's title

Release v0.2.4

22 Aug 06:09
Compare
Choose a tag to compare

New/Improved

  • New ToggleSwitch component
  • Updated Header components to the new design
  • All types of form inputs are exported

Breaking

  • `Header components are redesigned / refactored:
    • HeaderArea: Removed navigation option
    • Removed HeaderBackWithEdit
    • Removed HeaderMainWithSearch
    • Removed HeaderLargeAction
    • Removed HeaderSmallAction
    • Remove HeaderEditAction
    • Added HeaderActionIcon
    • Added HeaderLeftActionIcon
    • Added HeaderRightActionIcon
    • Added HeaderCloseAction

Release v0.2.3

12 Aug 08:27
Compare
Choose a tag to compare

New/Improved

  • Solid variant for input fields
  • Export all types of form elements

Breaking

  • Default variant for input fields is now solid

Release v0.2.2

05 Aug 13:23
Compare
Choose a tag to compare

New/Improved

  • The default theme for the Loading bars has a lighter color.

Release v0.2.1

05 Aug 12:17
Compare
Choose a tag to compare

New/Improved

  • SectionContentTitle: New component that specifies the style of a title inside of a SectionContent
  • SectionContent: The SectionContent has a new prop called layout to specify how the children are arranged inside the section content

Breaking

  • SectionContentTwoColumn component has been removed. You should replace it with <SectionContent layout={Layout.twoColumnGrid}>
  • LoadingDetails component has been removed. SectionContentLoadingDetails can be used as a replacement, but be careful as this component only contains a SectionContent and not a full Section anymore.
  • LoadingEdit component has been removed. SectionContentLoadingForm can be used as a replacement, but be careful as this component only contains a SectionContent and not a full Section anymore.
  • LoadingList component has been removed. SectionContentListLoading can be used as a replacement, but be careful as this component only contains a SectionContent and not a full Section anymore.
  • SectionContentListError has been removed. SectionContentError can be used as a replacement, but be careful as this component contains a SectionContent.
  • SectionContentListEmpty has been removed. SectionContentMessage can be used as a replacement, but be careful as this component contains a SectionContent.

Bug fixes

  • FormError: ReactUI v0.0.2 changed the behavior of the FormError. FormErrors will now again not be shown if the children are null or undefined.
  • FormError: Default theme style was wrongly applying a col-span-2 on all screen size instead of just xl.
  • ListItemLink: Add missing bottom border.
  • SectionContent: Remove vertical gap for children in default layout.