Skip to content

v10.23.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 19 Mar 15:17
· 1004 commits to release since this release

10.23.0 (2024-03-19)

πŸ“ Documentation

  • a11y: add additions related to forms and best practices (#3385) (416bc21)
  • Field.Number: add info about accessibility regarding step controls (#3369) (9ee99dd)
  • forms: list all sub-components and API in extended features (#3382) (938bf88)
  • minor spelling improvements (#3361) (8ab1a92)

πŸ› Bug Fixes

  • Field.Selection: add error styling to button and radio variant (#3389) (b8093c3)
  • PhoneNumber: fix must be string message (#3362) (c92d061)
  • Table: fix type error when using array of elements (#3372) (a4d3126)
  • Tag: delete and backspace key press for removable tag (#3375) (96e6bbf)

✨ Features

  • Anchor: Sbanken style based on icon (#3377) (7cf88a3)
  • Breadcrumb: implement new styles and swap out Button with Anchor for the DNB UI (#3368) (c182230)
  • Button: refactor button css (#3359) (78258c9)
  • Card: add filled, responsive and title props to support a Table and a ScrollView as a child (#3380) (0a419cc)
  • DatePicker: Add partial dates (#3346) (0f6a7d5)
  • debounce: enhance TypeScript support by returning the given function type (#3379) (d689f09)
  • debounce: return async function if one was given as the input (#3366) (00cd860)
  • Form.SubmitButton: add submit indicator support (#3370) (5f3101d)
  • Form.SubmitIndicator: add indicator for async operations (#3367) (e32ea40)
  • forms: implement support for async form submission and autosave feature (c023c32)
  • forms: implement support for async form submission and autosave feature (#3378) (5bfbe30)
  • FormStatus: remove hover color, so it does not change its color anymore (#3351) (245f327)
  • Radio, Checkbox: enlarge bounding area (clickable/touchable area) (#3352) (667726b)
  • show error in console when Eufemia CSS and JS versions do not match (#3371) (a5ef0bd)
  • Tag: add variants clickable, addable and removable (deprecate onDelete) (#3364) (6131139)
  • useData: enhance data update and sync logic (a947ffa)
  • useData: support data handling without id when nested inside Form.Handler (#3393) (4eecc5e)
  • useError: add support to use it without an id when nested inside Form.Handler (#3394) (02b95d1)
  • useFieldProps: add support for data-attributes and replace ariaAttributes with htmlAttributes (#3383) (55bb817)
  • useFieldProps: rename useDataValue to useFieldProps (#3381) (123a543)