fiddle

πŸš€ The easiest way to get started with Electron

MIT License

Downloads
20
Stars
7.3K
Committers
76

Bot releases are visible (Hide)

fiddle - Electron Fiddle v0.5.1

Published by electron-bot over 5 years ago

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)

fiddle - Electron Fiddle v0.5.0

Published by electron-bot over 5 years ago

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)

fiddle - Electron Fiddle v0.4.2

Published by felixrieseberg almost 6 years ago

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

fiddle - Electron Fiddle v0.4.1

Published by electron-bot almost 6 years ago

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)

fiddle - Electron Fiddle v0.4.0

Published by felixrieseberg almost 6 years ago

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)

fiddle - Electron Fiddle v0.3.0

Published by felixrieseberg about 6 years ago

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

fiddle - Electron Fiddle v0.2.0

Published by felixrieseberg about 6 years ago

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.
fiddle - Electron Fiddle v0.1: Hello World!

Published by felixrieseberg about 6 years ago

explore

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

Package Rankings
Top 3.74% on Proxy.golang.org
Top 12.65% on Npmjs.org
Badges
Extracted from project README
CircleCI Coverage Status Electron Discord Invite
Related Projects