Releases: fulcrologic/fulcro-inspect
Binaries for Chrome (Fulcro 3.4.2+)
Fixes regression with display in network tab.
Electron Binaries 3.0.0-RC2
***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+)
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.