Skip to content

Commit da98419

Browse files
committed
Version 0.2.2
1 parent ce2c14b commit da98419

File tree

8 files changed

+26
-15
lines changed

8 files changed

+26
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

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

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ More tasks are available on the [Makefile](Makefile):
181181
182182
Changelog
183183
---------
184-
#### next
184+
#### v0.2.2
185185
- Added missing `modules` propType and documentation.
186186
- Children are now cloned so ReactQuill can own their refs. Fixes #20.
187187
@@ -195,11 +195,6 @@ Changelog
195195
- Editor props can now be changed after mounting.
196196
- Added callback for selection change event. Closes #12.
197197
198-
#### v0.1.1
199-
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix [#2](https://github.com/zenoamaro/react-quill/issues/2).
200-
- Sourcemaps are now emitted for both distributables, as separate files.
201-
- Avoiding parsing Quill as it ships with a pre-built main.
202-
203198
[Full changelog](CHANGELOG.md)
204199
205200

dist/react-quill.js

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-quill.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-quill.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)