WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 6e10944

Browse files
thibaudcolassemantic-release-bot
authored andcommitted
chore(release): v2.2.0 [skip ci]
# [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))
1 parent f2963c9 commit 6e10944

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
# [2.2.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.1.0...v2.2.0) (2019-01-22)
8+
9+
### Bug Fixes
10+
11+
- **filters:** handle removal of all blocks, inserting one unstyled ([652750f](https://github.com/thibaudcolas/draftjs-filters/commit/652750f))
12+
- **filters:** move selection after filtering. Fix [#27](https://github.com/thibaudcolas/draftjs-filters/issues/27) ([df3b8a6](https://github.com/thibaudcolas/draftjs-filters/commit/df3b8a6))
13+
14+
### Features
15+
16+
- **api:** expose applyContentWithSelection in the package API ([25d1983](https://github.com/thibaudcolas/draftjs-filters/commit/25d1983))
17+
718
# [2.1.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.0.1...v2.1.0) (2018-10-26)
819

920
### Features

package-lock.json

Lines changed: 10 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftjs-filters",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Filter Draft.js content to preserve only the formatting you allow",
55
"author": "Thibaud Colas",
66
"license": "MIT",

0 commit comments

Comments
 (0)