Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-quill

Package Overview
Dependencies
Maintainers
1
Versions
290
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 23.0.0 to 24.0.0

4

package.json
{
"name": "ngx-quill",
"version": "23.0.0",
"version": "24.0.0",
"license": "MIT",

@@ -34,3 +34,3 @@ "author": {

"peerDependencies": {
"@angular/core": "^16.0.0",
"@angular/core": "^17.0.0",
"quill": "^1.3.7",

@@ -37,0 +37,0 @@ "rxjs": "^7.0.0"

@@ -47,6 +47,6 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg)

<td>
v16
v17
</td>
<td>
>= 22.0.0
>= 24.0.0
</td>

@@ -59,9 +59,9 @@ <td>

<td>
v15
v16
</td>
<td>
>= 20.0.0 < 22.0.0
>= 22.0.0 < 24.0.0
</td>
<td>
until May, 2024
until Dec, 2024
</td>

@@ -71,9 +71,9 @@ </tr>

<td>
v14
v15
</td>
<td>
>= 17.0.0 < 20
>= 20.0.0 < 22.0.0
</td>
<td>
until Dec, 2023
until May, 2024
</td>

@@ -287,3 +287,3 @@ </tr>

- checkout the demo repo about usage of `customOptions` and `customModules` [Demo Repo](https://github.com/KillerCodeMonkey/ngx-quill-example/blob/2e72dc75e6d9b423f67b57b17cc8fb527dd694e4/src/app/app.module.ts#L67)
- possibility to create a custom toolbar via projection slot `[quill-editor-toolbar]`:
- possibility to create a custom toolbar via projection slot `[quill-editor-toolbar]` and add content above `[above-quill-editor-toolbar]` and below `[below-quill-editor-toolbar]` the toolbar:

@@ -294,2 +294,5 @@ **Try to not use much angular magic here, like `(output)` listeners. Use native EventListeners**

<quill-editor>
<div above-quill-editor-toolbar>
above
</div>
<div quill-editor-toolbar>

@@ -314,2 +317,5 @@ <span class="ql-formats">

</div>
<div below-quill-editor-toolbar>
below
</div>
</quill-editor>

@@ -316,0 +322,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc