Skip to content

Release 8.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 13:16
· 480 commits to master since this release

8.0.0 (2024-03-06)

⚠ BREAKING CHANGES

  • Now you have to use dot notation and only composition instead of props to create Modal, Panel and Pagination components.
  • Now the use of icons in components is only based on react components from genesys-icons library.

Features

  • Avatar: removed usage of icons based on fonts. (aec171d)
  • New definition of Modal, Panel and Pagination components based in dot notation and only composition instead of props. (dbe836f)
  • refactor of layout interfaces (e84a249)
  • Removed use of icons based on fonts. (5fe7b24)
  • replace eslint rules with recommended ones (4187d90)

Bug Fixes

  • avoid circular dependencies. (a73f80e)
  • removed unnecessary tests (09a0da4)
  • Select: fixed problem of filling space and max-height only when it's multipleSubtle variant. (3472c23)