Any plans to upgrade to Quill 1.3?
~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.
Most helpful comment
@stinoga, @alexkrolick, we already depend on
quill^1.2.6, which is anyquillup to2.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.