🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ngx-quill

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-quill - npm Package Compare versions

Comparing version

to
27.0.1

2

package.json
{
"name": "ngx-quill",
"version": "27.0.0",
"version": "27.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": {

@@ -1,2 +0,2 @@

# ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg)
# ngx-quill ![Build Status](https://github.com/killercodemonkey/ngx-quill/actions/workflows/push.yml/badge.svg?branch=master)
<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