quill-delta
Advanced tools
Changelog
v5.0.0
Op.iterator()
is removed in favor of Delta.OpIterator
, so instead of Delta.Op.iterator(ops)
, you should use new Delta.OpIterator()
.Delta.registerEmbed()
for Operational Transform support for embeds.esModuleInterop
option is not required for TypeScript projects.AttributeMap
is available as a top-level named export so you can import it like import { AttributeMap } from 'quill-delta'
.Changelog
v4.1.0
diff()
, so that diffs do not split Unicode surrogate pairsChangelog
v4.0.0
Source rewritten in Typescript
These were never documented as officially supported but to be safe we are doing a major version bump.
delete
and IE8 treats that as a reserved identifierimport DeltaOp from 'quill-delta/lib/op'
will have to update their imports