Releases: aboutbits/react-ui
Releases · aboutbits/react-ui
Release v1.5.1
1.5.1
Release v1.5.0
1.5.0
Release v1.4.0
1.4.0
Release v1.3.0
1.3.0
Release v1.2.2
1.2.2
Release v1.2.1
New/Improved
- Add
withLabel
prop toLoadingInput
component - Make
useHandleFormSubmission
return response (or error) - Extract
SelectItemInput
fromSelectItem
component - Prevent the
SelectItem
dialog submit from bubbling up the React event tree
Full Changelog: v1.2.0...v1.2.1
Release v1.2.0
New/Improved
- Added support for React 18 🎉
Reach UI
removed, now usingHeadless UI
- Peer dependencies are now dependencies (except React)
- Renamed
tsconfig.esm.json
totsconfig.json
to be the default (e.g. for IDEs)
Breaking
- There is one minor breaking change: The
Dialog
props no longer extend theReach UI
Dialog
props. The most important props have been retained. TheonDimiss
prop no longer has anevent
as a parameter.
Notes
- Since
Reach UI
has been dropped, you can now drop theReach Dialog
and theReach Menu
from your project's dependencies, as well as theReach UI
CSS imports if you don't need them elsewhere in your project. - The following dependencies are no longer peer dependencies (but normal dependencies), and can be removed from
package.json
if they are not used elsewhere in the project:axios
classnames
@aboutbits/react-material-icons
@aboutbits/react-pagination
@aboutbits/react-toolbox
@aboutbits/pagination
react-hook-form
Full Changelog: v1.1.2...v1.2.0
Release v1.1.2
Release v1.1.1
New/Improved
- Fix
SubmitButton
type by passing a generic form control type - Use
iconProps
forContentMessage
instead oficonStyle
- Add missing exports for
SectionFooterWithSubmit
&FormSubmitFeedback
- Add
SectionContentLayout
enum and deprecateLayout
enum
Full Changelog: v1.1.0...v1.1.1
Release v1.1.0
New/Improved
- New Breadcrumb components
- New FormSubmitFeedback and SectionFooterWithSubmit components
- Improved
DescriptionItem
: Split into subcomponents and added an option to vertically align the content - Added
formControl
prop to thesubmitButton
- Adapted
Tabs
colors (they now have a light background in normal state) and fixed the ugly outline issue - Fixed
Section
overflow issue in safari with rounded borders and position sticky children - Split
ContentMessage
into subcomponents and addediconStyle
prop - Made
TabLink
internal by default - Fixed
Tabs
scroll into view on first render - Improved theme docs by showing parent group in theme JSON
Full Changelog: v1.0.5...v1.1.0