v3.11.0
Release notes
This release is more of a housekeeping release which tidies up some messy patterns which can lead to potential issues in the future.
Misc
- Adding babel alias which helps with importing global constants, components & helpers.
- Removing clearEdit in App.vue as there is no method to call anymore.
- Removed most component init code in main, it will now need those components imported in the relevant places where these are used. Makes it easier to know where a custom component comes from as it is needed when referencing now.