Version 1.0.0-beta.3
Pre-release
Pre-release
jhchen
released this
25 May 05:35
·
2189 commits
to develop
since this release
1.0.0-beta.3
Weekly beta preview release.
Breaking Changes
- Keyboard was incorrectly using
metaKey
to refer to the control key on Windows. It now correctly refers to the Window key andshortKey
has been added to refer the common platform specific modifier for hotkeys (metaKey for Mac, ctrlKey for Windows/Linux) - Formula is now a module, since it uses KaTeX
Features
- Picker now uses text from original
<option>
if available - Tabbing inside code blocks inserts tab to each line
Bug Fixes
- Enter preserves inline formats #666
- Fix resetting format button with no selection #667
- Fix paste interpretation from Word #668
- Focus scrolls to correct cursor position #669
- Fix deleting image on otherwise empty document #670
- Fix bubble toolbar formatting #679
- Fix pasting ql-indent lines #681
- Fix getting into state with double underline tag #695
- Fix source type on delete #697
- Fix indent becoming NaN #698
Thanks to @benbro, @Cinamonas, @emanuelbsilva, @jasonmng, @jonnolen, @LucVanPelt, @sachinrekhi, @sagacitysite, @WriterStat for their contributions to this release.