Skip to content

Commit

Permalink
chore(release): v2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2019-01-22)

### Bug Fixes

* **filters:** handle removal of all blocks, inserting one unstyled ([652750f](652750f))
* **filters:** move selection after filtering. Fix [#27](#27) ([df3b8a6](df3b8a6))

### Features

* **api:** expose applyContentWithSelection in the package API ([25d1983](25d1983))
  • Loading branch information
thibaudcolas authored and semantic-release-bot committed Jan 22, 2019
1 parent f2963c9 commit 6e10944
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).

# [2.2.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.1.0...v2.2.0) (2019-01-22)

### Bug Fixes

- **filters:** handle removal of all blocks, inserting one unstyled ([652750f](https://github.com/thibaudcolas/draftjs-filters/commit/652750f))
- **filters:** move selection after filtering. Fix [#27](https://github.com/thibaudcolas/draftjs-filters/issues/27) ([df3b8a6](https://github.com/thibaudcolas/draftjs-filters/commit/df3b8a6))

### Features

- **api:** expose applyContentWithSelection in the package API ([25d1983](https://github.com/thibaudcolas/draftjs-filters/commit/25d1983))

# [2.1.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.0.1...v2.1.0) (2018-10-26)

### Features
Expand Down
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "draftjs-filters",
"version": "2.1.0",
"version": "2.2.0",
"description": "Filter Draft.js content to preserve only the formatting you allow",
"author": "Thibaud Colas",
"license": "MIT",
Expand Down

0 comments on commit 6e10944

Please sign in to comment.