Releases: aboutbits/react-ui
Releases · aboutbits/react-ui
Release v1.0.0-beta.1
1.0.0-beta.1
Release v0.3.1
New/Improved
- Center
SectionHeaderTitle
vertically
Release v0.3.0
New/Improved
- Refactored
Dialog
component - New
SelectItem
component with dialog - New
ContentMessage
component SectionContentMessage
usesContentMessage
- 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
New/Improved
- Fixed error message text color for input component
- SectionContentError and SectionContentEmpty are now exported with section components
Release v0.2.6
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
New/Improved
-
use custom
min-h
values forHeaderArea
styles -
allow to use
ReactNode
forHeaderBackWithoutAction
'stitle
Release v0.2.4
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
: Removednavigation
option- Removed
HeaderBackWithEdit
- Removed
HeaderMainWithSearch
- Removed
HeaderLargeAction
- Removed
HeaderSmallAction
- Remove
HeaderEditAction
- Added
HeaderActionIcon
- Added
HeaderLeftActionIcon
- Added
HeaderRightActionIcon
- Added
HeaderCloseAction
Release v0.2.3
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
New/Improved
- The default theme for the Loading bars has a lighter color.
Release v0.2.1
New/Improved
SectionContentTitle
: New component that specifies the style of a title inside of aSectionContent
SectionContent
: TheSectionContent
has a new prop calledlayout
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 aSectionContent
and not a fullSection
anymore.LoadingEdit
component has been removed.SectionContentLoadingForm
can be used as a replacement, but be careful as this component only contains aSectionContent
and not a fullSection
anymore.LoadingList
component has been removed.SectionContentListLoading
can be used as a replacement, but be careful as this component only contains aSectionContent
and not a fullSection
anymore.SectionContentListError
has been removed.SectionContentError
can be used as a replacement, but be careful as this component contains aSectionContent
.SectionContentListEmpty
has been removed.SectionContentMessage
can be used as a replacement, but be careful as this component contains aSectionContent
.
Bug fixes
FormError
: ReactUI v0.0.2 changed the behavior of theFormError
. FormErrors will now again not be shown if the children are null or undefined.FormError
: Default theme style was wrongly applying acol-span-2
on all screen size instead of justxl
.ListItemLink
: Add missing bottom border.SectionContent
: Remove vertical gap for children in default layout.