Socket
Socket
Sign inDemoInstall

quill-delta

Package Overview
Dependencies
3
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

5.1.0

Diff

Changelog

Source

v5.1.0

  • Perform semantic cleanups for Delta#diff().
luin
published 5.0.0 •

Changelog

Source

v5.0.0

Breaking Changes
  • Drop support for Internet Explorer 11
  • Increase the minimum Node.js version to v12
  • Op.iterator() is removed in favor of Delta.OpIterator, so instead of Delta.Op.iterator(ops), you should use new Delta.OpIterator().
Features
  • Add 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'.
jhchen
published 4.2.2 •

Changelog

Source

v4.2.2

  • Switch dependent internal utility functions to lodash family
jhchen
published 4.2.1 •

Changelog

Source

v4.2.1

  • Fix invert retain across multiple ops
jhchen
published 4.2.0 •

Changelog

Source

v4.2.0

  • Add invert()
dgreensp
published 4.1.0 •

Changelog

Source

v4.1.0

  • Use fast-diff 1.2.0 in diff(), so that diffs do not split Unicode surrogate pairs
jhchen
published 4.0.1 •

Changelog

Source

v4.0.1

  • Fix build package casing
jhchen
published 4.0.0 •

Changelog

Source

v4.0.0

Source rewritten in Typescript

Breaking Changes

These were never documented as officially supported but to be safe we are doing a major version bump.

  • No longer works in IE8 as there is function called delete and IE8 treats that as a reserved identifier
  • The source structure has changed so those utilizing NPM's ability to import from arbitrary directories ex. import DeltaOp from 'quill-delta/lib/op' will have to update their imports
jhchen
published 3.6.3 •

Changelog

Source

v3.6.3

  • Performance optimization for compose
jhchen
published 3.6.2 •

Changelog

Source

v3.6.2

  • Documentation fixes
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc