Releases: signavio/react-mentions
Releases · signavio/react-mentions
v4.3.0
4.3.0 (2021-05-25)
Features
- start and end position arguments for onAdd callback (#492) (1e4bd38)
v4.2.0
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
4.1.1 (2021-01-14)
Bug Fixes
- Stopping propagation of handleKeyDown event (#453) (8803719)
v4.1.0
4.1.0 (2021-01-07)
Features
v4.0.2
4.0.2 (2020-08-14)
Bug Fixes
v4.0.1
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
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
3.3.2 (2020-06-16)
Bug Fixes
- browsers not firing compositionEnd event (#402) (49cbb9c)
v3.3.1
3.3.1 (2019-10-17)
Bug Fixes
- remove carriage returns from pasted strings (#367) (d7b5ce3)
v3.3.0
3.3.0 (2019-10-11)
Features
- Add the possibility to mention users with accents without having to search with the accents (#359) (186fc3b)