Skip to content

Commit 4974692

Browse files
thibaudcolassemantic-release-bot
authored andcommitted
chore(release): v3.0.0 [skip ci]
# [3.0.0](v2.5.0...v3.0.0) (2022-06-06) ### Features * **api:** convert filters API to TypeScript ([1dfbf00](1dfbf00)) * **filters:** add opt-in condenseBlocks filter to support single-line copy-paste ([82778c2](82778c2)) * **support:** remove support for legacy browsers ([501901a](501901a)) ### BREAKING CHANGES * **support:** The package no longer supports IE11 and other legacy browsers. Support can still be achieved by transpiling to ES5 syntax, and including needed polyfills. * **api:** The filters are now written in TypeScript. Flow types are no longer available, and TypeScript types are built-in.
1 parent 0d48e3f commit 4974692

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ 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+
# [3.0.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.5.0...v3.0.0) (2022-06-06)
8+
9+
### Features
10+
11+
- **api:** convert filters API to TypeScript ([1dfbf00](https://github.com/thibaudcolas/draftjs-filters/commit/1dfbf00e5c203395c2bb7b536552d8536999e4be))
12+
- **filters:** add opt-in condenseBlocks filter to support single-line copy-paste ([82778c2](https://github.com/thibaudcolas/draftjs-filters/commit/82778c232f41468fea57321e921db308df19e318))
13+
- **support:** remove support for legacy browsers ([501901a](https://github.com/thibaudcolas/draftjs-filters/commit/501901a5babfcede5982ad0a4c10ef3625f1aaaa))
14+
15+
### BREAKING CHANGES
16+
17+
- **support:** The package no longer supports IE11 and other legacy browsers.
18+
19+
Support can still be achieved by transpiling to ES5 syntax, and including needed polyfills.
20+
21+
- **api:** The filters are now written in TypeScript.
22+
23+
Flow types are no longer available, and TypeScript types are built-in.
24+
725
# [2.5.0](https://github.com/thibaudcolas/draftjs-filters/compare/v2.4.0...v2.5.0) (2020-11-21)
826

927
### Features

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "draftjs-filters",
3-
"version": "2.5.0",
3+
"version": "3.0.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)