Skip to content

Releases: aholachek/bundle-wizard

Upgrade puppeteer

18 Jul 11:58
Compare
Choose a tag to compare

Upgrade puppeteer in response to #36. Thanks to @Aghassi for flagging the issue!

Add --port option

07 Mar 15:13
Compare
Choose a tag to compare

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

15 Sep 21:55
Compare
Choose a tag to compare

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

14 Sep 13:00
Compare
Choose a tag to compare

A small update that

  1. upgrades dependencies and
  2. 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

15 Jul 17:28
Compare
Choose a tag to compare
  • 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

04 Jul 19:24
Compare
Choose a tag to compare

Bugfix: filter out invalid urls from coverage.json before feeding it into source-map-explorer

Add search

23 Jun 00:28
Compare
Choose a tag to compare

Add simple text search functionality in the toolbar:

Screen Shot 2020-06-22 at 8 01 13 PM

Interactive sessions

28 May 04:30
Compare
Choose a tag to compare

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

15 May 01:04
Compare
Choose a tag to compare

Various small UI tweaks and fixes to improve the treemap visualization

v1.0.7

08 May 22:10
Compare
Choose a tag to compare
  1. Fix a bug where certain bundles weren't getting rendered if they had a double dash in their titles
  2. Improve the "click a box to view the underlying code" functionality -- before it was occasionally broken due to caching caused by an incorrect hook.
  3. Add some more graph controls at the bottom of the screen:

Screen Shot 2020-05-08 at 6 08 58 PM

4. Make default view one with third party scripts included