onaluf / fate

Flexible Angular Text Editor
MIT License
37 stars 14 forks source link

after updating to Angular 9.0.0 fate is not working #75

Closed Applicafroguy closed 4 years ago

Applicafroguy commented 4 years ago

I am using fate-editor 2.0.0

My setup

<mat-form-field appearance="outline">
    <mat-label>Name</mat-label>
    <fate-material formControlName="name"
                placeholder="....">
            </fate-material>
</mat-form-field>

This is the error I get "this.selectionRange is undefined" checkForDropdownContext fate-editor.js:1138 ngAfterViewInit fate-editor.js:878

onaluf commented 4 years ago

I think this is the same issue as #73 . It looks like it’s related to the switch to Ivy. I’ll try to spend some time in this soon!

onaluf commented 4 years ago

:tada: This issue has been resolved in version 2.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: