This addon would have more freedom for the ember community to improve it if it wasn't required by froala org to keep version lockstep with froala-editor version.
There are two issues with ember-froala-editor that I'm aware of
froala-editor should be positioned as a peerDependency and not a dependency.
- It's up to the consuming Ember Apps to specify a version of
froala-editor that satisfies the peer semver range
- It exists halfway between V1 and V2 Ember Addon.
All of these are breaking changes as defined by semver. Semver is the officially recommended versioning system for npm packages with first-party support by all npm tooling. ember-froala-editor is distributed via npm.
What will it take to remove the version lockstep requirement so that this package can use semver to distribute bugfixes and enhancements, without waiting for unrelated updates to happen to froala-editor itself?
This addon would have more freedom for the ember community to improve it if it wasn't required by froala org to keep version lockstep with
froala-editorversion.There are two issues with
ember-froala-editorthat I'm aware offroala-editorshould be positioned as apeerDependencyand not adependency.froala-editorthat satisfies the peer semver rangeAll of these are breaking changes as defined by semver. Semver is the officially recommended versioning system for npm packages with first-party support by all npm tooling.
ember-froala-editoris distributed via npm.What will it take to remove the version lockstep requirement so that this package can use semver to distribute bugfixes and enhancements, without waiting for unrelated updates to happen to
froala-editoritself?