Skip to content

Releases: electron/fiddle

Electron Fiddle v0.5.1

24 Feb 10:25
44c7c70
Compare
Choose a tag to compare

Fiddle v0.5.1 polishes the experience a little bit, fixing small bugs and annoyances.

1,705 additions and 2,991 deletions, thanks to our contributors.

Changelog

🐛 We continued to have trouble with the Show me templates on Windows and have properly squashed them this time around.
🐛 On macOS, you'd sometimes have to quit twice for Fiddle to actually quit. Once is good enough now.
🐛 Submitting the address bar with a keyboard only wouldn't properly load a fiddle. Now it does.
🐛 Speaking of loading a Fiddle, we'll now surface errors if that doesn't work for any reason.
:octocat: If you're authenticated with GitHub, we'll use that authentication to load fiddles, making API rate limits less likely.
🏷 If you want to only show downloaded Electron versions in the quick switcher, you can now do that – find a setting in the Electron preferences.
📦 Updated internal dependencies (including Electron and React)

Electron Fiddle v0.5.0

02 Feb 01:43
Compare
Choose a tag to compare

Fiddle v0.5.0 introduces some new features, :electron: v4, and fixes a number of smaller issues.

1,185 additions and 562 deletion, thanks to our contributors.

Changelog

✨ Double-clicking the title bar on macOS now maximizes/minimizes the window (@MarshallOfSound)
✨ The terminal now opens with the proper animation (@MarshallOfSound)
✨ F5 will now run the current fiddle (@bpasero)
🐛 The address bar wouldn't load a fiddle unless you pressed Enter. It's now okay with just the address. (@felixrieseberg)
🐛 We had trouble launching on Ubuntu, which should be fixed (🤞) (@felixrieseberg)
🐛 Some users can't open Show me... templates. We've added logging to make debugging here easier. (@felixrieseberg)
🐛 We didn't properly quit on macOS, needing two Cmd + Q presses. We're now fine with just one. (@felixrieseberg)
📦 Electron Fiddle is now powered by :electron: v4 (@felixrieseberg)

Internal

⚙️ Electron Fiddle is now ready for Electron v5 (@miniak)
⚙️ Upgraded to electron-forge v6 beta 32 (@malept)
🐛 The script fetching contributors didn't handle being rate-limited well (@felixrieseberg)

Electron Fiddle v0.4.2

08 Jan 22:11
d039c5d
Compare
Choose a tag to compare

Fiddle v0.4.2 fixes a few smaller issues and updates some of our dependencies.

Changelog

4,516 additions and 2,480 deletions, thanks to our contributors.

🐛 We sometimes failed to launch (and apparently never did on some Debian versions) due to an incorrect import order. That should now be fixed.
🐛 On macOS, we wanted to move to the Applications folder... like... all the time.
🐛 On first launch, we did not correct the latest version. Now we do.
🐛 If a previous download of Electron failed, we were unable to override the broken download. We now replace broken downloads.
🐛 The "Run" button would not show up if a version's state was still being determined. It now shows that.
📦 Internal: Updated React, mobx, and various other dependencies
:electron: Internal: Updated to Electron 3.0.14

Electron Fiddle v0.4.1

24 Dec 18:52
74ba7db
Compare
Choose a tag to compare

Fiddle v0.4.1 fixes a bug introduced in v0.4.0, which was released only four days ago. Thanks for the quick report!

Changelog

1,164 additions and 923 deletions, thanks to our contributors.

🔧 Application data directories are now being deleted after each run. Check out the new Execution settings for details (@felixrieseberg)
🔧 Ask users whether the app should be moved to /Applications if run on macOS (@codebytere)
🐛 Fixed an issue with the Welcome Tour (@felixrieseberg)
🎨 Modernized the Welcome Tour (@felixrieseberg)

🤖 Internal: Enable CI Fiddle releases (@felixrieseberg)
🔒 Internal: Fixed minor security issues in developer dependencies (@codebytere)

