Skip to content

Break version lockstep between froala-editor and ember-froala-editor #165

@apellerano-pw

Description

@apellerano-pw

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

  1. 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
  2. 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions