Skip to content

Releases: single-spa/single-spa-inspector

v0.4.1

28 Aug 03:45
Compare
Choose a tag to compare

Fixes

  • Fixed bug where default css selector was not being css escaped. (#25 #24 from @filoxo)

v0.4.0

26 Aug 16:50
757471e
Compare
Choose a tag to compare

@filoxo drove all the work on this release. Thanks!

The inspector will now use the default ID for highlighting the sspa application. We also updated our dependencies.

v0.3.0

26 Jun 16:26
Compare
Choose a tag to compare

You can now use single-spa Inspector to manage your local overrides! See the README for details on how this initial version looks and works.

Thanks to @filoxo for his work on enabling this feature.

Most errors that occur in the inspector will now be handled more gracefully, and a stacktrace will be shown. This hopefully enables anyone who runs into an error to be able to report it to us so we can fix it.

v0.2.2

05 Mar 15:45
Compare
Choose a tag to compare

Thanks to @joeldenning we hopefully have the Chrome extension store fixed.

v0.2.1

26 Feb 03:25
7d234d4
Compare
Choose a tag to compare

Table formatting bugs were fixed; "Name" column was changed to "App Name"; thanks @filoxo for your hard work!

Dev errors were cleaned up and removed, and some APIs that were being called unnecessarily were removed.

Overridden apps remain at the top of the list, in line with active apps -- it didn't make sense for overridden apps to be hidden down the list if they were force unmounted.