Skip to content

v5.2.0

Compare
Choose a tag to compare
@Akryum Akryum released this 28 Oct 16:39

New

  • Loading animation:

image

  • Greyscale when disconnected:

image


  • Error messages are displayed in the state inspectors for Error objects:

image

Improved

  • Performance improvements when switching tabs
  • Optimized scroll to inspected item in history panes
  • Auto refresh if no components -- your application should now appear even if it takes time to mount

Fixed

  • SharedData: master/slave init, closes #1028 -- fixes a range of issues related to some settings not being applied correctly, including 'Editable props'
  • Vuex: automatically wrap getters in try...catch before serializing the store state
  • Improved and more resilient handshake -- this means the devtools should successfully connect to the page more often; please post an issue if you see the devtools not connecting (unresponsive after a page refresh for example)
  • Electron: intro overlay was below some elements
  • Electron: wait a little bit on disconnect before showing intro