Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit a29819d

Browse files
flarniefacebook-github-bot
authored andcommitted
0.10.3
Summary: React 16 is out! Lets gogogo~ ![go_time](https://user-images.githubusercontent.com/1114467/30974583-d4a32d3a-a424-11e7-9ef0-76d0dd5efde8.jpg) Closes facebookarchive#1414 Differential Revision: D5932258 fbshipit-source-id: 3fdfe19f65e7f970c9cf89b495e08671b48de4f5
1 parent baa536e commit a29819d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.10.3 (September 28th, 2017)
8+
9+
### Added
10+
* Allow React 16.\* as peer dependency. ([@nikgraf](https://github.com/nikgraf)
11+
in [#1385](https://github.com/facebook/draft-js/pull/1385))
12+
13+
### Fixed
14+
* Fixed bug where using a custom block type without overriding the default block
15+
map threw an error. ([@southerncross](https://github.com/southerncross) in
16+
[#1302](https://github.com/facebook/draft-js/pull/1302))
17+
* Update dependency on `fbjs` to get fix for bug where `focus()` caused
18+
unexpected scroll ([@flarnie](https://github.com/flarnie) in
19+
[#1401](https://github.com/facebook/draft-js/pull/1401))
20+
721
## 0.10.2
822

923
### Added

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

0 commit comments

Comments
 (0)