Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoamaro committed Aug 4, 2015
1 parent ce2c14b commit da98419
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

next
----
v0.2.2
------
- Added missing `modules` propType and documentation.
- Children are now cloned so ReactQuill can own their refs. Fixes #20.

Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ More tasks are available on the [Makefile](Makefile):
Changelog
---------
#### next
#### v0.2.2
- Added missing `modules` propType and documentation.
- Children are now cloned so ReactQuill can own their refs. Fixes #20.
Expand All @@ -195,11 +195,6 @@ Changelog
- Editor props can now be changed after mounting.
- Added callback for selection change event. Closes #12.
#### v0.1.1
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix [#2](https://github.com/zenoamaro/react-quill/issues/2).
- Sourcemaps are now emitted for both distributables, as separate files.
- Avoiding parsing Quill as it ships with a pre-built main.
[Full changelog](CHANGELOG.md)
Expand Down
20 changes: 18 additions & 2 deletions 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 dist/react-quill.min.js

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

Loading

0 comments on commit da98419

Please sign in to comment.