Releases: gabrielcsapo/broccoli-inspector
Releases 路 gabrielcsapo/broccoli-inspector
Release list
0.5.0
0.4.1
- fixes an issue where the progress bar never goes away after successful build
- fixes bug in table rendering which didn't allow data to update after changed
0.4.0
- ensures that even when builds fail they are still viewable. This change makes buildState fields nullable.
0.3.0
- ensures that if user serves ember application with
ember serve --path=dist
0.2.5
- instantiationStack component is now 400px instead of 700px and also the sidebar with the stack itself is scrollable instead of growing to whatever size the list needs.
- All condensable lists now extend CondensableComponent which will only provide the required amount of items to help with list rendering performance
- Remove attributes from graphql queries we aren't using
- add tooltip on plugin list to ensure plugins are readable
0.2.4
- Search results are more consolidated
- Search results empty state looks as expected
- Fixes issue with table where sorting values are not picked correctly
- Ensure that plugin types that are formed like (broccoli-persistent-filter:Babel > [Babel: broccoli-inspector]) group by the first string matching (broccoli-persistent-filter:Babel)
- Fixes bug where plugins that were grouped could not be uncollapsed
- Catches graphql errors on build page and display modal
- Adds banner updates that specifies that ember-cli versions < 3.11.0 are not supported.
0.2.3
- Adds the ability to download data from builds
- Scroll the file to the line number selected from stackTrace
- Adds modal banner to show when broccoli-inspector does not support the project it is being included in
0.2.2
- Updated logo design thanks to Denis Toledo https://www.denistoledo.dev/
0.2.1
- updates table styling to have more distinguished borders
0.2.0
- major design overhaul
- adds error modal for when the broccoli funnel fails to build properly (#16)
- fixes places where ms wasn't sorting correctly



