v0.10.0
Fiddle v0.10.0 is a fairly big update, updating all our dependencies and making quality-of-life improvements.
3,589 additions and 3,738 deletions
, thanks to our the contributors (v0.9.0...v0.10.0).
Changelog
✨ If loading a fiddle fails because you're offline, we'll now have a kind warning message (thanks, @deermichel)
✨ When you load a remote fiddle, we ask you for confirmation. We'll now do that with a kinder and less scary "confirmation dialog" instead of our quite alarming "warning dialog" (thanks, @cvaldez98)
✨ You can now resize and pull down the console (thanks, @erickzhao)
✨ When removing old Electron binaries, we'll now also delete the type definitions (thanks, @erickzhao)
🐛 We'll now use a tab size of two spaces in all editors, fixing an old bug where the editor would sometimes use four spaces (thanks, @erickzhao)
🐛 If a fiddle doesn't contain a file (say, a renderer.js
), we wouldn't overwrite whatever you had in that editor before loading it. That's fixed (thanks, @erickzhao)
🐛 Intellisense recommendations and hints will now pop out of the editor if they're bumping against its border (thanks, @erickzhao)
📚 Fiddle can now load remote examples. These don't exist yet, but a lot of work to support that feature has gone into this release (thanks, @erickzhao)
Fiddle's developers can now use protocol launches in development mode (thanks, @erickzhao)
📦 We've bumped all dependencies, including upgrading to Electron 6