Skip to content

v10.50.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 23 Sep 10:02
· 634 commits to release since this release

10.50.0 (2024-09-23)

πŸ“ Documentation

  • adds import statement to info doc for components (#3966) (8034c44)
  • adds import statement to info doc for elements (#3972) (55ba97d)
  • adds tabs to elements docs (#3967) (8305ce3)
  • fix markdown link to text counter component (4fb5485)
  • fix markdown link to text counter component (#3958) (2671ed4)

πŸ› Bug Fixes

  • ChildrenWithAge: sync summary and edit container (#3950) (52ca0fb)
  • Forms: add support for transformIn and transformOut to Field.SelectCountry (#3975) (d1c44c8), closes #3974
  • Forms: deprecate and rename {itemNr} in favor of {itemNo} (#3969) (594f967)
  • Forms: enhance defaultValue routine during mounting of fields (#3962) (68bcbcb)
  • Forms: enhance reset routine of ChildrenWithAge block (#3961) (2ae6a5f)
  • Forms: ensure defaultValue works in React.StrictMode (#3959) (fb71a48)
  • Forms: ensure Value.* component's transformIn can changes its value (#3965) (0698741)
  • Forms: execute transformOut when value or defaultValue is given (#3974) (77eab0c)
  • Forms: make exportValidators work with the same validator as given in validator or onBlurValidator (#3977) (52a5e69)
  • Visibility: prioritize visible with a booean over other path assetion (#3949) (c74ee1d)

✨ Features

  • Forms: add filterCountries prop to Field.SelectCountry to filter out certain countries (#3979) (56dfe4f)
  • Forms: add filterCountries to Field.PhoneNumber (#3981) (8041541)
  • Forms: add inheritVisibility to each Value.* component (#3948) (367889b)
  • Forms: add limit prop to Iterate.Array (#3964) (c29b477)
  • Forms: add reduceToVisibleFields to the useData hook and Form.Handler onSubmit (#3957) (db24256)
  • Forms: add remove method to Form.useData (#3960) (950e6a3)
  • Forms: add useCountry with getCountryNameByIso to Value.SelectCountry (#3953) (350c060)
  • OrganizationNumber: adds organization number validation (#3976) (6f344c2)
  • Value.ArraySelection: add variant prop to allow for list layout (#3947) (1aff360)