EDS4 logo

16 January 2024

Updates to the @eds/toast package.
patch - 4.0.18

Fixed toast overlapping issue

Potential breaking change

  • Text component improved to have better overflow wrapping behaviour. The default behaviour for texts now is to allow wrapping at “anywhere” in the text, meaning that long words such as “supercalifragilisticexpialidocious” will be broken into multiple lines separated by hyphens in the middle
  • Applications can override this behaviour by overriding the hyphens property
  • This change may cause UI that did not wrap before to start wrapping now, potentially pushing content down unintentionally.
    • The suggested way to check would be to check places in your application where potential long pieces of text could be rendered and
      • Table columns such as names and description
      • Headings and subtitles