Skip to content

Commit

Permalink
Release v0.7.0 (#78)
Browse files Browse the repository at this point in the history
- Make the editor toolbar sticky (requires a polyfill, documented in README).
- Add support for `placeholder` attribute.

- Improve "active block" rendering and disabled state.

- Fix missing vertical spacing between button rows.
- Fix missing pointer cursor on tooltip button.

- Remove `Element.closest` polyfill from main lib.
  • Loading branch information
thibaudcolas authored May 29, 2017
1 parent ec71095 commit 31cb60c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
## Unreleased

## [[v0.7.0]](https://github.com/springload/draftail/releases/tag/v0.7.0)

### Added

- Make the editor toolbar sticky (requires a polyfill, documented in README).
- Add support for `placeholder` attribute.

### Changed

- Improve "active block" rendering and disabled state.

### Fixed

- Fix missing vertical spacing between button rows.
- Fix missing pointer cursor on tooltip button.

### Removed

- Remove `Element.closest` polyfill from main lib.

## [[v0.6.0]](https://github.com/springload/draftail/releases/tag/v0.6.0)

### Added
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": "draftail",
"version": "0.6.0",
"version": "0.7.0",
"description": "📝🍸 A batteries-excluded rich text editor based on Draft.js",
"author": "Springload",
"license": "MIT",
Expand Down

0 comments on commit 31cb60c

Please sign in to comment.