react-mentions v4.0.0 Release Notes

Release Date: 2020-06-18 // almost 4 years ago
  • 4.0.0 (2020-06-18)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ’… if you use react-mentions together with local versions of substyle, substyle-jss or substyle-glamor, you need to upgrade these packages to their latest versions (substyle@9, substyle-jss@4, substyle-glamor@4)
    • ๐Ÿ’… inline style passed to the textarea/input element are no longer forwarded to the highlighter element
    • ๐Ÿšš cut/copy & paste is now enabled by default, the prop EXPERIMENTAL_cutCopyPaste is no longer supported and must be removed from <MentionsInput >

    ๐Ÿ”‹ Features

    • generally enable cut/copy & paste

    ๐Ÿ› Bug fixes

    • ๐Ÿ’… use more sensible default styles