Skip to content

Releases: gabrielcsapo/broccoli-inspector

0.5.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 09 Dec 02:12
  • major bumps for all dependencies
  • ensures that error modal scrolls to the line that currently has the error

0.4.1

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 03 Aug 19:50
  • 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

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 31 Jul 23:18
  • ensures that even when builds fail they are still viewable. This change makes buildState fields nullable.

0.3.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 15 Jun 16:56
  • ensures that if user serves ember application with ember serve --path=dist

0.2.5

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 03 Jun 16:28
  • 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

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 03 Jun 16:28
  • 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.

Screen Shot 2020-06-01 at 6 30 58 PM

Screen Shot 2020-06-01 at 6 30 05 PM

Screen Shot 2020-06-01 at 6 29 46 PM

graphql-build-error

0.2.3

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 28 May 05:08
  • 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

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 22 May 06:39

0.2.1

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 19 May 07:58
  • updates table styling to have more distinguished borders

0.2.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 19 May 02:48
7f5f263
  • major design overhaul
  • adds error modal for when the broccoli funnel fails to build properly (#16)
  • fixes places where ms wasn't sorting correctly