ngx-quill
Advanced tools
Comparing version 25.1.2 to 25.1.3
{ | ||
"name": "ngx-quill", | ||
"version": "25.1.2", | ||
"version": "25.1.3", | ||
"license": "MIT", | ||
@@ -35,3 +35,3 @@ "author": { | ||
"@angular/core": "^17.0.0", | ||
"quill": "2.0.0-rc.4", | ||
"quill": "2.0.0-rc.5", | ||
"rxjs": "^7.0.0" | ||
@@ -38,0 +38,0 @@ }, |
@@ -12,21 +12,2 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
## Examples | ||
- [Advanced Demo](https://github.com/killerCodeMonkey/ngx-quill-example) | ||
- custom word count module | ||
- custom toolbar with custom fonts and formats, toolbar position | ||
- show the differences between sanitizing and not sanitizing your content if your content format is html | ||
- usage of different content formats | ||
- template-driven and reactive forms | ||
- code + syntax highlighting | ||
- formulas | ||
- custom key-bindings, e.g. shift + b for bold | ||
- dynamic styles and placeholder | ||
- toggle readonly | ||
- bubble toolbar | ||
- activate formats after editor initialisation, e.g. rtl direction | ||
- present quilljs content with the `quill-view` and `quill-view-html` component | ||
- [Ionic Demo](https://github.com/KillerCodeMonkey/ngx-quill-ionic) | ||
- [Angular Universal](https://github.com/KillerCodeMonkey/ngx-quill-universal-example) | ||
## Compatibility to Angular Versions | ||
@@ -79,2 +60,23 @@ | ||
## Examples | ||
- [Advanced Demo](https://github.com/killerCodeMonkey/ngx-quill-example) | ||
- custom word count module | ||
- custom toolbar with custom fonts and formats, toolbar position | ||
- show the differences between sanitizing and not sanitizing your content if your content format is html | ||
- usage of different content formats | ||
- template-driven and reactive forms | ||
- code + syntax highlighting | ||
- formulas | ||
- custom key-bindings, e.g. shift + b for bold | ||
- dynamic styles and placeholder | ||
- toggle readonly | ||
- bubble toolbar | ||
- activate formats after editor initialisation, e.g. rtl direction | ||
- present quilljs content with the `quill-view` and `quill-view-html` component | ||
- [Ionic Demo](https://github.com/KillerCodeMonkey/ngx-quill-ionic) | ||
- [Angular Universal](https://github.com/KillerCodeMonkey/ngx-quill-universal-example) | ||
## Installation | ||
@@ -118,8 +120,2 @@ | ||
## Angular Universal | ||
### ngx-quill >= v10 | ||
Nothing to do here :) | ||
## Global Config | ||
@@ -171,2 +167,7 @@ | ||
## Known issues | ||
- IME/special characters can add some unwanted new line (https://github.com/KillerCodeMonkey/ngx-quill/issues/1821#issuecomment-2019331522) - possible solution: unpatch the `compositionend` event from zone.js (https://angular.io/guide/zone#setting-up-zonejs) | ||
- formControl/model change is triggered on first rendering by quill (https://github.com/KillerCodeMonkey/ngx-quill/issues/1547), because validation can only be done after quill editor is initialise - possible solution: / | ||
### Custom Modules and options/formats | ||
@@ -173,0 +174,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
324164
495