ngx-quill
Advanced tools
Comparing version
{ | ||
"name": "ngx-quill", | ||
"version": "27.0.0", | ||
"version": "27.0.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -1,2 +0,2 @@ | ||
# ngx-quill  | ||
# ngx-quill  | ||
<img src="https://raw.githubusercontent.com/KillerCodeMonkey/ngx-quill/master/ngx-quill-logo-v2.png" width="200px"> | ||
@@ -31,3 +31,3 @@ | ||
<td> | ||
until May, 2025 | ||
until May, 2026 | ||
</td> | ||
@@ -171,2 +171,8 @@ </tr> | ||
> [!IMPORTANT] | ||
> Currently there are many issues with HTML + Quill v2 (https://github.com/slab/quill/issues?q=is%3Aissue%20state%3Aopen%20getSemanticHtml especially https://github.com/slab/quill/issues/4509) | ||
> [!TIP] | ||
> using html format is general not the best practise, use the "Delta"-represenation as object/json to be able to correclty render it and be able to migrate to different editors or major quill version | ||
### Custom Modules and options/formats | ||
@@ -495,4 +501,6 @@ | ||
It is **deactivated per default** to avoid stripping content or styling, which is not expected. | ||
> [!CAUTION] | ||
> It is **deactivated per default** to avoid stripping content or styling, which is not expected. | ||
But it is **recommended** to activate this option, if you are working with html strings as model values. | ||
> [!TIP] | ||
> But it is **recommended** to activate this option, if you are working with html strings as model values. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
177207
0.27%504
1.61%