Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 11f3de6

Browse files
Isaac Salier-HellendagFacebook Github Bot 8
authored andcommitted
Release 0.2.0
Summary: Closes #178 Differential Revision: D3027987 fb-gh-sync-id: 578a74ee6dacb1e88b11d2689f278cf4c5afbd0a shipit-source-id: 578a74ee6dacb1e88b11d2689f278cf4c5afbd0a
1 parent 2990c51 commit 11f3de6

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)