All Versions
23
Latest Version
Avg Release Cycle
42 days
Latest Release
-

Changelog History
Page 1

  • v4.4.7 Changes

    Patch Changes

    • ๐Ÿ”จ 834240e: SuggestionsOverlay.js refactored to functional component
    • f8e5793: Highlighter.js converted to functional component
  • v4.4.6 Changes

    Patch Changes

    • ๐Ÿ”จ 959625b: Suggestions.js refactored to functional component
  • v4.4.5 Changes

    Patch Changes

    • f40cff2: Fix #507 for forceSuggestionsAboveCursor when suggestionsPortalHost is not being used
  • v4.4.4 Changes

    Patch Changes

    • 748d38a: fix npm publishing
  • v4.4.3 Changes

    Patch Changes

    • e7f35ab: fix npm publishing
  • v4.0.2 Changes

    August 14, 2020

    4.0.2 (2020-08-14)

    ๐Ÿ› Bug Fixes

  • v4.0.1 Changes

    July 09, 2020

    4.0.1 (2020-07-09)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’… #410 make sure the default position is absolute for pure inline styles (#415) (e2b0273)
  • v4.0.0 Changes

    June 18, 2020

    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
  • v3.3.2 Changes

    June 16, 2020

    3.3.2 (2020-06-16)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’ป browsers not firing compositionEnd event (#402) (49cbb9c)
  • v3.3.1 Changes

    October 17, 2019

    3.3.1 (2019-10-17)

    ๐Ÿ› Bug Fixes

    • โœ‚ remove carriage returns from pasted strings (#367) (d7b5ce3)