Changelog History
Page 4
-
v1.0.3 Changes
- ๐ Fix #928
Thank you @scottmessinger for the bug report.
-
v1.0.2 Changes
๐ Thanks to @eamodio and @neandrake for their contributions to this release.
-
v1.0.0 Changes
๐ Quill 1.0 is released! Read the official announcement.
-
v1.0.0-rc.4 Changes
๐ Fix one important bug fdd920
-
v1.0.0-rc.3 Changes
๐ A few bug fixes, one with with possibly significant implications. See the issue #889 and commit fix for more details.
๐ Bug Fixes
- ๐ Fix indenting beyond first level with toolbar #882
- ๐ Fix toolbar font/size display on Safari #884
- ๐ Fix pasting from Gmail from on different browser #886
- ๐ Fix undo/redo consistency #889
- ๐ Fix null error when selecting all on Firefox #891
- ๐ Fix merging keyboard options twice #897
๐ Thank you @benbro, @cgilboy, @cutteroid, and @routman for contributions to this release!
-
v1.0.0-rc.2 Changes
๐ A few bug fixes, including one significant one
๐ Bug Fixes
- ๐ Fix icon picker rendering in MS Edge #877
- โ Add back minified build to release #881
- ๐ Fix optimized change calculation with preformatted text #883
๐ Thanks to benbro, cutteroid, and CapTec for their contributions to this release.
-
v1.0.0-rc.1 Changes
๐ A few bug fixes and performance improvements.
๐ Features
- ๐ Source maps now available from CDN for minified build
๐ Bug Fixes
- ๐ Fix scroll interaction between two Quill editors #855
- ๐ Fix scroll on paste #856
- ๐ Fix native iOS tooltip formatting #862
- โ Remove comments from pasting from Word #872
- ๐ Fix indent at all supported indent levels #873
- ๐ Fix indent interaction with text direction #874
๐ Thank you @benbro, @fernandogmar, @sachinrekhi, @sferoze, and @stalniy for contributions to this release!
-
v1.0.0-rc.0 Changes
๐ Take a look at Quill 1.0 Release Candidate for more details.
โก๏ธ Updates
- ๐ Going forward the minimal stylesheet build will be named quill.core.css, instead of quill.css
๐ Bug Fixes
- ๐ Fix identifying ordered and bulletd lists #846 #847
- ๐ Fix bullet interaction with text direction #848
A huge thank you to all contributors to through the beta! Special thanks goes to @benbro and @sachinrekhi who together submitted submitted almost 50 Issues and Pull Requests!
- @abejdaniels
- @anovi
- @benbro
- @bram2w
- @brynjagr
- @CapTec
- @Cinamonas
- @clemmy
- @crisbeto
- @cutteroid
- @DadaMonad
- @davelozier
- @emanuelbsilva
- @ersommer
- @fernandogmar
- @george-norris-salesforce
- @jackmu95
- @jasonmng
- @jbrowning
- @jonnolen
- @KameSama
- @kei-ito
- @kylebragger
- @LucVanPelt
- @lukechapman
- @micimize
- @mmorearty
- @mshamaiev-intel471
- @quentez
- @sachinrekhi
- @sagacitysite
- @saw
- @stalniy
- @tOgg1
- @u9520107
- @WriterStat
-
v1.0.0-beta.9 Changes
๐ Potentially the final beta before a release candidate, if no major issues are discovered.
๐ฅ Breaking Changes
- ๐ป No longer expose
ui/link-tooltip
throughimport
as implementation is now Snow specific - ๐จ Significant refactoring of
ui/tooltip
- 0๏ธโฃ Syntax module now autodetects language, instead of defaulting to Javascript
๐ Features
- ๐ป Formula and video insertion UI added to Snow and Bubble themes
๐ Bug Fixes
- ๐ Fix toolbar active state after backspacing to previous line #730
- ๐ User selection is now preserved various API calls #731
- ๐ Fix long click on link-tooltip #747
- ๐ Fix ordered list and text-align right interaction #784
- ๐ Fix toggling code block off #789
- Scroll position is now automatically preserved between editor blur and focus
๐ Thank you @benbro, @KameSama, and @sachinrekhi for contributions to this release!
- ๐ป No longer expose
-
v1.0.0-beta.8 Changes
๐ Weekly beta preview release. The editor is almost ready for release candidacy but a couple cycles will be spent on the Snow and Bubble interfaces.
๐ง Work in Progress
๐ Image 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.
๐ฅ Breaking Changes
- ๐ Image tooltip UI has been removed, see above
- Code blocks now use a single
<pre>
tag, instead of one per line #723
๐ Bug Fixes
- ๐ Fix multiline syntax highlighting #723
- Keep pickers open on api text-change #734
- Emit correct source for text-change #760
- Emit correct parameters in selection-change #762
- ๐ Fix error redoing line insertion #767
- ๐ Better emitted Deltas for text-change #768
- ๐ Better Array.prototype.find polyfill for IE11 #776
- ๐ Fix Parchment errors in replacing text #779 #783
- ๐ Fix align button active state #780
- ๐ Fix format text on falsy value #782
- ๐ Use native cut #785
- ๐ Fix initializing document where last line is formatted #786
๐ Thanks to benbro, bram2w, clemmy, DadaMonad, ersommer, michaeljosephrosenthal, mmorearty, mshamaiev-intel471, and sachinrekhi for their contributions to this release.