Skip to content

v4.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 12 Jan 23:03
· 1546 commits to main since this release

New Features

  • Inspected component state can now be edited directly from devtools. (#484)
  • Events tab now also filters events by component name. (#413)
  • Support filtering Vuex state history (#418)
  • Responsive layout swap depending on devtools panel width (#454)
  • Added option for showing original component name instead of PascalCase (#470)
  • Improved support for more native types such as Date, -Infinity, RegExp and Vue components (#472, #474)
  • Redesigned state inspector, now with collapsable sections for data, props and computed (#477)
  • Added "scroll component into view" button instead of scroll on hover (#478)
  • Added right-click inspect in contextMenu when devtools is open (#479)
  • Clicking on inspected component title now opens the component source in editor when using a compatible dev server (#483) docs