Skip to content

Release v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Oct 09:57

New/Improved

  • New Tabs component
  • Dark mode for button components
  • Added Checkbox component
  • Added FieldSet form component
  • Added layout prop for ToggleSwitch
  • Added option to adjust the ToggleSwitch to the Input height to be used in form layouts
  • Use transparency for disabled buttons and input fields
  • Improved ContentMessage layout
  • Adjust default theme for ContentMessage
  • Added className prop to SelectItem and DialogHeaderWithClose
  • Fix icon spacing in ButtonIconLink (spacing issue in tables cells)
  • Use Tailwind 3.2.0
  • Overall improvements of stories
  • Themes are now shown as JSON in the stories

Breaking

  • Formik was replaced by React Hook Form! See Storybook Example
  • useHandleFormSubmission & useHandleRequest: options.apiFallbackErrorMessageId removed and options.apiFallbackErrorMessage is used
  • Removed ContentError. Should be replaced by SectionContentError
  • Moved/Renamed SectionDescriptionItem and SectionLoadingDescriptionItem to content/DescriptionItem and LoadingDescriptionItem
  • Internationalization: translate function is removed, messages must be passed
  • Allow only primitive types as children of Option component
  • Size enum removed from Button and ToggleSwitch. Moved to common types
  • Theme of buttons changed (variantTone -> modeVariantTone)
  • Removed gray color from ReactUI Tailwind preset