ngx-quill
Advanced tools
Comparing version 24.0.4 to 25.0.0-quill2.0
@@ -39,2 +39,3 @@ import { InjectionToken } from '@angular/core'; | ||
}; | ||
table?: boolean | Record<string, unknown>; | ||
toolbar?: QuillToolbarConfig | string | { | ||
@@ -41,0 +42,0 @@ container?: string | string[] | QuillToolbarConfig; |
@@ -1,2 +0,3 @@ | ||
import QuillType, { Delta } from 'quill'; | ||
import QuillType from 'quill'; | ||
import Delta from 'quill-delta'; | ||
import { AfterViewInit, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'; | ||
@@ -3,0 +4,0 @@ import { ControlValueAccessor, Validator } from '@angular/forms'; |
{ | ||
"name": "ngx-quill", | ||
"version": "24.0.4", | ||
"version": "25.0.0-quill2.0", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "author": { | ||
"@angular/core": "^17.0.0", | ||
"quill": "^1.3.7", | ||
"quill": "2.0.0-beta.0", | ||
"rxjs": "^7.0.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -85,3 +85,3 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
- 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` v1.x, `@types/quill` v1.x and `rxjs` - peer dependencies of ngx-quill | ||
- 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 | ||
- 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. | ||
@@ -88,0 +88,0 @@ - Example at the beginning of your style.(s)css: |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
330676
2607
1