Releases: fulcrologic/fulcro-inspect
Binaries for Chrome (Fulcro 3.4.2+)
This release fixes a bug that causes Inspect not to initialize due to badly encoded data in the local storage it uses to track db watches.
Electron Binaries
Fixes a bug with db watch reloads.
Electron Binaries
This version of inspect fixes the history slider and DOM preview, which did not get patched when we moved to the more efficient history tracking.
Chrome Plugin Binary
This version fixes the DOM preview and history navigation, which were not updated when we moved to the more efficient history tracking mechanism.
This is the release for the Chrome store.
You can install it via about:extensions by enabling developer mode, removing the store version, and pointing at this (unzipped) content.
Electron Binaries 3.0.3
Fixes bug with txn/net/send to EQL where data types were getting messed up.
Chrome Extension 3.0.3
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.3.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 Binaries 3.0.2
Another patch for the UNSUPPORTED VALUES problem.
Electron Binaries
Bug fix for UNSUPPORTED VALUE error in various tabs.
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