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.2 to 1.1.0

6

CHANGELOG.md

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

## 1.1.0 - 2016-05-27
### Added
- `MentionSuggestions` now accepts `onOpen`and `onClose` props. These callbacks are triggered when the popover has opened or closed.
## 1.0.2 - 2016-05-24

@@ -10,0 +16,0 @@

@@ -241,2 +241,6 @@ 'use strict';

});
if (_this.props.onOpen) {
_this.props.onOpen();
}
}, _this.closeDropdown = function () {

@@ -256,2 +260,6 @@ // make sure none of these callbacks are triggered

});
if (_this.props.onClose) {
_this.props.onClose();
}
}, _temp), _possibleConstructorReturn(_this, _ret);

@@ -258,0 +266,0 @@ }

2

package.json
{
"name": "draft-js-mention-plugin",
"version": "1.0.2",
"version": "1.1.0",
"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