React-quill: Upgrade Quill to 1.3?

Created on 26 Jul 2017  路  2Comments  路  Source: zenoamaro/react-quill

Any plans to upgrade to Quill 1.3?

Most helpful comment

@stinoga, @alexkrolick, we already depend on quill^1.2.6, which is any quill up to 2.0.0, as per the npm semver guide.

So this should not be an issue. Worst case, If npm refuses to update your subdependency, just uninstall and reinstall react-quill.

All 2 comments

~Yes, in fact it might makes sense to relax the version constraint to only major versions since Quill is pretty strict about semver and breaking changes.~

See below - we are semver-compatible with 1.3.0.

@stinoga, @alexkrolick, we already depend on quill^1.2.6, which is any quill up to 2.0.0, as per the npm semver guide.

So this should not be an issue. Worst case, If npm refuses to update your subdependency, just uninstall and reinstall react-quill.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaimefps picture jaimefps  路  3Comments

LiuChangFreeman picture LiuChangFreeman  路  3Comments

andylacko picture andylacko  路  5Comments

levous picture levous  路  3Comments

gustavoelizalde picture gustavoelizalde  路  5Comments