Skip to content

Releases: dnbexperience/eufemia

v10.67.1

11 Mar 11:49
Compare
Choose a tag to compare

10.67.1 (2025-03-11)

πŸ“ Documentation

  • correct broken link to uutilsynet about WCAG (34f4001)
  • Field.Date: remove date property (#4718) (b0e34a0)
  • Field.Date: remove startDate property (#4720) (4181d04)
  • Field.Date: remove endDate property (#4721) (f1fa1cd)
  • Field.Date: remove startDate property (81fedcd)
  • PushContainer: move events docs to events tab (#4717) (86dfa3f)

πŸ› Bug Fixes

  • Field.Date: validate minDate & maxDate by the start of the day (00:00) (#4716) (98996bd)
  • Input: remove value attribute (⚠️ Use element.value instead in e.g. tests) (#4713) (dd2ae1a)

v10.67.0

10 Mar 20:28
Compare
Choose a tag to compare

10.67.0 (2025-03-10)

πŸ“ Documentation

  • Autocomplete: correct link to data property (#4677) (e124b6c)
  • Breadcrumb: move onClick from properties to events doc (#4675) (09b4463)
  • DatePicker: correct range description (#4697) (3aa057a)
  • Dialog: removes double properties heading (#4676) (6cb9ee3)
  • Dropdown: correct link to data property (#4678) (7081e79)
  • Form.Section.EditContainer: move events to events tab (#4682) (fbaa6b5)
  • Form.Section.ViewContainer: move events to events tab (#4683) (c85296f)
  • Form.SubmitConfirmation: move events to events tab (#4684) (d4829d8)
  • HeightAnimation: remove properties heading from events doc (#4679) (ea80698)
  • InfoCard: remove events from properties (#4680) (787118b)
  • Timeline: correct import example (#4681) (1d6a755)
  • Wizard.EditButton: add properties docs (#4685) (25f6474)

πŸ› Bug Fixes

  • Anchor: deprecate scrollToHashHandler (#4671) (cd2df7c)
  • DatePicker: remove input validation (use Field.Date for included validation) (#4688) (2e66cda)
  • DatePicker: using custom locale sv-SE breaks calendar (#4698) (3108de0)
  • Forms: ensure to update status message when validator returns different array (#4690) (f8868c5)
  • NumberFormat: ensure -0 is displayed as 0 (#4691) (8fab366)
  • Value.SummaryList: use span when wrapped inside Form.Visibility (#4669) (00d7386)

✨ Features

  • DatePicker: add support for swedish translations (#4706) (0e57c76)
  • Field.Address: add element property (#4670) (1aae5d0)
  • Field.NationalIdentityNumber: bump internally used @navikt/fnrvalidator to v2.1.5 (#4695) (b640c17)
  • Forms: add async Autocomplete support to Field.Selection (#4664) (ac8d58c), closes #4657
  • use @dnb/browserslist-config for when creating the bundle (#4704) (dde596b)

v10.66.1

05 Mar 20:57
Compare
Choose a tag to compare

10.66.1 (2025-03-05)

πŸ› Bug Fixes

v10.66.0

04 Mar 21:45
Compare
Choose a tag to compare

10.66.0 (2025-03-04)

πŸ› Bug Fixes

  • Field.Slider: correct default values and validate with ARIA rules (#4650) (bf2d9fe)
  • Forms: always run validation on Wizard step changes (#4626) (57577ce)
  • Forms: enhance a11y of inline help button (#4649) (6908095)
  • Forms: hide info, warning or error prop when undefined is given to a Field (#4634) (f953cf9), closes #4611
  • Forms: show error in Wizard menu and prevent submission if previous steps contain errors or have an unknown state (#4638) (05e30b6)
  • ToggleButton: add tooltip type and docs (#4647) (e6495e5)

✨ Features

  • DatePicker: add invalid dates to return object (#4637) (082e4b8)
  • Flex: improve gap and rowGap behaviour (#4496) (7685609)
  • Forms: row wrap Values without label when used inside Value.Compositon (#4641) (2203fc7)
  • Forms: add help property to all Value.* components (#4607) (9c1aa46)
  • Forms: add keepInDOM to Wizard (#4652) (dec3fd6), closes #4629 #4642
  • Forms: add validationMode property with bypassOnNavigation to Wizard.Container (#4631) (f47294b)
  • Forms: return existing errors in onSubmitRequest before Form.Handler submit or Wizard step change (#4625) (3b02fc3)

πŸ“ Documentation

v10.65.1

25 Feb 22:23
Compare
Choose a tag to compare

10.65.1 (2025-02-25)

πŸ› Bug Fixes

  • DatePicker: correct focus behaviour when picker has closed (#4622) (b20ed69)
  • Forms: add support for using Visibility inside PushContainer (#4623) (d333f38)

v10.65.0

25 Feb 12:10
Compare
Choose a tag to compare

10.65.0 (2025-02-25)

πŸ› Bug Fixes

  • DatePicker: opened prop listener useEffect no longer removes on outside click detector (#4608) (9d2bd61)
  • Skeleton: move CSS variables for Skeleton from a global scope to themed skeleton files (#4520) (8ff1007)

πŸ“ Documentation

  • Fields: add info about Form.Appearance in size property (#4609) (e8ae85b)
  • show Form.Isolation in menu (#4610) (cd50c82)

✨ Features

v10.64.1

20 Feb 10:43
Compare
Choose a tag to compare

10.64.1 (2025-02-20)

πŸ› Bug Fixes

  • DatePicker: portal will properly unmount when 'onShow' and 'onHide' callbacks are used to set a state (#4587) (35211b0)
  • Logo: change Sbanken logo color (#4586) (420c553)
  • Selection: select item using enter and space key in radio variant (#4584) (68b2cff)

πŸ“ Documentation

  • Address: improve properties docs (#4590) (4675c71)
  • Email: improve properties docs (#4591) (64becf0)
  • Name: improve properties docs (#4592) (9f30547)
  • NationalIdentityNumber: improve properties docs (#4594) (b849953)
  • OrganizationNumber: improve properties docs (#4593) (bc730b7)
  • Password: improve properties docs for size (#4600) (499fbef)
  • PostalCodeAndCity: replace country with countryCode (e89b2a5)
  • v11: replace country with countryCode in Field.PostalCodeAndCity (#4583) (f70cb4e)

v10.64.0

17 Feb 22:43
Compare
Choose a tag to compare

10.64.0 (2025-02-17)

✨ Features

  • Field.Expiry: add month and year validation (#4571) (bc4fff9)
  • Forms: add createMinimumAgeVerifier to Field.NationalIdentityNumber (#4542) (ceb8c2d)
  • Forms: add insertAt to Iterate.PushContainer (#4555) (6160d78)
  • Forms: add reverse to Iterate.Array (#4556) (0b9ba79)
  • Forms: add Bring API connector for postal code validation and autofill city (#4554) (f2ccd5d)
  • Forms: add feature fields Field.Address.Street & Field.Address.Postal (#4562) (c546009)
  • Forms: provide { props } to the second onChange, onFocus and onBlur event parameter (#4550) (374ff0e), closes #4344
  • Forms: show field indicator inline without shifting content below (#4553) (45347a3)
  • icons: add digipass_corporate, digipass_private, calendar_add, investor, goal, layout_grid, table, show_pin (#4522) (c5db964), closes #4527
  • PostalCodeAndCity: deprecate country in favor of countryCode (#4572) (8d0d980)

πŸ“ Documentation

  • InfoOverlay: display fallback content when undefined (#4580) (9879149)
  • link to base fields from their respective value components (#4564) (3d71c19)
  • link to feature fields from their respective value components (#4563) (45d0e3d)
  • removes duplicated docs for help prop (#4568) (ae46e71)

πŸ› Bug Fixes

  • DatePicker: compare date and maxDate at same time of day so is_valid_end_date is true when date and maxDate are the same date (#4565) (c52a40b)
  • Drawer: ensure content on very small screen sizes doesn't get cut off (#4567) (1dd405f)
  • ePlatform: adjust ul list style and wrapper style (max-width and padding) (#4552) (44f551e)
  • Forms: ensure city in PostalCodeAndCity accepts non-Norwegian characters when using other country (#4569) (af1bdc8)
  • Forms: reveal error only when onChangeValidator is actually the initiator (#4570) (4d962df)
  • Name: support spacing props (eb6a412)
  • TextArea: ResizeObserver loop completed with undelivered notifications (#4582) (f2f97e3)
  • Wizard.Step: use title as aria-label when wrapped in Wizard.Container (#4573) (de095e7)

v10.63.4

07 Feb 11:44
Compare
Choose a tag to compare

10.63.4 (2025-02-07)

πŸ“ Documentation

  • Flex: clarify difference between Flex.Vertical and Flex.Stack (stretching behavior) (#4544) (de9f811)
  • remove events tab for components who don't have it (#4546) (f2feee7)

πŸ› Bug Fixes

  • Forms: only execute transformData from fields with a path and not Iterate (#4549) (474b881), closes #4526
  • FormStatus: ensure content given as children will be displayed in linked GlobalStatus (#4547) (bc8f89d)

v10.63.3

06 Feb 07:39
Compare
Choose a tag to compare

10.63.3 (2025-02-06)

πŸ“ Documentation

  • Portal: wrap text of property table description (#4543) (b0ba974)

πŸ› Bug Fixes

  • Forms: enhance Form.useData to update and render in sync when id is used (#4536) (bb12d70), closes #4461
  • Forms: ensure pathDefined on Form.Visibility does not render when value is undefined (#4539) (4f99680)
  • Forms: ensure pathUndefined on Form.Visibility does render when value is undefined (#4540) (9d165e3)