Skip to content

Releases: vuejs/devtools-v6

v5.0.3

26 Mar 20:16
Compare
Choose a tag to compare

Fixed

  • vuex: replay: temp unregistering not registered modules
  • disabling detected vue log, closes #924
  • vuex: dynamic modules with preserve state, closes #923

v5.0.2

26 Mar 13:36
Compare
Choose a tag to compare

Fixed

  • settings not scrollable
  • vuex 1.x compat, closes #916
  • vuex: issue when state snapshot already existed
  • vuex: nested dynamic module support, closes #919
  • router: wrong selected index if list filtered, closes #921

Improved

  • perf tab: add start/stop button label, closes #920

v5.0.1

25 Mar 20:53
Compare
Choose a tag to compare

Fixed

  • clone Buffer check, closes #874

v5.0.0

25 Mar 19:33
Compare
Choose a tag to compare

New

  • Routing tab (#735)
  • Performance tab (#733)
  • Settings tab (#713)
  • Editable vuex state (#724)
  • Display density settings
  • Initial NativeScript support (#732)
  • View refs in vue developers panel (#749)
  • Add $attrs to StateInspector, closes #734 (#861)
  • RegEx Filter in Events Tab (#838)
  • Make props editable, closes #669 (#813)
  • Setting for "vue-devtools Detected Vue" console log, closes #685 (#811)

Improved

  • Vuex and Events tabs got an order of magnitude faster and lighter on memory (#721)
  • Make Collapse/Expand All affects child elements (#715)
  • Display functional components in component tree (#719) (props don't fully work yet)
  • electron app: added type definitions (#836)
  • Lot of performance improvements across the board

Fixed

  • See the 5.0.0 beta release notes.

Changes since last beta release

New

  • vuex auto load, closes #909

Fixed

  • error on edit data of component without properties in devtools (#907)
  • detect polyfilled Map & Set objects, closes #744
  • maximum JSON serialization size to prevent message being too long
  • perf: stringify replacer
  • perf: small encode gains
  • perf: limit size of arrays sent to devtools
  • better show more button style
  • perf: better select instance perceived per and UX
  • perf: deferred parts to improve perceived perf
  • component selector: not disabling if no component found
  • scroll to component: re-draw highlighter to be on right position

v5.0.0-beta.5

21 Mar 03:26
Compare
Choose a tag to compare
v5.0.0-beta.5 Pre-release
Pre-release

New

  • The new Vuex backend now supports dynamic modules
  • Also, it wan catch early Vuex modules before vuex backend is ready
  • Add a setting for "vue-devtools Detected Vue" console log, closes #685 (#811)

Improved

  • Better Vuex state inspector UX
  • Settings style tweaks
  • (internal): storage & shared data between devtools and backend
  • vuex: only take snapshots of the store state, closes #848
  • (electron app): added type definitions (#836)

Fixed

  • CSP inline style violations, closes #905 (#906)
  • route tree: item style
  • invalid clone computed properties with vuex (#885) (#904)
  • browser env mutation.handlers is undefined (#892)
  • Change REGEX_RE to allow use of / in filters (#886)
  • background page: fix chrome context menu error, closes #629
  • vue 1.0 support issues, closes #741
  • vuex 1.0 support issues

v5.0.0-beta.4

03 Feb 19:05
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

New

  • Add $attrs to StateInspector, closes #734 (#861)
  • RegEx Filter in Events Tab (#838)
  • Make props editable, closes #669 (#813)

Fixed

  • Add missing return statement to ctrl+Digit4 key event (#820)
  • Fix component refs (#814)
  • Show 0 as a valid key in the component tree, closes #827 (#828)
  • payload on replaying mutation, closes #773 , closes #792, closes #842 #802 (#829)
  • vuex throws warning when editing state in strict mode, closes #757
  • don't allow state edition if not active mutation
  • vuex: inspect state not working when history is filtered
  • Make Dark Mode Arrows More Visible (#781)
  • Adjusts styling of tooltip icons in dark-mode (#784)
  • tooltip: input examples style
  • dark mode icon style
  • vuex: performance issue when filtering history
  • limit string size, closes #652, closes #842
  • update clone code to fix 'illegal invocation' error
  • vuex: reset clears state loading

v5.0.0-beta.3

17 Sep 09:40
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

Fixed

  • Don't minify backend code, closes #771

Other

  • Upgraded to webpack 4

v5.0.0-beta.2

16 Sep 17:21
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

New

  • Initial NativeScript support (#732)
  • View refs in vue developers panel (#749)

Improved

  • cycle through routing select on click

Fixed

  • Prevents opening the console when you press ESC when importing the state (#762)
  • Remember initial mutations (#723)
  • routing tab header position (#765)
  • nw.js splitPanes scrolling (#760)
  • Events count color in dark theme
  • don't inspect mutation which is being commited

v5.0.0-beta.1

01 Sep 00:44
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

New

  • Routing tab (#735)
    • Route history
    • Routes schema
  • Performance tab (#733)
    • Framerate graph
    • Component render breakdown
  • Settings tab (#713)
    • Component name settings
    • Theme settings
    • Density settings
  • Editable vuex state (#724)

Improved

  • Vuex and Events tabs got an order of magnitude faster and lighter on memory (#721)
  • Make Collapse/Expand All affects child elements (#715)
  • Display functional components in component tree (#719) (props don't fully work yet)

Fixed

  • only open file if it's a full path (#714)
  • clean events on refresh (#727)
  • prevent inative components from becoming more and more transparent

More to come in the next beta!

v4.1.5

09 Aug 15:20
Compare
Choose a tag to compare

Fixed

  • remote devtools app: IE11 support