Skip to content

Commit 91aa93f

Browse files
committed
Add @g12i as contributor, update changelog
1 parent e55e901 commit 91aa93f

File tree

2 files changed

+45
-56
lines changed

2 files changed

+45
-56
lines changed

CHANGELOG.md

Lines changed: 44 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,62 @@
1-
Changelog
2-
=========
1+
# Changelog
32

4-
Next
5-
----
3+
## v2.0.0
64

75
- Fully ported to TypeScript (#549)
86
- Fully React16 compliant (#549)
97
- Removed Mixin (#549)
108
- Removed Toolbar (#549)
9+
- Support for React 18 (#793, #822)
1110

12-
v1.3.4
13-
------
11+
## v1.3.4
1412

1513
- Bump Quill to 1.3.7 to close a security vulnerability (#575)
1614

17-
v1.3.3
18-
------
15+
## v1.3.3
1916

2017
- Pin Quill types version (#420 @daggmano)
2118

22-
v1.3.2
23-
------
19+
## v1.3.2
2420

2521
- Add preserveWhitespace prop (#407 @royshouvik)
2622

27-
v1.3.1
28-
------
23+
## v1.3.1
2924

3025
- Add back default export (#374, #384 one19)
3126

32-
v1.3.0
33-
------
27+
## v1.3.0
3428

3529
- Add scrollingContainer prop
3630
- Fix Typescript exports
3731
- Fix tabindex prop
3832

39-
v1.2.6
40-
------
33+
## v1.2.6
4134

4235
Replaced React.DOM with react-dom-factories (#319 thienanle)
4336

44-
v1.2.5
45-
------
37+
## v1.2.5
4638

4739
- Fix issue with unnecessary editor focus on mount (#321 jetzhou)
4840
- Switch to Quill's clipboard.convert from the paste API that now grabs focus automatically
4941

50-
v1.2.4
51-
------
42+
## v1.2.4
5243

5344
- Only restore focus if editor had focus (#312 @MattKunze)
5445

55-
56-
v1.2.2
57-
------
46+
## v1.2.2
5847

5948
- Add Typescript definitions (#277 @Charrondev)
60-
- Fixes for TS definitions (#294 @jdhungtington, #296 @ajaska)
49+
- Fixes for TS definitions (#294 @jdhungtington, #296 @ajaska)
6150

62-
v1.1.0
63-
------
51+
## v1.1.0
6452

6553
- Add support for React 16 and onwards by depending on `prop-types` and `create-react-class` (#181 @mikecousins)
6654
- Allow setting contents with a Quill Delta via the `value` prop (#101)
6755
- Add onFocus/onBlur props (#110)
6856
- Add tabindex support (#232)
6957

70-
v1.0.0
71-
------
58+
## v1.0.0
59+
7260
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.
7361

7462
- 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
11098
- Updated React peerDependency (@rpellerin)
11199
- Removed inline Parchment formats for font-size and font-family (#217)
112100

113-
v0.4.1
114-
------
101+
## v0.4.1
102+
115103
- Added contents of `dist` to NPM package.
116104

117-
v0.4.0
118-
------
105+
## v0.4.0
106+
119107
This release finally adds support for React 0.14. ⚠️ Shims to support older versions of React have been removed.
120108

121109
- React 0.14 support (@jacktrades, #49)
@@ -129,8 +117,8 @@ This release finally adds support for React 0.14. ⚠️ Shims to support older
129117
- Quill stylesheets are now linked to `dist/` for convenience. (#70)
130118
- Exposed editor accessor methods in change events. (#33)
131119

132-
v0.3.0
133-
------
120+
## v0.3.0
121+
134122
- Bumped Quill.js to v0.2.0
135123
- Exposed `focus` and `blur` public methods from component.
136124
- Exposed `getEditor` public method to retrieve the backing Quill instance from the component.
@@ -146,60 +134,60 @@ v0.3.0
146134
- Fixes an issue where the editor would be instantiated with the wrong value. Fixes #50.
147135
- Avoiding parsing Quill's `dist` directory with webpack.
148136

149-
v0.2.2
150-
------
137+
## v0.2.2
138+
151139
- Added missing `modules` propType and documentation.
152140
- Children are now cloned so ReactQuill can own their refs. Fixes #20.
153141

154-
v0.2.1
155-
------
142+
## v0.2.1
143+
156144
- Link toolbar button and module are now enabled by default. Fixes #19.
157145

158-
v0.2.0
159-
------
146+
## v0.2.0
147+
160148
- Fix React warnings about unique `key` props in toolbar (@Janekk).
161149
- Sending `delta` and `source` from editor change events. Fixes #17.
162150
- Rewritten uncontrolled and semi-controlled operation. Should fix #9, #10 and #14.
163151
- Editor props can now be changed after mounting.
164152
- Added callback for selection change event. Closes #12.
165153

166-
v0.1.1
167-
------
154+
## v0.1.1
155+
168156
- The pre-compiled distributable is not shipped with the NPM package anymore. Should fix #2.
169157
- Sourcemaps are now emitted for both distributables, as separate files.
170158
- Avoiding parsing Quill as it ships with a pre-built main.
171159

172-
v0.1.0
173-
------
160+
## v0.1.0
161+
174162
- Added support for toolbar separators.
175163
- Added support for font family selectors.
176164
- Updated the default toolbar to match Quill's.
177165
- Updated Quill to v0.19.12.
178166

179-
v0.0.6
180-
------
167+
## v0.0.6
168+
181169
- Added keywords for inclusion in [React.parts](https://react.parts).
182170

183-
v0.0.5
184-
------
171+
## v0.0.5
172+
185173
- Default empty content for components with no value.
186174
- Fixes wrong `QuillToolbar` propType.
187175

188-
v0.0.4
189-
------
176+
## v0.0.4
177+
190178
- Added color toggle to toolbar (@chrismcv)
191179
- Exporting default item sets on `QuillToolbar`
192180
- Fixed `QuillComponent` only accepting a single child.
193181

194-
v0.0.3
195-
------
182+
## v0.0.3
183+
196184
- Switched from `quilljs` package to `quill`.
197185
- Using the new `destroy()` from Quill.
198186

199-
v0.0.2
200-
------
187+
## v0.0.2
188+
201189
- Compatible with React 0.12.
202190

203-
v0.0.1
204-
------
191+
## v0.0.1
192+
205193
- Initial version.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,7 @@ ReactQuill would not be where it is today without the contributions of many peop
665665

666666
- @zenoamaro (maintainer)
667667
- @alexkrolick (maintainer)
668+
- @g12i
668669
- @clemmy
669670
- @asiniy
670671
- @webcarrot

0 commit comments

Comments
 (0)