Releases: signavio/react-mentions
Releases · signavio/react-mentions
v3.2.0
3.2.0 (2019-10-09)
Features
- Add optional bottom guard for rendering suggestion list (#339) (38278e0)
v3.1.1
3.1.1 (2019-08-14)
Bug Fixes
- Support experimental copy & paste in IE 11 (#349) (08deded)
v3.1.0
3.1.0 (2019-07-27)
Features
v3.0.2
3.0.2 (2019-06-05)
Bug Fixes
- loading indicator's children could not be styled (#328) (b55fb8b)
v3.0.1
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
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
2.4.2 (2019-02-21)
Bug Fixes
- Prevent crash from recursive calls to setState. (#306) (a93665a)
v2.4.1
2.4.1 (2018-11-15)
Bug Fixes
v2.4.0
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
2.3.1 (2018-10-02)
Bug Fixes