ngx-quill
Advanced tools
Comparing version 25.0.0-quill2.5 to 25.0.0-quill2.6
{ | ||
"name": "ngx-quill", | ||
"version": "25.0.0-quill2.5", | ||
"version": "25.0.0-quill2.6", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "author": { | ||
"@angular/core": "^17.0.0", | ||
"quill": "2.0.0-beta.1", | ||
"quill": "2.0.0-rc.0", | ||
"rxjs": "^7.0.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -15,5 +15,2 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
- [Advanced Demo](https://github.com/killerCodeMonkey/ngx-quill-example) | ||
- integration of [quill-emoji](https://github.com/contentco/quill-emoji) | ||
- integration of [quill-mention](https://github.com/afconsult/quill-mention) | ||
- integration of [quill-image-resize](https://github.com/kensnyder/quill-image-resize-module) | ||
- custom word count module | ||
@@ -51,3 +48,3 @@ - custom toolbar with custom fonts and formats, toolbar position | ||
<td> | ||
>= 24.0.0 | ||
>= 25.0.0 | ||
</td> | ||
@@ -58,24 +55,2 @@ <td> | ||
</tr> | ||
<tr> | ||
<td> | ||
v16 | ||
</td> | ||
<td> | ||
>= 22.0.0 < 24.0.0 | ||
</td> | ||
<td> | ||
until Dec, 2024 | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
v15 | ||
</td> | ||
<td> | ||
>= 20.0.0 < 22.0.0 | ||
</td> | ||
<td> | ||
until May, 2024 | ||
</td> | ||
</tr> | ||
</tbody> | ||
@@ -87,12 +62,12 @@ </table> | ||
- `npm install ngx-quill` | ||
- for projects using Angular < v5.0.0 install `npm install ngx-quill@1.6.0` | ||
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` exact version `2.0.0-beta.0``, latest `@types/quill` of `^2` and `rxjs` - peer dependencies of ngx-quill | ||
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` exact version `2.0.0-rc.0` and `rxjs` - peer dependencies of ngx-quill | ||
- include theme styling: **bubble.css or snow.css of quilljs** in your index.html (you can find them in `node_modules/quill/dist`), or add them in your css/scss files with `@import` statements, or add them external stylings in your build process. | ||
- Example at the beginning of your style.(s)css: | ||
```TS | ||
@import '~quill/dist/quill.bubble.css'; | ||
// or | ||
@import '~quill/dist/quill.snow.css'; | ||
``` | ||
- Example at the beginning of your style.(s)css: | ||
```TS | ||
@import '~quill/dist/quill.bubble.css'; | ||
// or | ||
@import '~quill/dist/quill.snow.css'; | ||
``` | ||
### For standard webpack, angular-cli and tsc builds | ||
@@ -106,2 +81,3 @@ | ||
```TS | ||
@NgModule({ | ||
@@ -322,2 +298,3 @@ imports: [ | ||
``` | ||
- customToolbarPosition - if you are working with a custom toolbar you can switch the position :). - default: `top`, possible values `top`, `bottom` | ||
@@ -324,0 +301,0 @@ - debug - set log level `warn`, `error`, `log` or `false` to deactivate logging, default: `warn` |
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
327073
474