Skip to content

v3.11.0

Choose a tag to compare

@just-at-uber just-at-uber released this 18 Mar 16:33
· 732 commits to master since this release
cf1f543

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.