Releases: fulcrologic/fulcro-inspect
Chrome Binaries (for use with Fulcro 3.4.3+)
Patch to get tempids looking right.
3.0.0 Chrome
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:
- Make an empty folder somewhere where you can leave the extension extracted (i.e.
mkdir ~/inspect-chrome
) - Unzip the file there (i.e.
cd ~/inspect-chrome; unzip ~/Downloads/fulcro-inspect-chrome-3.0.0.zip
) - Open Chrome and go to
about:extensions
. UNINSTALL the store version. - Turn on Developer Mode (toggle in upper corner)
- 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
fixed a bug that was crashing db viewer
Chrome Binaries (Pre Fulcro 3.4)
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
Console logging transmission
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
Adds support for transit bigdecimals in the query tab. See 2.3.3. Binaries from this release were mis-marked.
Electron Binaries
Mainly some UI cleanups and css changes.
Electron Client Binaries
These binaries require you use Fulcro 3.1.5 with the websocket-preload.
Several improvements:
- Proper tracking of client connect/disconnect
- Watch button on db-explorer takes you to db tab with watch added
- keyword sorting fixed
- db update failures send an update request to try to recover
Electron Binaries
This release cleans up the UI and functionality, and finally includes a way to consistently set the websocket port from the UI (even if no app is connected).
The client connect/disconnect logic is better, and there is no longer an exponential backoff on client connecting to inspect tool, since that is silly for that application.
These should be used with Fulcro 3.1.6 or better.