Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lousander committed Mar 5, 2020
1 parent e36cfbd commit 7e08111
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.6.16 - 2019-02-18
## 0.7.0 - 2020-03-05
### Fixed
- Mispositioning toolbar (#294)
- Avoid preventDefault in Toolbar for select input (#270)
### Modified
- Update draft-js version to 0.11.4 (#297)
- docs(overview): Improve usage docs (#301)
- Prevent `false` from being appended into Control's component className (#307)
- Remove return type annotation on method `externalKeyBindings` (#306)

## 0.6.16 - 2020-02-18
### Fixed
- Copied text with movableBlocks active has extra empty spaces on Chrome (#302)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "megadraft",
"version": "0.7.0-alpha.0",
"version": "0.7.0",
"description": "Rich Text editor built on top of draft.js",
"main": "lib/Megadraft.js",
"dependencies": {
Expand Down

0 comments on commit 7e08111

Please sign in to comment.