Skip to content

Releases: electron/fiddle

v0.31.0

11 Oct 00:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.2...v0.31.0

v0.30.0

22 Aug 18:03
Compare
Choose a tag to compare

What's Changed

Internal changes

Full Changelog: v0.29.2...v0.30.0

v0.29.2

08 Aug 22:06
a7d23af
Compare
Choose a tag to compare

What's Changed

Electron Fiddle v0.29.2 includes a full refactor of our JavaScript bundling pipeline, thanks to our Google Summer of Code 2022 contributor, @aryanshridhar! It also expands Fiddle's IntelliSense capabilities beyond Electron types—now, you can autocomplete your code with Node.js types as well.

Full Changelog: v0.29.1...v0.29.2

v0.29.1

29 Jun 15:09
3aa1e64
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.29.0...v0.29.1

v0.29.0

19 May 20:34
Compare
Choose a tag to compare

Highlights

NPM package autocomplete

Courtesy of Algolia's NPM search index, Fiddle now comes with auto-complete for third-party NPM modules, and the ability to choose your desired package version for each dependency.

Sidebar interface that has 'lodas' in the search bar and autocompletes to 'lodash'

Font selection

You can now choose your desired font family and font size for Electron Fiddle!

General settings menu, has font family and font size inputs

No more Windows ARM64 builds

Due to some limitations in Squirrel.Windows, our auto-updater does not currently support multiple Windows architectures, leading to issues when updating to newer versions of Fiddle. Starting with Fiddle v0.29.0, Windows on ARM users will need to use the emulated x64 binary.

This is a band-aid fix while we work on providing a better auto-update experience for all users.

Full changelog

Full Changelog: v0.28.1...v0.29.0

v0.28.1

14 Apr 21:49
Compare
Choose a tag to compare

What's Changed

Hotfix time!

Full Changelog: v0.28.0...v0.28.1

v0.28.0

13 Apr 17:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.27.3...v0.28.0

v0.27.3

20 Jan 18:56
Compare
Choose a tag to compare

What's Changed

Internal Changes

  • build(deps): bump actions/setup-node from 2.5.0 to 2.5.1 by @dependabot in #927
  • chore: run "npx browserslist@latest --update-db" to fix console warnings by @ckerr in #934
  • refactor: make getReleasedVersions() private by @ckerr in #937
  • chore: remove unused empty source file by @ckerr in #938
  • chore: update master -> main by @codebytere in #744

New Contributors

Full Changelog: v0.27.2...v0.27.3

v0.27.2

01 Dec 00:30
Compare
Choose a tag to compare

What's Changed

  • chore: fix typos by @dsanders11 in #914
  • fix: set version correctly when switching to a local version by @dsanders11 in #913
  • chore: improve macOS 12 support by @erickzhao in #917
  • fix: set MIT license in package.json transform by @erickzhao in #919
  • build(deps): bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #918
  • build: update Electron releases JSON by @github-actions in #916

Full Changelog: v0.27.1...v0.27.2

v0.27.1

25 Nov 18:39
Compare
Choose a tag to compare

What's Changed

  • fix: don't timeout a slow version download by @dsanders11 in #910
  • build: update Electron releases JSON by @github-actions in #908

New Contributors

Full Changelog: v0.27.0...v0.27.1