Skip to content

v4.1.0

Compare
Choose a tag to compare
@Akryum Akryum released this 24 Jan 17:12
· 1533 commits to main since this release

New

  • You can now select a component in the page with the component-picker button. (#476)
  • New keyboard shortcuts (+ displayed in the tooltips) (#519):
    • Tab switching: Ctrl+1...3
    • Force reload: Ctrl+Alt+R
    • Focus Tree/History filter input: Ctrl+F
    • Clear Log/Revert All: Ctrl+Del
    • Pick a component: S
    • Commit All: Ctrl+Enter
    • Toggle Recording: R

Changed

  • Switch the order of 'data' and 'props' sections in component inspector to better follow the style guide (#523)

Improved

  • Component inspector layout reorganized to be more consistent with the other inspectors. (#495)
  • The component highlighter displays the component name. (#476, #533)
  • Serialization and type handling improved (#523)
    • Special handling of Vuex Store, VueRouter, Component definition, Function, Set, Map.
    • Serialization is more tolerant to errors (should mitigate #499, #507).
    • Performance improvements.
  • Navigating in Tree/History with keyboard will now scroll the view (#519)
  • Tooltips will not be constrained by immediate scroll parent anymore. (#532)

Fixed

  • Cache Custom values to prevent stack overflow because of circular references (#523, fix #528)
  • Path handling on Windows for 'open in editor'. (#509, fix #501)
  • Prevent console drawer from toggling when hitting Esc key while focusing an input/textarea. (#512)
  • Some retro-compatibility fixes (#534):