-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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-editorshould be positioned as apeerDependencyand not adependency.- It's up to the consuming Ember Apps to specify a version of
froala-editorthat satisfies the peer semver range
- It's up to the consuming Ember Apps to specify a version of
- It exists halfway between V1 and V2 Ember Addon.
- It needs to update to V2 Addon to address Consider a way to exclude assets (plugins, third parties) from the build (v4+) #164
- or regress to V1 style imports for froala's plugins by using broccoli instead of ember-auto-import
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?
Metadata
Metadata
Assignees
Labels
No labels