Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

Releases: Starcounter/DevTools

Enhancements and fixes

03 Apr 14:40

Choose a tag to compare

Fixes:

  • Fixed Cannot read property 'closeTimeout' of null error, #86.
  • Arrays are now observed correctly and all elements appear at the right time after mutations. #92.
  • All dependencies are bumped to the latest versions #95.

Enhancements:

  • Now the object tree view does not collapse after mutations. See GIF.
  • Now you can focus on the parent tab by a single click.
  • You now see parent tab's URL in the popup.

Use vue production mode

20 Jul 11:04

Choose a tag to compare

Remove overlay option and keep only popup

19 Jul 14:11

Choose a tag to compare

Limit patch history to 100 patches max

22 Jun 10:33

Choose a tag to compare

  • Now patch history is limited to 100 patches max. You can configure that in Settings tab. This is to fix linear memory consumption during your sessions.

Build a single version for all browsers

13 Feb 11:20

Choose a tag to compare

Instead of releasing two versions, FF and WebExtension now a single universal version is released.

Imports are processed on demand and asynchronously

31 Jan 18:14

Choose a tag to compare

Opening DevTools used to take a long time because HTML imports were processed upon startup. Now imports are processed on demand and asynchronously, in smaller chunks with a progress bar.

Fix minor memory leaks and change every "debug aid" to "DevTools"

23 Jan 16:34
6cc1b75

Choose a tag to compare

Merge pull request #72 from Starcounter/enhancements

Enhancements

Run in ShadowDOM

23 Jan 16:33

Choose a tag to compare

  1. It now runs inside ShadowDOM to avoid CSS and element ID's collisions.
  2. It now has beta health checks tab.
  3. CSS is enhanced a little.

Brought duplicated imports feature back

11 Jan 16:01

Choose a tag to compare

  • Brought back duplicated imports feature by constructing HTML manually (not using Vue reactiveness).
  • Added a warning when user tries to show a big number of duplicates

Fix extreme slowness issue

10 Jan 16:10
7eb2950

Choose a tag to compare

  • Major performance enhancement,
  • Disabled listing imports duplicates (in some apps they can reach 15K imports).