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

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
Summary: Closes #225

Differential Revision: D3085667

fb-gh-sync-id: 8b0b4d605f5fbeffd7a4e9e87abd70957a59aa7b
shipit-source-id: 8b0b4d605f5fbeffd7a4e9e87abd70957a59aa7b
  • Loading branch information
Isaac Salier-Hellendag authored and Facebook Github Bot 5 committed Mar 23, 2016
1 parent 6a0bb12 commit ffce749
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Notable changes to Draft.js will be documented in this file.

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

## 0.3.0 (March 22, 2016)

### Fixed

* Properly extract custom inline styles for `convertToRaw`
* Fix internal paste behavior to better handle copied custom blocks

### Added

* Export `getVisibleSelectionRect`
* Export `convertFromHTML`
* Export `DraftEditorBlock`

## 0.2.2 (March 9, 2016)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draft-js",
"description": "A React framework for building text editors.",
"version": "0.2.2",
"version": "0.3.0",
"keywords": [
"draftjs",
"editor",
Expand Down

0 comments on commit ffce749

Please sign in to comment.