Skip to content

Commit 1cb6937

Browse files
committed
Release v2.0.1
1 parent 7c2625c commit 1cb6937

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
> All notable changes to this project are documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44
5-
## Unreleased
5+
## [[v2.0.1]](https://github.com/springload/draftail/releases/tag/v2.0.1)
6+
7+
> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started)
8+
9+
### Fixed
10+
11+
- Fix Sass deprecation warning with `@import` syntax.
12+
- Fix Sass deprecation warning with legacy color functions.
13+
14+
### Changed
15+
16+
- Allow a wide range of downshift dependency versions: `^7.0.4 || ^8.5.0 || ^9.0.0`.
617

718
## [[v2.0.0]](https://github.com/springload/draftail/releases/tag/v2.0.0)
819

package-lock.json

Lines changed: 2 additions & 2 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": "draftail",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "📝🍸 A configurable rich text editor built with Draft.js",
55
"author": "Springload",
66
"license": "MIT",

0 commit comments

Comments
 (0)