SCEditor icon indicating copy to clipboard operation
SCEditor copied to clipboard

Drop v1 compatibility plugin

Open samclarke opened this issue 3 years ago • 2 comments

Remove the compatibility plugin for version 1 as shouldn't be needed anymore.

samclarke avatar Feb 23 '21 17:02 samclarke

According to my understanding, v1 of SCE relied upon jQuery. Could we then also drop jQuery (seems to be used heavily in the tests)

live627 avatar Feb 24 '21 05:02 live627

The only file still using jQuery outside of tests is https://github.com/samclarke/SCEditor/blob/master/src/jquery.sceditor.js which is for backwards compatibility and doesn't have an effect on the rest of the code (it relies on there being a global jQuery variable). That could be deprecated and then dropped though.

jQuery could be removed from the unit tests, would just require replacing the jQuery code.

samclarke avatar Feb 24 '21 17:02 samclarke