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

Delete src/app/gui/vue/utils.js #177

Closed
Raruto opened this issue Sep 9, 2022 · 0 comments · Fixed by #252
Closed

Delete src/app/gui/vue/utils.js #177

Raruto opened this issue Sep 9, 2022 · 0 comments · Fixed by #252
Labels
breaking Any code changes that are not or may not be backward compatible
Milestone

Comments

@Raruto
Copy link
Collaborator

Raruto commented Sep 9, 2022

As per v3.6, this is the only function inside that file:

/**
* DEPRECATED: will be removed after v3.4 (use vue's Single File Components instead)
*/
export const createCompiledTemplate = template => {
const compiledTemplate = Vue.compile(template);
return compiledTemplate;
};

Check that it is no longer in use by other parties (eg. plugins) and then delete it permanently.

Related to: #99

@Raruto Raruto added breaking Any code changes that are not or may not be backward compatible and removed breaking Any code changes that are not or may not be backward compatible labels Sep 9, 2022
@Raruto Raruto assigned Raruto and unassigned Raruto Sep 14, 2022
@Raruto Raruto added this to the v3.8 milestone Sep 15, 2022
@Raruto Raruto added the breaking Any code changes that are not or may not be backward compatible label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Any code changes that are not or may not be backward compatible
Projects
None yet
1 participant