This repository was archived by the owner on Jan 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ Notable changes to Draft.js will be documented in this file.
4
4
5
5
Changes to ` src ` are live in production on facebook.com at the time of release.
6
6
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
+
7
21
## 0.10.2
8
22
9
23
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " draft-js" ,
3
3
"description" : " A React framework for building text editors." ,
4
- "version" : " 0.10.2 " ,
4
+ "version" : " 0.10.3 " ,
5
5
"keywords" : [
6
6
" draftjs" ,
7
7
" editor" ,
You can’t perform that action at this time.
0 commit comments