-
Notifications
You must be signed in to change notification settings - Fork 96
TINY-11907: add support for 'disabled' property #414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
tinymce-angular-component/src/main/ts/editor/editor.component.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. I like that the changes also support TinyMCE < 7.6. By the way, the version should be updated
[ ] Pump the minor version in package.json
tinymce-angular-component/src/main/ts/editor/editor.component.ts
Outdated
Show resolved
Hide resolved
The current released version of angular integration is 8.0.1. The version in our package.json is 9.0.0-rc. We have some breaking changes that were prepared some time ago and haven't been released. I figured, we can release it together with this change therefore there's no need to bump the minor version. |
No description provided.