ngx-quill
Advanced tools
Comparing version 23.0.0 to 24.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
329190
2569
497