Releases: KillerCodeMonkey/ngx-quill
Releases · KillerCodeMonkey/ngx-quill
Add preserveWhitespace input to ViewComponent
6.1.0 feat(ViewComponent): preserveWhitespace input
Fix: matcher config interface typo
- correct
matcher
key in config interface
View and ViewHTML component
Add components to present quilljs content
Angular 8.0.0
Add angular 8.0.0 support and use it!
Set Format in GlobalConfig
If you want to change default format of your editors, you can set it now in the QuillConfig.forRoot()
function.
rename `style` input to `styles`
Breaking Changes
Renamed style
input to styles
(fixes #375)
onFocus and onBlur
Added outputs for focus - onFocus and blur - onBlur
Keep in mind that textSelectionChanged is also triggered to stay consistent with the quilljs api.
More details in the readme - as always :)
preserve whitespace
ability to wrap the editor content in pre-tags to preserve duplicated whitespaces
4.6.10
- less strict node version required >=8 instead of >=10
Allow do disable toolbar in global config
Fix:
- extend toolbar config interface to set toolbar module as boolean