Skip to content

Releases: aboutbits/react-ui

Release v1.5.1

26 Jun 08:43
daae326
Compare
Choose a tag to compare

Release v1.5.0

26 Jun 07:10
64cb475
Compare
Choose a tag to compare

Release v1.4.0

23 Jun 12:31
d3f6ede
Compare
Choose a tag to compare

Release v1.3.0

12 Jun 15:05
90891ab
Compare
Choose a tag to compare

Release v1.2.2

06 Jun 13:47
ba102c4
Compare
Choose a tag to compare

Release v1.2.1

28 Mar 07:45
Compare
Choose a tag to compare

New/Improved

  • Add withLabel prop to LoadingInput component
  • Make useHandleFormSubmission return response (or error)
  • Extract SelectItemInput from SelectItem 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

25 Jan 10:43
Compare
Choose a tag to compare

New/Improved

  • Added support for React 18 🎉
  • Reach UI removed, now using Headless UI
  • Peer dependencies are now dependencies (except React)
  • Renamed tsconfig.esm.json to tsconfig.json to be the default (e.g. for IDEs)

Breaking

  • There is one minor breaking change: The Dialog props no longer extend the Reach UI Dialog props. The most important props have been retained. The onDimiss prop no longer has an event as a parameter.

Notes

  • Since Reach UI has been dropped, you can now drop the Reach Dialog and the Reach Menu from your project's dependencies, as well as the Reach 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

25 Jan 08:39
Compare
Choose a tag to compare

New/Improved

  • Fix divider not showing between breadcrumbs

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

16 Jan 12:58
Compare
Choose a tag to compare

New/Improved

  • Fix SubmitButton type by passing a generic form control type
  • Use iconProps for ContentMessage instead of iconStyle
  • Add missing exports for SectionFooterWithSubmit & FormSubmitFeedback
  • Add SectionContentLayout enum and deprecate Layout enum

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

12 Jan 14:50
Compare
Choose a tag to compare

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 the submitButton
  • 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 added iconStyle 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