Electron Fiddle v0.4.0

20 Dec 20:43
82fb829
Compare
Choose a tag to compare

Fiddle v0.4 is here – and it contains a bunch of improvements thanks to your feedback. Keep it going!

Changelog

5,632 additions and 4,331 deletions, thanks to our contributors.

🎨 New icon and graphics (@simurai)
🎨 The "GitHub Token" dialog now provides helpful error messages (@HashimotoYT)
🎨 The whole app has gotten a minor redesign, polishing many UI elements. (@felixrieseberg)
🎨 Update Windows Installer icons (@malept)
🎨 Make intro tour a bit friendlier (@nornagon)
🔧 Improved automatic installation of npm packages (@ada-lovecraft)
🔧 Improve warning dialog for unsaved changes (@felixrieseberg)
🔧 Use npm to fetch Electron releases (@felixrieseberg)
🔧 Refactor address bar and make it less annoying (@felixrieseberg)
🔧 Allow private/public publication of gist (@felixrieseberg)
🐛 Fix issues with Show me on Windows (@felixrieseberg)

🔧 Internal: Improve Forge configuration (@malept, @MarshallOfSound)
📦 Internal: Updated TypeScript (@HashimotoYT)
📦 Internal: Removed unused imports (@codebytere)
📦 Internal: Updated Electron (@codebytere)

Electron Fiddle v0.3.0

06 Oct 02:54
3b78739
Compare
Choose a tag to compare

Fiddle v0.3 is here – and it contains a bunch of improvements thanks to your feedback. Keep it going!

Changelog

3,209 additions and 1,919 deletions, thanks to our contributors.

🔧 The GitHub Gist address bar is now easier to use (thanks to @BeniCheni!)
🔧 You can now toggle soft wraps and mini-maps in all editors (thansk to @nctl144!)
🚀 Support for local builds of Electron - head over to the Electron settings to add a local build
🐛 We no longer hang during npm start (thanks to @malept!)
📦 Update to Electron 3.0
📦 Update React, TypeScript, mobx, and other core components

Electron Fiddle v0.2.0

30 Aug 23:56
Compare
Choose a tag to compare

Fiddle v0.2 is here – and it contains a bunch of improvements thanks to your feedback. Keep it going!

Changelog

5,233 additions and 12,731 deletions, thanks to our contributors.

  • 🎨 Theme support! Not only does Fiddle now come with a light theme, you can also write your own.
  • ⬇️ Fiddle now supports downloading up to 300 of Electron's recent releases.
  • 🏷 You can now filter the list of Electron releases by their type; we've also added support for nightly Electron releases.
  • 📆 If you're using an older version of Electron, the default template wouldn't work. It uses loadFile, which was introduced in Electron 2. Now, we'll now automatically switch to a template that uses loadURL whenever loadFile isn't supported.
  • 📦 Electron and a number of Fiddle's dependencies have been updated to their latest versions – most notably, React, mobx, fs-extra, TypeScript, and Monaco (our beloved editor).
  • 🐛 Many Linux customers had trouble with Fiddle not finding existing npm installations. That should be fixed, we're now trying to learn from your .bashrc / .zshrc files.
  • 🐛 We were opening your fiddle's local folder every time you save. That's fixed.
  • 🐛 Hovering over code at the top of an editor field could lead to a cut-off tooltip. Now we'll dutifully show you the whole tooltip.
  • 🐛 The context menu's cut, copy, and paste buttons would sometimes hide themselves from you. They've promised to stop.
  • 🐛 The "Do you really want to exit?" prompt would sometimes rudely ignore your response. It'll respect it now.

themes

Electron Fiddle v0.1: Hello World!

10 Aug 15:02
Compare
Choose a tag to compare

explore

Thank you for stopping by! This is our first public release of Electron Fiddle. Read the announcement blog post for more information.