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

Commit

Permalink
0.10.3
Browse files Browse the repository at this point in the history
Summary:
React 16 is out! Lets gogogo~

![go_time](https://user-images.githubusercontent.com/1114467/30974583-d4a32d3a-a424-11e7-9ef0-76d0dd5efde8.jpg)
Closes #1414

Differential Revision: D5932258

fbshipit-source-id: 3fdfe19f65e7f970c9cf89b495e08671b48de4f5
  • Loading branch information
flarnie authored and facebook-github-bot committed Sep 28, 2017
1 parent baa536e commit a29819d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.10.3 (September 28th, 2017)

### Added
* Allow React 16.\* as peer dependency. ([@nikgraf](https://github.com/nikgraf)
in [#1385](https://github.com/facebook/draft-js/pull/1385))

### Fixed
* Fixed bug where using a custom block type without overriding the default block
map threw an error. ([@southerncross](https://github.com/southerncross) in
[#1302](https://github.com/facebook/draft-js/pull/1302))
* Update dependency on `fbjs` to get fix for bug where `focus()` caused
unexpected scroll ([@flarnie](https://github.com/flarnie) in
[#1401](https://github.com/facebook/draft-js/pull/1401))

## 0.10.2

### Added
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.10.2",
"version": "0.10.3",
"keywords": [
"draftjs",
"editor",
Expand Down

0 comments on commit a29819d

Please # to comment.