This repository was archived by the owner on Feb 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed
Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ Notable changes to Draft.js will be documented in this file.
4+
5+ Changes to ` src ` are live in production on facebook.com at the time of release.
6+
7+ ## 0.2.0 (March 8, 2016)
8+
9+ ### Added
10+
11+ * Move ` white-space: pre-wrap ` into inline style to resolve insertion issues
12+ * ` handleDrop ` prop method for ` Editor ` to allow manual drop management
13+ * ` decoratedText ` prop for decorator components
14+ * ` getVisibleSelectionRect ` , to provide Rect for DOM selection
15+ * Export ` KeyBindingUtil ` and ` getDefaultKeyBinding `
16+
17+ ### Fixed
18+
19+ * Triple-clicks followed by block type changes now only affect first block
20+ * ` DraftEditorLeaf ` now re-renders correctly when its styles change
21+ * Backspace behavior within empty code blocks
22+
23+ ## 0.1.0 (February 22, 2016)
24+
25+ * Initial public release
Original file line number Diff line number Diff line change 11{
22 "name" : " draft-js" ,
33 "description" : " A React framework for building text editors." ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2 .0" ,
55 "keywords" : [
66 " draftjs" ,
77 " editor" ,
You can’t perform that action at this time.
0 commit comments