Skip to content

Releases: signavio/react-mentions

v3.2.0

09 Oct 08:45
Compare
Choose a tag to compare

3.2.0 (2019-10-09)

Features

  • Add optional bottom guard for rendering suggestion list (#339) (38278e0)

v3.1.1

14 Aug 12:47
Compare
Choose a tag to compare

3.1.1 (2019-08-14)

Bug Fixes

  • Support experimental copy & paste in IE 11 (#349) (08deded)

v3.1.0

27 Jul 11:24
Compare
Choose a tag to compare

3.1.0 (2019-07-27)

Features

v3.0.2

05 Jun 16:11
Compare
Choose a tag to compare

3.0.2 (2019-06-05)

Bug Fixes

  • loading indicator's children could not be styled (#328) (b55fb8b)

v3.0.1

27 May 20:13
Compare
Choose a tag to compare

3.0.1 (2019-05-27)

Bug Fixes

  • fix wrong passing of allowSpaceInQuery to the textarea (#326)
  • correct license on demo page (#321)

v3.0.0

23 Apr 10:57
d88ba04
Compare
Choose a tag to compare

3.0.0 (2019-04-23)

Features

BREAKING CHANGES

  • Moved markup, displayTransform, and regex props from MentionsInput to Mention component
  • The __type__ placeholder is no longer supported in the markup pattern. Also, the Mention component's type prop is no longer required.

v2.4.2

21 Feb 14:35
Compare
Choose a tag to compare

2.4.2 (2019-02-21)

Bug Fixes

  • Prevent crash from recursive calls to setState. (#306) (a93665a)

v2.4.1

15 Nov 14:40
Compare
Choose a tag to compare

2.4.1 (2018-11-15)

Bug Fixes

v2.4.0

06 Nov 12:06
7bb26d3
Compare
Choose a tag to compare

2.4.0 (2018-11-06)

Features

  • support for inputRef prop, which accepts a ref to be forwarded to the input (#279) (7bb26d3)

v2.3.1

02 Oct 12:13
Compare
Choose a tag to compare

2.3.1 (2018-10-02)

Bug Fixes