Releases: signavio/react-mentions
Releases · signavio/react-mentions
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2018-03-06)
Features
BREAKING CHANGES
- Dropped support for React versions 15 and below
- The
<textarea />
/<input />
elements now inherit thefont-size
andfont-weight
style definitions from their parent element per default. This might break custom styling in some rare cases.
Version 1.2.0
New features
- added support for styling through css modules via
classNames
prop
Version 1.1.0
New features
- prop
allowSpaceInQuery
prevents the suggestions from closing when the user types a phrase that contains a space
Version 1.0.0
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.