Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/electron/fiddle

:electron: 🚀 The easiest way to get started with Electron
https://github.com/electron/fiddle

chore: fix context menu goto and peek definition (#808)

ed90a361ad0b28c6d7dc1652fc9b72b957fdacf9 authored over 3 years ago by George Xu <[email protected]>
refactor: merge version sorting logic (#802)

be50276d81f1b2613b93098ecf201b6284c67837 authored over 3 years ago by Shelley Vohr <[email protected]>
fix: handle missing local version binaries (#807)

93501c136f31ad32ca6557658b9bfc6a2ebc4842 authored over 3 years ago by Shelley Vohr <[email protected]>
feat: before exiting, log the exit code. (#798)

* feat: before exiting, log the exit code.

a4793005131d00660622a123912c5ff4798a539d authored over 3 years ago by Charles Kerr <[email protected]>
fix: proper release sorting in get-version-range (#797)

bb2cd73be2388f46f67949e1d86aa7610548e895 authored over 3 years ago by Shelley Vohr <[email protected]>
feat: allow copying current version number (#795)

* feat: allow copying current version number

* refactor: remove IPC usage

642a8b9e51387212aabcfe39652575c6cfc51e2d authored over 3 years ago by Shelley Vohr <[email protected]>
chore: fix output console regenerating monaco editor upon output update (#780)

* chore: fix output console regenerating monaco editor upon output update

* chore: utilize ed...

e8c1434799f4b5fe51c93aa91862aeff7fdaee82 authored over 3 years ago by George Xu <[email protected]>
build: update Electron releases JSON (#794)

Co-authored-by: Electron Bot <[email protected]>

9428869b0c9e9514b6386dc0771e3bede4749dda authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor: replace decompress with extract-zip. (#793)

content.ts used `decompress` because it has in-memory unzipping, but it
doesn't really make sen...

4d3917ccfa5799ad1170855f4d2623d09533d3b4 authored over 3 years ago by Charles Kerr <[email protected]>
feat: add os version + arch info to --log-config (#792)

* fixup! chore: bump electron dep to 12.0.14 (#760)

bump @types/node to match Electron versio...

110b24115bac0cceb54f9d85af5662f0eb8334dd authored over 3 years ago by Charles Kerr <[email protected]>
perf: faster version tests. (#791)

* perf: faster version tests.

- don't use semver.parse() if we only need the major version nu...

756c61d4091b2e6671d7ce8296a1ef41ad4e6c7b authored over 3 years ago by Charles Kerr <[email protected]>
fix: handle invalid monaco editor command (#787)

0bb6c34d3bcf1e6887f91ab4c05248165c2a9294 authored over 3 years ago by Shelley Vohr <[email protected]>
fix: sorting for non-numeric queries (#786)

e8ad8d311511e0973fad3fd9aacedc576207fa17 authored over 3 years ago by Shelley Vohr <[email protected]>
build: better fetch releases (#782)

* build: in fetch-releases, use electronjs.org

The old version of the script missed a *lot* o...

3ee5a37ed6dd3613799df9711064c6e729fd406e authored over 3 years ago by Charles Kerr <[email protected]>
refactor: default to latest stable version (#783)

On first start, we have to pick which version of Electron to first use.
This PR changes behavio...

e892d9f001dbc4fbb36dffcc336cbfd3305042a3 authored over 3 years ago by Charles Kerr <[email protected]>
perf: prefer getKnownVersions() over getElectronVersions(). (#781)

The first returns a Version[] and the other returns a RunnableVersion[].
RunnableVersions are m...

adefc33a7c843c453c34784a0c121a78fce46fa2 authored over 3 years ago by Charles Kerr <[email protected]>
chore: remove EditorMosaicMock; use EditorMosaic (#779)

This should improve our testing story by having this class tested 'live'
everywhere instead of ...

d177df3de1155aa1ac610ce7c81f5e229981297e authored over 3 years ago by Charles Kerr <[email protected]>
fix: editors sometimes disappear when loading new fiddle (#775)

* fix: editors sometimes disappear when loading new fiddle

b6d21a855618c3cf4eda0d537ba56d5266e7edf3 authored over 3 years ago by Charles Kerr <[email protected]>
build: update Electron releases JSON (#763)

* build: update Electron releases JSON

* chore: empty commit

Co-authored-by: Electron Bot ...

8502dc0afcb84ae763858f5b657f479a3a5ae145 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix: publishing gists with empty files to Github (#777)

133597bbe4668c2ba99e6cd9fd577478b8e70fc1 authored over 3 years ago by Charles Kerr <[email protected]>
Electron 15 will have alpha relases. Don't break. (#764)

Fix sorting so that the progression is nightly > alpha > beta > stable.
This is important for t...

64808ac7f87247739f266b721e425f1dd58a6821 authored over 3 years ago by Charles Kerr <[email protected]>
fix: 'second handler for GET_APP_PATHS' err dialog (#767)

* fix: 'second handler for GET_APP_PATHS' err dialog

b433414b77b3a5ff7a151ac0b842e18c30327ffc authored over 3 years ago by Charles Kerr <[email protected]>
docs: update number of supported versions to reflect release cadence migration (#773)

8a38d2a7a1811cf972494a267a714ca51d5e9553 authored over 3 years ago by George Xu <[email protected]>
fix: EditorMosaic safeguard against unwanted files (#769)

* fix: EditorMosaic safeguard against unwanted files

1477bd7eff5e2cb350295d8eddc921d468fac6f5 authored over 3 years ago by Charles Kerr <[email protected]>
chore: bump electron dep to 12.0.14 (#760)

* chore: bump electron dep to 12.0.14

40bc19cf580fc195a5c3c3bb4b8231a1997f316e authored over 3 years ago by Charles Kerr <[email protected]>
fix: Cannot read property 'set' of undefined (#772)

51b9a95f76f36d225a63ec4e2441acd61e6ee36a authored over 3 years ago by Charles Kerr <[email protected]>
refactor: remove Sync() calls from readFiddle() (#761)

Trying to reduce startup jank by making some blocking calls yield.

97392be3beed507723217d59c039e30159d13db5 authored over 3 years ago by Charles Kerr <[email protected]>
refactor: replace decomment with strip-comments (#762)

6f9e6b1865695667bdf604d8e4272f555278d357 authored over 3 years ago by Charles Kerr <[email protected]>
chore: release v0.25.2 (#759)

1d03714c97a2b6c6b5e710987cfc635cc33123f5 authored over 3 years ago by Erick Zhao <[email protected]>
chore: release v0.25.1 (#758)

7f1eeafebdd34454e0692226552758e0dcddc661 authored over 3 years ago by Erick Zhao <[email protected]>
build: update Electron releases JSON (#730)

79df1e0ad46ab2ba9be31ed2a8f8f1c559dfe210 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
chore: get version list from electronjs.org (#756)

3777a1c5af9b0109b7ef73e1d8fb06e81ccf585a authored over 3 years ago by Charles Kerr <[email protected]>
fix: when EditorState.setVersion() loads a template for the new version (#754)

fba74a86c46c27d2c8ad1b74726c163e28af673d authored over 3 years ago by Charles Kerr <[email protected]>
feat: add --full command-line option (#757)

* feat: add --full command-line option

`--full` is shorthand for `--betas --nighlies --obsole...

f99dbfc45f24baefb1b16b62400c5bac16529dd6 authored over 3 years ago by Charles Kerr <[email protected]>
fix: editorMosaic.layout() called w/ wrong context (#752)

Change EditorMosaic.layout to be an arrow function so that the proper
'this' context is baked i...

a6cb08d17fe1771795c67fb2c3dd4ad5d61e6811 authored over 3 years ago by Charles Kerr <[email protected]>
refactor: make EditorMosaic implementation details private (#740)

* refactor: make EditorBackup private to EditorMosaic

* refactor: remove isContentUnchanged()...

0289478bec9d5f7f574724323aea7bf8592e9958 authored over 3 years ago by Charles Kerr <[email protected]>
fix: add dialog box for when user adds duplicate local electron builds (#731)

Co-authored-by: VerteDinde <[email protected]>

d0e2d757d56d837565a00e13f11a4cd5c5a03c8c authored over 3 years ago by George Xu <[email protected]>
refactor: add .d.ts wrangler class 'ElectronTypes' (#748)

* refactor: add .d.ts wrangler class 'ElectronTypes'

e2ef62803eeb0020ec4003d37cdf34955d393aef authored over 3 years ago by Charles Kerr <[email protected]>
chore: v0.25.0 (#732)

7318df8554329741891d6027a30729d9350f263c authored over 3 years ago by Erick Zhao <[email protected]>
chore: remove dead code (#746)

* chore: remove dead function invertPosition()

* chore: remove dead function sortButtons()

...

e16b6f551ba73cb1dd7cec1cc3d8080f0ef9920e authored over 3 years ago by Charles Kerr <[email protected]>
refactor: remove unused output.editorDidMount (#745)

This was copied into outputs from the sibling editors classes; but since
it's never used in out...

40ae288a9311d9cfabc3df1ca191f60d926c43f8 authored over 3 years ago by Charles Kerr <[email protected]>
refactor: add AppState dialog helper functions (#733)

* refactor: add AppState dialog helper functions

No more messing around with '!!appState.isGe...

52f348e86ce44a8785e3ce4e1e5c9a07324f82ea authored over 3 years ago by Charles Kerr <[email protected]>
fix: clear unused editor contents on replace (#742)

c35c448cc39fefef80fb774e2e6e489c01230867 authored over 3 years ago by Shelley Vohr <[email protected]>
feat: improve version filtration logic (#739)

c2706f0a19efdac4d42e504c788ad11ad11b7d80 authored over 3 years ago by Shelley Vohr <[email protected]>
fix: GET_APP_PATHS handler undefined on reload (#738)

7c1495abcbb5178c00a584e83815743f59cb4d06 authored over 3 years ago by Shelley Vohr <[email protected]>
refactor: preload monaco (#728)

* refactor: remove unused "window.ElectronFiddle.contentChangeListeners

* refactor: remove un...

bf2e8acf91825abd6e20bcf88335bedbde9af565 authored over 3 years ago by Charles Kerr <[email protected]>
fix: update webcontents demo with loadURL (#736)

4ccdaa56bfbb0b0df778a8e3cef9884c802a59b4 authored over 3 years ago by Keeley Hammond <[email protected]>
fix: close popup windows before running batch cmds (#734)

45c7ad377aef7463796b24f2437fa5989dfa79e7 authored over 3 years ago by Charles Kerr <[email protected]>
fix: show warning dialog for missing local versions (#727)

675575135d65e331b11852f5d8d928461dda046e authored over 3 years ago by Shelley Vohr <[email protected]>
feat: try downloading version if missing (#720)

d7a1637820df805f333bd087d12c6098e8365e39 authored over 3 years ago by Shelley Vohr <[email protected]>
feat: make Fiddle console searchable (#717)

Co-authored-by: VerteDinde <[email protected]>

ee6d845e6ddcd53fe10be782f0d894d8e171b23e authored over 3 years ago by George Xu <[email protected]>
build: update Electron releases JSON (#662)

Co-authored-by: Electron Bot <[email protected]>

f5845ffd4f315aa3b69d4f452eb1787398f4e9e3 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add checkmarks to "Show Me" menu to indicate which example is open (#705)

Co-authored-by: VerteDinde <[email protected]>

1af0e91b73e77dff8e19527aafe175c34182a63a authored over 3 years ago by George Xu <[email protected]>
fix: loading fiddle protocol from cli (#719)

9fee8acaeda89669b3fc6390ae3ecc6ec4e2f939 authored over 3 years ago by Shelley Vohr <[email protected]>
fix: don't exclude first line on clear (#715)

8805f91b1d811c25cff3c6d73688e98fe81050c5 authored over 3 years ago by Shelley Vohr <[email protected]>
Merge pull request #711 from electron/second-instance

fix: Handle protocol links on Windows

5b1cccd55da0938a65fe6458d2e565573c902ac9 authored over 3 years ago by Felix Rieseberg <[email protected]>
fix: Handle second-instance

c09e3f8be5ddbbe26d7d26c0c529ee1a78a158a2 authored over 3 years ago by Felix Rieseberg <[email protected]>
feat: add recentDocuments to fiddle (#700)

0bc5f13e364cab5a7ac62438f8d541ebb91259fa authored over 3 years ago by George Xu <[email protected]>
build(deps): bump ws from 5.2.2 to 5.2.3 (#710)

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://git...

82341f602193cfd24ee8aab1478c0d66842b37fd authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: release v0.24.0 (#706)

1a4be4afdbb4f5992f61e09845859c09985cff03 authored over 3 years ago by Erick Zhao <[email protected]>
refactor: move mosaic utils into editor mosaic (#708)

* refactor: move AppState mosaic code to EditorMosaic

* refactor: move App mosaic code to Edi...

467b5b5b4f0c67ae8609e867955cca9717656e45 authored over 3 years ago by Charles Kerr <[email protected]>
feat: add --log-config command-line option (#707)

* feat: add --log-config command-line option

* refactor: omit unnecessary destructuring

* ...

c0ac1c380c0777421596e60e9423cd607808ad0d authored over 3 years ago by Charles Kerr <[email protected]>
chore: release v0.23.2 (#702)

d84cdd0bc971e586465d9fe7221e792c2e269032 authored over 3 years ago by Erick Zhao <[email protected]>
feat: allow obsolete versions to be toggled in cli (#697)

When bisecting from the command line, it's possible that the last known
good version is an unsu...

f3a1a1d8d4637672ea872a8eea087f532a0cf1da authored over 3 years ago by Charles Kerr <[email protected]>
chore: update master e/e to main (#701)

0b03b103250eeeefb4a237964aa025249fa33e10 authored over 3 years ago by Samuel Attard <[email protected]>
fix: exit with err if the CLI is given a bad gist (#698)

* feat: exit with err if the CLI is given a bad gist

* feat: on cli bisect, exit 0 success, 1...

febc46b5d2cc7186ce782f0564a774ad15f18ba3 authored over 3 years ago by Charles Kerr <[email protected]>
build(deps-dev): upgrade Electron Forge to 6.0.0-beta.55 (#696)

01e18eb7f27890aa0021a819461b877ba9e31006 authored over 3 years ago by Mark Lee <[email protected]>
fix: ensure gist input value is trimmed (#692)

2f79c61f2ce9e19cec92e72728ccd3c34427daf5 authored over 3 years ago by Shelley Vohr <[email protected]>
fix: properly kill dangling processes (#688)

* fix: properly kill processes

* test: cleanup tests

69ca718d6046c379d348f91f683d9e22e2a971a0 authored over 3 years ago by Shelley Vohr <[email protected]>
build(deps): bump lodash from 4.17.20 to 4.17.21 (#691)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](htt...

aea27f25c3119e79ec98b57ae00519372f17c385 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
refactor: move editor & mosaic logic into EditorMosaic class (#683)

* refactor: move AppState mosaic code to EditorMosaic

* refactor: move App mosaic code to Edi...

80e938c062fa41f10ec0c9cebaf13e3e98d430f2 authored over 3 years ago by Charles Kerr <[email protected]>
chore: v0.23.1 (#689)

c28b3e19957d7173cd10be1872cb0f87af623034 authored over 3 years ago by Erick Zhao <[email protected]>
fix: flushOutput not bound to 'this' (#687)

63689187bf2c03aaa75179b3b53b7b72500398d9 authored over 3 years ago by Shelley Vohr <[email protected]>
docs: better CONTRIBUTING docs (#685)

This PR adds clearer release instructions, as well as updating
minor details elsewhere in the d...

0986c8137ee4dcf08834efb6695d6d3a58aa0f08 authored over 3 years ago by Erick Zhao <[email protected]>
chore: release 0.23.0 (#684)

085da6d456cd255145bb3675a1aae6ace38188eb authored over 3 years ago by Erick Zhao <[email protected]>
fix: console output being dropping on Windows (#676)

b84b6b5a37fdb48b2bcad1e4f04061a062598084 authored over 3 years ago by Shelley Vohr <[email protected]>
feat: better execution settings UI (#678)

15a869be24498c5b29dcd4b833cf8fe204ca3670 authored over 3 years ago by Shelley Vohr <[email protected]>
test: omit default values from props snapshots (#680)

* test: omit uninteresting mock data from snapshots

* test: improve default StateMock toJSON ...

397e9f68b4eeaf7e91c283cb62c91a027f42f10e authored over 3 years ago by Charles Kerr <[email protected]>
fix: gistFilesList() for customMosaics (#682)

66b147cedad5694df8b51d6a63d835a8fdbab835 authored over 3 years ago by Shelley Vohr <[email protected]>
refactor: add EditorMosaic class (#679)

* refactor: add EditorMosaic class

109ed5bcaa1557698178b3a52e7f87aafee11578 authored over 3 years ago by Charles Kerr <[email protected]>
refactor: EditorValues does not need all defaults (#677)

* refactor: EditorValues does not need all defaults

Previously EditorValues needed _some_ val...

55ca77750807e268e556b2e1314c9f4c42b40327 authored over 3 years ago by Charles Kerr <[email protected]>
feat: allow setting environment variables (#675)

cf5f184eef58ba8066a71b8c597c552afe4e7351 authored over 3 years ago by Shelley Vohr <[email protected]>
refactor: remove unused Docs & Demos panels code (#674)

* refactor: remove unused Docs & Demos panels code

* refactor: closedPanels only hold EditorB...

7550ab87a324713ec6ae76ba2ae0d059d093634c authored over 3 years ago by Charles Kerr <[email protected]>
refactor: add editor-utils (#673)

* refactor: add editor-utils

72714dc8d9dc78aacc67ed1dec45153752207dc2 authored over 3 years ago by Charles Kerr <[email protected]>
test: reuse the Mock classes as much as possible (#670)

* refactor: add mock classes

51699b4b0a7bf307b98d432dd152f1a178a7bc61 authored over 3 years ago by Charles Kerr <[email protected]>
test: improve `commands-action-button.tsx` coverage (#669)

* test: improve action button coverage

7c0fc34499f86cb5f8930654741c6684ba6ce2a6 authored over 3 years ago by Charles Kerr <[email protected]>
fix: intellisense not working (#667)

e6006fb27281a5e45aed2db8b40daa7b93c40518 authored over 3 years ago by Shelley Vohr <[email protected]>
fix(linux): use shell path, same as macOS (#663)

980284a80a509295a9f2e87b283c4b960715bc39 authored over 3 years ago by Mark Lee <[email protected]>
fix: endless spin loop on module install failure (#661)

8fea02de016f19dcfe9d859a876772088b24a397 authored over 3 years ago by Shelley Vohr <[email protected]>
test: add test coverage for AddThemeDialog (#657)

* test: add test coverage for AddThemeDialog

* Update src/renderer/components/dialog-add-them...

05103eab45a4073c803b393aaf41dcacb194f013 authored over 3 years ago by Shelley Vohr <[email protected]>
test: fix misnamed BlockAcceleratorsSettings spec (#658)

06bf651ddb09ad4eb75569f6633b6b93595a6e6f authored over 3 years ago by Shelley Vohr <[email protected]>
feat: ability to add custom editors (#636)

d2b7b61afd81f3a1c6cf6d3260e5745be3e1e831 authored over 3 years ago by Shelley Vohr <[email protected]>
refactor: replace `iVersion` params with `RunnableVersion` when removing & downloading versions (#655)

* refactor: removeBinary() takes a RunnableVersion param

* refactor: removeVersion() takes a ...

196c00a460bbb6fafff49885557e6e4e3a490ea3 authored over 3 years ago by Charles Kerr <[email protected]>
feat: new version filters in File > Preferences > Electron (#656)

* feat: simplify states to show in electron settings

In master, users can filter versions by ...

787ddbbe9502e5cba0ac59d042068f1dce4619a7 authored over 3 years ago by Charles Kerr <[email protected]>
build: update Electron releases JSON (#639)

* build: update Electron releases JSON

* build: update Electron releases JSON

Co-authored-...

ea950b27a43d572b1f30bb0f6934786882c37936 authored over 3 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
refactor: replace sortedArrayMap with sortVersions (#651)

fdbd8c0301fac2877c752b9953b25ba011fdb18a authored over 3 years ago by Charles Kerr <[email protected]>
refactor: only build `appState.versions` once (#654)

87b1fae37c3f354da5e657ff26cc36010724db9b authored over 3 years ago by Charles Kerr <[email protected]>
fix: onbeforeunload triggered for link click (#653)

607a13720a2d0f332e0cce6071da6652028c81ae authored over 3 years ago by Shelley Vohr <[email protected]>
refactor: avoid global calls in renderer/state (#648)

* refactor: avoid global variables in renderer/state

5fb0b901b4e8acd0f4652afa10c56b3f18ca9c6e authored over 3 years ago by Charles Kerr <[email protected]>
refactor: resize console with `replaceWith` API (#647)

73f5fc2823cdc91f2164f06714f4d681a270fe76 authored over 3 years ago by Erick Zhao <[email protected]>