This repository was archived by the owner on Jan 10, 2020. It is now read-only.
Releases: Starcounter/DevTools
Releases · Starcounter/DevTools
Enhancements and fixes
Fixes:
- Fixed
Cannot read property 'closeTimeout' of nullerror, #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
Remove overlay option and keep only popup
3.5.0 3.5.0
Limit patch history to 100 patches max
- 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
Instead of releasing two versions, FF and WebExtension now a single universal version is released.
Imports are processed on demand and asynchronously
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"
Merge pull request #72 from Starcounter/enhancements Enhancements
Run in ShadowDOM
- It now runs inside ShadowDOM to avoid CSS and element ID's collisions.
- It now has beta health checks tab.
- CSS is enhanced a little.
Brought duplicated imports feature back
- 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
- Major performance enhancement,
- Disabled listing imports duplicates (in some apps they can reach 15K imports).