Skip to content

Releases: signavio/react-mentions

v2.3.0

07 Sep 08:44
Compare
Choose a tag to compare

2.3.0 (2018-09-07)

Features

v2.2.0

04 Sep 08:11
Compare
Choose a tag to compare

2.2.0 (2018-09-04)

Features

  • render suggestions to a portal node (#265)

v2.1.1

29 Aug 11:43
Compare
Choose a tag to compare

2.1.1 (2018-08-29)

Bug Fixes

  • avoid suggestions ID clashing for different mention types (#267) (b9db094)

v2.1.0

27 Jul 07:55
c5b9fa8
Compare
Choose a tag to compare

2.1.0 (2018-07-27)

Features

v2.0.1

09 Mar 16:16
Compare
Choose a tag to compare

2.0.1 (2018-03-09)

Bug Fixes

v2.0.0

06 Mar 17:55
Compare
Choose a tag to compare

2.0.0 (2018-03-06)

Features

BREAKING CHANGES

  • Dropped support for React versions 15 and below
  • The <textarea /> / <input /> elements now inherit the font-size and font-weight style definitions from their parent element per default. This might break custom styling in some rare cases.

Version 1.2.0

13 Jun 09:03
Compare
Choose a tag to compare

New features

  • added support for styling through css modules via classNames prop

Version 1.1.0

28 Apr 07:51
02ddcef
Compare
Choose a tag to compare

New features

  • prop allowSpaceInQuery prevents the suggestions from closing when the user types a phrase that contains a space

Version 1.0.0

20 Mar 10:47
Compare
Choose a tag to compare

We feel that the API of react-mentions has stabilized enough for a 1.0 release. This release brings support for styling through css modules using the classNames prop. Also the handling of the optional Radium dependency has been improved.

Breaking changes

If you use Radium for styling, react-mentions will no longer automatically pick up the Radium module. Instead you have to wrap your <MentionsInput> in a substyle <EnhancerProvider enhancer={Radium}> element.

Version 0.6.1

22 Nov 09:43
Compare
Choose a tag to compare

Fixes a bug of the cursor moving to the end of the input when deleting the first character of a mention ( #94 ) and an unknown prop warning ( #127 ).