Skip to content

Releases: dnbexperience/eufemia

v10.62.0

20 Dec 07:11
Compare
Choose a tag to compare

10.62.0 (2024-12-20)

πŸ” CI

✨ Features

  • Forms: add label and showLabel prop to Form.SubmitIndicator (#4409) (95af6e3)
  • Forms: add update method to Form.setData (#4416) (d2f5c23)
  • Forms: show a label along the indicator for async field processes (#4410) (885ae0d), closes #4409

πŸ› Bug Fixes

  • Autocomplete: support query with unicodes when using search_numbers (#4419) (f19b7da)

v10.61.0

13 Dec 17:38
Compare
Choose a tag to compare

10.61.0 (2024-12-13)

πŸ“ Documentation

  • add guidelines for writing commit messages to the contribution guide (#4389) (34eff0e)
  • Upload: add id property (#4401) (56d4956)

✨ Features

πŸ› Bug Fixes

  • DatePicker: add null as possible date type as return value (#4407) (363e0b5)
  • DatePicker: throw error when date is invalid (#4396) (f977ebc)
  • FieldBlock: remove max-width for label when width stretch (#4406) (20c02d4)
  • Forms: enhance transformIn and transformOut to support changed array and object instances (#4392) (ae4648a), closes #4366
  • Slider: ensure min and max value is respected when step doesn't fit exactly (#4395) (2c00b0c)
  • Tabs: ensure cached content never takes up visual space (#4399) (360aacc)
  • Upload: display files without anchor when their size is not given (#4390) (70df7c8)
  • Upload: display spinner in async onFileClick without file id (#4393) (b743d6e)

v10.60.1

11 Dec 11:01
Compare
Choose a tag to compare

10.60.1 (2024-12-11)

πŸ› Bug Fixes

  • Dropdown: correct 'data' type to support interface-based types (#4383) (461e258)
  • Forms: ensure Tools.Log formats arrays with square brackets (#4384) (7905694)
  • Upload: add gap between file and remove button (#4382) (04c1f6a)
  • Upload: avoid scrolling when removing file from list (#4380) (43a64d4)
  • Upload: handling of multiple async events (#4378) (fd1fef9)

v10.60.0

10 Dec 05:56
Compare
Choose a tag to compare

10.60.0 (2024-12-10)

πŸ“ Documentation

✨ Features

  • Field.Upload: add onFileClick event (#4369) (c892eec)
  • Forms: add Form.InfoOverlay to display error, success (receipt), or custom messages to users (#4357) (9dd8402)
  • Forms: add onAnimationEnd property to Form.Visibility (#4356) (87728b4), closes #4350
  • Forms: add onVisible property to Form.Visibility (#4350) (41306d8)
  • host fonts in the public directory (#4359) (e6e08b2)
  • Upload: add support for async onFileClick event (#4370) (82588c1)
  • Upload: adds onFileClick event (#4365) (c5abd0e)
  • Upload: adds support for async onFileDelete (#4351) (f41e42d)
  • Value.Upload: add onFileClick event (#4367) (56e9caf)

πŸ› Bug Fixes

  • Dropdown: enhance height calcilation and add support for strict direction="bottom" usage, including when used in a Dialog component (#4368) (32b7b5b)
  • Field.Upload: handling of multiple async file uploads (#4360) (5cb1518)
  • Forms: avoid unnecessary rerenders in Form.Handler (#4363) (7de5e49), closes #4357

v10.59.0

02 Dec 20:54
Compare
Choose a tag to compare

10.59.0 (2024-12-02)

✨ Features

  • Upload: disabling delete button when loading (cca3388)

πŸ› Bug Fixes

v10.58.0

29 Nov 10:00
Compare
Choose a tag to compare

10.58.0 (2024-11-29)

✨ Features

  • Forms: add showConfirmDialog to Iterate.RemoveButton (#4330) (76bddf0)
  • Forms: add variant="filled" and toolbarVariant="custom" to Iterate.EditContainer and Iterate.ViewContainer (#4329) (b2b9eef)
  • Forms: add support for using a function references instead of a string based id (#4331) (a6e3bc3)
  • Forms: enhance typing and add docs on how to deal with TypeScript types (#4343) (10b199b)
  • Forms: introduce decoupleForm prop to Form.Handler (#4332) (0b02b6e)

πŸ› Bug Fixes

  • DatePicker: make sure the picker and input only reacts to the props that have changed (#4342) (4cd52a3)
  • Forms.Card: remove outline when variant="basic" on Section containers when used in Wizard (#4336) (ebad212)
  • forms: add sessionStorageId support to Field.Upload with empty file list rendering (#4339) (d02a0af)
  • NumberFormat: improve regex for parsing phone numbers with country codes (#4340) (96613ed), closes #4337

v10.57.1

22 Nov 13:06
Compare
Choose a tag to compare

10.57.1 (2024-11-22)

πŸ” CI

πŸ› Bug Fixes

  • CountryFlag: include flag icons in repo instead of via dependency (#4324) (69dc60a), closes #4307
  • Forms: ensure Form.Card supports spacing props (#4328) (f981b42)

v10.57.0

22 Nov 08:55
Compare
Choose a tag to compare

10.57.0 (2024-11-22)

πŸ› Bug Fixes

  • Forms: align Value.SummaryList when Value.* has no label (#4311) (b6621c2)
  • Forms: ensure fields inside composition share submit indicator (#4309) (e726e20)
  • Forms: safeguard errorMessages to avoid infinite loops when not wrapped in useMemo (#4305) (f14bacc)
  • Forms: show indicator with async onBlurValidator call when validateInitially is used (#4303) (c585491)
  • Icon: ensure icon name is rendered as data-testid (#4304) (235b823)

✨ Features

  • Card, Section: add outset property for moderate layout breakout (#4317) (6008d9a)
  • DrawerList, Dropdown, Autocomplete, Field.Selection, Field.ArraySelection: disabled options (#4154) (8786d5d)
  • Field.Upload: adds support for async and sync fn in fileHandler (#4294) (2cc816a)
  • Forms: add Form.Card with different default appearance than Card (use Form.Card in forms instead of Card) (#4318) (7bbc0ca)
  • Forms: add labelSrOnly to Value.* components (#4319) (46f68ae), closes #4311
  • Forms: deprecate validator in favor of onChangeValidator (#4314) (5a06b2e)
  • Typography: add general .dnb-t helper classes and add typography props to Span (#4235) (9dfe66d)

v10.56.0

18 Nov 07:10
Compare
Choose a tag to compare

10.56.0 (2024-11-18)

πŸ› Bug Fixes

  • DatePicker: ensure that endMonth does not fallback to startMonth when endMonth prop is defined (#4254) (5281257)
  • Forms: render given elements to warning and info properties (#4261) (d60de25)

⚑ Refactoring

  • DatePicker: convert properties to camel case and deprecate those with snake case (#4273) (a69a8aa)

✨ Features

  • Field.Date: add DatePickerProps (#4160) (6a3765b)
  • Forms: add asyncFileHandler to Field.Upload to support async file handling during upload (#4281) (030a09c)
  • Forms: add inline HelpButton to all Field.* components as default (with option to open in Dialog) (#4282) (e869a60)
  • Forms: add support for multiple info, warning and error messages given by an array (#4284) (78f2fe8)
  • ListFormat: adds spacing properties (#4255) (c72d999)
  • Paragraph: handle nested paragraphs (to be span's) (#4251) (ca3bbde)

v10.55.1

11 Nov 10:10
Compare
Choose a tag to compare

10.55.1 (2024-11-11)

πŸ› Bug Fixes

  • Forms: console log a warning when Value.SummaryList gets an invalid child (#4249) (011e9eb)
  • Forms: ensure Field.Upload handles required logic between Wizard step changes (#4248) (505dbc1)