html-to-draftjs icon indicating copy to clipboard operation
html-to-draftjs copied to clipboard

Results 75 html-to-draftjs issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.4.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

This library does not work for font styles, sizes and colors inside style attribute (which are generated by draftjs-to-html) Basically you can't conver to html and back.

All of our testing environments broke down because of the recent changes. This is the error that appears on launch: ```ReferenceError: window is not defined at Object. (/opt/webui/node_modules/html-to-draftjs/dist/html-to-draftjs.js:1:335) at Module._compile...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

Image is losing its alignment after converting from html to draft. Its always displaying image at center after converting

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Fixes #69 #78 #81 Adjust webpack config to use `this` instead of `window` as a [global object](https://v4.webpack.js.org/configuration/output/#outputglobalobject). This should solve the issues when using the library when doing SSR. I...

Hello :) I need simply colorful text with HTML for the initial state. I have a span with attribute style=" color: red ", but this style is not working during...

Check https://www.webpackbin.com/bins/-Kyp64q5ZU8BbzOt-DFj Font-size is 30px, in the draft-js it doesn't show.

@jpuri I'm still getting the same issue: ![image](https://user-images.githubusercontent.com/911493/28752412-baa05f14-751e-11e7-8600-f3c9ea5bcf9d.png) My `package.json` `"html-to-draftjs": "^0.1.0-beta11"` `"react-draft-wysiwyg": "^1.10.7"` As I need this feature soon, is there any workaround?