Socket
Socket
Sign inDemoInstall

draft-js-mention-plugin

Package Overview
Dependencies
31
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

7

CHANGELOG.md

@@ -8,2 +8,9 @@ # Change Log

## 1.0.2 - 2016-05-24
### Fixed
- Fix rendering the MentionSuggestions in IE11 by avoiding to render an Immutable List [#266](https://github.com/draft-js-plugins/draft-js-plugins/issues/266) [#270](https://github.com/draft-js-plugins/draft-js-plugins/pull/270)
- Fix React 0.14.x support by returning `<noscript />` instead of `null` [#267](https://github.com/draft-js-plugins/draft-js-plugins/pull/267)
## 1.0.1 - 2016-04-29

@@ -10,0 +17,0 @@

2

lib/MentionSuggestions/Entry/Avatar/index.js

@@ -26,5 +26,5 @@ 'use strict';

return null;
return _react2.default.createElement('noscript', null);
};
exports.default = Avatar;

@@ -270,3 +270,3 @@ 'use strict';

if (!this.state.isActive) {
return null;
return _react2.default.createElement('noscript', null);
}

@@ -296,3 +296,3 @@

});
})
}).toJS()
);

@@ -299,0 +299,0 @@ }

{
"name": "draft-js-mention-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "Mention Plugin for DraftJS",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc