Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rafaeljunioxavier/vue-quill-fix

vueup950MIT1.2.4TypeScript support: included

Vue 3 rich text editor based on Quill.

vue-quill, vue 3 quill component, vue 3 quill editor, vue 3 text editor, vue 3 rich text editor, vue 3 web editor, vue 3 editor, vue 3 wysiwyg, vue 3 wysiwyg editor

readme

vue-quill

Fix for the DOMNodeInserted deprecation warning:

[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM 
Mutation Event. This event type is deprecated () and work is underway 
to remove it from this browser. Usage of this event listener will cause 
performance issues today, and represents a risk of future incompatibility. 
Consider using MutationObserver instead.

The original developer seens to not be aware of this.

The only change was made update quill for a recent version.

For more details:

https://github.com/vueup/vue-quill/issues/409

changelog

1.0.0-beta.8 (2022-02-17)

Bug Fixes

  • :bug: remove unsupported workspaces (semantic-release) (10a552b)
  • try to fix semantic-release/npm (3cc858a)