Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

draftail

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

draftail - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

CHANGELOG.md

@@ -7,2 +7,8 @@ Changelog

## [[v0.3.1]](https://github.com/springload/draftail/releases/tag/v0.3.1) - 2016-11-28
### Fixed
- Buttons do not trigger a form submit
## [[v0.3.0]](https://github.com/springload/draftail/releases/tag/v0.3.0) - 2016-11-28

@@ -9,0 +15,0 @@

1

dist/components/Button.js

@@ -28,2 +28,3 @@ 'use strict';

className: 'RichEditor-styleButton' + (active ? ' RichEditor-activeButton' : '') + (icon ? ' icon icon-' + icon : ''),
type: 'button',
onMouseDown: onMouseDown.bind(null, onClick)

@@ -30,0 +31,0 @@ },

2

package.json
{
"name": "draftail",
"version": "0.3.0",
"version": "0.3.1",
"description": "A batteries-excluded rich text editor based on Draft.js",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc