Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoamaro committed Feb 5, 2016
1 parent dc8fef4 commit c9af2ec
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

v0.4.1
------
- Added contents of `dist` to NPM package.

v0.4.0
------
This release finally adds support for React 0.14. ⚠️ Shims to support older versions of React have been removed.
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ More tasks are available on the [Makefile](Makefile):

Changelog
---------
#### v0.4.1
- Added contents of `dist` to NPM package.

#### v0.4.0
This release finally adds support for React 0.14. ⚠️ Shims to support older versions of React have been removed.

Expand All @@ -291,7 +294,6 @@ This release finally adds support for React 0.14. ⚠️ Shims to support older
- Quill stylesheets are now linked to `dist/` for convenience. (#70)
- Exposed editor accessor methods in change events. (#33)


#### v0.3.0
- Bumped Quill.js to v0.20.0
- Exposed `focus` and `blur` public methods from component.
Expand All @@ -308,7 +310,6 @@ This release finally adds support for React 0.14. ⚠️ Shims to support older
- Fixes an issue where the editor would be instantiated with the wrong value. Fixes #50.
- Avoiding parsing Quill's `dist` directory with webpack.


[Full changelog](CHANGELOG.md)


Expand Down
2 changes: 1 addition & 1 deletion dist/react-quill.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/react-quill.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-quill",
"version": "0.4.0",
"version": "0.4.1",
"description": "The Quill rich-text editor as a React component.",
"author": "zenoamaro <zenoamaro@gmail.com>",
"homepage": "https://github.com/zenoamaro/react-quill",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
React-Quill v0.4.0
React-Quill v0.4.1
https://github.com/zenoamaro/react-quill
*/
module.exports = require('./component');
Expand Down

0 comments on commit c9af2ec

Please sign in to comment.