Skip to content

Releases: DevoInc/genesys-ui

Release 14.1.3

10 Dec 12:04
Compare
Choose a tag to compare

14.1.3 (2024-12-10)

Bug Fixes

  • core: fix SplitLayout gutter size not subtracted from sizes (6221f15)

Release 14.1.2

09 Dec 15:36
Compare
Choose a tag to compare

14.1.2 (2024-12-09)

Bug Fixes

  • core: missing $ for styled custom prop (17e3e7a)

Release 14.1.1

09 Dec 15:19
Compare
Choose a tag to compare

14.1.1 (2024-12-09)

Bug Fixes

  • color: styled custom props with $ (98f6cbe)
  • table: added missing fn options filter for multi options (62f9a72)

Release 14.1.0

02 Dec 18:54
Compare
Choose a tag to compare

14.1.0 (2024-12-02)

Features

  • added 'xxs' and 'xs' new size variants to Badge component. (3f5468d)
  • added padding prop to Panel components and improvements for several stories (786b465)

Release 14.0.0

02 Dec 09:52
Compare
Choose a tag to compare

14.0.0 (2024-12-02)

The main changes of this major are:

Release 13.9.0

28 Nov 08:36
Compare
Choose a tag to compare

13.9.0 (2024-11-28)

Features

Release 13.8.0

21 Nov 17:35
Compare
Choose a tag to compare

13.8.0 (2024-11-21)

Features

  • added example of Table custom cell renderer and usage of separators between SelectControl options. (a31e4cd)
  • added removable functionality to Chip component. New default name 'Overview' for mdx based pages. Readonly state fixed for ColorPicker component. (526d3ab)
  • table: add aria label in editors (f9e8cc6)

Bug Fixes

  • filterDataByText with options columns (5b2c6b4)
  • Options in story of global text search in table (8f97d56)

Release 13.7.1

14 Nov 16:14
Compare
Choose a tag to compare

13.7.1 (2024-11-14)

Bug Fixes

Release 13.7.0

13 Nov 16:25
Compare
Choose a tag to compare

13.7.0 (2024-11-13)

Features

Bug Fixes

  • table: delete use useOnEventOutside cell renderer (fa84d9b)

Release 13.6.0

11 Nov 15:18
Compare
Choose a tag to compare

13.6.0 (2024-11-11)

Features

  • changed type for TabsItem label prop to accept also components and fixed problem with Label 'htmlFor' attribute in Fields (cb95779)

Bug Fixes

  • solved problem with htmlFor prop and generated html attribute in Label component. (ef0fdaa)