Skip to content

Releases: DevoInc/genesys-ui

Release 11.0.2

06 Jun 11:16
Compare
Choose a tag to compare

11.0.2 (2024-06-06)

Bug Fixes

  • fixed conditional structure in VFlex alignItems prop. (14e006a)

Release 11.0.1

04 Jun 14:51
Compare
Choose a tag to compare

11.0.1 (2024-06-04)

Bug Fixes

  • changed priority of prop values in VFlex (5ad3bc7)
  • fixed specific styles for IconButtonStop. (66fe796)

Release 11.0.0

27 May 07:53
Compare
Choose a tag to compare

11.0.0 (2024-05-27)

⚠ BREAKING CHANGES

  • Now you have to use the Drawer component instead of the FloatPanel one, but anyway the interface is exactly the same.
  • upgrade styled-components 6
  • externalized DateTime[Range]Input to hooks

Features

  • externalized DateTime[Range]Input to hooks (80c9e73)
  • FloatPanel renamed to Drawer. (4575be2)
  • improvements for SplitLayout and its stories (c54a25b)
  • new KeyValue and Typography components created and minor adjustments for Badge. (a99b913)
  • QUV-2275 Transform the Avatar into an img instead of a span with background-image. (63578ca)
  • QUV-2318 applied original styles to new SpiltLayout component. (97b7205)
  • removed cases from every story, added 'data-' attributes to each interactive component and installed remark-gfm to render correctly the tables in mdx. (6558c0c)
  • style adjustments for sidebar menu after updating storybook and use of Thumbnail instead of a styled component in Avatar. (28dd997)
  • upgrade styled-components 6 (9d1df81)

Bug Fixes

  • FieldCombiner: QUV-2224 Wrong behaviour in FieldCombiner component (193f64b)
  • panel footer rendering children container only if they exist. (4d3bed8)

Release 10.1.0

07 May 07:06
Compare
Choose a tag to compare

10.1.0 (2024-05-07)

Features

  • when the content of Panel.Header and the Panel.Footer is defined by children, then there is no inherited flex styles. (01569c1)

Release 10.0.0

30 Apr 10:59
Compare
Choose a tag to compare

10.0.0 (2024-04-30)

⚠ BREAKING CHANGES

  • refactor SplitPane into SplitLayout
  • removed DateTimeRangeControl
  • removed DateTimeRangePicker
  • General refactor in DateTimePicker component. Some properties have change (i.e. onChange) and removed (i.e. validateDate)
  • General refactor in DateTimeFloatingPicker component. Some properties have change (i.e. onChange) and removed (i.e. validateDate)

Features

  • DataTimeRange: added placement prop (cbc626d)
  • DataTimeRange: added placement prop (b3d155e)
  • DateTimeFloatingPicker: new methods (e2af815)
  • DateTimeRangeControl (8cde20b)
  • New subtle variant of Banner component and new FloatingMessage for messages in small or ephemeral contexts. (f3e7134)
  • refactor SplitPane into SplitLayout (91795a1)

Bug Fixes

Release 9.1.1

26 Apr 07:55
Compare
Choose a tag to compare

9.1.1 (2024-04-26)

Bug Fixes

  • Add export for addBulkColumnData helper function in table package (487d1f9)
  • QUV-2277 fixed the position of cursor in SelectControl component when there is placeholder or value. (b5be66a)

Release 9.1.0

15 Apr 15:42
Compare
Choose a tag to compare

9.1.0 (2024-04-15)

Features

  • Add bulk actions by ID functionality and update density terminology in Table component (f06b83d)
  • added displayName to several components based on dot notation. (ecd516d)
  • added ListItem to exported Typography components. (12a3534)
  • improvements for several components. (9b76369)
  • improvements for several components. (530bdbd)
  • improvements for several stories. (535d302)
  • Rename types and interfaces with the 'T' and 'I' prefixes. (7ac169c)
  • Rename types and interfaces with the 'T' and 'I' prefixes. (43caf9d)

Bug Fixes

  • added disabled state to the IconButton of RealTimeButton. (6e09c77)
  • eslint (33c2173)
  • fixed circular dependencies. (ee465b0)
  • fixed css pseudo mixins to get correctly the highlighting of table columns and rows. (7a57b97)
  • fixed test. (1980b10)

Release 9.0.0

04 Apr 15:00
Compare
Choose a tag to compare

9.0.0 (2024-04-04)

⚠ BREAKING CHANGES

  • Now the Tabs component is defined by composition and has a new structure.

Features

  • improvements for several core components. (4f62c6f)
  • multiple components improvements. (d76759c)
  • New naming for types and interfaces and new way of defining the Tabs component. (c1c20ee)
  • PanelBody: new name for prop and style adjustments. (97c6242)
  • Rename types and interfaces with the 'T' and 'I' prefixes. (73854df)
  • Rename types and interfaces with the 'T' and 'I' prefixes. (4b4b764)
  • Updated the naming pattern of types and interfaces. Replaced cloneElement with context in Field component. (7493964)

Bug Fixes

  • Date cell editor with autofocus (8db5348)
  • fixed eslint (08dad20)
  • fixed typo in function. (085aa4b)
  • Select menu doesn't close on click outside sometimes in multipleSubtle variant (9a02d0a)
  • stopPorpagation on RT button (132fdda)
  • Table: ActionRenderer MenuItems now use the proper props instead of children. (7d20678)

Vulnerabilities

  • deps-dev: bump express from 4.18.3 to 4.19.2 (4b1e3b6)
  • deps-dev: bump vite from 5.1.6 to 5.1.7 (fbb1c0a)

Release 8.1.1

11 Mar 13:52
Compare
Choose a tag to compare

8.1.1 (2024-03-11)

Bug Fixes

  • Code: import of wrong types (05dffa7)

Release 8.1.0

08 Mar 18:44
Compare
Choose a tag to compare

8.1.0 (2024-03-08)

Features

  • ProgressBar: added context for internal components and renamed types and interfaces. (9a16b55)