Skip to content

Commit

Permalink
Release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Feb 12, 2025
1 parent 7c2625c commit 1cb6937
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

> 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).
## Unreleased
## [[v2.0.1]](https://github.com/springload/draftail/releases/tag/v2.0.1)

> Documentation: [draftail.org/docs/getting-started](https://www.draftail.org/docs/getting-started)
### Fixed

- Fix Sass deprecation warning with `@import` syntax.
- Fix Sass deprecation warning with legacy color functions.

### Changed

- Allow a wide range of downshift dependency versions: `^7.0.4 || ^8.5.0 || ^9.0.0`.

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

Expand Down
4 changes: 2 additions & 2 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": "draftail",
"version": "2.0.0",
"version": "2.0.1",
"description": "📝🍸 A configurable rich text editor built with Draft.js",
"author": "Springload",
"license": "MIT",
Expand Down

0 comments on commit 1cb6937

Please sign in to comment.