UNPKG

41.8 kBMarkdownView Raw
1# 1.3.2
2
3- Pasting into code block should always paste as code [#1624](https://github.com/quilljs/quill/issues/1624)
4- Fix removing embed selection when arrow keys change selection [#1633](https://github.com/quilljs/quill/issues/1633)
5- Fix selection restoration after image insertion [#1649](https://github.com/quilljs/quill/issues/1649)
6- Fix selection-change firing after dragging off screen [#1654](https://github.com/quilljs/quill/issues/1654)
7- Fix placeholder text spacing [#1677](https://github.com/quilljs/quill/issues/1677)
8
9Thanks to [@abramz](https://github.com/abramz), [@amitm02](https://github.com/amitm02), [@eamodio](https://github.com/eamodio), [@HWliao](https://github.com/HWliao), [@mmitis](https://github.com/mmitis), [@nelsonpecora](https://github.com/nelsonpecora), [@nipunjain87](https://github.com/nipunjain87), and [@ValueBerry](https://github.com/ValueBerry) for contributions to this release!
10
11
12# 1.3.1
13
14- Fix placeholder when emptying text [#1594](https://github.com/quilljs/quill/issues/1594)
15- Fix inserting newline after header [#1616](https://github.com/quilljs/quill/issues/1616)
16
17Thank you [@Natim](https://github.com/Natim) and [@stephenLYao](https://github.com/stephenLYao) for your contributions to this release.
18
19
20# 1.3.0
21
22Add `matchVisual` [configuration](https://quilljs.com/docs/modules/clipboard/#configuration) to Clipboard.
23
24- Use DOM API to determine selected `<select>` option [#1576](https://github.com/quilljs/quill/pull/1576)
25- Add `:focus` styles to toolbbar [#1540](https://github.com/quilljs/quill/issues/1540)
26- Allow users to undo automatic keyboard completions [#1538](https://github.com/quilljs/quill/issues/1538)
27- Use github-pages gem to make development environment consistent [#1536](https://github.com/quilljs/quill/issues/1536) [#1544](https://github.com/quilljs/quill/pull/1544)
28- Fix composing Chinese with preformatting [#1514](https://github.com/quilljs/quill/issues/1514)
29- Fix example clipboard module in docs [#1502](https://github.com/quilljs/quill/issues/1502)
30- Fix list layout in RTL mode [#1498](https://github.com/quilljs/quill/issues/1498)
31- Clarify documentation for scrollingContainer [#1496](https://github.com/quilljs/quill/issues/1496)
32- Add `tel` to default link whitelist [#1436](https://github.com/quilljs/quill/pull/1436)
33- Fix cursor interaction with custom contenteditable=false embeds [#1172](https://github.com/quilljs/quill/issues/1172) [#1181](https://github.com/quilljs/quill/issues/1181)
34- Fix rendered cursor in Chrome when interacting with scrollbar [#1114](https://github.com/quilljs/quill/issues/1114)
35
36Thanks to [@alexkrolick](https://github.com/alexkrolick), [@amitm02](https://github.com/amitm02), [@Christilut](https://github.com/Christilut), [@danielschwartz](https://github.com/danielschwartz), [@emanuelbsilva](https://github.com/emanuelbsilva), [@ersommer](https://github.com/ersommer), [@fiurrr](https://github.com/fiurrr), [@jackmu95](https://github.com/jackmu95), [@jmzhang](https://github.com/jmzhang), [@mdpye](https://github.com/mdpye), [@ralrom](https://github.com/ralrom), [@sferoze](https://github.com/sferoze), [@simon-at-fugu](https://github.com/simon-at-fugu), and [@yogadzx](https://github.com/yogadzx) for contributions to this release!
37
38
39# 1.2.6
40
41- Disable Grammarly by default [#574](https://github.com/quilljs/quill/issues/574)
42- Fix RTL list spacing [#1485](https://github.com/quilljs/quill/pull/1485)
43- Add support for mobile Youtube links [#1489](https://github.com/quilljs/quill/pull/1489)
44
45Thank you [@amitm02](https://github.com/amitm02), [@benbro](https://github.com/benbro)
46[@nickbaum](https://github.com/nickbaum), [@stalniy](https://github.com/stalniy) and [@ygrishajev](https://github.com/ygrishajev) for your contributions to this release.
47
48
49# 1.2.5
50
51- Fix cursor shifting to be exclusive of user cursor [#1367](https://github.com/quilljs/quill/issues/1367)
52- Fix iOS hover state on toolbar [#1388](https://github.com/quilljs/quill/issues/1388)
53- Fix `getText()` for Bangla [#1427](https://github.com/quilljs/quill/issues/1427)
54- Fix Korean character composition in Safari [#1437](https://github.com/quilljs/quill/issues/1437)
55- Fix pasting HTML handling special class names [#1445](https://github.com/quilljs/quill/issues/1445)
56- Fix paste or initializing with font-weight [#1456](https://github.com/quilljs/quill/issues/1456)
57- Fix updating active picker logic [#1468](https://github.com/quilljs/quill/issues/1468)
58
59Thanks to [@aliciawood](https://github.com/aliciawood), [@benbro](https://github.com/benbro), [@denis-aes](https://github.com/denis-aes), [@despreju](https://github.com/despreju), [@GlenKPeterson](https://github.com/GlenKPeterson), [@haugstrup](https://github.com/haugstrup), [@jziggas](https://github.com/jziggas), [@RobAley](https://github.com/RobAley), [@sheley1998](https://github.com/sheley1998), [@silverprize](https://github.com/silverprize), and [@yairy](https://github.com/yairy) for contributions to this release!
60
61
62# 1.2.4
63
64- Fix pasting nested list [#906](https://github.com/quilljs/quill/issues/906)
65- Fix delete key interaction at end of list [#1277](https://github.com/quilljs/quill/issues/1277)
66- Fix pasting whitespace prefix [#1244](https://github.com/quilljs/quill/issues/1244)
67- Fix file dialog open speed [#1265](https://github.com/quilljs/quill/issues/1265)
68- Fix backspace with at beginning of list interaction with meta keys [#1307](https://github.com/quilljs/quill/issues/1307)
69- Fix pasting nested styles [#1333](https://github.com/quilljs/quill/issues/1333)
70- Fix backspacing into an empty line should keep own formats [#1339](https://github.com/quilljs/quill/issues/1339)
71- Fix IE11 autolinking interaction [#1390](https://github.com/quilljs/quill/issues/1390)
72- Fix persistent focus interaction with tabbing away [#1404](https://github.com/quilljs/quill/issues/1404)
73
74Thanks to [@bigggge](https://github.com/bigggge), [@CoenWarmer](https://github.com/CoenWarmer), [@cutteroid](https://github.com/cutteroid), [@jay-cox](https://github.com/jay-cox), [@kiewic](https://github.com/kiewic), [@kloots](https://github.com/kloots), [@MichaelTontchev](https://github.com/MichaelTontchev), [@montlebalm](https://github.com/montlebalm), [@RichardNeill](https://github.com/RichardNeill), and [@vasconita](https://github.com/vasconita) for your contributions to this release.
75
76
77# 1.2.3
78
79- Fix scrolling when appending new lines [#1276](https://github.com/quilljs/quill/issues/1276) [#1361](https://github.com/quilljs/quill/issues/1361)
80- Fix binding to explicit shortcut key [#1365](https://github.com/quilljs/quill/issues/1365)
81- Merge clone update [#1359](https://github.com/quilljs/quill/pull/1359)
82
83Thank you [@artaommahe](https://github.com/artaommahe), [@c-w](https://github.com/c-w), [@EladBet](https://github.com/EladBet), [@emenoh](https://github.com/emenoh), and [@montlebalm](https://github.com/montlebalm) for contributions to this release!
84
85
86# 1.2.2
87
88- Fix backspace/delete on Windows/Ubuntu [#1334](https://github.com/quilljs/quill/issues/1334)
89
90Thanks to [@dinusuresh](https://github.com/dinusuresh) for your contributions to this release.
91
92
93# 1.2.1
94
95- Fix link removal on Snow theme [#1259](https://github.com/quilljs/quill/issues/1259)
96- Fix CMD+backspace on empty editor [#1319](https://github.com/quilljs/quill/issues/1319)
97- Fix disabled checklist behavior [#1312](https://github.com/quilljs/quill/issues/1312)
98
99Thank you [@danielschwartz](https://github.com/@danielschwartz), [@JedWatson](https://github.com/@JedWatson), [@montlebalm](https://github.com/@montlebalm), and [@simi](https://github.com/@simi) for contributions to this release!
100
101
102# 1.2.0
103
104Add concept of experimental APIs: they are APIs meant to try out support for use cases we would like to address, but gives flexibility to find the right API interface. As such they are not covered by Semantic Versioning. Several are added to start things off: `find`, `getIndex`, `getLeaf`, `getLine`, `getLines`.
105
106- Merge disabling list keyboard shortcut when list format is disabled [#1257](https://github.com/quilljs/quill/pull/1257)
107
108Thanks to [@haugstrup](https://github.com/haugstrup) for your contributions to this release.
109
110
111# 1.1.10
112
113- Preserve user selection on API changes [#1152](https://github.com/quilljs/quill/issues/1152)
114- Fix backspacing into emojis [#1230](https://github.com/quilljs/quill/issues/1230)
115- Fix ability to type after emptying line in IE/Firefox [#1254](https://github.com/quilljs/quill/issues/1254)
116- Fix whitelisting block formats [#1256](https://github.com/quilljs/quill/issues/1256)
117
118Thank you [@benbro](https://github.com/benbro), [@haugstrup](https://github.com/haugstrup), [@peterweck](https://github.com/peterweck) and [@sbevels](https://github.com/sbevels) for contributions to this release!
119
120
121# 1.1.9
122
123- Flip tooltips when vertically out of bounds [#851](https://github.com/quilljs/quill/issues/851)
124- Fix IE11 autolinking and control backspace [#1028](https://github.com/quilljs/quill/issues/1028)
125- Only show tooltip when user initiates selection change [#1193](https://github.com/quilljs/quill/issues/1193)
126- Fix bug needing to click twice on align [#1220](https://github.com/quilljs/quill/issues/1220)
127- Fix cut + pasting videos [#1222](https://github.com/quilljs/quill/issues/1222)
128
129Thanks to [@amitguptagwl](https://github.com/amitguptagwl), [@antonlabunets](https://github.com/antonlabunets), [@benbro](https://github.com/benbro), [@eamodio](https://github.com/eamodio) and [@ygrishajev](https://github.com/ygrishajev) for your contributions to this release.
130
131
132# 1.1.8
133
134- Support pasting italics from Google Docs [#1185](https://github.com/quilljs/quill/issues/1185)
135- Fix setting dropdown picker back to default [#1191](https://github.com/quilljs/quill/issues/1191)
136- Fix code-block formatting on empty first line in Firefox [#1195](https://github.com/quilljs/quill/issues/1195)
137- Prevent formatting via keyboard shortcuts when not whitelisted [#1197](https://github.com/quilljs/quill/issues/1197)
138- Fix select-all copy and overwrite paste in Firefox [#1202](https://github.com/quilljs/quill/issues/1202)
139
140Thank you [@adfaure](https://github.com/adfaure), [@berndschimmer](https://github.com/berndschimmer), [@CoenWarmer](https://github.com/CoenWarmer), [@montlebalm](https://github.com/montlebalm), and [@TraceyYau](https://github.com/TraceyYau) for contributions to this release!
141
142
143# 1.1.7
144
145- Fix dropdown values reverting to default [#901](https://github.com/quilljs/quill/issues/901)
146- Add config to prevent scroll jumping on paste [#1082](https://github.com/quilljs/quill/issues/1082)
147- Prevent scrolling on API source calls [#1152](https://github.com/quilljs/quill/issues/1152)
148- Fix tsconfig build error [#1165](https://github.com/quilljs/quill/issues/1165)
149- Fix delete and formatting interaction in Firefox [#1171](https://github.com/quilljs/quill/issues/1171)
150- Fix cursor jump on formatting in middle of text [#1176](https://github.com/quilljs/quill/issues/1176)
151
152Thanks to [@cutteroid](https://github.com/cutteroid), [@houxg](https://github.com/houxg), [@jasongisstl](https://github.com/jasongisstl), [@nikparo](https://github.com/nikparo), [@sbevels](https://github.com/sbevels), and [sferoze](https://github.com/sferoze) for your contributions to this release.
153
154
155# 1.1.6
156
157### Features
158
159Checklists [#759](https://github.com/quilljs/quill/issues/759) support has been added to the API. UI and relevant interactions are still forthcoming.
160
161### Bug Fixes
162
163- Fix bug that allowed edits in readOnly mode [#1151](https://github.com/quilljs/quill/issues/1151)
164- Fix max call stack bug on large paste [#1123](https://github.com/quilljs/quill/issues/1123)
165
166Thank you [@jgmediadesign](https://github.com/jgmediadesign) and [@julienbmobile](https://github.com/julienbmobile) for contributions to this release!
167
168
169# 1.1.5
170
171- Remove unnecessary type attribute in documentation [#1087](https://github.com/quilljs/quill/pull/1087)
172- Fix chrome 52+ input file label open slow [#1090](https://github.com/quilljs/quill/pull/1090)
173- Only query the last op's insertion string if it's actually an insert [#1095](https://github.com/quilljs/quill/pull/1095)
174
175Thank you [@jleen](https://github.com/jleen), [@kaelig](https://github.com/kaelig), and [@YouHan26](https://github.com/YouHan26) for your contributions to this release.
176
177
178# 1.1.3
179
180- Update quill-delta [delta#2](https://github.com/quilljs/delta/issues/2)
181- Fix link creation [#1073](https://github.com/quilljs/quill/issues/1073)
182
183Thanks to [@eamodio](https://github.com/eamodio) and [@metsavir](https://github.com/metsavir) for contributions to this release!
184
185
186# 1.1.2
187
188- Fix setContents on already formatted text [#1065](https://github.com/quilljs/quill/issues/1065)
189- Fix regression [#1067](https://github.com/quilljs/quill/issues/1067)
190- Improve documentation [#1069](https://github.com/quilljs/quill/pull/1069) [#1070](https://github.com/quilljs/quill/pull/1070)
191
192Thank you [@benbro](https://github.com/benbro), [@derickruiz](https://github.com/derickruiz), [@eamodio](https://github.com/eamodio), [@hallaathrad](https://github.com/hallaathrad), and [@philly385](https://github.com/philly385) for your contributions to this release.
193
194
195# 1.1.1
196
197### Bug fixes
198
199- TEXT_CHANGE event now use cursor position to inform change location [#746](https://github.com/quilljs/quill/issues/746)
200- Fix inconsistent cursor reporting between browsers [#1007](https://github.com/quilljs/quill/issues/1007)
201- Fix tooltip overflow in docs [#1060](https://github.com/quilljs/quill/issues/1060)
202- Fix naming [#1063](https://github.com/quilljs/quill/pull/1063)
203- Fix Medium example [#1064](https://github.com/quilljs/quill/issues/1064)
204
205Thanks to [@artaommahe](https://github.com/artaommahe), [@benbro](https://github.com/benbro), [@fuffalist](https://github.com/fuffalist), [@sachinrekhi](https://github.com/sachinrekhi), [@sergop321](https://github.com/sergop321), and [@tlg](https://github.com/tlg) for contributions to this release!
206
207Special thanks to [@DadaMonad](https://github.com/DadaMonad) for contributions on [fast-diff](https://github.com/jhchen/fast-diff) that enabled the [#746](https://github.com/quilljs/quill/issues/746) fix.
208
209
210# 1.1.0
211
212### Additions
213
214Quill has always allowed API calls, even when the editor is in readOnly mode. All API calls also took a `source` parameter to indicate the origin of the change. For example, a click handler in the toolbar would call `formatText` with `source` set to `"user"`. When the editor is in readOnly mode, it would make sense for user initiated actions to be ignored. For example the user cannot focus or type into the editor. However because API calls are allowed, the user could still modify the editor contents [#909](https://github.com/quilljs/quill/issues/909). The natural fix is to ignore user initiated actions, even if it came through an API call, when the editor is in readOnly mode.
215
216However, the documentation never stated API calls with `source` set to `"user"` would be ignored sometimes, so this would be a breaking change under semver. Some could argue this is a bug fix and would only warrant a patch version bump, but this seems disingenuous for this particular case. The fact that almost no one took advantage of the `source` beyond default values is irrelevant under the eyes of semver.
217
218So a `strict` configuration option has been added. It is true by default so the above behavior is unchanged, and [#909](https://github.com/quilljs/quill/issues/909) is unfixed. Changing this to `false`, will use new behavior of ignoring user initiated changes on a disabled editor, even if through an API call.
219
220### Fixes
221
222- Fix undo when preformatted text inserted before plain text [#1019](https://github.com/quilljs/quill/issues/1019)
223- Add focus indicator on toolbar buttons [#1020](https://github.com/quilljs/quill/issues/1020)
224- Do not steal focus on API calls [#1029](https://github.com/quilljs/quill/issues/1029)
225- Disable paste when Quill is disabled [#1038](https://github.com/quilljs/quill/issues/1038)
226- Fix blank detection [#1043](https://github.com/quilljs/quill/issues/1043)
227- Enable yarn [#1041](https://github.com/quilljs/quill/issues/1041)
228- Documentation fixes [#1026](https://github.com/quilljs/quill/pull/1026), [#1027](https://github.com/quilljs/quill/pull/1027), [#1032](https://github.com/quilljs/quill/pull/1032)
229
230Thank you [@benbro](https://github.com/benbro), [@cutteroid](https://github.com/cutteroid), [@evansolomon](https://github.com/evansolomon), [@felipeochoa](https://github.com/felipeochoa), [jackmu95](https://github.com/jackmu95), [@joedynamite](https://github.com/joedynamite), [@lance13c](https://github.com/lance13c), [@leebenson](https://github.com/leebenson), [@maartenvanvliet](https://github.com/maartenvanvliet), [@sarbbottam](https://github.com/sarbbottam), [@viljark](https://github.com/viljark), [@w00fz](https://github.com/w00fz) for their contributions to this release.
231
232
233# 1.0.6
234
235Documentation clarifications and bug fixes.
236
237- Fix attaching toolbar to `<select>` without themes [#997](https://github.com/quilljs/quill/issues/997)
238- Link `code` icon to `code-block` [#998](https://github.com/quilljs/quill/issues/998)
239- Fix undo stack when at size limit [#1001](https://github.com/quilljs/quill/pull/1001)
240- Fix bug where `formatLine` did not ignore inline formats [8a7190](https://github.com/quilljs/parchment/commit/8a71905b2dd02d003edb02a15fdc727b26914e49)
241
242Thanks to [@dropfen](https://github.com/dropfen), [@evansolomon](https://github.com/evansolomon), [@hallaathrad](https://github.com/hallaathrad), [@janyksteenbeek](https://github.com/janyksteenbeek), [@jackmu95](https://github.com/jackmu95), [@marktron](https://github.com/marktron), [@mcat-ee](https://github.com/mcat-ee), [@unhammer](https://github.com/unhammer), and [@zeke](https://github.com/zeke) for contributions to this release!
243
244
245# 1.0.5
246
247Became 1.0.6 with a build/deploy fix.
248
249
250# 1.0.4
251
252- Fix bubble theme defaults [#963](https://github.com/quilljs/quill/issues/963)
253- Fix browsers modifying inline nesting order [#971](https://github.com/quilljs/quill/issues/971)
254- Do not fire selection-change event on paste [#974](https://github.com/quilljs/quill/issues/974)
255- Support alt attribute in images [#975](https://github.com/quilljs/quill/issues/975)
256- Deprecate `pasteHTML` for removal in Quill 2.0 [#981](https://github.com/quilljs/quill/issues/981)
257
258Thank you [jackmu95](https://github.com/jackmu95), [kristeehan](https://github.com/kristeehan), [ruffle1986](https://github.com/ruffle1986), [sergop321](https://github.com/sergop321), [sferoze](https://github.com/sferoze), and [sijad](https://github.com/sijad) for contributions to this release.
259
260
261# 1.0.3
262
263- Fix [#928](https://github.com/quilljs/quill/issues/928)
264
265Thank you [@scottmessinger](https://github.com/scottmessinger) for the bug report.
266
267
268# 1.0.2
269
270- Fix building quill.core.js [docs #11](https://github.com/quilljs/quilljs.github.io/issues/11)
271- Fix regression of [#793](https://github.com/quilljs/quill/issues/793)
272
273Thanks to [@eamodio](https://github.com/eamodio) and [@neandrake](https://github.com/neandrake) for their contributions to this release.
274
275
276# 1.0.0
277
278Quill 1.0 is released! Read the [official announcement](https://quilljs.com/blog/announcing-quill-1-0/).
279
280
281# 1.0.0-rc.4
282
283Fix one important bug [fdd920](https://github.com/quilljs/quill/commit/fdd920250c05403ed9e5d6d86826a00167ba0b09)
284
285
286# 1.0.0-rc.3
287
288A few bug fixes, one with with possibly significant implications. See the [issue #889](https://github.com/quilljs/quill/issues/889) and [commit fix](https://github.com/quilljs/quill/commit/be24c62a6234818548658fcb5e1935a0c07b4eb7) for more details.
289
290### Bug Fixes
291
292- Fix indenting beyond first level with toolbar [#882](https://github.com/quilljs/quill/issues/882)
293- Fix toolbar font/size display on Safari [#884](https://github.com/quilljs/quill/issues/884)
294- Fix pasting from Gmail from on different browser [#886](https://github.com/quilljs/quill/issues/886)
295- Fix undo/redo consistency [#889](https://github.com/quilljs/quill/issues/889)
296- Fix null error when selecting all on Firefox [#891](https://github.com/quilljs/quill/issues/891)
297- Fix merging keyboard options twice [#897](https://github.com/quilljs/quill/issues/897)
298
299Thank you [@benbro](https://github.com/benbro), [@cgilboy](https://github.com/cgilboy), [@cutteroid](https://github.com/cutteroid), and [@routman](https://github.com/routman) for contributions to this release!
300
301
302# 1.0.0-rc.2
303
304A few bug fixes, including one significant [one](https://github.com/quilljs/quill/issues/883)
305
306### Bug Fixes
307
308- Fix icon picker rendering in MS Edge [#877](https://github.com/quilljs/quill/issues/877)
309- Add back minified build to release [#881](https://github.com/quilljs/quill/issues/881)
310- Fix optimized change calculation with preformatted text [#883](https://github.com/quilljs/quill/issues/883)
311
312Thanks to [benbro](https://github.com/benbro), [cutteroid](https://github.com/cutteroid), and [CapTec](https://github.com/CapTec) for their contributions to this release.
313
314
315# 1.0.0-rc.1
316
317A few bug fixes and performance improvements.
318
319### Features
320
321- Source maps now available from CDN for minified build
322
323### Bug Fixes
324
325- Fix scroll interaction between two Quill editors [#855](https://github.com/quilljs/quill/issues/855)
326- Fix scroll on paste [#856](https://github.com/quilljs/quill/issues/856)
327- Fix native iOS tooltip formatting [#862](https://github.com/quilljs/quill/issues/862)
328- Remove comments from pasting from Word [#872](https://github.com/quilljs/quill/issues/872)
329- Fix indent at all supported indent levels [#873](https://github.com/quilljs/quill/issues/873)
330- Fix indent interaction with text direction [#874](https://github.com/quilljs/quill/issues/874)
331
332Thank you [@benbro](https://github.com/benbro), [@fernandogmar](https://github.com/fernandogmar), [@sachinrekhi](https://github.com/sachinrekhi), [@sferoze](https://github.com/sferoze), and [@stalniy](https://github.com/stalniy) for contributions to this release!
333
334
335# 1.0.0-rc.0
336
337Take a look at [Quill 1.0 Release Candidate](https://quilljs.com/blog/quill-1-0-release-candidate-released/) for more details.
338
339### Updates
340
341- Going forward the minimal stylesheet build will be named quill.core.css, instead of quill.css
342
343### Bug Fixes
344
345- Fix identifying ordered and bulletd lists [#846](https://github.com/quilljs/quill/issues/846) [#847](https://github.com/quilljs/quill/issues/847)
346- Fix bullet interaction with text direction [#848](https://github.com/quilljs/quill/issues/848)
347
348A huge thank you to all contributors to through the beta! Special thanks goes to [@benbro](https://github.com/benbro) and [@sachinrekhi](https://github.com/sachinrekhi) who together submitted submitted almost 50 Issues and Pull Requests!
349
350- [@abejdaniels](https://github.com/abejdaniels)
351- [@anovi](https://github.com/anovi)
352- [@benbro](https://github.com/benbro)
353- [@bram2w](https://github.com/bram2w)
354- [@brynjagr](https://github.com/brynjagr)
355- [@CapTec](https://github.com/CapTec)
356- [@Cinamonas](https://github.com/Cinamonas)
357- [@clemmy](https://github.com/clemmy)
358- [@crisbeto](https://github.com/crisbeto)
359- [@cutteroid](https://github.com/cutteroid)
360- [@DadaMonad](https://github.com/DadaMonad)
361- [@davelozier](https://github.com/davelozier)
362- [@emanuelbsilva](https://github.com/emanuelbsilva)
363- [@ersommer](https://github.com/ersommer)
364- [@fernandogmar](https://github.com/fernandogmar)
365- [@george-norris-salesforce](https://github.com/george-norris-salesforce)
366- [@jackmu95](https://github.com/jackmu95)
367- [@jasonmng](https://github.com/jasonmng)
368- [@jbrowning](https://github.com/jbrowning)
369- [@jonnolen](https://github.com/jonnolen)
370- [@KameSama](https://github.com/KameSama)
371- [@kei-ito](https://github.com/kei-ito)
372- [@kylebragger](https://github.com/kylebragger)
373- [@LucVanPelt](https://github.com/LucVanPelt)
374- [@lukechapman](https://github.com/lukechapman)
375- [@micimize](https://github.com/micimize)
376- [@mmorearty](https://github.com/mmorearty)
377- [@mshamaiev-intel471](https://github.com/mshamaiev-intel471)
378- [@quentez](https://github.com/quentez)
379- [@sachinrekhi](https://github.com/sachinrekhi)
380- [@sagacitysite](https://github.com/sagacitysite)
381- [@saw](https://github.com/saw)
382- [@stalniy](https://github.com/stalniy)
383- [@tOgg1](https://github.com/tOgg1)
384- [@u9520107](https://github.com/u9520107)
385- [@WriterStat](https://github.com/WriterStat)
386
387
388# 1.0.0-beta.11
389
390Fixed some regressive bugs from previous release.
391
392### Bug Fixes
393
394- Fix activating more than one format before typing [#841](https://github.com/quilljs/quill/issues/841)
395- Run default matchers before before user defined ones [#843](https://github.com/quilljs/quill/issues/843)
396- Fix merging theme configurations [#844](https://github.com/quilljs/quill/issues/844), [#845](845)
397
398Thanks [benbro](https://github.com/benbro), [jackmu95](https://github.com/jackmu95), and [george-norris-salesforce](https://github.com/george-norris-salesforce) for the bug reports.
399
400
401# 1.0.0-beta.10
402
403Lots of bug fixes and performance improvements.
404
405### Breaking Changes
406
407- Keyboard handler format in initial [configuration](beta.quilljs.com/docs/modules/keyboard/) has changed. `addBinding` is overloaded to be backwards compatible.
408
409### Bug Fixes
410
411- Preserve last bullet on paste [#696](https://github.com/quilljs/quill/issues/696)
412- Fix getBounds calculation for lists [#765](https://github.com/quilljs/quill/issues/765)
413- Escape quotes in font value [#769](https://github.com/quilljs/quill/issues/769)
414- Fix spacing calculation on paste [#797](https://github.com/quilljs/quill/issues/797)
415- Fix Snow tooltip label [#798](https://github.com/quilljs/quill/issues/798)
416- Fix link tooltip showing up on long click [#799](https://github.com/quilljs/quill/issues/799)
417- Fix entering code block in IE and Firefox [#803](https://github.com/quilljs/quill/issues/803)
418- Fix opening image dialog on Firefox [#805](https://github.com/quilljs/quill/issues/805)
419- Fix focus loss on updateContents [#809](https://github.com/quilljs/quill/issues/809)
420- Reset toolbar of blur [#810](https://github.com/quilljs/quill/issues/810)
421- Fix cursor position calculation on delete [#811](https://github.com/quilljs/quill/issues/811)
422- Fix highlighting across different alignment values [#815](https://github.com/quilljs/quill/issues/815)
423- Allow default active button [#816](https://github.com/quilljs/quill/issues/816)
424- Fix deleting last character of formatted text on Firefox [#824](https://github.com/quilljs/quill/issues/824)
425- Fix Youtube regex [#826](https://github.com/quilljs/quill/pull/826)
426- Fix missing imports when Quill not global [#836](https://github.com/quilljs/quill/pull/836)
427
428Thanks to [benbro](https://github.com/benbro), [clemmy](https://github.com/clemmy), [crisbeto](https://github.com/crisbeto), [cutteroid](https://github.com/cutteroid), [jackmu95](https://github.com/jackmu95), [kylebragger](https://github.com/kylebragger), [sachinrekhi](https://github.com/sachinrekhi), [stalniy](https://github.com/stalniy), and [tOgg1](https://github.com/tOgg1) for their contributions to this release.
429
430
431# 1.0.0-beta.9
432
433Potentially the final beta before a release candidate, if no major issues are discovered.
434
435### Breaking Changes
436
437- No longer expose `ui/link-tooltip` through `import` as implementation is now Snow specific
438- Significant refactoring of `ui/tooltip`
439- Syntax module now autodetects language, instead of defaulting to Javascript
440
441### Features
442
443- Formula and video insertion UI added to Snow and Bubble themes
444
445### Bug Fixes
446
447- Fix toolbar active state after backspacing to previous line [#730](https://github.com/quilljs/quill/issues/730)
448- User selection is now preserved various API calls [#731](https://github.com/quilljs/quill/issues/731)
449- Fix long click on link-tooltip [#747](https://github.com/quilljs/quill/issues/747)
450- Fix ordered list and text-align right interaction [#784](https://github.com/quilljs/quill/issues/784)
451- Fix toggling code block off [#789](https://github.com/quilljs/quill/issues/789)
452- Scroll position is now automatically preserved between editor blur and focus
453
454Thank you [@benbro](https://github.com/benbro), [@KameSama](https://github.com/KameSama), and [@sachinrekhi](https://github.com/sachinrekhi) for contributions to this release!
455
456
457# 1.0.0-beta.8
458
459Weekly beta preview release. The editor is almost ready for release candidacy but a couple cycles will be spent on the Snow and Bubble interfaces.
460
461### Work in Progress
462
463Image insertion is being reworked in the provided Snow and Bubble themes. The old image-tooltip has been removed in favor of a simpler and native interaction. By default clicking the image icon on the toolbar will open the OS file picker to convert and that into a base64 image. This will allow for a more natural hook to upload to a remote server instead. Some changes to the link tooltip is also being made to accommodate formula and video insertion, currently only available through the API.
464
465### Breaking Changes
466
467- Image tooltip UI has been removed, see above
468- Code blocks now use a single `<pre>` tag, instead of one per line [#723](https://github.com/quilljs/quill/issues/723)
469
470### Bug Fixes
471
472- Fix multiline syntax highlighting [#723](https://github.com/quilljs/quill/issues/723)
473- Keep pickers open on api text-change [#734](https://github.com/quilljs/quill/issues/734)
474- Emit correct source for text-change [#760](https://github.com/quilljs/quill/issues/760)
475- Emit correct parameters in selection-change [#762](https://github.com/quilljs/quill/issues/762)
476- Fix error redoing line insertion [#767](https://github.com/quilljs/quill/issues/767)
477- Better emitted Deltas for text-change [#768](https://github.com/quilljs/quill/issues/768)
478- Better Array.prototype.find polyfill for IE11 [#776](https://github.com/quilljs/quill/issues/776)
479- Fix Parchment errors in replacing text [#779](https://github.com/quilljs/quill/issues/779) [#783](https://github.com/quilljs/quill/issues/783)
480- Fix align button active state [#780](https://github.com/quilljs/quill/issues/780)
481- Fix format text on falsy value [#782](https://github.com/quilljs/quill/issues/782)
482- Use native cut [#785](https://github.com/quilljs/quill/issues/785)
483- Fix initializing document where last line is formatted [#786](https://github.com/quilljs/quill/issues/786)
484
485Thanks to [benbro](https://github.com/benbro), [bram2w](https://github.com/bram2w), [clemmy](https://github.com/clemmy), [DadaMonad](https://github.com/DadaMonad), [ersommer](https://github.com/ersommer), [michaeljosephrosenthal](https://github.com/michaeljosephrosenthal), [mmorearty](https://github.com/mmorearty), [mshamaiev-intel471](https://github.com/mshamaiev-intel471), and [sachinrekhi](https://github.com/sachinrekhi) for their contributions to this release.
486
487
488# 1.0.0-beta.7
489
490Became 1.0.0-beta.8 with a fix.
491
492
493# 1.0.0-beta.6
494
495Weekly beta preview release.
496
497### Features
498
499- Pickers can now be used and is styled in Bubble theme
500
501### Bug Fixes
502
503- Fix editing within formula [#702](https://github.com/quilljs/quill/issues/702)
504- Fix adding new line when deleting across lists [#741](https://github.com/quilljs/quill/issues/741)
505- Fix placeholder when default block tag is changed [#743](https://github.com/quilljs/quill/issues/743)
506- Keep Bubble tooltip open on format [#744](https://github.com/quilljs/quill/issues/744)
507- Fix format loss when copying from Quill [#748](https://github.com/quilljs/quill/issues/748) [#750](https://github.com/quilljs/quill/issues/750)
508- Break long lines in Firefox [#751](https://github.com/quilljs/quill/issues/751)
509- Fix cursor position being off after formatting and typing quickly [#752](https://github.com/quilljs/quill/issues/752)
510- Remove image resizing handles on Firefox [#753](https://github.com/quilljs/quill/issues/753)
511- Fix removing blockquote on initialization [#754](https://github.com/quilljs/quill/issues/754)
512- Fix adding blank lines on initialization [#756](https://github.com/quilljs/quill/issues/756)
513
514Thank you [abejdaniels](https://github.com/abejdaniels), [benbro](https://github.com/benbro), [davelozier](https://github.com/davelozier), [fernandogmar](https://github.com/fernandogmar), [KameSama](https://github.com/KameSama), and [WriterStat](https://github.com/WriterStat) for contributions to this release.
515
516
517# 1.0.0-beta.5
518
519Weekly beta preview release.
520
521### Features
522
523- Add blur() [#726](https://github.com/quilljs/quill/pull/726)
524
525### Bug Fixes
526
527- Fix null error [#728](https://github.com/quilljs/quill/issues/728)
528- Fix building with Node v6 [#732](https://github.com/quilljs/quill/issues/732)
529- Ensure button type for supplied buttons [#733](https://github.com/quilljs/quill/issues/733)
530- Fix line break pasting on Firefox [#735](https://github.com/quilljs/quill/issues/735)
531- Fix 'user' source on API calls [#739](https://github.com/quilljs/quill/issues/739)
532
533Thanks to [benbro](https://github.com/benbro), [lukechapman](https://github.com/lukechapman), [sachinrekhi](https://github.com/sachinrekhi), and [saw](https://github.com/saw) for their contributions to this release.
534
535
536# 1.0.0-beta.4
537
538Weekly beta preview release.
539
540### Breaking Changes
541
542- Headers no longer generates id attribute [#700](https://github.com/quilljs/quill/issues/700)
543- Add Control+Y hotkey on Windows [#705](https://github.com/quilljs/quill/issues/705)
544- BlockEmbed Blots are now length 1 and represented in a Delta the same as an inline embed
545 - value() used to return object and newline, newline is now removed
546 - formats used to be attributed on the newline character, it is now attributed on the object
547
548### Features
549
550- Enter on empty and indented list removes indent [#707](https://github.com/quilljs/quill/issues/707)
551- Allow base64 images to be inserted via APIs [#721](https://github.com/quilljs/quill/issues/721)
552
553### Bug Fixes
554
555- Fix typing after clearing inline format [#703](https://github.com/quilljs/quill/issues/703)
556- Correctly position Bubble tooltip when selecting multiple lines [#706](https://github.com/quilljs/quill/issues/706)
557- Fix typing after link format [#708](https://github.com/quilljs/quill/issues/708)
558- Fix loss of selection on using link tooltip [#709](https://github.com/quilljs/quill/issues/709)
559- Fix `setSelection(null)` [#722](https://github.com/quilljs/quill/issues/722)
560
561Thank you [@benbro](https://github.com/benbro), [@brynjagr](https://github.com/brynjagr), and [@sachinrekhi](https://github.com/sachinrekhi) for contributions to this release.
562
563
564# 1.0.0-beta.3
565
566Weekly beta preview release.
567
568### Breaking Changes
569
570- Keyboard was incorrectly using `metaKey` to refer to the control key on Windows. It now correctly refers to the Window key and `shortKey` has been added to refer the common platform specific modifier for hotkeys (metaKey for Mac, ctrlKey for Windows/Linux)
571- Formula is now a module, since it uses KaTeX
572
573### Features
574
575- Picker now uses text from original `<option>` if available
576- Tabbing inside code blocks inserts tab to each line
577
578### Bug Fixes
579
580- Enter preserves inline formats [#666](https://github.com/quilljs/quill/issues/666)
581- Fix resetting format button with no selection [#667](https://github.com/quilljs/quill/issues/667)
582- Fix paste interpretation from Word [#668](https://github.com/quilljs/quill/issues/668)
583- Focus scrolls to correct cursor position [#669](https://github.com/quilljs/quill/issues/669)
584- Fix deleting image on otherwise empty document [#670](https://github.com/quilljs/quill/issues/670)
585- Fix bubble toolbar formatting [#679](https://github.com/quilljs/quill/issues/679)
586- Fix pasting ql-indent lines [#681](https://github.com/quilljs/quill/issues/681)
587- Fix getting into state with double underline tag [#695](https://github.com/quilljs/quill/issues/695)
588- Fix source type on delete [#697](https://github.com/quilljs/quill/issues/697)
589- Fix indent becoming NaN [#698](https://github.com/quilljs/quill/issues/698)
590
591Thanks to [@benbro](https://github.com/benbro), [@Cinamonas](https://github.com/Cinamonas), [@emanuelbsilva](https://github.com/emanuelbsilva), [@jasonmng](https://github.com/jasonmng), [@jonnolen](https://github.com/jonnolen), [@LucVanPelt](https://github.com/LucVanPelt), [@sachinrekhi](https://github.com/sachinrekhi), [@sagacitysite](https://github.com/sagacitysite), [@WriterStat](https://github.com/WriterStat) for their contributions to this release.
592
593
594# 1.0.0-beta.2
595
596Weekly beta preview release. Major emphasis on keyboard API and customization.
597
598### Breaking Changes
599
600- Rename code highlighter module to syntax
601- Clipboard matchers specified in configuration appends to instead of replaces default matchers
602- Change video embed to use `<iframe>` instead of `<video>` enabling Youtube/Vimeo links
603
604### Features
605
606- Add contextual keyboard listeners
607- Allow indent format to take +1/-1 in addition to target indent level
608- Shortcuts for creating ordered or bulleted lists
609- Autofill mailto for email links [#278](https://github.com/quilljs/quill/issues/278)
610- Enter does not continue header format [#540](https://github.com/quilljs/quill/issues/540)
611
612### Bug Fixes
613
614- Allow native handling of backspace [#473](https://github.com/quilljs/quill/issues/473) [#548](https://github.com/quilljs/quill/issues/548) [#565](https://github.com/quilljs/quill/issues/565)
615- removeFormat() removes last line block formats [#649](https://github.com/quilljs/quill/issues/649)
616- Fix text direction icon direction [#654](https://github.com/quilljs/quill/issues/654)
617- Fix text insertion into root scroll [#655](https://github.com/quilljs/quill/issues/655)
618- Fix focusing on placeholder text in FF [#656](https://github.com/quilljs/quill/issues/656)
619- Hide placeholder on formatted line [#657](https://github.com/quilljs/quill/issues/657)
620- Fix selection handling on focus and blur [#664](https://github.com/quilljs/quill/issues/664)
621
622Thanks to [@anovi](https://github.com/anovi), [@benbro](https://github.com/benbro), [@jbrowning](https://github.com/jbrowning), [@kei-ito](https://github.com/kei-ito), [@quentez](https://github.com/quentez), [@u9520107](https://github.com/u9520107) for their contributions to this release!
623
624
625# 1.0.0-beta.1
626
627Weekly beta preview release.
628
629### Breaking Changes
630
631- Toolbar only attaches to `<button>` and `<select>` elements
632- Toolbar uses button `value` attribute, instead of `data-value`
633- Toolbar handlers overwrite default handlers instead of possibly cascading
634- Deprecate keyboard `removeBinding` and `removeAllBindings`
635
636### Features
637
638- Expose default keyboard bindings in configuration
639- Add context listener to keyboard bindings
640
641### Bug Fixes
642
643- Error when cursor places next to video embed [#644](https://github.com/quilljs/quill/issues/644)
644- Selection removed when clicking on a menu button in the toolbar [#645](https://github.com/quilljs/quill/issues/645)
645- Editor looses focus in FF after typing two bold characters [#646](https://github.com/quilljs/quill/issues/646)
646- Get rid of resize boxes in code in IE11 [0ad636](https://github.com/quilljs/quill/commit/0ad6363c9fcd70c52ca667d39a393760eeb646b5)
647- Text direction icon should flip the arrow when pressed [#651](https://github.com/quilljs/quill/issues/651)
648- Not possible to combine direction:rtl with text-align:left [#652](https://github.com/quilljs/quill/issues/652)
649
650Thanks to [@benbro](https://github.com/benbro) for the bug reports for this release!
651
652
653# 1.0.0-beta.0
654
655Please see the [Upgrading to 1.0](http://beta.quilljs.com/guides/upgrading-to-1-0/) guide.
656
657
658# 0.20.1
659
660Patch release for everything prior to Parchment's integration into Quill.
661
662### Features
663
664- API for hotkey removal [#110](https://github.com/quilljs/quill/issues/110), [#453](https://github.com/quilljs/quill/pull/453)
665
666### Bug Fixes
667
668- Editor jumps to top when clicking formatting buttons [#288](https://github.com/quilljs/quill/issues/288)
669- Editor does not preserve bold text when pasted from itself [#306](https://github.com/quilljs/quill/issues/306)
670- Focus issues when scrolled down in IE10+ [#415](https://github.com/quilljs/quill/issues/415)
671- Error if keyboard shortcut used for unavailable format [#432](https://github.com/quilljs/quill/issues/432)
672- Scrolls to cursor if not visible after enter/deletion/paste [#433](https://github.com/quilljs/quill/issues/433)
673
674Thanks to [@devtimi](https://github.com/devtimi), [@emannes](https://github.com/emannes), [@ivan-i](https://github.com/ivan-i), [@magus](https://github.com/magus), [@Nick-The-Uncharted](https://github.com/Nick-The-Uncharted), [@rlivsey](https://github.com/rlivsey), [@thomsbg](https://github.com/thomsbg), [@wallylawless](https://github.com/wallylawless) for their bug reports and pull requests!
675
676
677# 0.20.0
678
679### Breaking Changes
680- `getBounds` now returns `null` instead of throwing an error [#412](https://github.com/quilljs/quill/pull/412)
681
682### Features
683- Allow `Document` module to be `Quill.require`'d [#400](https://github.com/quilljs/quill/pull/400)
684- Paste manager can optionally accept a custom conversion function [#401](https://github.com/quilljs/quill/pull/401)
685- Undo manager can optionally only affect user initiated changes [#413](https://github.com/quilljs/quill/pull/413)
686
687### Bug Fixes
688- Retain formats between lines [#403](https://github.com/quilljs/quill/pull/403)
689- Fix bug that allows nested format tags [#406](https://github.com/quilljs/quill/pull/406)
690- Flatten nested list instead of truncating on paste [#421](https://github.com/quilljs/quill/issues/421)
691- Fix handling Chrome's usage of font-weight instead of tags [#423](https://github.com/quilljs/quill/issues/423)
692- Fix bug that allows nested parent tags [#426](https://github.com/quilljs/quill/pull/426)
693
694Thank you [@thomsbg](https://github.com/thomsbg), [@yyjhao](https://github.com/yyjhao), [@willrowe](https://github.com/willrowe), [@hryanjones](https://github.com/hryanjones), [@nickretallack](https://github.com/nickretallack) for your contributions to this release!