Skip to content

Commit b4fc886

Browse files
committedAug 22, 2018
Bump version and update CHANGELOG.md
1 parent d9cbd8c commit b4fc886

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎draft-js-image-plugin/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
7+
## 2.0.6
8+
- accept saved images with "image" as the entity type from old saved data for backwards compatibility
9+
610
## 2.0.4 - 2.0.5
7-
- use capitalised image entity type "IMAGE" instead of "image" - now works with convertFromHTML
11+
- use capitalised image entity type "IMAGE" for new images instead of "image"
12+
- now works with convertFromHTML
813

914
## 2.0.3
1015
- bumped find-with-regex

‎draft-js-image-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draft-js-image-plugin",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Image Plugin for DraftJS",
55
"author": {
66
"name": "Benjamin Kniffler",

0 commit comments

Comments
 (0)
Please sign in to comment.