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

Commit ffce749

Browse files
Isaac Salier-HellendagFacebook Github Bot 5
authored andcommitted
Release 0.3.0
Summary: Closes #225 Differential Revision: D3085667 fb-gh-sync-id: 8b0b4d605f5fbeffd7a4e9e87abd70957a59aa7b shipit-source-id: 8b0b4d605f5fbeffd7a4e9e87abd70957a59aa7b
1 parent 6a0bb12 commit ffce749

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Notable changes to Draft.js will be documented in this file.
44

55
Changes to `src` are live in production on facebook.com at the time of release.
66

7+
## 0.3.0 (March 22, 2016)
8+
9+
### Fixed
10+
11+
* Properly extract custom inline styles for `convertToRaw`
12+
* Fix internal paste behavior to better handle copied custom blocks
13+
14+
### Added
15+
16+
* Export `getVisibleSelectionRect`
17+
* Export `convertFromHTML`
18+
* Export `DraftEditorBlock`
19+
720
## 0.2.2 (March 9, 2016)
821

922
### Fixed

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.2.2",
4+
"version": "0.3.0",
55
"keywords": [
66
"draftjs",
77
"editor",

0 commit comments

Comments
 (0)