You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump Quill to 1.3.7 to close a security vulnerability (#575)
16
14
17
-
v1.3.3
18
-
------
15
+
## v1.3.3
19
16
20
17
- Pin Quill types version (#420@daggmano)
21
18
22
-
v1.3.2
23
-
------
19
+
## v1.3.2
24
20
25
21
- Add preserveWhitespace prop (#407@royshouvik)
26
22
27
-
v1.3.1
28
-
------
23
+
## v1.3.1
29
24
30
25
- Add back default export (#374, #384 one19)
31
26
32
-
v1.3.0
33
-
------
27
+
## v1.3.0
34
28
35
29
- Add scrollingContainer prop
36
30
- Fix Typescript exports
37
31
- Fix tabindex prop
38
32
39
-
v1.2.6
40
-
------
33
+
## v1.2.6
41
34
42
35
Replaced React.DOM with react-dom-factories (#319 thienanle)
43
36
44
-
v1.2.5
45
-
------
37
+
## v1.2.5
46
38
47
39
- Fix issue with unnecessary editor focus on mount (#321 jetzhou)
48
40
- Switch to Quill's clipboard.convert from the paste API that now grabs focus automatically
49
41
50
-
v1.2.4
51
-
------
42
+
## v1.2.4
52
43
53
44
- Only restore focus if editor had focus (#312@MattKunze)
54
45
55
-
56
-
v1.2.2
57
-
------
46
+
## v1.2.2
58
47
59
48
- Add Typescript definitions (#277@Charrondev)
60
-
- Fixes for TS definitions (#294@jdhungtington, #296@ajaska)
49
+
- Fixes for TS definitions (#294@jdhungtington, #296@ajaska)
61
50
62
-
v1.1.0
63
-
------
51
+
## v1.1.0
64
52
65
53
- Add support for React 16 and onwards by depending on `prop-types` and `create-react-class` (#181@mikecousins)
66
54
- Allow setting contents with a Quill Delta via the `value` prop (#101)
67
55
- Add onFocus/onBlur props (#110)
68
56
- Add tabindex support (#232)
69
57
70
-
v1.0.0
71
-
------
58
+
## v1.0.0
59
+
72
60
This release supports Quill v1.0.0+. ⚠️ There are many breaking changes, so refer to the documentation for information on how to migrate your application.
73
61
74
62
- Updated to support Quill v1.0.0+ (@clemmy, @alexkrolick)
@@ -110,12 +98,12 @@ This release supports Quill v1.0.0+. ⚠️ There are many breaking changes, so
110
98
- Updated React peerDependency (@rpellerin)
111
99
- Removed inline Parchment formats for font-size and font-family (#217)
112
100
113
-
v0.4.1
114
-
------
101
+
## v0.4.1
102
+
115
103
- Added contents of `dist` to NPM package.
116
104
117
-
v0.4.0
118
-
------
105
+
## v0.4.0
106
+
119
107
This release finally adds support for React 0.14. ⚠️ Shims to support older versions of React have been removed.
120
108
121
109
- React 0.14 support (@jacktrades, #49)
@@ -129,8 +117,8 @@ This release finally adds support for React 0.14. ⚠️ Shims to support older
129
117
- Quill stylesheets are now linked to `dist/` for convenience. (#70)
130
118
- Exposed editor accessor methods in change events. (#33)
131
119
132
-
v0.3.0
133
-
------
120
+
## v0.3.0
121
+
134
122
- Bumped Quill.js to v0.2.0
135
123
- Exposed `focus` and `blur` public methods from component.
136
124
- Exposed `getEditor` public method to retrieve the backing Quill instance from the component.
@@ -146,60 +134,60 @@ v0.3.0
146
134
- Fixes an issue where the editor would be instantiated with the wrong value. Fixes #50.
147
135
- Avoiding parsing Quill's `dist` directory with webpack.
148
136
149
-
v0.2.2
150
-
------
137
+
## v0.2.2
138
+
151
139
- Added missing `modules` propType and documentation.
152
140
- Children are now cloned so ReactQuill can own their refs. Fixes #20.
153
141
154
-
v0.2.1
155
-
------
142
+
## v0.2.1
143
+
156
144
- Link toolbar button and module are now enabled by default. Fixes #19.
157
145
158
-
v0.2.0
159
-
------
146
+
## v0.2.0
147
+
160
148
- Fix React warnings about unique `key` props in toolbar (@Janekk).
161
149
- Sending `delta` and `source` from editor change events. Fixes #17.
162
150
- Rewritten uncontrolled and semi-controlled operation. Should fix #9, #10 and #14.
163
151
- Editor props can now be changed after mounting.
164
152
- Added callback for selection change event. Closes #12.
165
153
166
-
v0.1.1
167
-
------
154
+
## v0.1.1
155
+
168
156
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix #2.
169
157
- Sourcemaps are now emitted for both distributables, as separate files.
170
158
- Avoiding parsing Quill as it ships with a pre-built main.
171
159
172
-
v0.1.0
173
-
------
160
+
## v0.1.0
161
+
174
162
- Added support for toolbar separators.
175
163
- Added support for font family selectors.
176
164
- Updated the default toolbar to match Quill's.
177
165
- Updated Quill to v0.19.12.
178
166
179
-
v0.0.6
180
-
------
167
+
## v0.0.6
168
+
181
169
- Added keywords for inclusion in [React.parts](https://react.parts).
182
170
183
-
v0.0.5
184
-
------
171
+
## v0.0.5
172
+
185
173
- Default empty content for components with no value.
186
174
- Fixes wrong `QuillToolbar` propType.
187
175
188
-
v0.0.4
189
-
------
176
+
## v0.0.4
177
+
190
178
- Added color toggle to toolbar (@chrismcv)
191
179
- Exporting default item sets on `QuillToolbar`
192
180
- Fixed `QuillComponent` only accepting a single child.
0 commit comments