Bugfix
- force running control/model validation after editor is init and initial content is set
- correct text length for validation of max and min length
Chore
- use ChangeDetectionStrategy OnPush for performance purposes - QuillEditorComponent does not have any internal state that should trigger rerendering, because everything is done by QuillJS API
- Update to angular 9.1.0 and bump other deps