Releases: aholachek/bundle-wizard
Releases · aholachek/bundle-wizard
Upgrade puppeteer
Add --port option
Feature
Fixes
- Fix
ctrl + c
to quit bundle-wizard instead of going through prompts as specified by the script - Upgrade Puppeteer to latest version
Workflow improvements for saving/deploying bundle-wizard visualization
I added a prompt that will create a deployable folder for you with unnecessary files stripped out. Released as a bugfix, since technically previously trying to deploy the dist
folder was quite inefficient due to how big it was.
Dependency upgrades & persistent url queries
A small update that
- upgrades dependencies and
- allows for shareable urls if you've hosted the bundle-wizard
dist
files somewhere and want to share a certain view with others.
(Right now only the search string is shareable but I'd like to make the entire state of the visualization url-based at some point to facilitate sharing).
Bugfixes and dependency upgrades
- Fix an issue where custom sourcemap urls weren't getting taken into account, which might have caused some users to incorrectly get "no sourcemaps found" messages
- Minor fixes for search bar (although I'd love to cleanup the ux further in the future)
- Upgrade Puppeteer to V5
Coverage bugfix
Bugfix: filter out invalid urls from coverage.json
before feeding it into source-map-explorer
Add search
Interactive sessions
Feature:
Add the new --interact
flag (e.g. for running bundle-wizard on a page that requires auth)
Bugfix:
Move all client-side dependencies to devDependencies
since they are not needed to run the tool
v1.0.10
v1.0.7
- Fix a bug where certain bundles weren't getting rendered if they had a double dash in their titles
- Improve the "click a box to view the underlying code" functionality -- before it was occasionally broken due to caching caused by an incorrect hook.
- Add some more graph controls at the bottom of the screen: