draft-js-block-breakout-plugin
Version:
Break out of block types as you type.
43 lines (22 loc) • 1.4 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
# v2.0.1 2017-06-19
* Bump draft-js peer dependency to v0.10.1
# v2.0.0 2017-06-19
* Update to match [method signature changes in draft-js v0.10.1](https://github.com/draft-js-plugins/draft-js-plugins/issues/736) — [Thanks to @rosey](https://github.com/icelab/draft-js-block-breakout-plugin/pull/13)
# v1.0.3 2017-04-20
* Add support for breaking out of multi-line blocks after a double return — [Thanks to @rosey](https://github.com/icelab/draft-js-block-breakout-plugin/pull/9)
# v1.0.2 2017-02-15
* Bring immutable version in line with draft-js — [ta, @sugarshin](https://github.com/icelab/draft-js-block-breakout-plugin/pull/6)
# v1.0.1 2016-12-16
### Fixed
* Use the sanctioned API method for retrieving the length of a `ContentBlock` — [Thanks to @sugarshin](https://github.com/icelab/draft-js-block-breakout-plugin/pull/5)
# v1.0.0 2016-12-05
### Fixed
* Handle changed return value behaviour for key commands in draft-js — [Thanks to @sugarshin](https://github.com/icelab/draft-js-block-breakout-plugin/pull/4)!
# v0.0.2 2016-06-08
### Fixed
* Changed the after-insert cursor position depending on whether we’re inserting an empty block before or after the current block.
# v0.0.1 2016-06-08
First public release