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 inializing 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.