ehyiah/ux-quill
Symfony UX bundle integrating the Quill.js WYSIWYG editor. Add QuillType to your forms (works well with EasyAdmin), supports AssetMapper or Webpack Encore builds, and includes simple Twig patterns to render saved HTML with Quill styling.
2 major advancements :
Other new features :
Change the way katex and highlight JS are imported because in a turbo context there was some race condition on import. librairies are now imported into javascript files instead of twig template.
better compatibility with live components, fix a bug causing content to be empty
add 2 modules 🕒 Reading time estimation – perfect to improve reader UX 🎙️ Speech-to-text – dictate your content directly inside Quill
Allow usage of TranslatableMessage for placeholder option.
Fix a problem where passing only one QuillGroup in 'quill_options' https://github.com/Ehyiah/ux-quill/pull/105
Add compatiblity with Symfony 8
Add HTML Edit source module
Add a full screen module.
new options :
revert dynamic import of javascripts files because of webpack compatibility problems.
✨ Advanced customization of uploads to a custom endpoint ✨ New option to optimally use HTML semantics ✨ Easy customization of toolbar icons with your own ✨ Code refactoring for better long-term maintainability
fix importmap order import
add a new stimulus event to modify quill options in stimulus controller.
bump quill JS version to 2.0.3 update readme
add missing build files some fixes for auto configure modules
add easy way to add/customize modules. Some only need PHP (History for exemple) Some need further customization and javascript code (Clipboard or Keyboard) Update readme with exemple and explaination for controller extending.
add option to choose for inline style instead of default quill classes. set default option to classes to not break previous installations.
bump quill version to 2.0.2
Update bundle with quillJS v2 add new fields update readme minor fixes
fix ListField
How can I help you explore Laravel packages today?