v2.2.0 released #8
enzedonline
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Major rewrite:
Toolbar
module & taken out ofAlign
action with simplified add/remove actions viaOptions
UnclickableBlotSpec
rewritten and now creates 1 proxy per unclickable, allows for touch screen compatibility and removes many bugs related to proxy positioningResize
largely rewritten, including resize by pinch, size info display, relative sizing support for responsive sites--resize-width
css element style property anddata-relative
attribute to assist responsive site styling (see readme).getSemanticHTML()
fix. Enable as per readme.auto
in all cases except where resizing iframe and resize mode is absoluteiframe.ql-video
.quill.options.readOnly === true
).text_change
event. Previously, proxy image stayed static if content change before proxy caused iframe position to shift.quill.container
to prevent it masking elements outside of editor and also causing window to overflow when editor is scrollable. Assumesquill.container
hasoverflow: hidden;
. See readme notes on scrollable editors..d.ts
definition files.For customised implementations of this package, be sure to sure to go through the readme for potential breaking changes. If using the new suggested CSS, it may be necessary to reapply alignment formats in some cases. See the CSS section in the readme for more details.
Dependency Updates:
terser-webpack-plugin ^5.3.0 → ^5.3.10
typescript ^5.5.4 → ^5.6.2
webpack ^5.93.0 → ^5.94.0
node_modules/micromatch fix applied
This discussion was created from the release v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions