Skip to content

Release 11.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 May 07:53
· 370 commits to master since this release

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)