Fixes
- ContextMenu component leaks native click event causing <ContextMenu @click="handleClick"> to receive pointer event as value at times - example, when you right click inside the open context menu item and click outside, the @click of ContextMenu receives pointer event as value
- Multipart Form Data requests not working
Packages
For Ubuntu, snap can be installed using:
sudo snap install restfox
For macOS, the app can be installed using homebrew:
brew install restfox
For Windows, the app can be installed using:
scoop bucket add extras
scoop install restfox
NOTE: Not all the builds have been tested properly, so please create an issue if you encounter any problems.
Full Changelog: v0.34.0...v0.35.0