Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop v1 compatibility plugin #802

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Drop v1 compatibility plugin #802

wants to merge 1 commit into from

Conversation

samclarke
Copy link
Owner

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

@live627
Copy link
Collaborator

live627 commented Feb 24, 2021

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

@samclarke
Copy link
Owner Author

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 samclarke added this to the v4.0.0 milestone Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants