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

Choose a tag to compare

@alshakero alshakero released this 03 Apr 14:40

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

Choose a tag to compare

@alshakero alshakero released this 20 Jul 11:04

See #78

Remove overlay option and keep only popup

Choose a tag to compare

@alshakero alshakero released this 19 Jul 14:11
3.5.0

3.5.0

Limit patch history to 100 patches max

Choose a tag to compare

@alshakero alshakero released this 22 Jun 10:33
  • 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

Choose a tag to compare

@alshakero alshakero released this 13 Feb 11:20

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

Imports are processed on demand and asynchronously

Choose a tag to compare

@alshakero alshakero released this 31 Jan 18:14

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"

Choose a tag to compare

@alshakero alshakero released this 23 Jan 16:34
6cc1b75
Merge pull request #72 from Starcounter/enhancements

Enhancements

Run in ShadowDOM

Choose a tag to compare

@alshakero alshakero released this 23 Jan 16:33
  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

Choose a tag to compare

@alshakero alshakero released this 11 Jan 16:01
  • 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

Choose a tag to compare

@alshakero alshakero released this 10 Jan 16:10
7eb2950
  • Major performance enhancement,
  • Disabled listing imports duplicates (in some apps they can reach 15K imports).