Initial stable release
- #62: Toolbar behaves weird at times if toolbarOnFocus is set.
- #73: Making spell check configurable.
- #74: Allow user to use RTL.
- #69: Prefix 'rdw-' to all class names.
- #70: Avoid 'undefined' class name.
- #65: Cannot set bold/italics/underline without any text highlighted.
- #35: use of tab for indenting is broken
- #30: As user types after link the new text should not be linkified.
- #92: Inputs in toolbar can not be focused.
- #94: Support ReadOnly mode.
- #84: Developer to be able to update editor editor content.
- #80: It should be possible for user to set size of embedded media.
- #75: Issue in image, embedded link.
- #66: Multiple toolbar modals open causes bugs.
- #31: Popups in toolbar should close when user clicks anywhere else on the page.
- #20: It should be possible for user to provide image size also.
- #109: Link control behaving weird to events.
- #105: Adding placeholder support.
- #59: Mentions should get deleted on whole by single backspace.
- #61: Unlink should not get highlighted for mentions.
- #56: Improvements in mention dropdown.
- #115: uncaught TypeError: t.suggestionCallback is not a function.
- #120: Toolbar modals closing prematurely.
- #126: Rehydrating editor state with mention gives error.
- #142: Selection state broken when using contentState and onContentStateChange props.
- #140: Request: customizable blockTypes.
- #181: Ability to add custom block renderer.
- #183: Default toolbar order by config.
- #176: image upload issue: drag and drop
- #127: Support for hashtags.
- #348: Reduce bindle size by making ImmutableJS external dependency.
- #393: Lots of toolbar icons not working when multiple editors are rendered.
- #247: When you drag and drop an image in the image uploader from another browser it crashes.
- #389: Hiding toolbar should not destroy the component.
- Fixing broken mentions.
- #380: add support for alt field.
- #325: internalization of titles.
- Support for code block.
- #429: Copy paste issue in code block.
- #440: Limit pre and blockquote styles to only within the wysiwyg.
- Translations for Italian locale.
- #451: Indent, outdent enabled only for lists.
- #437: Disabling the toolbar buttons is not disabling the corresponding keyboard shortcut
- #444: Images not copied when copying content from microsoft word.
- Translations for de and nl locales.
- Adding custom component for rendering of mentions and hashtags.
- Using targetOption property to save target of link.
- Changes in German Translations.
- Using linkify-it to linkify link targets.
- #502, In some scenario, editor does not extract inline style when editorState is changed
- #514, Avoid error when an alignment is not defined.
- #555, Image preview option.
- #549, stripPastedStyles not working.
- Adding ref property to editor to get teference of underlying DraftJS editor.
- #581, onBlur not firing.
- #425, text alignment broken for multiple text.
- #549, Prop stripPastedStyles is ignored.
- Support for Japanese locale.
- #621, variable declaration causes handlePastedText function error after js minified.
- #630, Passing editorState into onBlur callback.
- #642, Fix an error when a tab failed to open.
- Bundle size optimization.