Skip to content

v10.51.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 30 Sep 09:56
· 370 commits to release since this release

10.51.0 (2024-09-30)

πŸ› Bug Fixes

  • Field.Toggle: removes invisible label when label not provided (#3984) (c945d5b)
  • Forms: Form.useData should not throw error when used in Wizard (#4001) (aac721b)
  • Forms: ensure itemNr still works in the Iterate.ViewContainer (#4002) (6f8bfb3)
  • Forms: keep field state during a Wizard step change when used inside Iterate.Array (which used defualtValue as the data source) (#4025) (595cfd5)
  • Forms: removes cards max-width in Wizard (StepIndicator) (#4011) (2bc8812)
  • Tabs: fix align property with value center (#3991) (8483df8)

✨ Features

  • ChildrenWithAge: display hasChildren value in summary (#3993) (9ab9de5)
  • Field.Date: add date range functionality (#4006) (12081c3)
  • Forms: add Form.SubmitConfirmation to confirm a submit during or before sent (#4019) (dfce4e4)
  • Forms: add inheritVisibility to Value.SummaryList (#4003) (9849516)
  • Forms: add inheritLabel to Value.SummaryList (#4009) (1715a6a)
  • Forms: add Value.Provider to propagate value props down to Value.* components (e.g. inheritVisibility) (#4005) (c3f10e3), closes #4003
  • Forms: deprecate Form.FieldProps in favor of Field.Provider (#4020) (d549870)
  • Forms: deprecate Form.useError in favor of Form.useValidation featuring setFieldStatus to handle the status (error) of a single field (#3986) (dd39eef)
  • Forms: implement TypeScript version of json-pointer (#4000) (f3caa4b)
  • NumberFormat: add half-even rounding and deprecated omit_rounding in favor of rounding="omit" (#3988) (0c121f1)
  • SASS mixins: media queries mixins now uses 0.1px instead of 1px to avoid overlap (#3985) (1cb495a), closes media#sect2
  • Switch: refactor to typescript (#3727) (4833c42)

πŸ“ Documentation