File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11CHANGELOG
22=========
3+ ## v3.0.2
4+ * Fix deprecation warnings
5+ * Fix image and video blocks
6+ * Fix onChange not firing when custom blocks are added
7+
38## v3.0.0
49* Update for React v15.5 deprecation warnings: PropTypes is now a separate ` prop-types ` package
510* Added prettier formatting
Original file line number Diff line number Diff line change 11{
22 "name" : " @synapsestudios/draftjs-editor" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " A customized WYSIWYG editor utilizing Facebook's Draft.js library" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 1- import { convertFromRaw , Entity } from 'draft-js' ;
1+ import { convertFromRaw } from 'draft-js' ;
22import { stateToHTML } from 'draft-js-export-html' ;
33
44export default class Renderer {
You can’t perform that action at this time.
0 commit comments