Skip to content

Releases: DevoInc/genesys-ui

Release 17.5.3

03 Feb 15:35
Compare
Choose a tag to compare

17.5.3 (2025-02-03)

Bug Fixes

  • UserFilter: add isCurrentUser flag to distinguish current user in dropdown (219fcd8)

Release 17.5.2

03 Feb 14:44
Compare
Choose a tag to compare

17.5.2 (2025-02-03)

Bug Fixes

  • UserFilter: add initials to Avatar component and update tooltip to show email (6a74575)

Release 17.5.1

03 Feb 12:03
Compare
Choose a tag to compare

17.5.1 (2025-02-03)

Bug Fixes

  • avoid pass non HTLM attrs props to styles (1ef3437)

Release 17.5.0

03 Feb 11:09
Compare
Choose a tag to compare

17.5.0 (2025-02-03)

Features

  • core: add support for initials and enhance format evaluation (1aa73aa)
  • Form: added new form components and added appendContent prop to FormLegend. Adjustments for SelectControl option ellipsis. (fd46729)

Bug Fixes

  • avoid pass non HTLM attributes to styles (9a0f7cd)
  • HeaderCell: remove unused title prop from HeaderCell component (efb7f32)
  • mark props as optional (0f126db)
  • table: add tooltip to user options in UserFilter component (0f6f0b8)
  • UserRenderer: adjust Popover.Panel width and update Avatar format (f9aa244)

Release 17.4.0

31 Jan 13:14
Compare
Choose a tag to compare

17.4.0 (2025-01-31)

Features

  • re-design of proposed bulk actions panel on Table component. (e9af775)
  • UserFilter: add avatar rendering and separator option in user filter (9f0309e)

Bug Fixes

Release 17.3.0

30 Jan 15:43
Compare
Choose a tag to compare

17.3.0 (2025-01-30)

Features

  • Panel: added bottomContent prop to the PanelHeader component to render a custom content below all the header content. (3ccc523)
  • TableHeadRow: add tableId prop for improved accessibility (fe2e330)

Release 17.2.0

30 Jan 08:04
Compare
Choose a tag to compare

17.2.0 (2025-01-30)

Features

  • Avatar: the value of the colorScheme prop can also be any custom color string in addition to the pre-defined options which already exist. (b0babe2)
  • SelectControl: add text overflow ellipsis to multiple mode chips. (1b20eb6)
  • UserInfo: added size variants. (fcf3c05)

Bug Fixes

  • revert React 19 minimal React version (46cb5a9)

Release 17.1.1

24 Jan 11:45
Compare
Choose a tag to compare

17.1.1 (2025-01-24)

Bug Fixes

Release 17.1.0

24 Jan 09:54
Compare
Choose a tag to compare

17.1.0 (2025-01-24)

Features

Release 17.0.0

22 Jan 09:46
Compare
Choose a tag to compare

17.0.0 (2025-01-22)

⚠ BREAKING CHANGES

  • use React 19 and above as minimal React version

Features

  • datetime: added DTRFP parseRange, and improvements on parsers (5de5464)
  • use React 19 and above as minimal React version (f36efeb)

Bug Fixes

  • datetime: fix type on a hook (f1d024b)
  • datetime: missing parser defaults (97a90ec)