Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e3ecc43

Browse files
committed
Update CHANGELOG.md
1 parent dc9bca2 commit e3ecc43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

draft-js-plugins-editor/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111
- `defaultBlockRenderMap` option, by default is set to true. If set to false the defaultBlockRenderMap from Draft.js is not used as base for the generated blockRenderMap.
1212
- `decorators` option now allows custom implementations the [DraftDecoratorType](https://github.com/facebook/draft-js/blob/master/src/model/decorators/DraftDecoratorType.js) interface to be passed into the array along with the traditional CompositeDecorator objects
1313
- added the utility function `composeDecorators` as a named export.
14+
- Ignore handle `blockStyleFn` in case its value is `null` . [#596](https://github.com/draft-js-plugins/draft-js-plugins/pull/596)
1415

1516
### Removed
1617

0 commit comments

Comments
 (0)