Skip to content

Releases: signavio/react-mentions

v4.3.0

25 May 12:53
1e4bd38
Compare
Choose a tag to compare

4.3.0 (2021-05-25)

Features

  • start and end position arguments for onAdd callback (#492) (1e4bd38)

v4.2.0

20 May 08:35
3ff626d
Compare
Choose a tag to compare

4.2.0 (2021-05-20)

Features

  • add the ability to force mentions to be rendered on top of the input (#449) (3ff626d)

v4.1.1

14 Jan 16:47
8803719
Compare
Choose a tag to compare

4.1.1 (2021-01-14)

Bug Fixes

  • Stopping propagation of handleKeyDown event (#453) (8803719)

v4.1.0

07 Jan 14:12
Compare
Choose a tag to compare

4.1.0 (2021-01-07)

Features

v4.0.2

14 Aug 10:54
b58462d
Compare
Choose a tag to compare

4.0.2 (2020-08-14)

Bug Fixes

v4.0.1

09 Jul 07:53
Compare
Choose a tag to compare

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

18 Jun 14:58
111c89d
Compare
Choose a tag to compare

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

16 Jun 13:06
49cbb9c
Compare
Choose a tag to compare

3.3.2 (2020-06-16)

Bug Fixes

  • browsers not firing compositionEnd event (#402) (49cbb9c)

v3.3.1

17 Oct 13:03
Compare
Choose a tag to compare

3.3.1 (2019-10-17)

Bug Fixes

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

v3.3.0

11 Oct 10:23
Compare
Choose a tag to compare

3.3.0 (2019-10-11)

Features

  • Add the possibility to mention users with accents without having to search with the accents (#359) (186fc3b)