Skip to content

Releases: fulcrologic/fulcro-inspect

Binaries for Chrome (Fulcro 3.4.2+)

12 Oct 21:02
Compare
Choose a tag to compare

Fixes regression with display in network tab.

Electron Binaries 3.0.0-RC2

27 Sep 03:41
Compare
Choose a tag to compare
Pre-release

***REQUIRES Fulcro 3.4.0-SNAPSHOT+ ***

The electron version of the re-vamped Fulcro Inspect

  • Improved (but incompatible with older versions) db sync protocol. Lower dev-time overhead, and should fix bugs where db goes blank
  • Improved EQL tab: mutations run correctly, and supports tagged readers for custom types
  • Custom type support (see custom types in book)
  • Added element picker tab

Chrome Binaries (for use with Fulcro 3.4.3+)

04 Oct 18:16
Compare
Choose a tag to compare

Patch to get tempids looking right.

3.0.0 Chrome

27 Sep 03:28
Compare
Choose a tag to compare
3.0.0 Chrome Pre-release
Pre-release

Chrome extension that can be installed in developer mode.


This version of inspect is required for Fulcro 3.4.0 and above, but has not been released to the store as of 9/26.


This version of inspect improves the db sync protocol, the EQL tab, adds support for arbitrary transit types (as long as your client can encode them).

To install this in Chrome:

  1. Make an empty folder somewhere where you can leave the extension extracted (i.e. mkdir ~/inspect-chrome)
  2. Unzip the file there (i.e. cd ~/inspect-chrome; unzip ~/Downloads/fulcro-inspect-chrome-3.0.0.zip)
  3. Open Chrome and go to about:extensions. UNINSTALL the store version.
  4. Turn on Developer Mode (toggle in upper corner)
  5. Press the Load Unpacked, and point it to your directory (i.e. ~/inspect-chrome)

The new version of inspect will not work with Fulcro versions prior to 3.4, so you may want to leave your chrome extension on the old version, and use the Electron inspect via websockets for newer apps.

Electron 2.3.5

31 May 00:17
Compare
Choose a tag to compare

fixed a bug that was crashing db viewer

Chrome Binaries (Pre Fulcro 3.4)

27 Sep 03:55
Compare
Choose a tag to compare

This is a legacy binary for the old version of Chrome Inspect that supports Fulcro versions prior to 3.4. To Install it:

  • Unzip the file into a new folder
  • Go to chrome's about:extensions URL and REMOVE the Inspect that is installed
  • Turn on developer mode (a toggle in the corner of about:extensions)
  • Click on Load Unpacked and point at the extracted directory

CSS Fix

19 May 18:48
Compare
Choose a tag to compare

Bugfix release fixes problem with missing css

Console logging transmission

22 Apr 23:55
Compare
Choose a tag to compare

This release includes the ability for inspect to communicate logged messages through to Inspect Electron, so that debugging on a real device (where it is hard to access the logs) is easier.

Electron Binaries

02 Apr 22:41
6d2e831
Compare
Choose a tag to compare

Adds support for transit bigdecimals in the query tab. See 2.3.3. Binaries from this release were mis-marked.

Electron Binaries

28 Jan 19:18
Compare
Choose a tag to compare

Mainly some UI cleanups and css changes.