Releases: electron/fiddle
Releases · electron/fiddle
v0.33.0
What's Changed
- build(deps): bump semver from 7.3.5 to 7.5.2 by @dependabot in #1377
- build: lock @electron-forge/* versions at 6.1.1 by @dsanders11 in #1381
- fix: update settings in all open windows by @erikian in #1376
- chore: update to Electron 25.2.0 by @dsanders11 in #1383
- fix: await loadTheme in app setup by @dsanders11 in #1382
- feat: support AppImage releases by @robertgzr in #1379
- build: cleanup package.json dependencies by @dsanders11 in #1380
- chore: use node: scheme prefix for imports by @dsanders11 in #1385
- test: ugrade jest by @dsanders11 in #1387
- chore: clean up use of any typings by @dsanders11 in #1388
- perf: import modules in parallel during app setup by @dsanders11 in #1384
- ci: simplify publish job requires by @dsanders11 in #1390
- fix: improve behavior of setting sync between windows by @dsanders11 in #1386
- chore: release v0.33.0 by @dsanders11 in #1396
New Contributors
- @erikian made their first contribution in #1376
- @robertgzr made their first contribution in #1379
Full Changelog: v0.32.9...v0.33.0
v0.32.9
What's Changed
- fix: race condition when creating main window by @dsanders11 in #1373
- chore: release v0.32.9 by @dsanders11 in #1374
Full Changelog: v0.32.8...v0.32.9
v0.32.8
What's Changed
- fix: ipc handling for isReleasedMajor() by @codebytere in #1369
- chore: release v0.32.8 by @dsanders11 in #1370
Full Changelog: v0.32.7...v0.32.8
v0.32.7
What's Changed
- ci: use --url-prefix when uploading source maps by @dsanders11 in #1355
- refactor: move Electron versions code to main process by @dsanders11 in #1345
- fix: get Node.js typings for newly released versions by @dsanders11 in #1356
- refactor: pull nightly ABI from release info by @dsanders11 in #1359
- fix: show exact match deprecated npm packages in search by @dsanders11 in #1360
- chore: only one console log for monaco Node.js lib update by @codebytere in #1362
- refactor: split utils into main and renderer by @dsanders11 in #1358
- fix: don't install version until run by @dsanders11 in #1367
- chore: release v0.32.7 by @dsanders11 in #1368
Full Changelog: v0.32.6...v0.32.7
v0.32.6
What's Changed
- fix: use yarn install if no modules to add by @dsanders11 in #1346
- build: use @electron/fiddle-core to fetch releases by @dsanders11 in #1344
- test: use overridePlatform util by @dsanders11 in #1347
- build: lint Markdown by @dsanders11 in #1270
- fix: check if already installing version by @dsanders11 in #1349
- fix: upgrade to @electron/fiddle-core@1.3.1 by @dsanders11 in #1350
- build: don't clobber existing releases.json on fetch failure by @dsanders11 in #1351
- build: do initial fetch of releases in postinstall script by @dsanders11 in #1353
- chore: release v0.32.6 by @dsanders11 in #1354
Full Changelog: v0.32.5...v0.32.6
v0.32.5
What's Changed
- refactor: move remaining IPC to preload script by @dsanders11 in #1326
- ci: use store_test_results on CircleCI by @dsanders11 in #1337
- refactor: mirror InstallState from @electron/fiddle-core by @dsanders11 in #1336
- refactor: move theme files code to main process by @dsanders11 in #1335
- fix: upgrade to @electron/fiddle-core@1.2.2 by @dsanders11 in #1340
- chore: upgrade @sentry/electron version by @dsanders11 in #1339
- test: cleanup duplicate name tests by @dsanders11 in #1342
- refactor: move npm.ts to main process by @dsanders11 in #1341
- chore: release v0.32.5 by @dsanders11 in #1343
Full Changelog: v0.32.4...v0.32.5
v0.32.4
What's Changed
- chore: release v0.32.2 by @VerteDinde in #1300
- build: update Electron releases JSON by @github-actions in #1296
- fix: show browser window before unsaved dialog by @ryan-halbrook in #1294
- chore: tidy up some types by @dsanders11 in #1298
- refactor: remove unused IPC events by @dsanders11 in #1299
- chore: update to Electron 24.1.1 by @dsanders11 in #1302
- build(deps): bump actions/checkout from 3.5.0 to 3.5.1 by @dependabot in #1310
- refactor: move getTemplateValues to main process by @dsanders11 in #1306
- chore: fix code comment by @dsanders11 in #1311
- fix: resets isQuitting flag to false when user cancels dialog by @sekarah in #1308
- test: refactor usage of Promise.resolve/Promise.reject by @dsanders11 in #1309
- build: update Electron releases JSON by @github-actions in #1304
- build(deps): update @electron/fiddle-core by @dsanders11 in #1313
- fix: fall back on invalid fiddle gist version by @codebytere in #1314
- build(deps): bump actions/checkout from 3.5.1 to 3.5.2 by @dependabot in #1315
- build: simplify contributors.json generation by @dsanders11 in #1312
- refactor: move content.ts to main process by @dsanders11 in #1307
- build: move Electron releases fetch to Forge generateAssets hook by @dsanders11 in #1316
- refactor: make add local version ready for context isolation by @dsanders11 in #1303
- ci: simplify release jobs by @dsanders11 in #1318
- ci: remove obsolete script by @dsanders11 in #1321
- test: simplify expect code by @dsanders11 in #1320
- fix: properly handle clearing font size setting by @dsanders11 in #1322
- refactor: move IPC event listeners to preload by @dsanders11 in #1324
- chore: sync electron-quick-start content with upstream by @dsanders11 in #1325
- chore: improve Sentry integration by @dsanders11 in #1319
- fix: add Monaco theme by @dsanders11 in #1323
- ci: move Sentry environment variables to config by @dsanders11 in #1327
- chore: release v0.32.3 by @dsanders11 in #1328
- ci: only persist .webpack on one job by @dsanders11 in #1329
- ci: another fix for persisting .webpack by @dsanders11 in #1330
- chore: cleanup ElectronFiddle.addEventListener types by @dsanders11 in #1332
- fix: always use __dirname for STATIC_DIR in main process by @dsanders11 in #1331
- chore: don't import from electron/main by @dsanders11 in #1333
- chore: release v0.32.4 by @dsanders11 in #1334
New Contributors
- @ryan-halbrook made their first contribution in #1294
- @sekarah made their first contribution in #1308
Full Changelog: v0.32.2...v0.32.4
v0.32.2
What's Changed
- fix(show-me): use IPC for clipboard example by @dsanders11 in #1240
- chore: release v0.32.1 by @erickzhao in #1237
- fix: overzealous window maximize on double-click by @codebytere in #1248
- build(deps): bump simple-git from 3.15.1 to 3.16.0 by @dependabot in #1249
- fix: loading an invalid version from gist
package.json
by @codebytere in #1250 - ci: pin GH actions SHAs by @dsanders11 in #1251
- fix: don't activate when downloading versions from settings by @codebytere in #1242
- build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1253
- build(deps): bump jszip from 3.7.1 to 3.10.1 by @dependabot in #1252
- chore: remove unused ambient-modules.d.ts by @dsanders11 in #1255
- build: update to Forge 6.0.5 by @dsanders11 in #1259
- refactor: use navigator.clipboard in renderer by @dsanders11 in #1257
- refactor: rename handleDownloadClick by @dsanders11 in #1254
- refactor: don't use shell.openExternal in renderer by @dsanders11 in #1260
- refactor: don't add platform as class name on app container by @dsanders11 in #1261
- build(deps): bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 by @dependabot in #1266
- fix: keep versions in-sync with fiddle-core by @dsanders11 in #1265
- refactor: don't use
process.arch
/process.platform
in renderer by @dsanders11 in #1262 - chore: cleanup typings in tests by @dsanders11 in #1263
- build: rename workflow from build.yaml -> build.yml by @dsanders11 in #1268
- chore: add @codebytere as CODEOWNER by @dsanders11 in #1271
- build: clean up linting scripts and add workflow by @dsanders11 in #1269
- fix: GitHub tokens can have uppercase and underscores by @dsanders11 in #1258
- build(deps): bump coverallsapp/github-action from 1.1.3 to 1.2.0 by @dependabot in #1273
- build: update Electron releases JSON by @github-actions in #1245
- build(deps): bump coverallsapp/github-action from 1.2.0 to 1.2.2 by @dependabot in #1275
- build(deps): bump coverallsapp/github-action from 1.2.2 to 1.2.3 by @dependabot in #1277
- build(deps): bump coverallsapp/github-action from 1.2.3 to 1.2.4 by @dependabot in #1278
- fix: remote loader loading incompatible versions by @codebytere in #1282
- build(deps): bump webpack from 5.75.0 to 5.76.1 by @dependabot in #1283
- build(deps): bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #1284
- build(deps): bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #1288
- build: update Electron releases JSON by @github-actions in #1280
- build(deps): bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 by @dependabot in #1285
- chore: normalize line endings to LF by @dsanders11 in #1293
- refactor: add type awareness to getItemIcon() by @ckerr in #1289
- fix: use nativeTheme module by @dsanders11 in #1292
- refactor: remove ipcRendererManager by @dsanders11 in #1295
- chore: fix build after PR collision by @dsanders11 in #1297
- build: migrate from GH Actions to CircleCI by @VerteDinde in #1276
Full Changelog: v0.32.1...v0.32.2
v0.32.1
We skipped v0.32.0 due to a publishing error!
What's Changed
- chore: release v0.31.0 by @georgexu99 in #1184
- fix(show-me/desktopcapturer): allow example to work for v17 and above by @thewheat in #1186
- fix: catch FiddleRunner spawn error by @codebytere in #1197
- build(deps): switch to @electron/fiddle-core package by @dsanders11 in #1199
- refactor: remove stale comment by @aryanshridhar in #1200
- fix: disable right click contextMenu in settings page by @aryanshridhar in #1115
- fix: Allow scrolling in Editors Listing by @thewheat in #1190
- feat: Add filter section for "not-downloaded" button by @stoichy in #1202
- test: await electronTypes.setVersion() in afterEach by @dsanders11 in #1201
- refactor: add prefix for tmp folder name by @BlackHole1 in #1213
- chore: remove 'as any' typing by @dsanders11 in #1225
- fix: race condition when getting Node types by @dsanders11 in #1220
- fix: don't clear editor is edited state if Gist publish fails by @dsanders11 in #1224
- fix: don't unset Electron typings when setting Node typings by @dsanders11 in #1221
- fix: don't continue Gist publish if authing token fails by @dsanders11 in #1223
- fix: don't check package.json version for Electron examples by @dsanders11 in #1218
- chore: update to Electron 22.0.1 by @miniak in #1231
- fix: tab focus for settings page by @miqh in #1181
New Contributors
Full Changelog: v0.31.0...v0.32.1
v0.31.0
What's Changed
- build(deps): bump terser from 5.14.1 to 5.14.2 by @dependabot in #1139
- refactor: remove dead code by @aryanshridhar in #1144
- build: enforce sort-imports eslint rule by @aryanshridhar in #1147
- fix: tooltip display incorrect in version-select by @BlackHole1 in #1146
- chore: delete wallaby script by @BlackHole1 in #1149
- docs: update readme screenshot by @BlackHole1 in #1148
- chore: remove .lessrc file by @BlackHole1 in #1152
- fix: scrolling down in version-select dropdown by @BlackHole1 in #1155
- chore: remove useless scripts by @BlackHole1 in #1151
- chore: remove vscode tasks config by @BlackHole1 in #1150
- fix: download electron checksum failure by @BlackHole1 in #1159
- feat: allow renaming editor files by @codebytere in #1158
- refactor: improve utils code by @BlackHole1 in #1153
- fix: prevent version switching while running by @codebytere in #1162
- fix: electron environment variables link 404 by @BlackHole1 in #1165
- chore: release v0.30.0 by @BlackHole1 in #1164
- chore: update to Electron 18.3.9 by @miniak in #1170
- chore: update to Electron 20.1.1 by @miniak in #1168
- style: add aria-labels for label-less forms by @georgexu99 in #1171
- refactor: integrate fiddle-core by @aryanshridhar in #1134
- build: update Electron releases JSON by @github-actions in #1166
- build: update Electron releases JSON by @github-actions in #1175
- fix: undo/redo menu triggers by @codebytere in #1178
- build(deps): bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #1180
- feat: add publishGistAsRevision() by @georgexu99 in #1177
Full Changelog: v0.29.2...v0.31.0